.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-pagination ul li a svg, .tp-pagination ul li span svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
} :root { --tp-ff-body: 'Plus Jakarta Sans', sans-serif;
--tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
--tp-ff-p: 'Plus Jakarta Sans', sans-serif;
--tp-ff-fontawesome: "Font Awesome 6 Pro"; --tp-common-white: #ffffff;
--tp-common-black: #000;
--tp-common-gray: #F0F4FD;
--tp-theme-primary: #5758D6;
--tp-theme-secondary: #F0F4FD;
--tp-heading-primary: #262B35;
--tp-heading-secondary: #1F242C;
--tp-text-body: #787878;
--tp-text-1: #01103D;
--tp-border-primary: #FEF3DF;
--tp-border-secondary: #F0F2F4;
}   * {
margin: 0;
padding: 0;
box-sizing: border-box;
} body {
font-size: 16px;
line-height: 24px;
font-weight: normal;
color: var(--tp-text-body);
font-family: var(--tp-ff-body);
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0px;
font-weight: 600;
line-height: 1.2;
-webkit-transition: all color ease-out;
-o-transition: all color ease-out;
transition: all color ease-out;
font-family: var(--tp-ff-heading);
color: var(--tp-heading-primary);
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
ul {
margin: 0px;
padding: 0px;
}
p {
font-family: var(--tp-ff-p);
font-size: 16px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0px;
color: var(--tp-text-body);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
a:focus,
.button:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
color: inherit;
text-decoration: none;
}
a,
button {
color: inherit;
outline: none;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
button:focus {
outline: 0;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
outline: none;
height: 60px;
width: 100%;
line-height: 60px;
font-size: 16px;
font-weight: 400;
padding-left: 26px;
padding-right: 26px;
border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #787878;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { color: #787878;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { color: #787878;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #787878;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { color: #787878;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
border-color: var(--tp-theme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
opacity: 0;
}
textarea {
line-height: 1.4;
padding-top: 17px;
padding-bottom: 17px;
}
input[type=color] {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: 0;
cursor: pointer;
height: 100%;
width: 100%;
padding: 0;
border-radius: 50%;
}
*::-moz-selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}
::-moz-selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}
::selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}
*::-moz-placeholder {
color: var(--tp-common-black);
font-size: 14px;
opacity: 1;
}
*::placeholder {
color: var(--tp-common-black);
font-size: 14px;
opacity: 1;
} .w-img img {
width: 100%;
}
.m-img img {
max-width: 100%;
}
.fix {
overflow: hidden;
}
.clear {
clear: both;
}
.z-index-1 {
z-index: 1;
}
.z-index-3 {
z-index: 3;
}
.z-index-11 {
z-index: 11;
}
.overflow-y-visible {
overflow-x: hidden;
overflow-y: visible;
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.include-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.grid__item-img {
display: block;
height: 500px;
width: 500px;
}
@media (min-width: 1400px) {
.container-large {
max-width: 1710px;
}
}
@media (min-width: 1400px) {
.container-custom {
max-width: 1545px;
}
}
@media (min-width: 1400px) {
.container-1600 {
max-width: 1600px;
}
}
@media (min-width: 1400px) {
.container-1500 {
max-width: 1500px;
}
}
@media (min-width: 1400px) {
.container-1320 {
max-width: 1350px;
}
}
.demo {
-webkit-transition: linear color 0.3s;
-o-transition: linear color 0.3s;
transition: linear color 0.3s;
-webkit-transition: color 0.3s linear, transform 0.2s ease;
-moz-transition: color 0.3s linear, transform 0.2s ease;
-ms-transition: color 0.3s linear, transform 0.2s ease;
-o-transition: color 0.3s linear, transform 0.2s ease;
transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
margin-left: 0;
margin-right: 15px;
}
div.demo img {
margin-left: 10px;
}
.tp-cursor-point-area {
cursor: none;
}
.mouseCursor {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
pointer-events: none;
border-radius: 50%;
transform: translateZ(0);
visibility: hidden;
text-align: center;
}
.mouseCursor.cursor-big {
width: 90px;
height: 90px;
}
.mouseCursor.cursor-big.cursor-outer {
display: none;
}
.cursor-inner {
margin-left: -3px;
margin-top: -3px;
width: 0px;
height: 0px;
z-index: 10000001;
background-color: var(--tp-heading-primary);
transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner span {
opacity: 0;
font-size: 20px;
line-height: 85px;
color: var(--tp-common-white);
}
.cursor-inner.cursor-big span {
opacity: 1;
}
.effect::after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 100%;
-webkit-animation: effectPlay 2s infinite;
border: 2px solid rgb(255, 255, 255);
box-shadow: 0px 14px 24px -1px rgba(20, 0, 77, 0.31);
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.class {
stroke-dasharray: 189px, 191px;
stroke-dashoffset: 0px;
} .tp-gx-10 {
--bs-gutter-x: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-10 {
--bs-gutter-x: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-10 {
--bs-gutter-x: 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-10 {
--bs-gutter-x: 5px;
}
}
@media only screen and (max-width: 767px) {
.tp-gx-10 {
--bs-gutter-x: 5px;
}
}
.tp-gx-10 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.tp-gx-20 {
--bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-20 {
--bs-gutter-x: 15px;
}
}
@media only screen and (max-width: 767px) {
.tp-gx-20 {
--bs-gutter-x: 10px;
}
}
.tp-gx-20 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
} .tp-gx-30 {
--bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-30 {
--bs-gutter-x: 15px;
}
}
@media only screen and (max-width: 767px) {
.tp-gx-30 {
--bs-gutter-x: 10px;
}
}
.tp-gx-30 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
} .tp-gx-40 {
--bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-40 {
--bs-gutter-x: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-40 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-40 {
--bs-gutter-x: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-gx-40 {
--bs-gutter-x: 15px;
}
}
.tp-gx-40 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.textline {
background-repeat: no-repeat;
background-size: 0% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
transition: background-size 0.3s linear;
background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
}
.textline:hover {
background-size: 0% 1px, 100% 1px;
}
.tp-modal-box .modal {
--bs-modal-width: 546px;
}
.image-anime {
position: relative;
overflow: hidden;
}
.image-anime:after {
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255, 255, 255, 0.3);
transform: translate(-50%, -50%) rotate(-45deg);
z-index: 1;
}
.image-anime:hover:after {
height: 250%;
transition: all 600ms linear;
background-color: transparent;
} .pt-280 {
padding-top: 280px;
}
.pt-210 {
padding-top: 210px;
}
.pt-325 {
padding-top: 325px;
}
.pt-285 {
padding-top: 285px;
}
.pb-210 {
padding-bottom: 210px;
}
.pb-210 {
padding-bottom: 210px;
}
.pb-300 {
padding-bottom: 300px;
}
.pb-350 {
padding-bottom: 350px;
}  .back-to-top-wrapper {
position: fixed;
right: 50px;
bottom: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50%;
z-index: 99;
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 767px) {
.back-to-top-wrapper {
right: 20px;
bottom: 20px;
}
}
.back-to-top-wrapper.back-to-top-btn-show {
visibility: visible;
opacity: 1;
bottom: 50px;
}
.back-to-top-btn {
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
border-radius: 5px;
background: var(--tp-theme-primary);
box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
color: var(--tp-common-white);
-webkit-transition: all all 0.3s;
-o-transition: all all 0.3s;
transition: all all 0.3s;
}
.back-to-top-btn svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.back-to-top-btn:hover {
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
-ms-transform: translateY(-4px);
-o-transform: translateY(-4px);
transform: translateY(-4px);
}  .ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-checkboxradio-disabled, .ui-state-disabled {
pointer-events: none;
}
.ui-datepicker .ui-icon, .ui-icon {
text-indent: -99999px;
background-repeat: no-repeat;
}
.ui-helper-reset, .ui-menu {
outline: 0;
list-style: none;
}
.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
.ui-state-disabled {
cursor: default !important;
}
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
overflow: hidden;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0;
padding: 0.5em 0.5em 0.5em 0.7em;
font-size: 100%;
}
.ui-autocomplete, .ui-menu .ui-menu {
position: absolute;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
padding: 0;
margin: 0;
display: block;
}
.ui-button, .ui-controlgroup {
display: inline-block;
vertical-align: middle;
}
.ui-button, .ui-menu-icons, .ui-resizable {
position: relative;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer;
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0;
}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
margin: -1px;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
}
.ui-button, .ui-controlgroup .ui-controlgroup-label {
padding: 0.4em 1em;
}
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
line-height: normal;
margin-right: 0.1em;
cursor: pointer;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: visible;
}
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
text-decoration: none;
}
.ui-button-icon-only {
width: 2em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
text-indent: 0;
}
.ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
width: 75%;
width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: 0.12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-datepicker {
width: 17em;
padding: 0.2em 0.2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: 0.9em;
border-collapse: collapse;
margin: 0 0 0.4em;
}
.ui-datepicker th {
padding: 0.7em 0.3em;
text-align: center;
font-weight: 700;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td a, .ui-datepicker td span {
display: block;
padding: 0.2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: 0.7em 0 0;
padding: 0 0.2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: 0.5em 0.2em 0.4em;
cursor: pointer;
padding: 0.2em 0.6em 0.3em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-datepicker .ui-icon {
display: block;
overflow: hidden;
left: 0.5em;
top: 0.3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0.2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0.4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: 0.1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: 0.3em;
top: 50%;
width: 20px;
margin: -10px 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: 0.5em 1em;
background: 0 0;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0;
background-image: none;
margin-top: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: 0.5em 0.4em 0.5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted #000;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: 700;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: 0 0;
color: inherit;
padding: 0.222em 0;
margin: 0.2em 2em 0.2em 0.4em;
vertical-align: middle;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: 0.5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
.ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-tabs {
position: relative;
padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px 0.2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: 0 0;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
}
.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #333;
}
.ui-widget-content a, .ui-widget-header a {
color: #333;
}
.ui-widget-header {
border: 1px solid #ddd;
background: #e9e9e9;
color: #333;
font-weight: 700;
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: 400;
color: #454545;
}
.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
color: #454545;
text-decoration: none;
}
.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
border: 1px solid #ccc;
background: #ededed;
font-weight: 400;
color: #2b2b2b;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
border: 1px solid #003eff;
background: #007fff;
font-weight: 400;
color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
border: #003eff;
background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #fff;
text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity: 0.7;
filter: Alpha(Opacity=70);
font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
background-image: none;
}
.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon, .ui-state-active .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//sprenger.immo/wp-content/themes/bhume/assets/css/images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
background-position: 16px 16px;
}
.ui-icon-caret-1-n {
background-position: 0 0;
}
.ui-icon-caret-1-ne {
background-position: -16px 0;
}
.ui-icon-caret-1-e {
background-position: -32px 0;
}
.ui-icon-caret-1-se {
background-position: -48px 0;
}
.ui-icon-caret-1-s {
background-position: -65px 0;
}
.ui-icon-caret-1-sw {
background-position: -80px 0;
}
.ui-icon-caret-1-w {
background-position: -96px 0;
}
.ui-icon-caret-1-nw {
background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
background-position: -144px 0;
}
.ui-icon-triangle-1-n {
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}
.ui-icon-arrow-4 {
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}
.ui-icon-extlink {
background-position: -32px -80px;
}
.ui-icon-newwin {
background-position: -48px -80px;
}
.ui-icon-refresh {
background-position: -64px -80px;
}
.ui-icon-shuffle {
background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
background-position: 0 -96px;
}
.ui-icon-folder-open {
background-position: -16px -96px;
}
.ui-icon-document {
background-position: -32px -96px;
}
.ui-icon-document-b {
background-position: -48px -96px;
}
.ui-icon-note {
background-position: -64px -96px;
}
.ui-icon-mail-closed {
background-position: -80px -96px;
}
.ui-icon-mail-open {
background-position: -96px -96px;
}
.ui-icon-suitcase {
background-position: -112px -96px;
}
.ui-icon-comment {
background-position: -128px -96px;
}
.ui-icon-person {
background-position: -144px -96px;
}
.ui-icon-print {
background-position: -160px -96px;
}
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon-locked {
background-position: -192px -96px;
}
.ui-icon-unlocked {
background-position: -208px -96px;
}
.ui-icon-bookmark {
background-position: -224px -96px;
}
.ui-icon-tag {
background-position: -240px -96px;
}
.ui-icon-home {
background-position: 0 -112px;
}
.ui-icon-flag {
background-position: -16px -112px;
}
.ui-icon-calendar {
background-position: -32px -112px;
}
.ui-icon-cart {
background-position: -48px -112px;
}
.ui-icon-pencil {
background-position: -64px -112px;
}
.ui-icon-clock {
background-position: -80px -112px;
}
.ui-icon-disk {
background-position: -96px -112px;
}
.ui-icon-calculator {
background-position: -112px -112px;
}
.ui-icon-zoomin {
background-position: -128px -112px;
}
.ui-icon-zoomout {
background-position: -144px -112px;
}
.ui-icon-search {
background-position: -160px -112px;
}
.ui-icon-wrench {
background-position: -176px -112px;
}
.ui-icon-gear {
background-position: -192px -112px;
}
.ui-icon-heart {
background-position: -208px -112px;
}
.ui-icon-star {
background-position: -224px -112px;
}
.ui-icon-link {
background-position: -240px -112px;
}
.ui-icon-cancel {
background-position: 0 -128px;
}
.ui-icon-plus {
background-position: -16px -128px;
}
.ui-icon-plusthick {
background-position: -32px -128px;
}
.ui-icon-minus {
background-position: -48px -128px;
}
.ui-icon-minusthick {
background-position: -64px -128px;
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -96px -128px;
}
.ui-icon-key {
background-position: -112px -128px;
}
.ui-icon-lightbulb {
background-position: -128px -128px;
}
.ui-icon-scissors {
background-position: -144px -128px;
}
.ui-icon-clipboard {
background-position: -160px -128px;
}
.ui-icon-copy {
background-position: -176px -128px;
}
.ui-icon-contact {
background-position: -192px -128px;
}
.ui-icon-image {
background-position: -208px -128px;
}
.ui-icon-video {
background-position: -224px -128px;
}
.ui-icon-script {
background-position: -240px -128px;
}
.ui-icon-alert {
background-position: 0 -144px;
}
.ui-icon-info {
background-position: -16px -144px;
}
.ui-icon-notice {
background-position: -32px -144px;
}
.ui-icon-help {
background-position: -48px -144px;
}
.ui-icon-check {
background-position: -64px -144px;
}
.ui-icon-bullet {
background-position: -80px -144px;
}
.ui-icon-radio-on {
background-position: -96px -144px;
}
.ui-icon-radio-off {
background-position: -112px -144px;
}
.ui-icon-pin-w {
background-position: -128px -144px;
}
.ui-icon-pin-s {
background-position: -144px -144px;
}
.ui-icon-play {
background-position: 0 -160px;
}
.ui-icon-pause {
background-position: -16px -160px;
}
.ui-icon-seek-next {
background-position: -32px -160px;
}
.ui-icon-seek-prev {
background-position: -48px -160px;
}
.ui-icon-seek-end {
background-position: -64px -160px;
}
.ui-icon-seek-first, .ui-icon-seek-start {
background-position: -80px -160px;
}
.ui-icon-stop {
background-position: -96px -160px;
}
.ui-icon-eject {
background-position: -112px -160px;
}
.ui-icon-volume-off {
background-position: -128px -160px;
}
.ui-icon-volume-on {
background-position: -144px -160px;
}
.ui-icon-power {
background-position: 0 -176px;
}
.ui-icon-signal-diag {
background-position: -16px -176px;
}
.ui-icon-signal {
background-position: -32px -176px;
}
.ui-icon-battery-0 {
background-position: -48px -176px;
}
.ui-icon-battery-1 {
background-position: -64px -176px;
}
.ui-icon-battery-2 {
background-position: -80px -176px;
}
.ui-icon-battery-3 {
background-position: -96px -176px;
}
.ui-icon-circle-plus {
background-position: 0 -192px;
}
.ui-icon-circle-minus {
background-position: -16px -192px;
}
.ui-icon-circle-close {
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
background-position: -192px -192px;
}
.ui-icon-circle-check {
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
}  .tp-btn {
position: relative;
overflow: hidden;
font-weight: 600;
font-size: 16px;
line-height: 1.26;
padding: 19px 40px 17px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.tp-btn .btn-wrap {
z-index: 1;
overflow: hidden;
position: relative;
display: inline-block;
}
.tp-btn .btn-wrap b {
font-weight: 600;
}
.tp-btn .btn-wrap .text-1 {
display: block;
position: relative;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-box-align: center;
}
.tp-btn .btn-wrap .text-2 {
top: 100%;
position: absolute;
display: block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-box-align: center;
}
.tp-btn:hover {
color: var(--tp-common-white);
}
.tp-btn:hover .text-1 {
transform: translateY(-150%);
-webkit-transform: translateY(-150%);
}
.tp-btn:hover .text-2 {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.tp-btn:focus {
color: var(--tp-common-white);
} .hamburger-btn {
width: 50px;
height: 50px;
border: 0;
outline: 0;
transform: translateX(0%);
background: var(--tp-common-white);
}
.hamburger-btn:hover {
background-color: var(--tp-theme-primary);
}
.hamburger-btn:hover span {
background-color: var(--tp-common-white);
}
.hamburger-btn span {
display: inline-block;
position: absolute;
top: 0;
right: 0;
height: 2px;
width: 25px;
opacity: 1;
z-index: 1;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
transform: translate(-50%, -50%);
background: var(--tp-theme-primary);
}
.hamburger-btn span:nth-child(1) {
top: 20px;
}
.hamburger-btn span:nth-child(2) {
top: 25px;
}
.hamburger-btn span:nth-child(3) {
top: 30px;
}   .tp-slider-active {
height: 940px;
}
@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) {
.tp-slider-active {
height: 650px;
}
}
@media only screen and (max-width: 767px) {
.tp-slider-active {
height: 540px;
}
}
.tp-slider-active .swiper-slide-active .tp-hero-3-title div span {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.tp-slider-active .swiper-slide-active .tp-hero-3-title-pre div span {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.tp-slider-active .swiper-slide-active .tp-hero-3-button-wrapper .tp-btn {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-slider-image-ptb {
padding-bottom: 80px;
}
}
.tp-slider-image-wrapper {
margin: 0 -670px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-slider-image-wrapper {
margin: 0;
}
}
.tp-slider-image-thumb img {
width: 100%;
}   @-webkit-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-moz-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-ms-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-moz-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-ms-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-moz-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-ms-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-webkit-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-moz-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-ms-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-webkit-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-moz-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-ms-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-webkit-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-moz-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-ms-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-webkit-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@-moz-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@-ms-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-moz-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@-ms-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@-webkit-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
}
} @-webkit-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-moz-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-ms-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-webkit-keyframes tpLeftToRight {
0% {
transform: translateX(-20%);
}
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@-moz-keyframes shine {
100% {
left: 125%;
}
}
@-ms-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
@keyframes effectPlay {
70% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes moveAlways {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(20px, -5px);
}
40% {
transform: translate(50px, 20px);
}
60% {
transform: translate(20px, 50px);
}
80% {
transform: translate(-20px, 30px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes scale_up_down {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes video-border {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
@-moz-keyframes video-border {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
@-ms-keyframes video-border {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
@keyframes video-border {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
@-webkit-keyframes borderanimate {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(1.1);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(1.1);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@keyframes hoverfilter {
0% {
filter: brightness(100%) blur(0px);
}
25% {
filter: brightness(125%) blur(2px);
}
100% {
filter: brightness(100%) blur(0px);
}
}
@keyframes tp-grain {
0%, 100% {
transform: translate(0, 0);
}
10% {
transform: translate(-5%, -10%);
}
30% {
transform: translate(3%, -15%);
}
50% {
transform: translate(12%, 9%);
}
70% {
transform: translate(9%, 4%);
}
90% {
transform: translate(-1%, 7%);
}
}
@-webkit-keyframes scrollText {
from {
transform: translateX(0%);
}
to {
transform: translateX(-50%);
}
}
@keyframes scrollText {
from {
transform: translateX(0%);
}
to {
transform: translateX(-50%);
}
}
@-webkit-keyframes scrollText-2 {
from {
transform: translateX(0%);
}
to {
transform: translateX(50%);
}
}
@keyframes scrollText-2 {
from {
transform: translateX(0%);
}
to {
transform: translateX(50%);
}
}
@keyframes tptranslateX2 {
0% {
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
transform: translateX(-30px);
}
100% {
-webkit-transform: translatXY(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes updown-two {
0% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
@keyframes circle-animations {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes MoveUpInitial {
100% {
transform: translate3d(0, -105%, 0);
}
0% {
transform: translate3d(0, 100%, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}  .loader-mask {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
z-index: 99999;
background-color: #fff;
}
.loader {
top: 50%;
left: 50%;
width: 50px;
height: 50px;
font-size: 0;
position: absolute;
text-indent: -9999em;
display: inline-block;
margin: -25px 0 0 -25px;
color: var(--tp-theme-primary);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader div {
top: 0;
left: 0;
opacity: 0.5;
float: none;
width: 50px;
height: 50px;
position: absolute;
border-radius: 50%;
display: inline-block;
background-color: var(--tp-theme-primary);
-webkit-animation: ballPulseDouble 2s ease-in-out infinite;
animation: ballPulseDouble 2s ease-in-out infinite;
}
@-webkit-keyframes ballPulseDouble {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.loader div:last-child {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@keyframes ballPulseDouble {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}  .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select::after {
position: absolute;
content: "\f107";
top: 50%;
right: 20px;
font-family: var(--tp-ff-fontawesome);
font-weight: 500;
pointer-events: none;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
margin-top: 0;
transform-origin: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.nice-select.open::after {
-webkit-transform: translateY(-50%) rotate(-180deg);
-moz-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
-o-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled::after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small::after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}  .tp-pagination ul {
display: block;
}
.tp-pagination ul li {
display: inline-block;
}
.tp-pagination ul li:not(:last-child) {
margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
display: inline-block;
width: 44px;
height: 44px;
line-height: 43px;
text-align: center;
font-size: 16px;
font-weight: 500;
color: var(--tp-heading-primary);
box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.1);
}
.tp-pagination ul li a.next-page-number, .tp-pagination ul li a.prev-page-number, .tp-pagination ul li span.next-page-number, .tp-pagination ul li span.prev-page-number {
width: 96px;
font-weight: 700;
}
.tp-pagination ul li a.next-page-number svg, .tp-pagination ul li a.prev-page-number svg, .tp-pagination ul li span.next-page-number svg, .tp-pagination ul li span.prev-page-number svg {
margin: 0 5px;
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
background: var(--tp-heading-primary);
border-color: var(--tp-heading-primary);
color: var(--tp-common-white);
}  .offcanvas__area {
position: fixed;
top: 0;
right: 0;
left: auto;
width: 400px;
height: 100%;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
background: #000 none repeat scroll 0 0;
transition: all 0.4s ease-in-out;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
display: none; }
.offcanvas__area.offcanvas-opened {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
@media only screen and (max-width: 767px) {
.offcanvas__area {
width: 350px;
}
}
@media only screen and (max-width: 575px) {
.offcanvas__area {
width: 96%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.offcanvas__top {
margin-bottom: 30px;
}
}
.offcanvas__wrapper {
min-height: 100%;
padding: 40px 50px 40px 50px;
}
@media only screen and (max-width: 767px) {
.offcanvas__wrapper {
padding: 30px;
}
}
.offcanvas__close-btn {
position: absolute;
top: 40px;
right: 40px;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 40px;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
.offcanvas__close-btn {
right: 30px;
top: 40px;
}
}
.offcanvas__close-btn svg {
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
transition: all 0.3s ease-in-out;
}
.offcanvas__close-btn:hover svg {
transform: rotate(45deg);
}
.offcanvas__contact {
margin-bottom: 30px;
}
.offcanvas__contact-content {
margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
color: var(--tp-theme-primary);
margin-right: 10px;
}
.offcanvas__contact-content-content a {
font-size: 16px;
color: var(--tp-common-white);
}
.offcanvas__contact-content-content a:hover {
color: var(--tp-theme-primary);
}
.offcanvas__text p {
color: var(--tp-common-white);
}
.offcanvas__social {
margin-bottom: 22px;
padding-bottom: 40px;
}
.offcanvas__social .icon {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: var(--tp-theme-primary);
color: var(--tp-common-white);
margin-right: 5px;
transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon:hover {
transform: translateY(-8px);
}
.offcanvas__title {
font-size: 26px;
font-weight: 700;
margin-bottom: 15px;
color: var(--tp-common-white);
} .body-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
background-color: var(--tp-common-black);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.body-overlay.opened {
opacity: 0.4;
visibility: visible;
}
.body-overlay:hover {
cursor: url(//sprenger.immo/wp-content/themes/bhume/assets/img/icon/cross-out.png), pointer;
}  .tp-breadcrumb__ptb {
padding-top: 120px;
padding-bottom: 120px;
overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-breadcrumb__ptb {
padding-top: 190px;
padding-bottom: 190px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-breadcrumb__ptb {
padding-top: 120px;
padding-bottom: 120px;
}
}
.tp-breadcrumb__bg {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.tp-breadcrumb__title {
font-size: 70px;
font-weight: 700;
line-height: 1;
margin-bottom: 15px;
color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-breadcrumb__title {
font-size: 55px;
}
}
.tp-breadcrumb__list span {
font-size: 18px;
font-weight: 500;
letter-spacing: -0.36px;
color: var(--tp-common-white);
display: inline-block;
text-transform: capitalize;
}
.tp-breadcrumb__list span.dvdr {
position: relative;
display: inline-block;
margin: 0 3px;
width: 8px;
height: 2px;
background-color: var(--tp-common-white);
}
.tp-breadcrumb__text {
position: absolute;
right: 50px;
bottom: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-breadcrumb__text {
display: none;
}
}
.tp-breadcrumb__text-title {
font-size: 300px;
font-weight: 700;
line-height: 1;
margin: 0;
letter-spacing: -12px;
color: transparent;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-breadcrumb__text-title {
font-size: 240px;
}
} .tp-bhume-defaults-headers nav ul li.menu-last .sub-menu {
left: auto;
right: 0;
}
.tp-bhume-default-header nav ul li.menu-item-last .sub-menu {
left: auto;
right: 0;
}
.tp-bhume-default-header nav ul li.menu-item-last li.has-dropdown .sub-menu {
left: auto;
right: 100%;
transform: rotateX(90deg);
}
.tp-bhume-default-header nav ul li.menu-item-last li.has-dropdown:hover .sub-menu {
transform: rotateX(0);
}
.tp-bhume-default-header .tp-header-logo {
padding: 27px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-bhume-default-header .tp-header-logo {
padding: 0;
}
}
.tp-bhume-default-header .tp-header-logo img {
width: 175px;
}
.tp-bhume-defaults-headers nav ul li.menu-last li.has-dropdown .sub-menu {
left: auto;
right: 100%;
transform: rotateX(90deg);
}
.tp-bhume-defaults-headers nav ul li.menu-last li.has-dropdown:hover .sub-menu {
transform: rotateX(0);
}
.tp-bhume-defaults-headers .tp-header-logo {
padding: 27px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-bhume-defaults-headers .tp-header-logo {
padding: 0;
}
}
.tp-bhume-defaults-headers .tp-header-logo img {
width: 175px;
}
.tp-sidebar-widget.widget_search {
margin-bottom: 32px;
}
.tp-blog-user-thumb img {
border-radius: 50% !important;
width: 50px;
height: 50px !important;
}
.tp-service-5 {
position: relative;
}
.tp-service-5-price {
position: absolute;
left: 25px;
top: 25px;
background-color: var(--tp-theme-primary);
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
padding: 15px;
}
.tp-service-5-price-subtitle {
color: #fff;
font-size: 15px;
}
.tp-service-5-price-title {
color: #fff;
font-size: 16px;
font-weight: 600;
text-align: center;
line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-postbox-wrapper.postbox__wrapper {
padding-right: 0 !important;
}
}
.tp-sidebar-widget.sidebar__widget.ere_widget_featured_properties {
padding: 32px;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 24px 0px rgba(36, 31, 63, 0.06);
border: none;
}
.tp-error-area .tp-error-wrapper .tp-error-title {
margin-bottom: 50px;
font-weight: 700;
font-size: 38px;
}  .tp-section-title {
font-weight: 700;
font-size: 55px;
line-height: 1.22;
margin-bottom: 20px;
letter-spacing: -1.1px;
font-family: var(--tp-ff-heading);
color: var(--tp-heading-primary);
}
.tp-section-title.fns-70 {
font-size: 70px;
letter-spacing: -1.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-section-title.fns-70 {
font-size: 46px;
}
}
@media only screen and (max-width: 767px) {
.tp-section-title.fns-70 {
font-size: 42px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-section-title br {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-section-title {
font-size: 45px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-section-title {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.tp-section-title {
font-size: 35px;
}
}
.tp-section-title-pre {
position: relative;
font-size: 14px;
font-weight: 500;
line-height: 12px;
margin-bottom: 15px;
letter-spacing: 1.4px;
text-transform: uppercase;
display: inline-block;
color: var(--tp-theme-primary);
}   @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-logo img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-header-logo img {
max-width: 100%;
}
}
.tp-header-logo .black {
display: none;
}
.tp-header-logo.scrolled .black {
display: block;
}
.tp-header-logo.scrolled .white {
display: none;
}
.tp-header-transparent {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 3;
}
.tp-header-transparent.top {
top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-header-1-ptb {
padding: 10px 0;
}
}
.tp-header-1-menu {
margin-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-1-menu {
margin-left: 55px;
}
}
.tp-header-1-menu nav {
text-align: center;
}
.tp-header-1-menu nav > ul {
text-align: start;
padding: 4px;
border-radius: 60px;
display: inline-block;
border: 1px solid var(--tp-common-white);
}
.tp-header-1-menu nav > ul > li:not(:last-of-type) {
margin-right: 0px;
}
.tp-header-1-menu nav > ul > li > a {
padding: 13px 15px;
border-radius: 26px;
color: var(--tp-common-white);
}
.tp-header-1-menu nav > ul > li > a::after {
color: var(--tp-common-white) !important;
}
.tp-header-1-menu nav > ul > li > a.hover {
color: var(--tp-theme-primary);
background-color: var(--tp-common-white);
}
.tp-header-1-menu nav > ul > li > a.hover::after {
color: var(--tp-theme-primary) !important;
}
.tp-header-1-menu nav > ul > li .sub-menu {
top: 114%;
}
.tp-header-right-user-icon span {
height: 44px;
width: 44px;
margin-right: 10px;
text-align: center;
line-height: 40px;
border-radius: 50%;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-header-right-user-icon span:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
div.tp-header-right-user-icon img {
width: 45px;
height: 45px;
object-fit: cover;
border-radius: 50%;
margin-right: 10px;
}
.tp-header-right-user-content p {
font-size: 14px;
font-weight: 400;
line-height: 1;
margin-bottom: 5px;
color: var(--tp-common-white);
}
.tp-header-right-user-content span {
font-size: 16px;
font-weight: 600;
line-height: 19px;
display: inline-block;
color: var(--tp-common-white);
}
.tp-header-sticky-cloned {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 98;
visibility: hidden;
transform: translateY(-100%);
background-color: var(--tp-common-white);
box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
transition: transform 500ms ease, visibility 500ms ease;
}
.tp-header-sticky-cloned.tp-header-pinned {
transform: translateY(0%);
visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-header-sticky-cloned.tp-header-pinned {
padding: 15px 0;
}
}
@media only screen and (max-width: 767px) {
.tp-header-sticky-cloned.tp-header-pinned {
padding: 15px 0;
}
}
.tp-header-onepage {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: var(--tp-common-white);
box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
transition: 0.3s ease;
z-index: 10;
}
.tp-header-sticky-onepage {
display: none;
}
.tp-header-sticky-onepage.tp-header-onepage {
display: inline-block;
}
.tp-header-hamburger {
margin-left: 20px;
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li > a {
padding: 23px 15px;
color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li > a:hover {
color: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li.has-dropdown > a::after {
color: var(--tp-heading-primary) !important;
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li.has-dropdown > a:hover::after {
color: var(--tp-theme-primary) !important;
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-icon span {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-icon span:hover {
background-color: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-content p {
color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-content span {
color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .hamburger-btn {
background: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .hamburger-btn span {
background: var(--tp-common-white);
}
.tp-header-pinned .tp-header-2-main .tp-main-menu nav > ul > li > a {
padding: 28px 0 28px 0;
}
.tp-header-pinned .tp-header-2-main .tp-header-2-btn .tp-btn {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-2-main .hamburger-btn {
background: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-2-main .hamburger-btn span {
background: var(--tp-common-white);
}
.tp-header-pinned .tp-header-5-main .tp-main-menu nav > ul > li > a {
padding: 28px 0 28px 0;
}  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-header-2-ptb {
padding: 10px 0;
}
}
.tp-header-2-menu {
padding-left: 10px;
}
.tp-header-2-btn .tp-btn {
color: var(--tp-heading-primary);
background-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), only screen and (max-width: 767px) {
.tp-header-4-btn .tp-btn {
padding: 14px 40px;
}
}
.tp-header-5-ptb {
background-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), only screen and (max-width: 767px) {
.tp-header-5-ptb {
padding: 10px 0;
}
}
.tp-header-5-main-right .tp-header-hamburger .hamburger-btn {
background: var(--tp-theme-primary);
}
.tp-header-5-main-right .tp-header-hamburger .hamburger-btn span {
background: var(--tp-common-white);
}
.tp-header-5-btn {
line-height: 1;
}
.tp-header-5-btn .tp-btn {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-header-5-btn .tp-btn {
padding: 17px 40px;
}
}
@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), only screen and (max-width: 767px) {
.tp-header-5-contact {
display: none;
}
}
.tp-header-5-contact a {
font-size: 18px;
font-weight: 600;
color: var(--tp-common-black);
}
.tp-header-5-contact a span {
display: inline-block;
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 50%;
margin-right: 8px;
background-color: #F0F4FD;
}
.tp-header-5-contact a:hover {
color: var(--tp-theme-primary);
}  .tp-main-menu ul li {
list-style: none;
display: inline-block;
transition: none;
}
.tp-main-menu ul li:not(:last-of-type) {
margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li:not(:last-of-type) {
margin-right: 25px;
}
}
.tp-main-menu ul li > a {
font-size: 18px;
font-weight: 600;
display: inline-block;
padding: 38px 0 38px 0;
color: var(--tp-heading-primary);
}
.tp-main-menu ul li.has-dropdown > a::after {
content: "\f107";
font-size: 18px;
font-weight: 400;
margin-left: 6px;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-heading-primary);
font-family: var(--tp-ff-fontawesome);
}
.tp-main-menu ul li.has-dropdown.p-static {
position: static;
}
.tp-main-menu ul li .sub-menu {
position: absolute;
top: 104%;
left: 0;
width: 230px;
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 15px 0 25px;
background: var(--tp-common-white);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.tp-main-menu ul li .sub-menu li {
display: block;
width: 100%;
margin: 0;
padding: 4px 27px;
transform: translateY(5px);
transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.tp-main-menu ul li .sub-menu li.has-dropdown > a::after {
display: none;
}
.tp-main-menu ul li .sub-menu li > a {
position: relative;
font-size: 15px;
width: 100%;
z-index: 1;
padding: 0;
transition: none;
text-align: start;
}
.tp-main-menu ul li .sub-menu li > a::before {
position: absolute;
content: "";
top: 12PX;
left: 0px;
height: 2px;
width: 0;
background: var(--tp-theme-primary);
transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .sub-menu li > a span {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-main-menu ul li .sub-menu li > .sub-menu {
left: 120%;
top: 0;
visibility: hidden;
opacity: 0;
}
.tp-main-menu ul li .sub-menu li:hover > a {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li .sub-menu li:hover > a span {
margin-left: 14px;
}
.tp-main-menu ul li .sub-menu li:hover > a::before {
width: 10px;
}
.tp-main-menu ul li .sub-menu li:hover > .sub-menu {
left: 100%;
visibility: visible;
opacity: 1;
}
.tp-main-menu ul li:hover > a {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover > a.hover::after {
transform: rotate(180deg);
color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover > a::after {
transform: rotate(180deg);
color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover .sub-menu, .tp-main-menu ul li:hover .tp-mega-menu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
}
.tp-mega-menu {
position: absolute;
top: 104%;
opacity: 0;
left: 0;
right: 0;
z-index: 99;
width: 1200px;
margin: 0 auto;
visibility: hidden;
padding: 25px 25px 20px;
background-color: var(--tp-common-white);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-mega-menu {
width: auto;
opacity: 1;
visibility: visible;
transition: none;
position: static;
display: none;
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-mega-menu {
width: 1100px;
}
}
.tp-mega-menu .tp-home-menu {
position: relative;
}
.tp-mega-menu .tp-home-menu a:hover .tp-home-title {
color: var(--tp-theme-primary);
}
.tp-mega-menu .tp-home-thumb {
position: relative;
margin-bottom: 20px;
overflow: hidden;
border: 1px solid rgba(185, 182, 182, 0.44);
box-shadow: rgba(149, 157, 165, 0.28) 0px 1px 2px;
}
.tp-mega-menu .tp-home-thumb img {
width: 100%;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-mega-menu .tp-home-thumb:hover img {
transform: scale(1.1) translateZ(0);
}
.tp-mega-menu .tp-home-title {
font-size: 17px;
font-weight: 500;
margin-bottom: 0;
text-align: center;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-mega-menu .tp-home-title {
margin-bottom: 20px;
}
}  .tp-offcanvas-menu ul {
list-style: none;
}
.tp-offcanvas-menu ul li {
position: relative;
}
.tp-offcanvas-menu ul li > a {
padding: 8px 0;
display: block;
font-size: 16px;
font-weight: 500;
color: var(--tp-common-white);
}
.tp-offcanvas-menu ul li > a:hover {
color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
border-bottom: 1px solid var(--tp-common-white);
}
.tp-offcanvas-menu ul li.active > a {
color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
border-color: var(--tp-theme-primary);
background-color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
display: none;
padding-left: 20px;
}
.tp-menu-close {
position: absolute;
right: 0;
top: 7.5px;
height: 30px;
width: 30px;
text-align: center;
font-size: 12px;
line-height: 29px;
color: var(--tp-common-white);
border: 1px solid var(--tp-common-white);
}
.tp-menu-close i {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}  .tp-blog-item:hover .tp-blog-item-thumb img {
transform: scale(1.1);
}
.tp-blog-item-thumb {
overflow: hidden;
margin-bottom: 20px;
height: 240px;
}
.tp-blog-item-thumb img {
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
height: 100% !important;
object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-blog-item-thumb img {
width: 100%;
}
}
.tp-blog-item-title {
font-size: 22px;
font-weight: 700;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #D8E0F1;
color: var(--tp-heading-primary);
}
.tp-blog-meta {
margin-bottom: 16px;
}
.tp-blog-meta-btn {
margin-right: 10px;
}
.tp-blog-meta-btn a {
display: inline-block;
padding: 4px 9px 6px;
font-size: 14px;
font-weight: 500;
line-height: 1;
border: 1px solid #D8E0F1;
color: var(--tp-theme-primary);
}
.tp-blog-meta span {
font-size: 14px;
font-weight: 400;
line-height: 30px;
color: var(--tp-text-body);
}
.tp-blog-user-thumb {
margin-right: 10px;
}
.tp-blog-user-content h6 {
font-size: 16px;
line-height: 1;
margin-bottom: 0;
}
.tp-blog-user-content p {
font-size: 14px;
}
.tp-blog-2-item {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-common-white);
}
.tp-blog-2-item:hover {
box-shadow: 0px 30px 50px 0px rgba(108, 84, 177, 0.1), 0px 6px 0px 0px #5758D6;
}
.tp-blog-2-item:hover .tp-blog-2-thumb img {
transform: scale(1.1) translateZ(0);
}
.tp-blog-2-item:hover .tp-blog-2-date {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-blog-2-item:hover .tp-blog-2-date i {
color: var(--tp-common-white);
}
.tp-blog-2-thumb {
overflow: hidden;
height: 265px;
}
.tp-blog-2-thumb img {
width: 100%;
height: 100% !important;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-blog-2-title {
font-size: 24px;
font-weight: 700;
line-height: 32px;
margin-bottom: 12px;
letter-spacing: -0.48px;
color: var(--tp-heading-primary);
}
.tp-blog-2-meta-btn {
margin-bottom: 14px;
}
.tp-blog-2-meta-btn a {
font-size: 14px;
font-weight: 600;
padding: 4px 10px;
background: #F0F4FD;
color: var(--tp-theme-primary);
}
.tp-blog-2-content {
padding: 40px 40px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-blog-2-content {
padding: 40px 20px 40px;
}
}
.tp-blog-2-content p {
line-height: 24px;
margin-bottom: 32px;
}
.tp-blog-2-date {
position: absolute;
top: 20px;
right: 20px;
font-size: 20px;
font-weight: 600;
display: inline-block;
text-align: center;
height: 63px;
width: 63px;
z-index: 1;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 5px 12px;
background-color: var(--tp-common-white);
color: var(--tp-heading-primary);
box-shadow: 0px 20px 20px 0px rgba(22, 34, 19, 0.1);
}
.tp-blog-2-date i {
font-size: 13px;
font-weight: 500;
display: block;
line-height: 1;
font-style: normal;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-text-body);
}
.tp-blog-2-btn a {
display: inline-block;
font-size: 16px;
font-weight: 600;
padding: 9px 29px;
color: var(--tp-heading-primary);
background-color: var(--tp-theme-secondary);
}
.tp-blog-2-btn a:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-blog-3-heading {
margin-bottom: 20px;
}
}
.tp-blog-3-item:hover .tp-blog-3-item-thumb::after {
animation: shine 800ms;
}
.tp-blog-3-item:hover .tp-blog-3-item-title {
border-color: var(--tp-heading-primary);
}
.tp-blog-3-item-thumb {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.tp-blog-3-item-thumb::after {
position: absolute;
content: "";
top: 0;
left: -75%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
transform: skewX(-25deg);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
@media only screen and (max-width: 767px) {
.tp-blog-3-item-thumb img {
width: 100%;
}
}
.tp-blog-3-item-tag {
margin-bottom: 15px;
}
.tp-blog-3-item-tag span {
position: relative;
margin-right: 20px;
padding-right: 20px;
}
.tp-blog-3-item-tag span::after {
position: absolute;
content: "";
top: 50%;
right: 0;
height: 6px;
width: 6px;
border-radius: 50%;
transform: translateY(-50%);
background-color: var(--tp-text-body);
}
.tp-blog-3-item-tag p {
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-blog-3-item-title {
font-weight: 700;
padding-bottom: 30px;
margin-bottom: 16px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-bottom: 1px solid #D9D9D9;
}
.tp-blog-3-item-title a:hover {
color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-blog-3-item-title br {
display: none;
}
}
.tp-blog-3-btn {
font-weight: 600;
}
.tp-blog-3-btn.textline {
background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
}
.tp-blog-3-btn span {
margin-left: 4px;
display: inline-block;
transform: translateY(-1px);
}
.tp-blog-3-btn:hover {
color: var(--tp-theme-primary);
}
.tp-blog-4-ptb {
padding-bottom: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-blog-4-ptb {
padding-top: 80;
}
}
.tp-blog-5-ptb {
padding-top: 320px;
}
.tp-blog-3-item-thumb {
height: 265px;
}
.tp-blog-3-item-thumb img {
width: 100%;
height: 100% !important;
object-fit: cover;
}  .tp-postbox-item .tp-postbox-meta {
align-items: center;
gap: 22px;
flex-wrap: wrap;
margin: 20px 0;
}
.tp-postbox-item .tp-postbox-meta span {
font-size: 16px;
font-weight: 500;
color: #565969;
display: flex;
align-items: center;
gap: 8px;
}
.tp-postbox-item .tp-postbox-meta span i {
color: var(--tp-theme-primary);
margin-right: 2px;
transform: translateY(-1px);
}
.tp-postbox-item .tp-postbox-meta span a:hover {
color: var(--tp-theme-primary);
}
.tp-postbox-item .tp-blog-2-title.postbox__title {
font-size: 38px;
font-weight: 700;
letter-spacing: -1px;
margin-bottom: 25px;
line-height: 55px;
}
.tp-postbox-item .tp-postbox-text p {
font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
line-height: 24px;
}
.tp-postbox-item .postbox__play-btn a {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background: var(--tp-theme-primary);
color: #fff;
font-size: 20px;
border-radius: 6px;
}
.tp-postbox-item .postbox__slider-arrow-wrap button {
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);
z-index: 9;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: var(--tp-theme-primary);
color: #fff;
border-radius: 5px;
font-size: 18px;
}
.tp-postbox-item .postbox__slider-arrow-wrap button.postbox-arrow-next {
left: auto;
right: 20px;
}
.tp-postbox-quote-box {
padding: 32px 50px;
position: relative;
background: linear-gradient(90deg, #FAFAFA -0.62%, rgba(255, 255, 255, 0) 18.02%);
}
.tp-postbox-quote-box::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-postbox-quote-box {
padding: 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-postbox-quote-box {
padding: 30px;
flex-wrap: wrap;
}
}
.tp-postbox-quote-content {
position: relative;
z-index: 1;
}
.tp-postbox-quote-icon {
margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.tp-postbox-quote-icon {
margin-bottom: 10px;
}
}
.tp-postbox-quote-title {
font-size: 24px;
font-weight: 500;
line-height: 34px;
margin-bottom: 15px;
}
.tp-postbox-quote-sub span {
position: relative;
font-size: 15px;
font-weight: 500;
margin-left: 24px;
color: var(--tp-theme-primary);
}
.tp-postbox-quote-sub span::after {
position: absolute;
content: "";
left: -24px;
top: 50%;
height: 1px;
width: 16px;
transform: translateY(-50%);
background: #600EE4;
}
.tp-postbox-quote-2-box {
position: relative;
padding: 67px 62px;
border-radius: 16px;
background-color: #FFE2DB;
}
@media only screen and (max-width: 767px) {
.tp-postbox-quote-2-box {
padding: 30px;
flex-wrap: wrap;
}
}
.tp-postbox-quote-2-title {
margin: 0;
font-size: 38px;
font-weight: 400;
line-height: 44px;
letter-spacing: -0.2px;
font-family: var(--tp-ff-primary);
}
.tp-postbox-quote-2-icon {
margin-right: 34px;
}
@media only screen and (max-width: 767px) {
.tp-postbox-quote-2-icon {
margin-bottom: 10px;
}
}
.tp-postbox-quote-2-shape {
position: absolute;
bottom: 0;
right: 45px;
}
.tp-postbox-details-bottom {
border-top: 1px solid #e6e8f0;
}
.tp-postbox-details-bottom-title {
font-size: 36px;
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 50px;
}
.tp-postbox-details-title {
font-size: 34px;
font-weight: 600;
margin-bottom: 14px;
}
.tp-postbox-details-text p {
font-size: 17px;
font-weight: 400;
line-height: 28px;
margin-bottom: 22px;
}
.tp-postbox-details-text p.text-1 {
margin-bottom: 25px;
}
.tp-postbox-details-text p.text-2 {
margin-bottom: 25px;
}
.tp-postbox-details-text p.text-3 {
margin-bottom: 45px;
}
.tp-postbox-details-text p.text-4 {
margin-bottom: 32px;
}
.tp-postbox-details-text p.text-5 {
margin-bottom: 25px;
}
.tp-postbox-details-list ul li {
position: relative;
list-style: none;
font-size: 17px;
font-weight: 500;
margin-bottom: 18px;
color: var(--tp-heading-primary);
}
.tp-postbox-details-list ul li span {
display: inline-block;
height: 20px;
width: 20px;
text-align: center;
line-height: 16px;
border-radius: 50%;
margin-right: 10px;
background-color: #F0F4FD;
}
.tp-postbox-details-thumb {
margin-bottom: 30px;
}
.tp-postbox-details-thumb img {
width: 100%;
margin-bottom: 20px;
}
.tp-postbox-details-thumb p {
display: block;
text-align: center;
margin: 0;
font-size: 13px;
font-weight: 500;
color: #5F6168;
}
.tp-postbox-details-thumb p span {
font-weight: 400;
color: #87888A;
}
.tp-postbox-details-tag-title {
font-size: 16px;
font-weight: 600;
margin-right: 10px;
display: inline-block;
}
@media only screen and (max-width: 767px) {
.tp-postbox-details-tag.tagcloud {
margin-bottom: 20px;
}
}
.tp-postbox-details-tag.tagcloud a {
padding: 7px 9px;
margin-bottom: 0;
background-color: transparent;
border: 1px solid #e6e8f0;
box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
padding-bottom: 10px;
}
.tp-postbox-details-tag.tagcloud a:hover {
border: 1px solid var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
.tp-postbox-details-tag.tagcloud a {
margin-bottom: 10px;
}
}
.tp-postbox-details-author-box {
padding: 41px 40px;
background: #F0F4FD;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-postbox-details-author-box {
padding: 40px 20px;
}
}
@media only screen and (max-width: 767px) {
.tp-postbox-details-author-box .tp-postbox-details-author-wrap {
flex-wrap: wrap;
gap: 10px;
}
}
.tp-postbox-details-author-title {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.tp-postbox-details-author-social {
display: flex;
align-items: center;
}
.tp-postbox-details-author-social a {
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
display: block;
border-radius: 50%;
font-size: 13px;
background: var(--tp-common-white);
box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-postbox-details-author-social a:not(:last-of-type) {
margin-right: 6px;
}
.tp-postbox-details-author-social a:hover {
background: var(--tp-theme-primary);
color: var(--tp-common-white);
box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (max-width: 767px) {
.tp-postbox-details-author-social a {
display: inline-block;
}
}
.tp-postbox-details-author-avata {
margin-right: 30px;
width: 100px;
height: 100px;
flex: 0 0 auto;
border-radius: 50%;
overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-postbox-details-author-avata {
margin-right: 20px;
}
}
.tp-postbox-details-author-avata img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tp-postbox-details-author-content p {
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
.tp-postbox-comment {
margin-bottom: 50px;
}
}
.tp-postbox-comment-title {
font-size: 30px;
font-weight: 600;
margin-bottom: 30px;
}
.tp-postbox-comment-box {
padding-bottom: 40px;
border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 575px) {
.tp-postbox-comment-box {
flex-direction: column;
gap: 10px;
}
}
.tp-postbox-comment ul li {
margin-top: 35px;
}
@media only screen and (max-width: 767px) {
.tp-postbox-comment ul li .children {
padding-left: 0;
margin: 0 !important;
}
}
.tp-postbox-comment-name {
margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.tp-postbox-comment-name {
flex-wrap: wrap;
}
}
.tp-postbox-comment-name-title {
position: relative;
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
padding-right: 9px;
margin-right: 9px;
text-transform: capitalize;
}
.tp-postbox-comment-name-title::after {
position: absolute;
bottom: 2px;
right: -2px;
height: 4px;
width: 4px;
background: var(--tp-heading-primary);
content: "";
}
.tp-postbox-comment-name span {
font-size: 14px;
font-weight: 500;
}
.tp-postbox-comment-reply a {
font-weight: 500;
font-size: 13px;
color: #5F6168;
padding: 6px 20px;
border: 1px solid #F0F0F0;
box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
text-decoration: none !important;
}
.tp-postbox-comment-reply a svg {
display: inline-block;
margin-right: 5px;
transform: translateY(-2px);
}
.tp-postbox-comment-reply a:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border: 1px solid var(--tp-theme-primary);
}
.tp-postbox-comment-text p {
margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-postbox-comment-text p br {
display: none;
}
}
.tp-postbox-comment-avater {
width: 60px;
flex: 0 0 auto;
}
.tp-postbox-comment-avater img {
width: 100%;
border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-postbox-comment-from {
margin-bottom: 30px;
}
}
.tp-postbox-comment-from .tp-postbox-comment-title {
margin-bottom: 5px;
}
.tp-postbox-comment-from .tp-postbox-comment-p {
font-size: 16px;
font-weight: 300;
margin-bottom: 40px;
}
.tp-postbox-comment-from .tp-contact-input-form label {
font-size: 14px;
font-weight: 500;
}
.tp-postbox-comment-from .tp-contact-input-remeber label {
font-size: 15px;
font-weight: 300;
}
.tp-postbox-comment-from .tp-contact-input-remeber label::after {
top: 4px;
}
.tp-postbox-comment-from .tp-contact-input-remeber label::before {
top: 4px;
}
.tp-property-details-box .comment-reply-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 27px;
padding-bottom: 28px;
border-bottom: 1px solid #E6E6E6;
letter-spacing: inherit;
color: var(--tp-heading-primary);
}
.tp-property-details-box .logged-in-as,
.tp-property-details-box .comment-notes {
margin: 0px 0 15px;
}  .tp-recent-post:not(:last-child) {
margin-bottom: 15px;
}
.tp-recent-post-title {
font-size: 16px;
font-weight: 500;
line-height: 18px;
margin-bottom: 7px;
}
.tp-recent-post-title a:hover {
color: var(--tp-theme-primary);
}
.tp-recent-post-thumb {
overflow: hidden;
flex: 0 0 auto;
width: 74px;
height: 74px;
}
.tp-recent-post-thumb img {
width: 100%;
height: 100%;
overflow: hidden;
object-fit: cover;
transition: all 0.3s 0s ease-out;
}
.tp-recent-post-thumb:hover img {
transform: scale(1.08);
}
.tp-recent-post-meta {
line-height: 1;
}
.tp-recent-post-meta span {
font-size: 12px;
font-weight: 600;
color: var(--tp-text-body);
}  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-sidebar-wrapper {
padding-left: 0;
}
}
.tp-sidebar-search input {
width: 100%;
height: 54px;
font-size: 15px;
padding-right: 70px;
background: #F0F4FD;
color: var(--tp-text-body);
}
.tp-sidebar-search input:focus {
background-color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-sidebar-search input::placeholder {
font-size: 15px;
color: var(--tp-text-body);
}
.tp-sidebar-search-btn {
position: absolute;
top: 50%;
right: 0px;
line-height: 1;
transform: translateY(-50%);
}
.tp-sidebar-search-btn span {
height: 54px;
width: 64px;
line-height: 50px;
display: inline-block;
color: var(--tp-common-white);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-theme-primary);
}
.tp-sidebar-widget {
padding: 30px;
background: #FEFEFE;
border: 1px solid rgba(32, 33, 36, 0.1);
}
.tp-sidebar-widget:last-child {
margin-bottom: 0 !important;
}
.tp-sidebar-widget.widget_archive li {
list-style: none;
}
.tp-sidebar-widget-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(230, 230, 230, 0.93);
}
.tp-sidebar-widget.widget_search .tp-sidebar-widget-title {
border: none;
padding: 0;
margin-bottom: 22px;
}
.tp-sidebar-widgets-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 18px;
}
.tp-sidebar-content ul li {
list-style: none;
}
.tp-sidebar-content ul li:not(:last-of-type) {
margin-bottom: 20px;
}
.tp-sidebar-content ul li a {
display: block;
font-size: 16px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-sidebar-content ul li a span {
float: right;
font-size: 10px;
background-color: #F4F4F4;
border-radius: 50%;
padding: 0 5px;
}
.tp-sidebar-content ul li a svg {
margin-right: 10px;
transform: translateY(-2px);
}
.tp-sidebar-content ul li a:hover {
color: var(--tp-theme-primary);
}
.tp-sidebar-content ul li a:hover span {
color: var(--tp-theme-primary);
}
.tp-sidebar-widget.widget_categories li, .tp-sidebar-widget.widget_pages li, .tp-sidebar-widget.widget_meta li, .tp-sidebar-widget.widget_archive li {
list-style: none;
position: relative;
margin-bottom: 20px;
}
.tp-sidebar-widget.widget_categories li a, .tp-sidebar-widget.widget_pages li a, .tp-sidebar-widget.widget_meta li a, .tp-sidebar-widget.widget_archive li a {
font-size: 16px;
font-weight: 500;
color: var(--tp-text-body);
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding-left: 17px;
}
.tp-sidebar-widget.widget_categories li a::before, .tp-sidebar-widget.widget_pages li a::before, .tp-sidebar-widget.widget_meta li a::before, .tp-sidebar-widget.widget_archive li a::before {
position: absolute;
content: "\f105";
font-family: "Font Awesome 5 Pro";
left: 0;
top: 50%;
transform: translateY(-50%);
font-size: 15px;
font-weight: 300;
}
.tp-sidebar-widget.widget_categories li a:hover, .tp-sidebar-widget.widget_pages li a:hover, .tp-sidebar-widget.widget_meta li a:hover, .tp-sidebar-widget.widget_archive li a:hover {
color: var(--tp-theme-primary);
}
.tp-sidebar-widget.widget_categories li:last-child, .tp-sidebar-widget.widget_pages li:last-child, .tp-sidebar-widget.widget_meta li:last-child, .tp-sidebar-widget.widget_archive li:last-child {
margin-bottom: 0;
}
.tp-sidebar-widget.widget_recent_comments ul li, .tp-sidebar-widget.widget_recent_entries ul li, .tp-sidebar-widget.widget_nav_menu ul li, .tp-sidebar-widget.widget_rss ul li {
list-style: none;
margin-bottom: 10px;
}
.tp-sidebar-widget.widget_recent_comments ul li:last-child, .tp-sidebar-widget.widget_recent_entries ul li:last-child, .tp-sidebar-widget.widget_nav_menu ul li:last-child, .tp-sidebar-widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.tp-sidebar-widget.widget_recent_comments ul li a, .tp-sidebar-widget.widget_recent_entries ul li a, .tp-sidebar-widget.widget_nav_menu ul li a, .tp-sidebar-widget.widget_rss ul li a {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-sidebar-widget.widget_recent_comments ul li a:hover, .tp-sidebar-widget.widget_recent_entries ul li a:hover, .tp-sidebar-widget.widget_nav_menu ul li a:hover, .tp-sidebar-widget.widget_rss ul li a:hover {
color: var(--tp-theme-primary);
}
.tagcloud {
display: inline-flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.tagcloud a {
font-size: 14px !important;
line-height: 1;
padding: 10px 22px;
background: #F0F4FD;
color: var(--tp-text-body);
padding-bottom: 13px;
}
.tagcloud a:hover {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}  .tp-footer-bg::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background-color: #262B35;
}
.tp-footer-widget-border {
padding-bottom: 45px;
border-bottom: 1px solid #383E4B;
}
.tp-footer-widget-content p {
font-size: 16px;
color: #80858F;
font-weight: 400;
line-height: 22px;
margin-bottom: 25px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-footer-widget-content p br {
display: none;
}
}
.tp-footer-widget-content ul li {
list-style: none;
margin-left: 15px;
}
.tp-footer-widget-content ul li:not(:last-of-type) {
margin-bottom: 10px;
}
.tp-footer-widget-content ul li a {
position: relative;
font-size: 16px;
font-weight: 500;
color: #80858F;
}
.tp-footer-widget-content ul li a::before {
position: absolute;
content: "";
height: 6px;
width: 6px;
left: -15px;
top: 50%;
border-radius: 50%;
transform: translateY(-50%);
background-color: #80858F;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-footer-widget-content ul li a:hover {
color: var(--tp-common-white);
}
.tp-footer-widget-content ul li a:hover::before {
background-color: var(--tp-common-white);
}
.tp-footer-widget-content-input {
position: relative;
}
.tp-footer-widget-content-input input {
height: 60px;
line-height: 60px;
padding-right: 60px;
color: var(--tp-text-body);
background: var(--tp-common-white);
border-color: var(--tp-common-white);
}
.tp-footer-widget-content-input input::placeholder {
font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-footer-widget-content-input input:focus {
border-color: var(--tp-theme-primary);
}
.tp-footer-widget-content-input button {
position: absolute;
top: 5px;
right: 5px;
height: 50px;
width: 50px;
line-height: 1;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-footer-widget-content-input button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-footer-widget-contact span {
display: inline-block;
font-size: 20px;
font-weight: 600;
line-height: 28px;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-common-white);
}
.tp-footer-widget-contact span svg {
display: inline-block;
margin-right: 6px;
transform: translateY(-2px);
}
.tp-footer-widget-contact span:hover {
color: var(--tp-theme-primary);
}
.tp-footer-widget-social a {
position: relative;
display: inline-block;
color: var(--tp-common-white);
z-index: 1;
}
.tp-footer-widget-social a:not(:last-of-type) {
margin-right: 18px;
}
.tp-footer-widget-social a:hover {
color: var(--tp-theme-primary);
}
.tp-footer-widget-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 44px;
color: var(--tp-common-white);
}
.tp-footer-widget-item {
display: flex;
padding: 20px 30px;
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.06);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
backdrop-filter: blur(10px);
margin-bottom: 20px;
}
.tp-footer-widget-item-box a:not(:last-child) {
margin-bottom: 20px;
}
.tp-footer-widget-item-icon {
margin-right: 10px;
}
.tp-footer-widget-item-content p {
margin: 0;
}
.tp-footer-widget-item-content span {
font-size: 18px;
}
.tp-footer-widget-item-content span:hover {
color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-footer-inner-ptb {
padding-top: 80px;
}
} .tp-footer-col-2 {
padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-footer-col-2 {
padding-left: 0;
}
}
.tp-footer-col-4 {
margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-footer-col-4 {
margin-left: 0;
}
}     .tp-footer-4-ptb {
padding-top: 250px;
}   @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-ptb {
padding-top: 250px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-ptb {
padding-top: 180px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-ptb {
padding-top: 160px;
}
}
.tp-hero-hight {
height: 940px;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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), only screen and (max-width: 767px) {
.tp-hero-hight {
height: 800px;
}
}
.tp-hero-social {
position: absolute;
left: 120px;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-hero-social {
left: 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) {
.tp-hero-social {
position: static;
display: flex;
transform: translateY(60%);
}
}
@media only screen and (max-width: 767px) {
.tp-hero-social {
display: none;
}
}
.tp-hero-social a {
font-size: 18px;
font-weight: 600;
display: block;
text-align: center;
height: 40px;
width: 40px;
border-radius: 50%;
line-height: 38px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid #808FE9;
color: var(--tp-common-white);
}
.tp-hero-social a:not(:last-child) {
margin-bottom: 8px;
}
@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) {
.tp-hero-social a:not(:last-child) {
margin-right: 8px;
}
}
.tp-hero-social a:hover {
border: 1px solid var(--tp-heading-primary);
background-color: var(--tp-heading-primary);
}
.tp-hero-heading {
margin-bottom: 60px;
}
.tp-hero-heading-title {
font-size: 100px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: -3px;
color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-heading-title {
font-size: 90px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-heading-title {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-heading-title {
font-size: 65px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-heading-title {
font-size: 44px;
margin-bottom: 10px;
}
}
.tp-hero-heading p {
font-size: 36px;
font-weight: 500;
letter-spacing: -0.72px;
color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-heading p {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-heading p {
font-size: 26px;
}
}
.tp-hero-tab nav .nav-tabs {
border: none;
}
.tp-hero-tab nav .nav-tabs .nav-item.show .nav-link,
.tp-hero-tab nav .nav-tabs .nav-link {
font-weight: 600;
font-size: 16px;
border: none;
padding: 8px 20px;
border-radius: 0;
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-hero-tab nav .nav-tabs .nav-item.show .nav-link.active,
.tp-hero-tab nav .nav-tabs .nav-link.active {
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
border: none;
}
.tp-hero-tab nav .nav-tabs .nav-item.show .nav-link:hover,
.tp-hero-tab nav .nav-tabs .nav-link:hover {
isolation: auto;
}
.tp-hero-tab-box {
padding: 30px 30px;
background-color: var(--tp-common-white);
gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-hero-tab-box {
flex-wrap: wrap;
justify-content: space-between;
}
}
@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) {
.tp-hero-tab-box.home-4 {
padding: 30px 15px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 {
padding: 15px 15px 30px;
}
}
.tp-hero-tab-box.home-4 .tp-hero-tab-input {
margin-right: 18px;
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-input {
width: 100%;
}
}
.tp-hero-tab-box.home-4 .tp-hero-tab-input input {
height: 50px;
width: 230px;
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-input input {
width: 100%;
}
}
.tp-hero-tab-box.home-4 .tp-hero-tab-input.home-4 input {
width: 166px;
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-input.home-4 input {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-select {
width: 100%;
margin-right: 10px;
}
}
.tp-hero-tab-box.home-4 .tp-hero-tab-select .nice-select {
height: 50px;
width: 230px;
line-height: 50px;
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-select .nice-select {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-search {
width: 100%;
}
}
.tp-hero-tab-box.home-4 .tp-hero-tab-search button {
width: 124px;
padding: 13px 10px;
}
@media only screen and (max-width: 767px) {
.tp-hero-tab-box.home-4 .tp-hero-tab-search button {
width: 100%;
}
}
.tp-hero-tab-input input {
max-width: 270px;
font-size: 16px;
font-weight: 400;
padding-left: 20px;
padding-right: 40px;
color: var(--tp-text-body);
border: 1px solid #E6E6E6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-tab-input input {
width: 240px;
}
}
.tp-hero-tab-input input:focus {
border-color: var(--tp-theme-primary);
}
.tp-hero-tab-input input::-webkit-input-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-hero-tab-input input::-moz-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-hero-tab-input input:-moz-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-hero-tab-input input:-ms-input-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-hero-tab-input input::placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-hero-tab-input span {
position: absolute;
top: 50%;
right: 20px;
display: inline-block;
transform: translateY(-50%);
}
.tp-hero-tab-select .nice-select {
width: 270px;
height: 60px;
font-size: 16px;
font-weight: 400;
line-height: 55px;
border-radius: 0;
}
.tp-hero-tab-select .nice-select:focus {
border-color: var(--tp-theme-primary);
background-color: var(--tp-common-white) !important;
}
.tp-hero-tab-select .nice-select::after {
color: var(--tp-heading-primary);
}
.tp-hero-tab-select .nice-select.open .list {
width: 100%;
padding: 20px;
border-radius: 0;
border: 1px solid #E6E6E6;
box-shadow: 0px 6px 60px -20px rgba(42, 35, 57, 0.15);
}
.tp-hero-tab-select .nice-select .option {
font-size: 16px;
min-height: 30px;
font-weight: 500;
line-height: 30px;
padding: 9px 20px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-hero-tab-select .nice-select .option.selected, .tp-hero-tab-select .nice-select .option:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-hero-tab-filter .tp-hero-filter-btn span {
display: inline-block;
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid #E6E6E6;
color: var(--tp-heading-primary);
}
.tp-hero-tab-filter .tp-hero-filter-btn span:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-hero-tab-search button {
font-size: 16px;
font-weight: 600;
padding: 18px 40px;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-hero-tab-search button span {
margin: 0 2px;
display: inline-block;
transform: translateY(-2px);
}
.slide-wrap.overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: rgba(1, 9, 21, 0.4);
}
.swiper-slide-active .tp-hero-button-wrapper {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-title-pre div span {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-7-title div span {
opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-2-ptb {
padding-top: 165px;
padding-bottom: 50px;
}
}
.tp-hero-2-title {
font-size: 100px;
font-weight: 600;
line-height: 1;
margin-bottom: 30px;
letter-spacing: -3px;
color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-2-title {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-2-title {
font-size: 65px;
margin-bottom: 20px;
}
}
.tp-hero-2-hight {
height: 940px;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-2-hight {
height: 800px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-2-hight {
height: inherit;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-2-heading 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), only screen and (max-width: 767px) {
.tp-hero-2-content {
margin-bottom: 40px;
}
}
.tp-hero-2-thumb {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-hero-2-thumb {
right: -75px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-2-thumb {
right: -264px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-2-thumb {
display: none;
}
}
.tp-hero-2-thumb img {
height: 100%;
}
.tp-hero-2-tab .nav-tabs {
padding: 8px;
border: none;
background-color: var(--tp-common-white);
display: inline-flex;
}
.tp-hero-2-tab .nav-tabs .nav-item.show .nav-link,
.tp-hero-2-tab .nav-tabs .nav-link {
font-weight: 600;
font-size: 16px;
border: none;
padding: 8px 10px;
border-radius: 0;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-hero-2-tab .nav-tabs .nav-item.show .nav-link.active,
.tp-hero-2-tab .nav-tabs .nav-link.active {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
border: none;
}
.tp-hero-2-tab .nav-tabs .nav-item.show .nav-link:hover,
.tp-hero-2-tab .nav-tabs .nav-link:hover {
isolation: auto;
}
.tp-hero-2-tab-box {
padding: 20px;
width: 652px;
box-shadow: 0px 8px 30px 0px #CCD6EC;
background-color: var(--tp-common-white);
gap: 20px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
.tp-hero-2-tab-box {
flex-wrap: wrap;
width: auto;
}
}
.tp-hero-2-tab-box .tp-hero-tab-input input {
width: 206px;
height: 48px;
line-height: 48px;
background-color: var(--tp-theme-secondary);
}
.tp-hero-2-tab-box .tp-hero-tab-input input:focus {
background-color: var(--tp-common-white);
}
.tp-hero-2-tab-box .tp-hero-tab-select .nice-select {
width: 206px;
height: 48px;
line-height: 48px;
background-color: var(--tp-theme-secondary);
}
.tp-hero-2-tab-box .tp-hero-tab-search button {
padding: 12px 40px;
width: 160px;
}
.tp-hero-2-wrap {
position: relative;
display: inline-block;
padding: 60px 70px 55px 60px;
background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-hero-2-wrap {
padding: 50px 40px 40px 45px;
}
}
.tp-hero-2-wrap-btn {
position: absolute;
top: 25px;
right: 25px;
}
.tp-hero-2-wrap-btn a:hover {
color: var(--tp-theme-primary);
}
.tp-hero-2-wrap-sign {
margin-bottom: 20px;
}
.tp-hero-2-wrap-title {
font-size: 40px;
font-weight: 700;
margin-bottom: 0;
color: var(--tp-heading-primary);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.tp-hero-2-text-rotate {
transform: rotate(-90deg) translateX(120px) translateY(-370px);
}
@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), only screen and (max-width: 767px) {
.tp-hero-2-text-rotate {
display: none;
}
}
.tp-hero-2-text-rotate-title {
position: relative;
color: #5758D6;
font-size: 18px;
font-weight: 500;
margin: 0;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.tp-hero-2-text-rotate-title::after {
position: absolute;
content: "";
height: 2px;
width: 80px;
top: 10px;
left: 310px;
background-color: #5758D6;
}
.tp-hero-3-item {
padding-top: 340px;
}
@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) {
.tp-hero-3-item {
padding-top: 200px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-3-item {
padding-top: 160px;
}
}
.tp-hero-3-bg {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}
.tp-hero-3-bg::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 0;
background: rgba(0, 0, 45, 0.45);
}
.tp-hero-3-title {
font-size: 100px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 35px;
letter-spacing: -4px;
color: var(--tp-common-white);
}
.tp-hero-3-title div {
display: block;
overflow: hidden;
}
.tp-hero-3-title div span {
position: relative;
display: block;
opacity: 0;
transform: translateY(200px);
-webkit-transform: translateY(200px);
transition: 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-3-title {
font-size: 85px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-3-title {
font-size: 75px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-3-title {
font-size: 65px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-3-title {
font-size: 54px;
margin-bottom: 30px;
}
}
.tp-hero-3-title-pre {
font-size: 16px;
font-weight: 600;
margin-bottom: 6px;
letter-spacing: 0.256px;
color: var(--tp-common-white);
}
.tp-hero-3-title-pre div {
display: block;
overflow: hidden;
}
.tp-hero-3-title-pre div span {
position: relative;
display: block;
opacity: 0;
transform: translateY(200px);
-webkit-transform: translateY(200px);
transition: 1s;
}
.tp-hero-3-button-wrapper {
display: block;
overflow: hidden;
}
.tp-hero-3-button-wrapper .tp-btn {
opacity: 0;
position: relative;
display: inline-block;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
transform: translateY(200px);
-webkit-transform: translateY(200px);
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.14);
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
}
.tp-hero-3-button-wrapper .tp-btn:hover {
color: var(--tp-theme-primary);
background-color: var(--tp-common-white);
}
.tp-hero-3-arrow-box {
position: absolute;
top: 50%;
right: 80px;
z-index: 2;
transform: translateY(-40%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-3-arrow-box {
right: 40px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-3-arrow-box {
display: none;
}
}
.tp-hero-3-arrow-box button {
position: relative;
display: block;
height: 60px;
width: 60px;
font-size: 20px;
transform: translateY(-50%);
color: var(--tp-common-white);
background: transparent;
z-index: 2;
border: 2px solid rgba(255, 255, 255, 0.35);
}
.tp-hero-3-arrow-box button:hover {
color: var(--tp-theme-primary);
background: var(--tp-common-white);
border-color: var(--tp-common-white);
}
.tp-hero-3-arrow-box button:not(:last-child) {
margin-bottom: 10px;
}
.tp-hero-4-ptb {
padding-top: 215px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-4-ptb {
padding-top: 160px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-4-ptb {
padding-top: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-4-ptb {
padding-bottom: 140px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-4-ptb {
padding-bottom: 100px;
}
}
.tp-hero-4-hight {
height: 840px;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-4-hight {
height: 700px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-4-hight {
height: inherit;
}
}
.tp-hero-4-heading {
margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-4-heading {
margin-bottom: 30px;
}
}
.tp-hero-4-heading p {
font-size: 24px;
font-weight: 400;
margin-bottom: 8px;
letter-spacing: -0.48px;
color: var(--tp-heading-primary);
}
.tp-hero-4-heading-title {
font-size: 80px;
font-weight: 700;
letter-spacing: -3.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-4-heading-title {
font-size: 60px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-4-heading-title {
font-size: 55px;
}
}
.tp-hero-4-tab {
border: 1px solid #E6E6E6;
background: var(--tp-common-white);
box-shadow: 0px 0px 60px 0px rgba(23, 86, 81, 0.3);
}
.tp-hero-4-tab-box {
padding: 0px 30px;
border-bottom: 1px solid #E6E6E6;
background-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), only screen and (max-width: 767px) {
.tp-hero-4-tab-box {
padding: 0px 15px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-4-tab-rating {
display: none;
}
}
.tp-hero-4-tab-rating p {
line-height: 1;
font-weight: 500;
}
.tp-hero-4-tab-rating p svg {
margin-right: 3px;
}
.tp-hero-4-tab nav .nav-tabs {
border: none;
width: 318px;
}
@media only screen and (max-width: 767px) {
.tp-hero-4-tab nav .nav-tabs {
width: 200px;
}
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link,
.tp-hero-4-tab nav .nav-tabs .nav-link {
position: relative;
font-weight: 600;
font-size: 16px;
border: none;
padding: 18px 0px;
border-radius: 0;
color: var(--tp-heading-primary);
background-color: transparent;
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link:not(:last-child),
.tp-hero-4-tab nav .nav-tabs .nav-link:not(:last-child) {
margin-right: 40px;
}
@media only screen and (max-width: 767px) {
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link:not(:last-child),
.tp-hero-4-tab nav .nav-tabs .nav-link:not(:last-child) {
margin-right: 20px;
}
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link::after,
.tp-hero-4-tab nav .nav-tabs .nav-link::after {
position: absolute;
content: "";
left: 0;
bottom: 0px;
height: 2px;
width: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-theme-primary);
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link.active,
.tp-hero-4-tab nav .nav-tabs .nav-link.active {
color: var(--tp-theme-primary);
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link.active::after,
.tp-hero-4-tab nav .nav-tabs .nav-link.active::after {
width: 100%;
}
.tp-hero-4-tab nav .nav-tabs .nav-item.show .nav-link:hover,
.tp-hero-4-tab nav .nav-tabs .nav-link:hover {
isolation: auto;
}
.tp-hero-5-ptb {
padding-bottom: 50px;
background-size: cover;
background-repeat: no-repeat;
background-position: 0px -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-hero-5-heading {
margin-bottom: 30px;
}
}
.tp-hero-5-title {
font-size: 60px;
font-weight: 700;
line-height: 1.25;
letter-spacing: -1.8px;
}
@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), only screen and (max-width: 767px) {
.tp-hero-5-title {
font-size: 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), only screen and (max-width: 767px) {
.tp-hero-5-title br {
display: none;
}
}
.tp-hero-5-thumb img {
width: 100%;
}
@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), only screen and (max-width: 767px) {
.tp-hero-5-content {
padding-left: 0;
}
}
.tp-hero-5-content-p {
margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.tp-hero-5-content-p br {
display: none;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-5-content-box {
flex-wrap: wrap;
}
}
.tp-hero-5-rating {
margin-right: 28px;
padding-right: 30px;
border-right: 1px solid var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-5-rating {
padding-right: 15px;
margin-right: 15px;
}
}
@media only screen and (max-width: 767px) {
.tp-hero-5-rating {
border-right: none;
margin-bottom: 20px;
}
}
.tp-hero-5-rating-icon {
margin-right: 18px;
}
.tp-hero-5-rating-content span {
font-size: 36px;
font-weight: 700;
line-height: 1;
display: inline-block;
margin-bottom: 5px;
letter-spacing: -2.16px;
color: var(--tp-heading-primary);
}
.tp-hero-5-rating-content p {
font-size: 18px;
font-weight: 500;
}
.tp-hero-5-tab nav .nav-tabs {
border: none;
margin-bottom: 1px;
justify-content: center;
}
.tp-hero-5-tab nav .nav-tabs button {
font-size: 16px;
font-weight: 600;
border-radius: 0;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-hero-5-tab nav .nav-tabs button.active {
color: var(--tp-common-white);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-hero-5-tab .tab-content .tp-hero-tab-box {
padding: 30px 25px 30px;
box-shadow: 0px 0px 60px 0px rgba(39, 40, 60, 0.1);
}
.tp-from-filter {
position: absolute;
z-index: 10;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
}
.tp-from-filter.hidden {
display: none;
top: 100%;
}
.tp-from-filter.show {
display: block;
top: 105%;
}
.tp-from-wrapper {
padding: 30px 30px 10px;
border: 1px solid #E6E6E6;
background: var(--tp-common-white);
box-shadow: 0px 10px 60px 0px rgba(26, 27, 65, 0.06);
}
.tp-from-select-box .tp-hero-tab-select {
width: 100%;
margin: 0;
margin-bottom: 20px;
}
.tp-from-select-box .tp-hero-tab-select:not(:last-child) {
margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-from-select-box .tp-hero-tab-select:not(:last-child) {
margin-right: 0;
}
}
.tp-from-select-box .tp-hero-tab-select .nice-select {
width: 100%;
}
.tp-from-input {
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-from-input {
width: 100%;
}
}
.tp-from-input:not(:last-child) {
margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-from-input:not(:last-child) {
margin-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-from-input input {
width: 100%;
}
}
.tp-from-checkbox {
padding: 30px;
background: #F0F4FD;
margin-bottom: 50px;
}
.tp-from-checkbox ul {
display: flex;
flex-wrap: wrap;
}
.tp-from-checkbox ul li {
list-style: none;
width: 25%;
}
@media only screen and (max-width: 767px) {
.tp-from-checkbox ul li {
width: 50%;
}
}
.tp-from-checkbox ul li .tp-contact-input-remeber {
margin-bottom: 7px;
}
.tp-from-checkbox-title {
color: #000;
font-size: 18px;
font-weight: 600;
margin-bottom: 18px;
}
.tp-from-checkbox .tp-contact-input-remeber label::after {
background: transparent;
border: 1px solid #CFD9EF;
}
.tp-from-range {
margin-bottom: 50px;
}
.tp-from-range .tp-property-widget-filter .input-range {
right: 0;
left: auto;
}
.tp-from-range .tp-property-widget-filter .ui-widget.ui-widget-content {
height: 2px;
box-shadow: none;
background-color: #E6E6E6;
}
.tp-from-range .tp-property-widget-filter .ui-slider .ui-slider-handle {
top: -7px;
width: 15px;
height: 15px;
border-radius: 50%;
border: 4px solid #fff;
box-shadow: 0 0 4px 0 rgba(17, 19, 41, 0.2509803922);
background-color: var(--tp-theme-primary);
}
.tp-from-bottom .tp-hero-tab-search button {
padding: 14px 27px;
}
.tp-from-button {
margin-right: 20px;
}
.tp-from-button #bhume-form-reset {
font-size: 16px;
font-weight: 600;
padding: 11px 17px;
display: inline-block;
border: 1px solid #E6E6E6;
color: var(--tp-heading-primary);
}
.tp-from-button #bhume-form-reset svg {
display: inline-block;
transform: translateY(-2px);
}
.tp-from-button #bhume-form-reset:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-from-button-box {
margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1580px) {
.tp-bhume-home-2-hero {
width: 100% !important;
}
.tp-bhume-home-2-hero .tp-bhume-home-2-hero-img img {
width: 730px;
height: 950px;
}
}  .tp-feature-item {
z-index: 1;
overflow: hidden;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 52px 50px 38px;
background-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), only screen and (max-width: 767px) {
.tp-feature-item {
padding: 45px 35px 32px;
}
}
.tp-feature-item.active {
background-color: var(--tp-theme-primary);
}
.tp-feature-item.active .tp-feature-item-shape {
top: -10px;
opacity: 1;
}
.tp-feature-item.active .tp-feature-item-content h4 {
color: var(--tp-common-white);
}
.tp-feature-item.active .tp-feature-item-btn a {
background-color: var(--tp-common-white);
}
.tp-feature-item.active .tp-feature-item-icon img {
filter: brightness(0) invert(1);
}
.tp-feature-item-shape {
position: absolute;
top: -100px;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
pointer-events: none;
}
.tp-feature-item-content h4 {
font-size: 24px;
font-weight: 700;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-text-1);
}
@media only screen and (max-width: 767px) {
.tp-feature-item-content h4 {
font-size: 22px;
}
}
.tp-feature-item-icon {
position: relative;
margin-bottom: 20px;
}
.tp-feature-item-icon img {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-feature-item-btn {
position: absolute;
top: 58px;
right: 50px;
}
.tp-feature-item-btn a {
display: inline-block;
text-align: center;
width: 44px;
height: 44px;
line-height: 44px;
border-radius: 50%;
color: var(--tp-theme-primary);
background-color: var(--tp-theme-secondary);
}
.tp-feature-item-btn a:hover i {
animation: tfLeftToRight 0.5s forwards;
}
.tp-feature-2-item {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid #E6E6E6;
}
.tp-feature-2-item:hover, .tp-feature-2-item.active {
background: var(--tp-theme-primary);
}
.tp-feature-2-item:hover .tp-feature-2-item-title, .tp-feature-2-item.active .tp-feature-2-item-title {
color: var(--tp-common-white);
}
.tp-feature-2-item:hover .tp-feature-2-item-heading, .tp-feature-2-item.active .tp-feature-2-item-heading {
border-bottom: 1px solid #6F6FE9;
}
.tp-feature-2-item:hover .tp-feature-2-item-heading span, .tp-feature-2-item.active .tp-feature-2-item-heading span {
color: var(--tp-common-white);
transform: rotate(-45deg);
}
.tp-feature-2-item:hover .tp-feature-2-item-date, .tp-feature-2-item.active .tp-feature-2-item-date {
color: var(--tp-common-white);
}
.tp-feature-2-item:hover .tp-feature-2-item-date::after, .tp-feature-2-item.active .tp-feature-2-item-date::after {
border-color: #343580;
background-color: #343580;
}
.tp-feature-2-item-heading {
margin-bottom: 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 30px 30px 30px;
border-bottom: 1px solid #E6E6E6;
}
.tp-feature-2-item-heading span {
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-theme-primary);
}
.tp-feature-2-item-title {
font-size: 24px;
font-weight: 700;
}
.tp-feature-2-item-content {
padding: 0 30px 30px;
}
@media only screen and (max-width: 767px) {
.tp-feature-2-item-content {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 575px) {
.tp-feature-2-item-content {
flex-flow: row;
}
}
.tp-feature-2-item-date {
position: relative;
font-size: 18px;
font-weight: 500;
height: 80px;
width: 80px;
z-index: 1;
margin-right: 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 14px 12px;
border: 1px solid #E6E6E6;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 575px) {
.tp-feature-2-item-date {
flex-flow: row;
padding: 3px 10px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
.tp-feature-2-item-date {
padding: 14px 10px;
}
}
@media only screen and (max-width: 767px) {
.tp-feature-2-item-date {
margin-bottom: 0px;
font-size: 16px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-feature-2-item-date {
font-size: 16px;
}
}
.tp-feature-2-item-date i {
display: block;
font-style: normal;
}
.tp-feature-2-item-date::after {
position: absolute;
content: "";
top: -10px;
left: -11px;
width: 100px;
height: 100px;
z-index: -1;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid #E6E6E6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-feature-2-item-date::after {
left: -14px;
}
}
@media only screen and (max-width: 767px) {
.tp-feature-2-item-date::after {
left: -11px;
}
}  .tp-about-thumb {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-thumb {
height: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-thumb img {
width: 100%;
height: 100%;
}
}
.tp-about-heading {
margin-bottom: 45px;
}
.tp-about-content {
padding-left: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-content {
padding-left: 215px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-content {
padding-left: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-content {
padding-left: 0;
}
}
.tp-about-content p {
margin-bottom: 50px;
letter-spacing: -0.32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-content p {
color: var(--tp-common-white);
}
}
@media only screen and (max-width: 767px) {
.tp-about-content p br {
display: none;
}
}
.tp-about-content p span {
font-weight: 600;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-about-btn {
flex-wrap: wrap;
}
}
.tp-about-btn a {
margin-bottom: 20px;
}
.tp-about-btn a:not(:last-child) {
margin-right: 20px;
}
.tp-about-btn .btn-2 {
margin-bottom: 20px;
color: var(--tp-heading-primary);
background-color: var(--tp-theme-secondary);
}
@media only screen and (max-width: 767px) {
.tp-about-4-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-4-thumb img {
width: 100%;
}
}
.tp-about-4-thumb-video-box {
position: absolute;
top: 60px;
left: 60px;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.tp-about-4-thumb-video-box {
top: 30px;
left: 30px;
}
}
.tp-about-4-thumb-video span {
position: relative;
display: inline-block;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
background-color: var(--tp-common-white);
}
.tp-about-4-thumb-video span::after {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 90%;
height: 90%;
transform: scale(1);
border: 1px solid var(--tp-common-white);
animation: video-border 1.5s linear infinite;
}
.tp-about-4-thumb-box {
position: absolute;
bottom: 30px;
right: 75px;
z-index: 2;
text-align: center;
padding: 27px 46px;
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.14);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
.tp-about-4-thumb-box {
right: 30px !important;
}
}
.tp-about-4-thumb-box.service {
right: 95px;
background-color: var(--tp-heading-primary);
}
.tp-about-4-thumb-box.faq {
left: -95px;
right: auto;
background-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), only screen and (max-width: 767px) {
.tp-about-4-thumb-box.faq {
left: -20px;
}
}
.tp-about-4-thumb-box.faq .tp-about-4-thumb-title {
color: var(--tp-theme-primary);
}
.tp-about-4-thumb-box.faq p {
color: var(--tp-heading-primary);
}
.tp-about-4-thumb-box span svg {
margin: 0 2px;
}
.tp-about-4-thumb-box p {
font-size: 18px;
font-weight: 700;
line-height: 1;
margin-top: 5px;
color: var(--tp-common-white);
}
.tp-about-4-thumb-title {
font-size: 64px;
font-weight: 700;
margin-bottom: 10px;
letter-spacing: -3.84px;
color: var(--tp-common-white);
}
.tp-about-4-heading {
padding-top: 40px;
}
.tp-about-4-heading p {
margin-bottom: 40px;
}
.tp-about-4-list ul {
display: inline-block;
margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-4-list ul {
margin-bottom: 30px;
}
}
.tp-about-4-list ul li {
list-style: none;
font-size: 18px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-about-4-list ul li span {
display: inline-block;
margin-right: 8px;
}
.tp-about-4-list ul li:not(:last-child) {
margin-bottom: 20px;
}
.tp-about-5-thumb {
margin-bottom: 40px;
}
.tp-about-5-thumb img {
filter: drop-shadow(0px 0px 60px rgba(19, 21, 45, 0.2));
}
@media only screen and (max-width: 767px) {
.tp-about-5-thumb img {
width: 100%;
}
}
.tp-about-5-img {
position: absolute;
top: 150px;
right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-5-img {
top: 275px;
right: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-about-5-img {
position: static;
margin-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-about-point-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-about-point-heading .tp-section-title {
color: var(--tp-common-white);
}
.tp-about-point-item {
position: relative;
width: 600px;
padding: 41px 60px;
}
.tp-about-point-item:nth-child(odd) {
border-right: 1px solid #4C4F55;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-point-item:nth-child(odd) {
border-right: none;
border-bottom: 1px solid #4C4F55;
}
}
.tp-about-point-item:nth-child(1) {
border-bottom: 1px solid #4C4F55;
}
.tp-about-point-item:nth-child(2) {
border-bottom: 1px solid #4C4F55;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-point-item {
width: 560px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-point-item {
width: 460px;
padding: 40px 45px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-about-point-item {
width: auto;
}
}
@media only screen and (max-width: 767px) {
.tp-about-point-item {
padding: 35px 15px;
}
}
.tp-about-point-item-icon {
margin-right: 20px;
}
.tp-about-point-item-icon span {
display: inline-block;
height: 60px;
width: 60px;
line-height: 55px;
border-radius: 50%;
text-align: center;
background: rgba(255, 255, 255, 0.06);
}
.tp-about-point-item-title {
font-size: 22px;
font-weight: 600;
letter-spacing: -0.44px;
color: var(--tp-common-white);
}
.tp-about-point-item-content p {
color: #80858F;
line-height: 26px;
}  .tp-apartment-wrap {
flex-wrap: wrap;
}
.tp-apartment-item {
margin-right: 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 13px 48px 13px 20px;
background-color: var(--tp-theme-secondary);
}
.tp-apartment-item:hover {
border-radius: 50px;
}
.tp-apartment-item:hover .tp-apartment-item-icon span {
background-color: var(--tp-theme-primary);
}
.tp-apartment-item:hover .tp-apartment-item-icon span img {
filter: brightness(0) invert(1);
}
.tp-apartment-item-icon {
margin-right: 15px;
}
.tp-apartment-item-icon span {
display: inline-block;
text-align: center;
height: 80px;
width: 80px;
line-height: 70px;
border-radius: 50%;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-common-white);
}
.tp-apartment-item-icon span img {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-apartment-item-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 2px;
letter-spacing: -0.4px;
color: var(--tp-heading-primary);
}
.tp-apartment-item-content p {
font-weight: 500;
margin: 0;
}
.tp-apartment-wrapper .tp-section-title {
margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-apartment-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-apartment-wrap-2 {
flex-wrap: wrap;
}
.tp-apartment-wrap-2 .tp-apartment-item {
border: 1px solid #CAD3E9;
background-color: transparent;
}
.tp-apartment-wrap-2 .tp-apartment-item:hover {
border-color: var(--tp-common-white);
background-color: var(--tp-common-white);
}
.tp-newsletter-input input {
padding-right: 150px;
}
.tp-newsletter-input button {
position: absolute;
top: 50%;
right: 6px;
padding: 12px 25px;
transform: translateY(-50%);
}
.tp-newsletter-wrap span {
display: inline-block;
margin-top: 12px;
font-size: 12px;
line-height: 20px;
}
.tp-newsletter-wrap span a {
text-decoration-line: underline;
}
.tp-newsletter-wrap span a:hover {
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-newsletter-content {
display: none;
}
}
.tp-newsletter-content .tp-apartment-item {
position: absolute;
top: 60px;
left: 160px;
width: 266px;
border-radius: 50px;
padding: 10px 38px 10px 10px;
}
.tp-newsletter-content .tp-apartment-item-title {
color: var(--tp-theme-primary);
}
.tp-newsletter-content .tp-apartment-item-content p {
font-size: 14px;
font-weight: 400;
}
.tp-newsletter-item {
position: absolute;
top: 140px;
right: -178px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-newsletter-item {
top: 200px;
right: 0;
}
}
.tp-newsletter-item.two {
position: absolute;
bottom: -390px;
right: 0;
top: auto;
}
.tp-newsletter-item span {
font-size: 18px;
font-weight: 600;
border-radius: 50px;
padding: 7px 16px 9px;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
display: inline-block;
}
.tp-newsletter-item span svg {
transform: translateY(-2px);
}  .tp-rent-item {
background: var(--tp-common-white);
box-shadow: 0px 6px 40px 0px rgba(45, 42, 67, 0.06);
}
.tp-rent-item:hover .tp-rent-thumb a img {
transform: scale(1.1) rotate(4deg);
transition: all 0.4s;
}
.tp-rent-thumb {
overflow: hidden;
}
div.tp-rent-thumb img {
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
width: 100%;
height: 280px;
object-fit: cover;
}
.tp-rent-thumb::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 70%;
width: 100%;
pointer-events: none;
z-index: 1;
background: linear-gradient(0deg, #06132C 0.04%, rgba(111, 126, 155, 0) 62.49%);
}
.tp-rent-user-wrap {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
margin: 0 auto;
z-index: 2;
}
.tp-rent-user-thumb {
margin-right: 10px;
}
div.tp-rent-user-thumb img {
width: 38px;
height: 38px;
border-radius: 50%;
}
.tp-rent-user-content-title {
font-size: 16px;
font-weight: 600;
margin: -2px;
line-height: 1;
letter-spacing: -0.32px;
color: var(--tp-common-white);
}
.tp-rent-user-content span {
color: #BABABA;
font-size: 12px;
line-height: 1;
font-weight: 400;
display: inline-block;
}
.tp-rent-tags {
position: absolute;
top: 20px;
left: 20px;
}
.tp-rent-tags a, .tp-rent-tags span {
font-size: 12px;
font-weight: 600;
line-height: 1;
padding: 5px 10px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
margin-right: 4px;
}
.tp-rent-tags a.one, .tp-rent-tags span.one {
color: var(--tp-common-white);
}
.tp-rent-tags a.two, .tp-rent-tags span.two {
color: var(--tp-heading-primary);
background-color: var(--tp-theme-secondary);
}
.tp-rent-option button:not(:last-of-type) {
margin-right: 10px;
}
.tp-rent-option span {
display: inline-block;
border-radius: 19px;
line-height: 35px;
text-align: center;
height: 38px;
width: 38px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-common-white);
background: rgba(255, 255, 255, 0.3);
box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.12);
}
.tp-rent-option span:hover {
color: #010F1C;
background-color: var(--tp-common-white);
}
.tp-rent-option a {
background-color: rgba(255, 255, 255, 0.3);
}
.tp-rent-option a:focus {
color: #fff;
}
.tp-rent-option a:hover {
color: #010F1C;
}
.tp-rent-content {
padding: 25px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-rent-content {
padding: 25px 20px 30px;
}
}
.tp-rent-content p {
line-height: 1;
}
.tp-rent-meta-list {
margin-top: 38px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #E6E6E6;
}
.tp-rent-meta-list.team-details {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.tp-rent-meta-list.team-details .tp-rent-meta-content {
margin-bottom: 0;
}
.tp-rent-meta-list.team-details .tp-rent-meta-content span {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background-color: #F0F4FD;
}
.tp-rent-meta-list.team-details .tp-rent-meta-item p {
font-size: 16px;
font-weight: 500;
}
.tp-rent-meta-item p {
font-size: 14px;
}
.tp-rent-meta-content {
margin-bottom: 5px;
}
.tp-rent-meta-content span {
display: inline-block;
margin-right: 5px;
transform: translateY(-4px);
}
.tp-rent-meta-content p {
font-size: 20px;
font-weight: 500;
letter-spacing: -0.4px;
color: var(--tp-heading-primary);
}
.tp-rent-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 6px;
color: var(--tp-common-black);
}
.tp-rent-btn .tp-btn {
padding: 13px 24px;
color: var(--tp-heading-primary);
background-color: var(--tp-theme-secondary);
}
.tp-rent-btn .tp-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-rent-price span {
font-size: 16px;
font-weight: 600;
line-height: 14px;
color: var(--tp-heading-primary);
}
.tp-rent-slider-dot {
position: absolute;
left: 50% !important;
bottom: 30px !important;
width: auto !important;
transform: translateX(-50%);
}
.tp-rent-slider-dot .swiper-pagination-bullet {
width: 5px;
height: 5px;
position: relative;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: #262B35;
opacity: 1 !important;
margin: 0 14px !important;
}
.tp-rent-slider-dot .swiper-pagination-bullet::after {
position: absolute;
content: "";
height: 21px;
width: 21px;
top: -8px;
left: -8px;
opacity: 0;
border-radius: 50%;
border: 1px solid var(--tp-theme-primary);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-rent-slider-dot .swiper-pagination-bullet-active {
opacity: 1;
transform: scale(1);
background: var(--tp-theme-primary);
}
.tp-rent-slider-dot .swiper-pagination-bullet-active::after {
opacity: 1;
transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-rent-4-ptb {
padding: 80px 0;
}
}
.tp-rent-4-country-item {
width: 100px;
margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-rent-4-country-item:not(:first-child) {
margin-left: 20px;
}
}
.tp-rent-4-country-item:nth-child(odd) {
margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-rent-4-country-item:nth-child(odd) {
margin-right: 0;
}
}
.tp-rent-4-country-item span {
font-size: 18px;
font-weight: 600;
color: #000;
margin-bottom: 5px;
display: inline-block;
}
.tp-rent-4-country-item p {
font-weight: 500;
}
.tp-rent-4-meta-box {
border: 1px solid #E6E6E6;
}
.tp-rent-4-meta-item {
width: 50%;
}
.tp-rent-4-meta-item:not(:last-child) {
border-right: 1px solid #E6E6E6;
}
.tp-rent-4-meta-item span {
display: inline-block;
padding: 12px 40px;
font-size: 20px;
font-weight: 500;
width: 100%;
letter-spacing: -0.4px;
color: var(--tp-heading-primary);
}
.tp-rent-4-meta-item span svg {
margin-right: 5px;
transform: translateY(-2px);
}
.tp-rent-4-btn .tp-btn {
margin-top: -1px;
color: var(--tp-heading-primary);
border: 1px solid #E6E6E6;
background-color: transparent;
}
.tp-rent-4-btn .tp-btn:hover {
color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
background-color: var(--tp-theme-primary);
}
.tp-rent-5-dot {
position: absolute;
left: 50% !important;
bottom: -30px !important;
width: auto !important;
transform: translateX(-50%);
}
.tp-rent-5-dot .swiper-pagination-bullet {
width: 15px;
height: 15px;
position: relative;
display: inline-block;
opacity: 1 !important;
margin: 0 5px !important;
border-radius: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid #DBE6FE;
background: var(--tp-common-white);
}
.tp-rent-5-dot .swiper-pagination-bullet-active {
opacity: 1;
transform: scale(1);
background: var(--tp-theme-primary);
}
.tp-rent-5-dot .swiper-pagination-bullet-active::after {
opacity: 1;
transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
.tp-realstate-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-realstate-thumb img {
width: 100%;
height: 450px !important;
object-fit: cover;
object-position: top center;
}
.tp-realstate-box {
right: 60px;
bottom: -60px;
position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-realstate-box {
bottom: -80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-realstate-box {
position: static;
margin-top: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-realstate-box {
max-width: 380px;
}
}  .tp-explore-item:hover .tp-explore-thumb img {
transform: scale(1.1) translateZ(0);
}
.tp-explore-item:hover .tp-explore-thumb::after {
height: 100%;
top: auto;
bottom: 0;
}
.tp-explore-item:hover .tp-explore-content {
opacity: 1;
bottom: 30px;
visibility: visible;
}
.tp-explore-item:hover .tp-explore-btn {
opacity: 1;
right: 25px;
visibility: visible;
}
.tp-explore-thumb {
overflow: hidden;
}
.tp-explore-thumb img {
width: 100%;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-explore-thumb::after {
position: absolute;
content: "";
height: 0;
bottom: auto;
width: 100%;
top: 0;
left: 0;
opacity: 0.65;
background: #0A1732;
transition: all 0.4s ease-in-out;
}
.tp-explore-title {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-white);
}
.tp-explore-title .textline {
background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
}
.tp-explore-content {
position: absolute;
bottom: 0;
left: 0px;
right: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-in-out;
z-index: 1;
}
.tp-explore-content span {
font-size: 16px;
font-weight: 400;
color: var(--tp-common-white);
}
.tp-explore-btn {
position: absolute;
right: 0;
top: 25px;
opacity: 0;
z-index: 1;
visibility: hidden;
transition: all 0.4s ease-in-out;
}
.tp-company-ptb {
padding-top: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-company-ptb {
padding-top: 150px;
}
}
.tp-company-tag {
position: absolute;
top: 50%;
left: -20%;
display: inline-flex;
transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
.tp-company-tag {
display: none;
}
}
.tp-company-tag span {
font-size: 14px;
font-weight: 500;
padding: 3px 10px;
letter-spacing: 0.196px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-company-wrapper {
padding: 60px;
margin-left: 70px;
margin-bottom: -200px;
background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-company-wrapper {
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.tp-company-wrapper {
padding: 50px 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-company-wrapper p br {
display: none;
}
}
.tp-company-item {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #E6E6E6;
}
.tp-company-item span {
font-size: 22px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-company-title {
font-size: 60px;
font-weight: 700;
margin: 0;
letter-spacing: -1.2px;
}
.tp-company-title span {
font-size: 60px;
font-weight: 700;
letter-spacing: -1.2px;
}  .tp-counter-list {
margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-list {
margin-bottom: 30px;
}
}
.tp-counter-list ul {
display: inline-block;
}
.tp-counter-list ul li {
list-style: none;
font-size: 15px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-counter-list ul li:not(:last-child) {
margin-bottom: 18px;
}
.tp-counter-list ul li span {
margin-right: 12px;
display: inline-block;
transform: translateY(-2px);
}
.tp-counter-item {
padding: 0 110px 40px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-counter-item {
padding: 0 80px 40px 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-counter-item {
padding: 0 55px 40px 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-counter-item {
padding: 0 80px 40px 50px;
}
}
@media only screen and (max-width: 767px) {
.tp-counter-item {
border: none !important;
padding: 0 50px 40px 0px;
}
}
.tp-counter-item.border-1 {
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
}
.tp-counter-item.border-2 {
border-bottom: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
}
.tp-counter-item.border-3 {
padding: 55px 112px 40px 52px;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-counter-item.border-3 {
padding: 55px 82px 40px 52px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-counter-item.border-3 {
padding: 55px 54px 40px 40px;
}
}
@media only screen and (max-width: 767px) {
.tp-counter-item.border-3 {
padding: 55px 30px 40px 0px;
}
}
.tp-counter-item.border-4 {
padding: 55px 57px 40px;
border-right: 1px solid #E6E6E6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-counter-item.border-4 {
padding: 55px 43px 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-counter-item.border-4 {
padding: 55px 23px 40px;
}
}
@media only screen and (max-width: 767px) {
.tp-counter-item.border-4 {
padding: 55px 12px 40px;
}
}
.tp-counter-item p {
font-size: 22px;
font-weight: 600;
line-height: 26px;
margin-bottom: 114px;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-counter-item p {
margin-bottom: 65px;
}
}
.tp-counter-content {
margin-left: 38px;
}
@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), only screen and (max-width: 767px) {
.tp-counter-content {
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-wrap {
margin-bottom: 30px;
}
}
.tp-counter-title {
font-size: 60px;
font-weight: 700;
letter-spacing: -1.2px;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-counter-4-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-counter-4-ptb::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background: linear-gradient(180deg, #F0F4FD 0%, #FFF 92.04%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-4-heading p br {
display: none;
}
}
.tp-counter-4-item {
padding: 50px;
width: 380px;
height: 250px;
border-top: 1px solid #E6E6E6;
}
.tp-counter-4-item:not(:last-child) {
border-right: 1px solid #E6E6E6;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-4-item:nth-child(3) {
border-top: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-counter-4-item:nth-child(1) {
border-right: none;
}
}
@media only screen and (max-width: 767px) {
.tp-counter-4-item:nth-child(1) {
border-bottom: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-4-item {
width: 330px;
border: 1px solid #E6E6E6;
}
}
.tp-counter-4-item p {
line-height: 26px;
color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-counter-4-item p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-counter-4-item-box {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 767px) {
.tp-counter-4-item-box {
justify-content: center;
}
}
.tp-counter-4-title {
font-size: 80px;
font-weight: 700;
letter-spacing: -1.6px;
color: var(--tp-theme-primary);
}  .tp-testimonial-heading {
margin-bottom: 55px;
}
.tp-testimonial-heading .tp-section-title {
color: var(--tp-common-white);
}
.tp-testimonial-item {
padding: 60px 40px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
backdrop-filter: blur(20px);
background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-testimonial-item {
padding: 50px 30px;
}
}
.tp-testimonial-item span {
font-size: 20px;
font-weight: 600;
line-height: 28px;
margin-bottom: 45px;
display: inline-block;
color: var(--tp-common-white);
}
.tp-testimonial-item:hover {
backdrop-filter: blur(20px);
box-shadow: 0px 12px 40px 0px #4546B4;
}
.tp-testimonial-icon {
margin-bottom: 15px;
}
.tp-testimonial-icon i.fa-solid.fa-star {
color: #ffcf55;
}
.tp-testimonial-icon i.fa-light.fa-star-sharp {
color: #fff;
}
.tp-testimonial-thumb {
margin-right: 12px;
}
.tp-testimonial-thumb img {
width: 50px;
height: 50px !important;
object-fit: cover;
border-radius: 50% !important;
}
.tp-testimonial-title {
font-size: 18px;
font-weight: 700;
line-height: 1;
margin-bottom: 5px;
color: var(--tp-common-white);
}
.tp-testimonial-des p {
font-size: 14px;
font-weight: 500;
line-height: 1;
color: rgba(255, 255, 255, 0.7);
}
.tp-testimonial-slider-dot {
position: absolute;
left: 50% !important;
bottom: 0px !important;
width: auto !important;
transform: translateX(-50%);
}
.tp-testimonial-slider-dot .swiper-pagination-bullet {
width: 12px;
height: 12px;
position: relative;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.4);
opacity: 1 !important;
margin: 0 3px !important;
}
.tp-testimonial-slider-dot .swiper-pagination-bullet-active {
opacity: 1;
border-color: var(--tp-common-white);
background: var(--tp-common-white);
}
.tp-testimonial-review-box span {
font-size: 90px;
font-weight: 700;
margin-right: 15px;
line-height: 1;
letter-spacing: -3.6px;
color: var(--tp-common-white);
}
.tp-testimonial-review-star img {
margin-bottom: 10px;
}
.tp-testimonial-review-star p {
font-size: 16px;
font-weight: 500;
line-height: 1;
color: var(--tp-common-white);
}
.tp-testimonial-about-btn span {
font-size: 18px;
font-weight: 400;
}
.tp-testimonial-about-btn span a {
font-weight: 600;
text-decoration: underline;
color: var(--tp-heading-primary);
}
.tp-testimonial-about-btn span a:hover {
color: var(--tp-theme-primary);
}
.tp-testimonial-2-item {
padding-left: 80px;
}
@media only screen and (max-width: 767px) {
.tp-testimonial-2-item {
padding-left: 65px;
}
}
.tp-testimonial-2-item p {
font-size: 24px;
font-weight: 600;
line-height: 36px;
padding-bottom: 20px;
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 (max-width: 767px) {
.tp-testimonial-2-item p br {
display: none;
}
}
.tp-testimonial-2-item span {
position: relative;
color: #80858F;
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin-left: 30px;
}
.tp-testimonial-2-item span::after {
position: absolute;
content: "";
height: 2px;
width: 20px;
left: -30px;
top: 55%;
transform: translateY(-50%);
background-color: var(--tp-common-white);
}
.tp-testimonial-2-arrow-box {
position: absolute;
top: 5px;
left: 0;
z-index: 1;
}
.tp-testimonial-2-arrow-box button {
display: block;
height: 80px;
width: 40px;
text-align: center;
line-height: 80px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-testimonial-2-arrow-box button:not(:last-child) {
margin-bottom: 10px;
}
.tp-testimonial-2-arrow-box button:hover {
border-color: #2F333D;
background: #2F333D;
}
.tp-testimonial-3-ptb {
padding-bottom: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-testimonial-3-ptb {
padding-top: 80px;
padding-bottom: 100px;
}
}
.tp-testimonial-3-heading .tp-section-title {
color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-testimonial-3-wrapper {
padding-bottom: 10px;
margin-bottom: 50px;
}
}
.tp-testimonial-3-item {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border: 1px solid rgba(255, 255, 255, 0.14);
}
.tp-testimonial-3-item:hover {
backdrop-filter: blur(10px);
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-testimonial-3-item.about {
border: 1px solid #E6E6E6;
background: var(--tp-common-white);
box-shadow: 0px 0px 60px 0px rgba(41, 51, 71, 0.08);
}
.tp-testimonial-3-item.about .tp-testimonial-3-text p {
color: var(--tp-text-body);
}
.tp-testimonial-3-item.about .tp-testimonial-3-content {
border-bottom: 1px solid #E6E6E6;
}
.tp-testimonial-3-item.about .tp-testimonial-3-title {
color: var(--tp-heading-primary);
}
.tp-testimonial-3-content {
padding: 40px 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767px) {
.tp-testimonial-3-content {
padding: 35px 20px;
}
}
@media only screen and (max-width: 575px) {
.tp-testimonial-3-content {
flex-flow: column;
align-items: start !important;
gap: 10px;
}
}
.tp-testimonial-3-title {
font-size: 22px;
font-weight: 700;
color: var(--tp-common-white);
}
.tp-testimonial-3-user {
margin-right: 30px;
flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
.tp-testimonial-3-user {
margin-right: 20px;
}
}
div.tp-testimonial-3-user img {
border-radius: 50%;
object-fit: cover;
object-position: top center;
width: 115px;
height: 115px;
}
.tp-testimonial-3-text p {
color: #AEB2BA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-testimonial-3-text p br {
display: none;
}
}
.tp-testimonial-3-bottom {
padding: 14px 30px 12px;
}
.tp-testimonial-3-btn span {
display: inline-block;
color: #AEB2BA;
font-size: 18px;
font-weight: 400;
}
.tp-testimonial-3-btn span a {
text-decoration: underline;
color: var(--tp-common-white);
}
.tp-testimonial-3-btn span a:hover {
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.tp-testimonial-5-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}  .tp-text-round-box {
position: absolute;
bottom: -120px;
right: 500px;
z-index: 1;
border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-text-round-box {
right: 300px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-text-round-box {
right: 80px;
}
}
@media only screen and (max-width: 767px) {
.tp-text-round-box {
display: none;
}
}
.tp-text-round-box img {
animation: circle-animations 15s forwards infinite alternate;
}
.tp-text-round-box span {
display: inline-block;
position: absolute;
height: 71px;
width: 71px;
border-radius: 50%;
text-align: center;
top: 50%;
left: 50%;
z-index: 2;
font-size: 40px;
font-weight: 700;
line-height: 75px;
letter-spacing: -0.8px;
transform: translate(-50%, -50%);
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-text-sliding {
overflow: hidden;
}
.tp-text-sliding-2 {
overflow: hidden;
}
.tp-text-scroll-hr {
display: flex;
align-items: center;
justify-content: flex-start;
white-space: nowrap;
}
.tp-text-scroll-hr-2 {
display: flex;
align-items: center;
justify-content: flex-end;
white-space: nowrap;
}
.tp-text-scroll-wrap {
display: flex;
-webkit-animation: scrollText 200s infinite linear;
animation: scrollText 200s infinite linear;
}
.tp-text-scroll-wrap-2 {
display: flex;
-webkit-animation: scrollText-2 80s infinite linear;
animation: scrollText-2 80s infinite linear;
}
.tp-text-title {
background: linear-gradient(180deg, #E7EEFD 9.18%, #FCFDFF 90.82%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 120px;
font-weight: 700;
line-height: 1;
margin: 0;
letter-spacing: -2.4px;
}
.tp-text-title-2 {
font-size: 120px;
font-weight: 700;
line-height: 1.3;
letter-spacing: -2.4px;
color: var(--tp-theme-primary);
margin: 0;
}
.tp-text-title-2 span {
display: inline-block;
margin-right: 80px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.tp-text-title-2 span {
margin-right: 30px;
}
}
.tp-text-title-2 span:hover {
color: var(--tp-heading-primary);
}
.slider-transtion {
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.tp-slider-5-bg {
height: 874px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.tp-slider-5-wrap {
position: relative;
}
.tp-slider-5-wrapper {
height: 100vh;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-slider-5-wrapper {
padding-bottom: 40px;
}
}
.tp-slider-5-heading span {
display: inline-block;
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
color: var(--tp-common-white);
}
.tp-slider-5-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 15px;
letter-spacing: -0.72px;
color: var(--tp-common-white);
}
.tp-slider-5-price {
font-size: 42px;
font-weight: 600;
letter-spacing: -0.84px;
color: var(--tp-common-white);
}
.tp-slider-5-active .slick-active.slick-initialized .slick-slide {
object-fit: cover;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
display: inline-block;
margin: 0 5px;
}
.tp-slider-5-arrow {
position: absolute;
bottom: 156px;
right: 0;
width: 945px;
z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-slider-5-arrow {
right: -200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-slider-5-arrow {
right: -345px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-slider-5-arrow {
display: none;
}
}
.tp-slider-5-arrow .slick-track {
display: flex;
align-items: center;
justify-content: space-between;
}
.tp-slider-5-thumb-sm {
display: inline-block;
position: relative;
cursor: pointer;
}
.tp-slider-5-thumb-sm img {
height: 300px;
width: 280px;
object-fit: cover;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
display: inline-block;
}
@media only screen and (max-width: 767px) {
.tp-slider-5-thumb-sm img {
width: 100%;
border-right: 5px solid var(--tp-common-white);
}
}  .tp-brand-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 50px;
color: var(--tp-heading-primary);
}
.tp-brand-active .swiper-slide {
width: auto;
}
.tp-brand-2-item {
padding: 60px;
margin: 0 0 -1px -1px;
min-height: 150px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
.tp-brand-2-item {
text-align: center;
}
}
.tp-brand-2-item:hover .tp-brand-2-toltip {
opacity: 1;
top: -15px;
visibility: visible;
}
.tp-brand-2-toltip {
position: absolute;
top: 0;
opacity: 0;
visibility: hidden;
text-align: center;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-brand-2-toltip span {
position: relative;
font-size: 14px;
font-weight: 700;
padding: 6px 42px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-brand-2-toltip span::after {
position: absolute;
content: "";
height: 15px;
width: 15px;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
background-color: var(--tp-theme-primary);
clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media only screen and (max-width: 767px) {
.tp-brand-4-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-brand-4-item img {
opacity: 0.2;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-brand-4-item:hover img {
opacity: 1;
}  .tp-team-item:hover .tp-team-thumb img {
transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-btn-box {
margin-bottom: 30px;
}
}
.tp-team-btn-box a {
font-size: 16px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-team-btn-box a span {
margin-left: 4px;
display: inline-block;
transform: translateY(-2px);
}
.tp-team-thumb {
overflow: hidden;
margin-bottom: 15px;
}
.tp-team-thumb img {
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-heading {
margin-bottom: 0;
}
}
.tp-team-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 0;
color: var(--tp-heading-primary);
}
.tp-team-title a:hover {
color: var(--tp-theme-primary);
}
.tp-team-content p {
margin: 0;
}
.tp-team-social {
position: absolute;
bottom: 20px;
left: 18px;
z-index: 1;
}
.tp-team-social button {
position: relative;
display: flex;
margin-bottom: 1px;
flex-direction: column;
cursor: pointer;
}
.tp-team-social button span {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-theme-primary);
}
.tp-team-social button:hover .tp-team-social-icon {
opacity: 1;
visibility: visible;
}
.tp-team-social button:hover .tp-team-social-icon a {
visibility: visible;
opacity: 1;
transform: translateX(1px);
}
.tp-team-social-icon {
position: absolute;
left: 100%;
bottom: 0;
display: flex;
opacity: 0;
z-index: -1;
visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-team-social-icon a {
margin-right: 1px;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.tp-team-social-icon a:nth-child(1) {
transform: translateX(-10px);
transition-delay: 0.1s;
}
.tp-team-social-icon a:nth-child(2) {
transform: translateX(-20px);
transition-delay: 0.2s;
}
.tp-team-social-icon a:nth-child(3) {
transform: translateX(-30px);
transition-delay: 0.3s;
}
.tp-team-social-icon a:nth-child(4) {
transform: translateX(-40px);
transition-delay: 0.4s;
}
.tp-team-social-icon a:nth-child(5) {
transform: translateX(-50px);
transition-delay: 0.5s;
}
.tp-team-social-icon a:nth-child(6) {
transform: translateX(-60px);
transition-delay: 0.6s;
}
.tp-team-social-icon a:nth-child(7) {
transform: translateX(-70px);
transition-delay: 0.7s;
}
.tp-team-social-icon a:nth-child(8) {
transform: translateX(-80px);
transition-delay: 0.8s;
}
.tp-team-social-icon a:nth-child(9) {
transform: translateX(-90px);
transition-delay: 0.9s;
}
.tp-team-social-icon a:nth-child(10) {
transform: translateX(-100px);
transition-delay: 1s;
}
.tp-team-social-icon a span {
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-team-social-icon a:hover span {
color: var(--tp-theme-primary);
}
.tp-team-social .share-btn {
position: relative;
display: flex;
cursor: pointer;
margin-bottom: 1px;
flex-direction: column;
}
.tp-team-social .share-btn span {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-theme-primary);
}
.tp-team-social .share-btn .tp-team-social-icon a span {
background-color: var(--tp-common-white);
}
.tp-team-social .share-btn:hover .tp-team-social-icon {
opacity: 1;
visibility: visible;
}
.tp-team-social .share-btn:hover .tp-team-social-icon a {
visibility: visible;
opacity: 1;
transform: translateX(1px);
}
.tp-team-slider-dot {
position: absolute;
left: 50% !important;
bottom: 30px !important;
width: auto !important;
transform: translateX(-50%);
}
.tp-team-slider-dot .swiper-pagination-bullet {
width: 8px;
height: 8px;
position: relative;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 1 !important;
margin: 0 8px !important;
background: var(--tp-theme-secondary);
}
.tp-team-slider-dot .swiper-pagination-bullet::after {
position: absolute;
content: "";
height: 21px;
width: 21px;
top: -7px;
left: -7px;
opacity: 0;
border-radius: 50%;
border: 1px solid var(--tp-theme-primary);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-team-slider-dot .swiper-pagination-bullet-active {
opacity: 1;
transform: scale(1);
background: var(--tp-theme-primary);
}
.tp-team-slider-dot .swiper-pagination-bullet-active::after {
opacity: 1;
transform: scale(1.1);
}
.tp-team-contact {
padding: 30px 32px 10px;
background-color: #F0F4FD;
}
.tp-team-contact-input {
display: inline-block;
margin-bottom: 20px;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-contact-input {
width: 100%;
}
}
.tp-team-contact-input input {
height: 52px;
padding-right: 50px;
}
.tp-team-contact-input button {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.tp-team-contact-select {
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
.tp-team-contact-select .nice-select {
border-radius: 0;
height: 52px;
line-height: 50px;
}
.tp-team-contact-select .nice-select .list {
border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-3-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-team-3-point {
width: 247px;
margin-bottom: 50px;
}
.tp-team-3-point:nth-child(odd) {
margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-team-3-point:nth-child(odd) {
margin-right: 35px;
}
}
.tp-team-3-point span {
margin-right: 20px;
}
.tp-team-3-point-title {
font-size: 26px;
font-weight: 700;
letter-spacing: -0.52px;
color: var(--tp-heading-primary);
}
.tp-team-3-item:hover .tp-team-3-item-shape {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.tp-team-3-item:hover .tp-team-3-item-shape img.animated {
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.tp-team-3-item:hover .tp-team-3-item-social .action-1 {
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.tp-team-3-item:hover .tp-team-3-item-social .action-2 {
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.tp-team-3-item:hover .tp-team-3-item-social .action-3 {
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.tp-team-3-item-shape {
position: absolute;
top: 100px;
left: 90px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: scale(0.7);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.tp-team-3-item-shape {
left: 150px;
top: 150px;
}
}
.tp-team-3-item-shape img {
pointer-events: none;
-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
-webkit-transition: all 2s linear;
transition: all 2s linear;
}
.tp-team-3-item-thumb {
margin-bottom: 26px;
}
.tp-team-3-item-thumb img {
width: 100%;
}
.tp-team-3-item-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 6px;
color: var(--tp-heading-primary);
}
.tp-team-3-item-title a:hover {
color: var(--tp-theme-primary);
}
.tp-team-3-item-content p {
line-height: 1;
}
.tp-team-3-item-social {
position: absolute;
top: 30px;
right: 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-team-3-item-social a {
display: inline-block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-team-3-item-social a:not(:last-child) {
margin-right: 8px;
}
.tp-team-3-item-social a:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-team-3-item-social a.action-1 {
visibility: hidden;
opacity: 0;
transform: translateY(-20px);
transition: all 0.3s ease-in-out;
}
.tp-team-3-item-social a.action-2 {
visibility: hidden;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s ease-in-out;
}
.tp-team-3-item-social a.action-3 {
visibility: hidden;
opacity: 0;
transform: translateY(-20px);
transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
.tp-team-inner-ptb {
padding-top: 80px;
padding-bottom: 40px;
}
}
.tp-team-inner-item {
padding: 40px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(36, 36, 70, 0.06);
}
@media only screen and (max-width: 767px) {
.tp-team-inner-item {
flex-wrap: wrap;
padding: 30px;
}
}
.tp-team-inner-item:hover {
transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
.tp-team-inner-thumb {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
}
div.tp-team-inner-thumb img {
width: 250px;
border-radius: 4px;
}
@media only screen and (max-width: 767px) {
div.tp-team-inner-thumb img {
width: 100%;
}
}
.tp-team-inner-content-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 2px;
}
.tp-team-inner-content-title a:hover {
color: var(--tp-theme-primary);
}
.tp-team-inner-content p {
margin-bottom: 20px;
}
.tp-team-inner-content p span {
font-weight: 500;
color: var(--tp-theme-primary);
}
.tp-team-inner-btn a {
font-weight: 600;
text-decoration: underline;
color: var(--tp-heading-primary);
}
.tp-team-inner-btn a:hover {
color: var(--tp-theme-primary);
}
.tp-team-details-box {
padding: 60px 10px 60px 60px;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 60px 0px rgba(115, 108, 141, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-details-box {
padding: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-details-box {
flex-wrap: wrap;
}
}
.tp-team-details-thumb {
margin-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-details-thumb {
margin-right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-details-thumb {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-team-details-thumb img {
width: 100%;
}
}
.tp-team-details-content-title {
font-size: 46px;
font-weight: 700;
margin-bottom: 25px;
letter-spacing: -0.92px;
}
@media only screen and (max-width: 767px) {
.tp-team-details-content-title {
font-size: 32px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-team-details-text {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-team-details-text p br {
display: none;
}
}
.tp-team-details-share {
margin-bottom: 20px;
}
.tp-team-details-social {
margin-bottom: 20px;
margin-right: 12px;
}
.tp-team-details-social a {
display: inline-block;
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
border-radius: 50%;
background-color: #F0F4FD;
color: var(--tp-heading-primary);
}
.tp-team-details-social a:not(:last-child) {
margin-right: 2px;
}
.tp-team-details-social a:hover {
color: var(--tp-common-white);
background-color: #6B14FA;
}
.tp-team-details-message {
margin-bottom: 20px;
}
.tp-team-details-message a {
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 6px 22px;
border-radius: 100px;
background: #F0F4FD;
}
.tp-team-details-message a span {
display: inline-block;
margin-right: 5px;
transform: translateY(-2px);
}
.tp-team-details-list ul li {
list-style: none;
font-size: 16px;
width: 50%;
float: left;
}
.tp-team-details-list ul li:not(:last-child) {
margin-bottom: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-team-details-list ul li {
width: 100%;
}
}
.tp-team-details-list ul li span {
width: 110px;
font-weight: 600;
margin-right: 20px;
display: inline-block;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-team-details-list ul li span {
margin-right: 10px;
}
}
@media only screen and (max-width: 767px) {
.tp-team-details-list ul li span {
margin-right: 5px;
}
}
.tp-team-details-list ul li p {
display: inline-block;
}
.tp-team-details-left .tp-team-details-warp .tp-property-tag {
bottom: 20px;
top: auto;
left: 60px;
}
.tp-team-details-info-box {
background-color: #F0F4FD;
}
.tp-team-details-info-top {
padding: 30px 30px 20px;
margin-bottom: 40px;
border-radius: 0px 0px 10px 10px;
background: var(--tp-theme-primary);
}
.tp-team-details-info-user {
margin-bottom: 30px;
}
.tp-team-details-info-user-thumb {
margin-right: 15px;
}
.tp-team-details-info-user-thumb img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
.tp-team-details-info-user-content h4 {
font-size: 18px;
font-weight: 600;
line-height: 1;
margin-bottom: 3px;
letter-spacing: -0.36px;
color: var(--tp-common-white);
}
.tp-team-details-info-user-content p {
font-size: 14px;
color: #D6D6EE;
letter-spacing: -0.28px;
}
.tp-team-details-info-user-social a {
color: var(--tp-common-white);
}
.tp-team-details-info-user-social a:not(:last-child) {
margin-right: 25px;
}
.tp-team-details-info-content {
padding: 0 30px 30px;
}
.tp-team-details-info-contact {
margin-bottom: 30px;
}
.tp-team-details-info-contact a {
font-size: 16px;
font-weight: 500;
display: block;
letter-spacing: -0.32px;
color: var(--tp-heading-primary);
}
.tp-team-details-info-contact a:not(:last-child) {
margin-bottom: 10px;
}
.tp-team-details-info-contact a span {
display: inline-block;
margin-right: 5px;
transform: translateY(-2px);
}
.tp-team-details-info-contact a:hover {
color: var(--tp-theme-primary);
}
.tp-team-details-info-contact .agent-additional-info {
color: var(--tp-heading-primary);
font-weight: 500;
}
.tp-team-details-info-contact .agent-additional-info i {
color: var(--tp-theme-primary);
margin-right: 5px;
}
.tp-team-details-info-contact .agent-additional-info + .agent-additional-info {
margin-top: 10px;
}
.tp-team-details-info-form-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 25px;
color: var(--tp-heading-primary);
}
.tp-team-details-info-form .ere__message {
text-align: left;
}
.tp-team-details-info-form .ere__message span {
border: 1px solid;
margin-top: 20px;
display: inline-block;
padding: 5px 10px;
font-size: 14px;
}
.tp-team-details-info-input input {
margin-bottom: 15px;
display: inline-block;
}
.tp-team-details-info-input textarea {
height: 110px;
resize: none;
margin-bottom: 15px;
}
.tp-team-details-discount-thumb img {
width: 100%;
}
.tp-team-details-discount-content {
position: absolute;
bottom: 30px;
left: 30px;
}
.tp-team-details-discount-content h4 {
font-size: 24px;
font-weight: 700;
margin-bottom: 15px;
letter-spacing: -0.48px;
color: var(--tp-common-white);
}
.tp-team-details-discount-content a {
font-size: 16px;
font-weight: 600;
padding: 9px 24px;
display: inline-block;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-team-details-discount-content a:hover {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-team-details-item-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
.tp-team-details-item .tp-rent-thumb .tp-rent-tags {
right: 30px;
left: auto;
}
.tp-team-details-item .tp-rent-thumb .tp-rent-user-content h5 {
font-size: 20px;
margin: 0;
}
.tp-team-details-item .tp-rent-thumb .tp-rent-user-content span {
font-size: 14px;
}
.tp-team-details-item .tp-rent-thumb img {
width: 310px;
height: 218px;
object-fit: cover;
}  .tp-location-item {
padding: 15px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-location-item {
justify-content: space-between;
}
}
@media only screen and (max-width: 767px) {
.tp-location-item {
flex-wrap: wrap;
}
}
.tp-location-item:hover {
transform: scale3d(1.01, 1.01, 1.01);
}
.tp-location-item:hover .tp-location-item-btn a {
transform: rotate(45deg);
}
.tp-location-item-thumb {
margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.tp-location-item-thumb {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
}
.tp-location-item-thumb img {
width: 200px;
}
@media only screen and (max-width: 767px) {
.tp-location-item-thumb img {
width: 100%;
}
}
.tp-location-item-content {
margin-right: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-location-item-content {
margin-right: 25px;
}
}
.tp-location-item-content span {
font-size: 16px;
font-weight: 500;
}
.tp-location-item-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
}
.tp-location-item-title a:hover {
color: var(--tp-theme-primary);
}
.tp-location-item-btn a {
display: inline-block;
}
.tp-location-item.home-4 {
background-color: #333741;
}
.tp-location-item.home-4:hover {
transform: scale(1);
}
.tp-location-item.home-4 .tp-location-item-title {
color: var(--tp-common-white);
}
.tp-location-item.home-4 .tp-location-item-content span {
color: #80858F;
}
.tp-location-item.home-4 .tp-location-item-btn a {
color: var(--tp-common-white);
}
.tp-location-4-heading .tp-section-title {
color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-review-ptb {
padding-bottom: 80px;
}
}
.tp-review-shape {
position: absolute;
right: 0;
bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-review-heading {
padding-left: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-review-heading p br {
display: none;
}
}
.tp-review-item {
padding: 25px;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(22, 15, 44, 0.06);
}
@media only screen and (max-width: 767px) {
.tp-review-item {
padding: 15px;
}
}
@media only screen and (max-width: 575px) {
.tp-review-item {
flex-direction: column;
gap: 15px;
align-items: start !important;
}
}
.tp-review-item-thumb {
margin-right: 20px;
flex: 0 0 auto;
}
div.tp-review-item-thumb img {
border-radius: 50%;
}
.tp-review-item-content p {
margin-bottom: 10px;
line-height: 26px;
}
@media only screen and (max-width: 767px) {
.tp-review-item-content p br {
display: none;
}
}
.tp-review-item-content span {
font-size: 18px;
font-weight: 700;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-review-item.ml-100 {
margin-left: 75px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-review-item.ml-100 {
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-review-item-box {
margin-bottom: 30px;
}
}  .tp-listing-item {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(24, 24, 55, 0.06);
}
.tp-listing-item:hover .tp-listing-item-thumb span {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
.tp-listing-item:hover .tp-listing-item-thumb img {
transition: all 0.4s;
transform: scale(1.1) rotate(4deg);
}
.tp-listing-item-content {
padding: 30px 30px 40px;
}
.tp-listing-item-title {
font-size: 26px;
font-weight: 600;
line-height: 30px;
margin-bottom: 20px;
letter-spacing: -0.52px;
color: var(--tp-heading-primary);
}
.tp-listing-item-thumb {
overflow: hidden;
}
div.tp-listing-item-thumb img {
width: 100%;
height: 260px;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-listing-item-meta {
margin-bottom: 30px;
}
.tp-listing-item-meta span {
font-size: 20px;
font-weight: 500;
}
.tp-listing-item-meta span svg {
margin-right: 2px;
transform: translateY(-2px);
}
.tp-listing-item-meta span:not(:last-child) {
margin-right: 25px;
}
.tp-listing-item-price span {
font-size: 26px;
font-weight: 700;
color: var(--tp-theme-primary);
}
.tp-listing-item-btn a {
display: inline-block;
font-size: 12px;
font-weight: 600;
padding: 0px 10px;
border: 1px solid #E6E6E6;
color: var(--tp-heading-primary);
}
.tp-listing-item-btn a:hover {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-listing-item-thumb span {
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
opacity: 0;
font-size: 16px;
font-weight: 600;
line-height: 80px;
text-align: center;
visibility: hidden;
border-radius: 50%;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
transform: translate(-50%, -50%) scale(0.5);
}
.tp-listing-slider-wrapper {
margin-right: -400px;
}
@media only screen and (max-width: 767px) {
.tp-listing-slider-wrapper {
margin-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-listing-heading {
margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-listing-arrow-box {
margin-bottom: 20px;
}
}
.tp-listing-arrow-box button {
display: inline-block;
text-align: center;
line-height: 1;
width: 54px;
height: 54px;
color: #E6E6E6;
border-radius: 54px;
border: 1px solid #E6E6E6;
}
.tp-listing-arrow-box button svg {
transform: translateY(-1px);
}
.tp-listing-arrow-box button:not(:last-child) {
margin-right: 10px;
}
.tp-listing-arrow-box button.tp-listing-button-next {
color: var(--tp-theme-primary);
}
.tp-listing-arrow-box button:hover {
color: var(--tp-theme-primary);
}
.tp-listing-active {
padding: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-listing-2-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-listing-2-item .tp-rent-option {
position: absolute;
top: 20px;
right: 20px;
}
.tp-listing-2-item .tp-rent-option span, .tp-listing-2-item .tp-rent-option a {
color: #010F1C;
background-color: var(--tp-common-white);
box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.12);
}
.tp-listing-2-item .tp-rent-option span:hover, .tp-listing-2-item .tp-rent-option a:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-listing-2-item .tp-rent-title {
margin-bottom: 25px;
color: var(--tp-heading-primary);
}
.tp-listing-2-item .tp-rent-content p {
font-weight: 500;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
}
.tp-listing-2-item .tp-rent-content p svg {
margin-right: 6px;
transform: translateY(-2px);
}
.tp-listing-2-item .tp-rent-meta-list {
margin-top: 0px;
padding-bottom: 30px;
margin-bottom: 0px;
border: none;
}
.tp-listing-2-item .tp-rent-meta-list p {
margin-bottom: 0;
padding-bottom: 0;
border: none;
font-size: 16px;
color: var(--tp-text-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-property-item {
padding: 55px 60px;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 60px 0px rgba(23, 24, 51, 0.06);
}
.tp-property-item:hover .tp-property-thumb img {
transform: scale(1.1) translateZ(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-item {
padding: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-property-item {
flex-wrap: wrap;
}
}
.tp-property-thumb {
overflow: hidden;
flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
.tp-property-thumb {
width: 100%;
margin-top: 30px;
}
}
.tp-property-thumb.list {
flex: 0 0 auto;
}
.tp-property-thumb.list img {
width: 260px;
height: 286px;
object-fit: cover;
}
div.tp-property-thumb img {
width: 260px;
height: 286px;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width: 767px) {
div.tp-property-thumb img {
width: 100%;
height: inherit;
margin-top: 0px;
}
}
.tp-property-thumb.list::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 70%;
width: 100%;
pointer-events: none;
z-index: 1;
background: linear-gradient(0deg, #06132C 0.04%, rgba(111, 126, 155, 0) 62.49%);
}
.tp-property-thumb.list .tp-recent-tag {
top: 20px;
left: 56px;
}
.tp-property-thumb.list .tp-rent-option {
position: absolute;
bottom: 20px;
left: 24%;
z-index: 2;
transform: translateX(0);
}
.tp-property-content p {
line-height: 1;
font-weight: 500;
margin-bottom: 40px;
}
.tp-property-title {
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: -0.3px;
color: var(--tp-heading-primary);
}
.tp-property-title a:hover {
color: var(--tp-theme-primary);
}
.tp-property-usd {
font-size: 30px;
font-weight: 700;
display: inline-block;
margin-bottom: 60px;
letter-spacing: -0.3px;
line-height: 1;
color: var(--tp-theme-primary);
}
.tp-property-meta:not(:last-child) {
margin-bottom: 25px;
}
.tp-property-meta span {
display: inline-block;
margin-right: 14px;
padding-right: 14px;
transform: translateY(0);
border-right: 1px solid #D9D9D9;
}
.tp-property-meta p {
font-size: 18px;
margin: 0;
}
.tp-property-tag {
position: absolute;
top: 0;
left: 50%;
font-size: 12px;
font-weight: 600;
line-height: 14px;
padding: 4px 10px;
display: inline-block;
transform: translateX(-50%);
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-slider-wrapper {
overflow: hidden;
margin-right: -388px;
position: relative;
}
@media only screen and (max-width: 767px) {
.tp-property-slider-wrapper {
margin-right: 0;
}
}
.tp-property-slider-wrapper::after {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 388px;
z-index: 2;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, #FFF 65.13%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-slider-wrapper::after {
display: none;
}
}
.tp-property-slider-wrapper .tp-property-active {
padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-4-ptb {
padding-top: 0;
padding-bottom: 80px;
}
}
.tp-scrollbar {
position: relative;
background: #E6E6E6;
height: 3px;
width: 570px;
left: 0;
right: 0;
border-radius: 5px;
margin-left: 300px;
margin-top: 30px;
overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-scrollbar {
margin-left: 185px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-scrollbar {
margin-left: 100px;
}
}
@media only screen and (max-width: 767px) {
.tp-scrollbar {
margin-left: 0;
width: 100%;
}
}
.tp-scrollbar .swiper-scrollbar-drag {
background: var(--tp-theme-primary);
}
.tp-property-5-item {
padding: 40px;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 60px 0px rgba(45, 46, 69, 0.08);
overflow: hidden;
}
.tp-property-5-item:hover .tp-property-5-thumb::before {
animation: shine 800ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-5-item {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 767px) {
.tp-property-5-item {
padding: 0;
}
}
@media only screen and (max-width: 767px) {
.tp-property-5-top {
flex-wrap: wrap;
}
}
.tp-property-5-content {
padding: 40px 20px 10px 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-property-5-content {
padding: 40px 20px 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-property-5-content {
padding: 20px;
}
}
.tp-property-5-content p {
line-height: 26px;
margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
.tp-property-5-content p br {
display: none;
}
}
.tp-property-5-thumb {
position: relative;
overflow: hidden;
flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-5-thumb {
width: 100%;
}
}
div.tp-property-5-thumb img {
width: 460px;
height: 450px;
object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
div.tp-property-5-thumb img {
width: 100%;
}
}
.tp-property-5-thumb::before {
position: absolute;
content: "";
top: 0;
left: -75%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
transform: skewX(-25deg);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.tp-property-5-price {
font-size: 40px;
font-weight: 600;
color: var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
.tp-property-5-price {
font-size: 22px;
}
}
.tp-property-5-price span {
font-size: 24px;
font-weight: 400;
color: var(--tp-text-body);
}
@media only screen and (max-width: 767px) {
.tp-property-5-price span {
font-size: 19px;
}
}
.tp-property-5-author-icon {
margin-right: 10px;
flex: 0 0 auto;
}
div.tp-property-5-author-icon img {
height: 50px;
width: 50px;
border-radius: 50%;
}
.tp-property-5-author-content span {
font-size: 12px;
}
.tp-property-5-author-title {
font-size: 16px;
font-weight: 600;
line-height: 1;
margin-bottom: 2px;
}
.tp-property-5-heading {
margin-bottom: 32px;
}
.tp-property-5-heading p {
font-size: 16px;
font-weight: 500;
line-height: 1;
}
.tp-property-5-heading p svg {
margin-right: 5px;
transform: translateY(-1px);
}
.tp-property-5-title {
font-size: 36px;
font-weight: 600;
margin-bottom: 12px;
color: var(--tp-common-black);
}
@media only screen and (max-width: 767px) {
.tp-property-5-title {
font-size: 22px;
}
}
.tp-property-5-title a:hover {
color: var(--tp-theme-primary);
}
.tp-property-5-meta-list {
padding: 30px;
margin-right: 80px;
background-color: #F0F4FD;
flex-wrap: wrap;
gap: 10px;
}
@media only screen and (max-width: 767px) {
.tp-property-5-meta-list {
margin-right: 0;
}
}
.tp-property-5-meta-item span {
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-bottom: 2px;
color: var(--tp-text-body);
}
.tp-property-5-meta-content span {
margin-right: 5px;
}
.tp-property-5-meta-content p {
margin: 0;
font-size: 20px;
font-weight: 500;
color: var(--tp-heading-primary);
}
.tp-property-5-bottom {
line-height: 1;
}
.tp-property-5-bottom .tp-btn {
font-weight: 600;
border: 1px solid #E6E6E6;
background-color: transparent;
color: var(--tp-heading-primary);
}
.tp-property-5-slider {
overflow: hidden;
margin-right: -1190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-5-slider {
margin-right: 0;
}
}
.tp-property-5-slider .tp-property-5-active {
padding: 15px;
}
.tp-property-5-arrow-box button {
display: inline-block;
text-align: center;
line-height: 1;
width: 54px;
height: 54px;
border-radius: 54px;
color: var(--tp-theme-primary);
border: 1px solid #E6E6E6;
}
.tp-property-5-arrow-box button svg {
transform: translateY(-1px);
}
.tp-property-5-arrow-box button:not(:last-child) {
margin-right: 10px;
}
.tp-property-5-arrow-box button.tp-property-button-next {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.tp-property-5-arrow-box button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}  .tp-portfolio-item:hover .tp-portfolio-item-thumb img {
transform: scale(1.1) translateZ(0);
}
.tp-portfolio-item-thumb {
position: relative;
overflow: hidden;
}
div.tp-portfolio-item-thumb img {
width: 100%;
height: 390px;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-portfolio-item-thumb::after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(0deg, rgba(7, 17, 36, 0.9) 0.07%, rgba(10, 20, 39, 0.2) 39.39%);
}
.tp-portfolio-item-content {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-portfolio-item-content {
right: 20px;
left: 20px;
}
}
.tp-portfolio-item-content-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 20px;
color: var(--tp-common-white);
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.tp-portfolio-item-content-title .textline {
background-image: linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF);
}
.tp-portfolio-item-meta {
display: flex;
justify-content: space-between;
}
.tp-portfolio-item-meta span {
font-size: 16px;
font-weight: 400;
color: var(--tp-common-white);
}
.tp-portfolio-item-meta span svg {
transform: translateY(-2px);
}  .tp-service-border {
border-bottom: 1px solid #D9D9D9;
}
.tp-service-border-top {
border-top: 1px solid #D9D9D9;
}
.tp-service-item {
position: relative;
padding: 60px 60px;
border-left: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-item {
padding: 50px 51px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-item {
border: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-item-box {
flex-wrap: wrap;
}
}
.tp-service-item span {
position: absolute;
top: 20px;
left: 20px;
font-size: 12px;
font-weight: 600;
padding: 0px 4px;
display: inline-block;
background: #F0F4FD;
color: var(--tp-theme-primary);
}
.tp-service-item img {
margin-bottom: 5px;
}
.tp-service-item-title {
font-size: 20px;
font-weight: 700;
margin: 0;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-service-5-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-service-5-shape {
position: absolute;
top: 30px;
left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-5-thumb {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-service-5-thumb img {
width: 100%;
}
}
.tp-service-5-item {
width: 234px;
}
.tp-service-5-item:nth-child(odd) {
margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-5-item-box {
margin-bottom: 0;
}
}
.tp-service-5-item-icon span {
height: 80px;
width: 80px;
text-align: center;
line-height: 80px;
border-radius: 80px;
margin-right: 20px;
display: inline-block;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(32, 36, 81, 0.07);
}
.tp-service-5-item span {
font-size: 18px;
font-weight: 700;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-service-5-btn-box {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-service-5-btn .tp-btn {
padding: 18px 18px;
}
}  .tp-price-item {
padding: 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 20px 0px rgba(28, 18, 56, 0.08);
}
@media only screen and (max-width: 767px) {
.tp-price-item {
flex-wrap: wrap;
}
}
.tp-price-item:hover, .tp-price-item.active {
background-color: var(--tp-theme-primary);
}
.tp-price-item:hover .tp-price-item-title span, .tp-price-item.active .tp-price-item-title span {
color: var(--tp-common-white);
}
.tp-price-item:hover .tp-price-item-title span svg, .tp-price-item.active .tp-price-item-title span svg {
color: var(--tp-common-white);
}
.tp-price-item:hover .tp-price-item-btn span, .tp-price-item.active .tp-price-item-btn span {
background-color: var(--tp-common-white);
border-color: var(--tp-common-white);
}
.tp-price-item:hover .tp-price-item-price h4, .tp-price-item.active .tp-price-item-price h4 {
color: var(--tp-common-white);
}
.tp-price-item-title span {
font-size: 22px;
font-weight: 700;
color: var(--tp-heading-primary);
}
.tp-price-item-title span svg {
margin-right: 8px;
transform: translateY(-3px);
color: var(--tp-theme-primary);
}
.tp-price-item-btn span {
display: inline-block;
padding: 0px 6px 1px;
font-size: 14px;
font-weight: 500;
border: 1px solid #D9D9D9;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-price-item-price {
margin-top: 10px;
}
}
.tp-price-item-price h4 {
font-size: 30px;
font-weight: 700;
}
.tp-price-content-shape {
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.tp-price-content-two {
position: relative;
padding: 16px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-price-content-two {
padding: 16px 30px;
}
}
.tp-price-content-two a {
font-size: 16px;
font-weight: 600;
padding: 12px 30px;
margin-right: 30px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-price-content-two a:hover {
background-color: var(--tp-theme-primary);
}
.tp-price-content-box {
padding: 60px 60px 40px;
background-color: var(--tp-common-white);
box-shadow: 0px 4px 60px 0px rgba(33, 30, 69, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-price-content-box {
padding: 40px 30px 40px;
}
}
.tp-price-content-box-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 30px;
}
.tp-price-content-box-list ul li {
font-size: 15px;
font-weight: 400;
list-style: none;
}
.tp-price-content-box-list ul li:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #E6E6E6;
}
.tp-price-content-box-list ul li span {
display: inline-block;
margin-right: 5px;
}
@media only screen and (max-width: 767px) {
.tp-pricing-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-pricing-heading .tp-section-title {
color: var(--tp-common-white);
}
.tp-pricing-heading .tp-section-title-pre {
color: var(--tp-common-white);
}
.tp-pricing-item {
padding: 50px;
backdrop-filter: blur(20px);
background: linear-gradient(239deg, rgba(255, 255, 255, 0.12) 17.93%, rgba(255, 255, 255, 0.03) 81.51%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-pricing-item {
padding: 40px 30px 30px;
}
}
.tp-pricing-item.active .tp-pricing-item-btn .tp-btn {
border-color: var(--tp-theme-primary);
background-color: var(--tp-theme-primary);
}
.tp-pricing-item-heading {
margin-bottom: 30px;
}
.tp-pricing-item-heading span {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
color: var(--tp-common-white);
}
.tp-pricing-item-title {
font-size: 48px;
font-weight: 600;
color: var(--tp-common-white);
}
.tp-pricing-item-title span {
margin: 0;
}
.tp-pricing-item-btn {
margin-bottom: 40px;
}
.tp-pricing-item-btn .tp-btn {
text-align: center;
width: 100%;
margin-bottom: 12px;
padding: 13px 8px;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.25);
}
.tp-pricing-item-btn .tp-btn:hover {
border-color: var(--tp-theme-primary);
background-color: var(--tp-theme-primary);
}
.tp-pricing-item-btn p {
text-align: center;
color: #80858F;
line-height: 1;
}
.tp-pricing-item-list ul li {
list-style: none;
font-size: 16px;
font-weight: 600;
line-height: 34px;
margin-bottom: 5px;
color: var(--tp-common-white);
}
.tp-pricing-item-list ul li span {
margin-right: 10px;
}
.tp-pricing-item.active::after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
content: url(//sprenger.immo/wp-content/themes/bhume/assets/img/portfolio/price-shape.png);
}  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-thumb {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-faq-thumb img {
width: 100%;
}
}
.tp-faq-box .accordion-item {
margin-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
}
.tp-faq-box .accordion-button {
font-size: 18px;
font-weight: 600;
padding: 18px 30px 18px 20px;
color: var(--tp-heading-primary);
}
.tp-faq-box .accordion-button::after {
content: none;
}
.tp-faq-box .accordion-button.collapsed {
box-shadow: none;
font-size: 18px;
font-weight: 600;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
}
.tp-faq-box .accordion-button:not(.collapsed) {
border: none;
box-shadow: none;
border-radius: 16px 16px 0 0 !important;
background-color: var(--tp-common-white);
}
.tp-faq-box .accordion-button:not(.collapsed) .accordion-btn {
background: #E8EBF0;
color: var(--tp-heading-2);
}
.tp-faq-box .accordion-button:not(.collapsed) .accordion-btn::before {
background-color: var(--tp-common-white);
-webkit-transform: translate(-50%, -50%) rotate(0deg);
-moz-transform: translate(-50%, -50%) rotate(0deg);
-ms-transform: translate(-50%, -50%) rotate(0deg);
-o-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
}
.tp-faq-box .accordion-button:not(.collapsed) .accordion-btn::after {
background-color: var(--tp-common-black);
}
.tp-faq-box .accordion-button .accordion-btn {
position: absolute;
top: 50%;
right: 24px;
display: inline-block;
transition: 0.3s;
transform: translateY(-50%);
}
.tp-faq-box .accordion-button .accordion-btn::after, .tp-faq-box .accordion-button .accordion-btn::before {
position: absolute;
content: "";
width: 10px;
height: 2px;
left: 50%;
top: 50%;
border-radius: 2px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: var(--tp-heading-primary);
}
.tp-faq-box .accordion-button .accordion-btn::before {
background-color: var(--tp-heading-primary);
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
-o-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-box .accordion-body {
padding-top: 0;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: var(--tp-text-body);
border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-4-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-faq-4-ptb::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 620px;
content: url(//sprenger.immo/wp-content/themes/bhume/assets/img/feature/faq-bg.png);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-faq-4-ptb::before {
left: -30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-faq-4-ptb::before {
left: -140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-4-ptb::before {
content: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-4-thumb {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-4-thumb img {
width: 100%;
}
}
.tp-faq-4-shapes.tp-newsletter-content .tp-apartment-item {
position: absolute;
bottom: 10px;
top: auto;
right: 85px;
left: auto;
}
.tp-faq-4-shapes .tp-newsletter-item.one {
right: auto;
left: -100px;
top: 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) {
.tp-faq-4-shapes .tp-newsletter-item.one {
left: 0;
}
}
.tp-faq-4-shapes .tp-newsletter-item.two {
right: 35px;
left: auto;
top: auto;
bottom: 240px;
}
@media only screen and (max-width: 767px) {
.tp-faq-5-ptb {
padding-top: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-faq-inner-box {
padding: 40px;
border: 1px solid #E6E6E6;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-box {
margin-bottom: 30px;
}
}
.tp-faq-inner-box .nav .nav-link {
font-size: 18px;
font-weight: 700;
text-align: start;
padding: 0;
color: var(--tp-text-body);
background-color: transparent !important;
}
.tp-faq-inner-box .nav .nav-link:not(:last-child) {
margin-bottom: 30px;
}
.tp-faq-inner-box .nav .nav-link span {
float: right;
opacity: 0;
transform: translateX(-10px);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-faq-inner-box .nav .nav-link span path {
stroke: currentColor;
}
.tp-faq-inner-box .nav .nav-link.active {
color: var(--tp-heading-primary);
}
.tp-faq-inner-box .nav .nav-link.active span {
opacity: 1;
transform: translateX(0px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-heading {
margin-bottom: 30px;
}
}
.tp-faq-inner-item .tp-faq-box .accordion-item {
border-bottom: 0;
margin-bottom: 30px;
}
.tp-faq-inner-item .tp-faq-box .accordion-button.collapsed {
border: 1px solid #E6E6E6;
}
.tp-faq-inner-item .tp-faq-box .accordion-button:not(.collapsed) {
border-radius: 0 !important;
border: 1px solid var(--tp-common-white);
background: var(--tp-common-white);
box-shadow: 0px 0px 30px 0px rgba(44, 46, 68, 0.06);
}
.tp-faq-inner-item .tp-faq-box .accordion-body {
border-radius: 0;
padding: 20px 65px 15px 30px;
}
@media only screen and (max-width: 767px) {
.tp-faq-inner-item .tp-faq-box .accordion-body {
padding: 20px 40px 15px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-item .tp-faq-box .accordion-body br {
display: none;
}
}
@media only screen and (max-width: 767px) {
.tp-faq-inner-contact-wrap {
padding-left: 30px;
background-repeat: no-repeat;
}
}
.tp-faq-inner-contact-heading .tp-section-title {
font-size: 36px;
letter-spacing: -0.72px;
}
.tp-faq-inner-contact-heading p {
margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
.tp-faq-inner-contact-heading p {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-faq-inner-contact-heading p br {
display: none;
}
}
.tp-faq-inner-property-heading {
padding-left: 40px;
}
@media only screen and (max-width: 767px) {
.tp-faq-inner-property-heading {
padding-left: 0;
}
}
.tp-faq-inner-property-heading p {
margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-property-heading p {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-faq-inner-property-thumb {
margin-bottom: 30px;
}
}
.tp-faq-inner-property-thumb img {
width: 100%;
}  .tp-awards-item {
padding-top: 35px;
padding-bottom: 35px;
border-bottom: 2px solid rgb(230, 230, 230);
}
.tp-awards-item:nth-child(1) {
border-top: 2px solid rgb(230, 230, 230);
}
.tp-awards-item a {
display: block;
height: 100%;
width: 100%;
}
.tp-awards-item::after {
position: absolute;
content: "";
bottom: -1px;
left: 0;
width: 0;
height: 2px;
transition: all 0.7s ease-in-out;
background: var(--tp-theme-primary);
}
.tp-awards-item:hover::after {
width: 100%;
}
.tp-awards-item-inner:hover .tp-awards-icon span {
color: var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
.tp-awards-item-left {
flex-wrap: wrap;
}
}
.tp-awards-date {
margin-right: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-awards-date {
margin-right: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-awards-date {
margin-right: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-awards-date {
margin-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.tp-awards-date {
margin-right: 0;
margin-bottom: 5px;
}
}
.tp-awards-date-title {
font-size: 20px;
font-weight: 500;
color: var(--tp-heading-primary);
}
.tp-awards-title {
font-size: 30px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-awards-title-wrap {
margin-bottom: 50px;
}
.tp-awards-text-wrap span {
font-size: 16px;
font-weight: 400;
display: inline-block;
}
.tp-awards-icon span {
font-size: 20px;
}
.tp-awards-item .tp-hover-reveal-bg {
position: absolute;
top: 0;
left: 0;
width: 252px;
height: 257px;
opacity: 0;
margin: -150px 0 0 -150px;
overflow: hidden;
pointer-events: none;
z-index: 99;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0px 20px 30px 0px rgba(3, 4, 28, 0.2);
-webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tp-awards-item:hover .tp-hover-reveal-bg {
opacity: 1;
}
@media only screen and (max-width: 767px) {
.tp-text-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-text-wrap div {
font-size: 80px;
font-weight: 700;
line-height: 1;
display: inline-block;
letter-spacing: -1.6px;
color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-text-wrap div {
font-size: 55px;
}
}
.tp-text-wrap div span {
position: relative;
display: inline-block;
margin-right: 42px;
margin-bottom: 40px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.tp-text-wrap div span {
margin-bottom: 25px;
margin-right: 15px;
}
}
.tp-text-wrap div span:hover {
color: var(--tp-theme-primary);
}
.tp-text-wrap div span .tp-hover-reveal-bg {
position: absolute;
top: 0;
left: 0;
width: 252px;
height: 257px;
opacity: 0;
margin: -150px 0 0 -150px;
overflow: hidden;
pointer-events: none;
z-index: 99;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0px 20px 30px 0px rgba(3, 4, 28, 0.2);
-webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tp-text-wrap div span:hover .tp-hover-reveal-bg {
opacity: 1;
}
.tp-error-ptb {
background: linear-gradient(180deg, #F0F4FD 0%, rgba(240, 240, 245, 0) 82.84%);
}
.tp-error-thumb {
margin-bottom: 50px;
}
.tp-error-thumb img {
width: 100%;
}
.tp-error-content .tp-section-title {
margin-bottom: 40px;
}  .tp-contact-info-icon {
margin-right: 30px;
}
.tp-contact-info-icon span {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #F0F4FD;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: var(--tp-theme-primary);
}
.tp-contact-info-icon:hover span {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-contact-info-content span {
display: block;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
color: var(--tp-body-primary);
}
.tp-contact-info-content a {
font-size: 18px;
font-weight: 600;
line-height: 22px;
color: var(--tp-heading-primary);
}
.tp-contact-info-content a:hover {
color: var(--tp-theme-primary);
}
.tp-contact-box {
padding: 50px;
border: 2px solid #E6E6E6;
background: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-contact-box {
padding: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-contact-wrap {
margin-bottom: 50px;
}
}
.tp-contact-input {
margin-bottom: 20px;
}
.tp-contact-input input, .tp-contact-input textarea {
height: 60px;
resize: none;
padding-left: 25px;
background: #F0F4FD;
border: 2px solid #F0F4FD;
}
.tp-contact-input input:focus, .tp-contact-input textarea:focus {
border-color: var(--tp-theme-primary);
background-color: var(--tp-common-white);
}
.tp-contact-input textarea {
height: 160px;
border: 2px solid #F0F4FD;
}
.tp-contact-input-remeber {
text-align: start;
margin-bottom: 25px;
}
.tp-contact-input-remeber input {
display: none;
}
.tp-contact-input-remeber input:checked ~ label::after {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.tp-contact-input-remeber input:checked ~ label::before {
visibility: visible;
opacity: 1;
}
.tp-contact-input-remeber label {
font-size: 14px;
font-weight: 400;
position: relative;
padding-left: 26px;
color: var(--tp-text-body);
z-index: 1;
}
.tp-contact-input-remeber label::after {
position: absolute;
content: "";
top: 4px;
left: 0;
width: 18px;
height: 18px;
line-height: 16px;
text-align: center;
z-index: -1;
border: 1px solid #CFD9EF;
background: var(--tp-common-white);
box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
-webkit-transition: all all 0.2s;
-o-transition: all all 0.2s;
transition: all all 0.2s;
}
.tp-contact-input-remeber label::before {
position: absolute;
content: url(//sprenger.immo/wp-content/themes/bhume/assets/img/others/check.svg);
top: 4px;
left: 0;
width: 18px;
height: 18px;
line-height: 16px;
text-align: center;
visibility: hidden;
opacity: 0;
color: var(--tp-common-white);
-webkit-transition: all all 0.2s;
-o-transition: all all 0.2s;
transition: all all 0.2s;
}
.tp-contact-input-remeber label a:hover {
color: var(--tp-theme-primary);
}
.tp-contact-input-remeber label:hover {
cursor: pointer;
}
.tp-contact-btn-box label {
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-contact-btn-box label br {
display: none;
}
}
.tp-contact-btn .tp-btn {
padding: 15px 41px;
}
.tp-contact-btn .tp-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-heading-primary);
}
.tp-touch-ptb {
padding-bottom: 205px;
background-size: contain;
background-position: bottom center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-touch-ptb {
padding-bottom: 130px;
}
}
@media only screen and (max-width: 767px) {
.tp-touch-ptb {
padding-bottom: 100px;
}
}
.tp-touch-box {
margin-right: 70px;
background-color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
.tp-touch-box {
margin-right: 0;
}
}
.tp-touch-box-heading {
padding: 13px 60px;
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-touch-box-heading {
padding: 12px 30px;
}
}
.tp-touch-box-heading span {
font-size: 16px;
font-weight: 600;
display: inline-block;
position: relative;
color: var(--tp-common-white);
}
.tp-touch-box-heading span:not(:last-child)::before {
position: absolute;
content: "";
top: 0;
right: -76px;
height: 100%;
width: 1px;
background: #8B8CF2;
}
.tp-touch-box-content {
padding: 56px 60px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-touch-box-content {
padding: 55px 30px 10px;
}
}
.tp-touch-box-content-item {
margin-bottom: 40px;
}
.tp-touch-box-content-item span {
display: block;
margin-bottom: 8px;
}
.tp-touch-box-content-item a {
font-size: 20px;
font-weight: 600;
color: var(--tp-common-white);
}
.tp-touch-box-content-item a:hover {
color: var(--tp-theme-primary);
}
.tp-touch-box-content-item p {
color: #AEB2BA;
margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-contact-inner-ptb {
padding-bottom: 80px;
}
}
.tp-contact-inner-item {
margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-contact-inner-item {
margin-right: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-inner-item {
margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.tp-contact-inner-item {
margin-right: 0;
width: 100%;
margin-bottom: 30px;
}
}
.tp-contact-inner-item-title {
font-size: 18px;
font-weight: 600;
display: inline-block;
margin-bottom: 8px;
letter-spacing: -0.36px;
color: var(--tp-theme-primary);
}
.tp-contact-inner-item p {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #E6E6E6;
}
.tp-contact-inner-item a {
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 10px;
letter-spacing: -0.32px;
color: var(--tp-heading-primary);
}
.tp-contact-inner-item a span {
display: inline-block;
margin-right: 8px;
}
.tp-contact-inner-item a:hover {
color: var(--tp-theme-primary);
}
.tp-contact-inner-wrap {
padding: 60px;
margin-top: -200px;
background: var(--tp-common-white);
box-shadow: 0px 0px 50px 0px rgba(47, 51, 70, 0.08);
}
@media only screen and (max-width: 767px) {
.tp-contact-inner-wrap {
padding: 30px;
}
}
.tp-contact-inner-wrap-title {
font-size: 36px;
font-weight: 600;
margin-bottom: 40px;
letter-spacing: -0.72px;
}
.tp-contact-inner-form-ptb {
position: relative;
padding-bottom: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-contact-inner-form-ptb {
padding-bottom: 130px;
}
}
.tp-contact-inner-form .tp-contact-input {
margin-bottom: 30px;
}
.tp-contact-inner-form .tp-contact-input input, .tp-contact-inner-form .tp-contact-input textarea {
border: 1px solid #E6E6E6;
background-color: transparent;
}
.tp-contact-inner-form .tp-contact-input input:focus, .tp-contact-inner-form .tp-contact-input textarea:focus {
border-color: var(--tp-theme-primary);
}
.tp-contact-inner-form-shape {
position: absolute;
bottom: -65px;
left: 50%;
z-index: -1;
transform: translateX(-50%);
}
@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), only screen and (max-width: 767px) {
.tp-contact-inner-form-shape {
bottom: 0;
}
}
.tp-contact-inner-form-shape-title {
font-size: 205px;
font-weight: 600;
color: #F6F9FF;
letter-spacing: -8.8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-contact-inner-form-shape-title {
font-size: 130px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-contact-inner-form-shape-title {
font-size: 90px;
}
}
.tp-contact-map-content {
width: 100%;
height: 600px;
}
.tp-contact-map-content iframe {
height: 100%;
width: 100%;
}
.tp-sign-in-ptb {
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
.tp-sign-in-ptb {
padding-top: 130px;
}
}
.tp-sign-in-register-ptb {
height: auto;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
.tp-sign-in-register-ptb {
padding-top: 130px;
}
}
.tp-sign-in-register-box {
padding: 50px 80px;
background: var(--tp-common-white);
box-shadow: 0px 30px 60px 0px rgba(3, 4, 28, 0.1);
}
@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) {
.tp-sign-in-register-box {
padding: 45px 35px;
}
}
@media only screen and (max-width: 767px) {
.tp-sign-in-register-box {
padding: 30px;
}
}
.tp-sign-in-register-title {
font-size: 34px;
font-weight: 700;
letter-spacing: -1.02px;
}
@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), only screen and (max-width: 767px) {
.tp-sign-in-register-heading {
margin-bottom: 30px;
}
}
.tp-sign-in-input {
margin-bottom: 20px;
}
.tp-sign-in-input-form input {
padding-left: 50px;
padding-right: 50px;
}
.tp-sign-in-input-form input::placeholder {
font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-sign-in-input i {
position: absolute;
top: 45%;
left: 26px;
transform: translateY(-50%);
}
.tp-sign-in-input span {
position: absolute;
top: 50%;
right: 20px;
cursor: pointer;
transform: translateY(-50%);
}
.tp-sign-in-input span.open-eye {
display: none;
}
.tp-sign-in-input-remeber a {
font-size: 14px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-sign-in-input-remeber a:hover {
color: var(--tp-theme-primary);
}
.tp-sign-in-from-subtitle {
position: relative;
font-size: 16px;
font-weight: 500;
letter-spacing: -0.32px;
}
.tp-sign-in-from-subtitle::before {
content: "";
height: 1px;
width: 30px;
background-color: #03041C;
display: inline-block;
transform: translateY(-4px);
margin-right: 10px;
}
.tp-sign-in-from-subtitle::after {
content: "";
height: 1px;
width: 30px;
background-color: #03041C;
display: inline-block;
transform: translateY(-4px);
margin-left: 10px;
}
.tp-sign-in-from-subtitle-heading {
margin-bottom: 20px;
}
.tp-sign-in-from-btn a {
display: inline-block;
padding: 12px 20px;
font-size: 14px;
font-weight: 500;
color: var(--tp-text-body);
border: 1px solid #E6E6E6;
background: var(--tp-common-white);
}
.tp-sign-in-from-btn a:not(:last-child) {
margin-right: 5px;
}
.tp-sign-in-from-btn a span {
margin-right: 5px;
display: inline-block;
transform: translateY(-2px);
}
.tp-sign-in-from-btn a span i {
font-size: 20px;
transform: translateY(2px);
color: rgba(0, 0, 0, 0.8);
}
.tp-sign-in-from-register p {
font-size: 14px;
}
.tp-sign-in-from-register p a {
font-weight: 500;
color: var(--tp-theme-primary);
}  .tp-experience-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 497px;
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-experience-bg {
width: 250px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-experience-bg {
width: 185px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-experience-bg {
display: none;
}
}
.tp-experience-heading {
position: relative;
padding-top: 230px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-experience-heading {
padding-top: 145px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-experience-heading {
padding-top: 80px;
flex-wrap: wrap;
padding-bottom: 80px;
}
}
.tp-experience-title {
font-size: 240px;
font-weight: 700;
line-height: 0.8;
margin-bottom: 0;
margin-right: 30px;
letter-spacing: -4.8px;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-experience-title {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.tp-experience-title {
font-size: 160px;
}
}
.tp-experience-title i {
font-style: normal;
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), only screen and (max-width: 767px) {
.tp-experience-title i {
color: inherit;
}
}
.tp-experience-content span {
display: inline-block;
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
letter-spacing: -0.24px;
color: var(--tp-heading-primary);
}
.tp-experience-content p {
margin-bottom: 25px;
line-height: 26px;
}
.tp-experience-content a {
font-size: 16px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-experience-content a:hover {
color: var(--tp-theme-primary);
}
.tp-experience-tab-box {
position: relative;
z-index: 2;
padding: 60px;
background: var(--tp-common-white);
box-shadow: 0px 10px 60px 0px rgba(21, 10, 50, 0.06);
}
@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), only screen and (max-width: 767px) {
.tp-experience-tab-box {
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-experience-tab-box {
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.tp-experience-tab-box {
padding: 30px;
}
}
.tp-experience-tab-title {
font-size: 24px;
font-weight: 600;
letter-spacing: -0.24px;
margin-bottom: 20px;
color: var(--tp-common-black);
}
.tp-experience-tab-input {
position: relative;
margin-bottom: 10px;
}
.tp-experience-tab-input input {
position: relative;
font-size: 16px;
font-weight: 400;
padding-left: 20px;
padding-right: 40px;
color: var(--tp-text-body);
border: 1px solid #E6E6E6;
}
.tp-experience-tab-input input:focus {
border-color: var(--tp-theme-primary);
}
.tp-experience-tab-input input::-webkit-input-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-experience-tab-input input::-moz-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-experience-tab-input input:-moz-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-experience-tab-input input:-ms-input-placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-experience-tab-input input::placeholder { font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-experience-tab-input span {
position: absolute;
top: 50%;
right: 20px;
display: inline-block;
transform: translateY(-50%);
}
.tp-experience-tab-select {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.tp-experience-tab-select .nice-select {
height: 60px;
font-size: 16px;
font-weight: 400;
line-height: 55px;
border-radius: 0;
width: 100%;
}
.tp-experience-tab-select .nice-select:focus {
border-color: var(--tp-theme-primary);
background-color: var(--tp-common-white) !important;
}
.tp-experience-tab-select .nice-select::after {
color: #262b35;
}
.tp-experience-tab-select .nice-select.open .list {
width: 100%;
padding: 20px;
border-radius: 0;
border: 1px solid #E6E6E6;
box-shadow: 0px 6px 60px -20px rgba(42, 35, 57, 0.15);
}
.tp-experience-tab-select .nice-select .option {
font-size: 16px;
min-height: 30px;
font-weight: 500;
line-height: 30px;
padding: 9px 20px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-experience-tab-select .nice-select .option.selected, .tp-experience-tab-select .nice-select .option:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-experience-tab-search .tp-btn {
width: 100%;
}
@media only screen and (max-width: 767px) {
.tp-choose-ptb {
padding-bottom: 80px;
}
}
.tp-choose-heading img {
width: 100%;
}
@media only screen and (max-width: 767px) {
.tp-choose-heading p br {
display: none;
}
}
.tp-choose-item {
padding: 25px 30px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-choose-item:hover {
background-color: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(14, 19, 37, 0.06);
}
.tp-choose-item.active {
background-color: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(14, 19, 37, 0.06);
}
.tp-choose-item-content p {
line-height: 26px;
margin: 0;
}
.tp-choose-item-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: -0.24px;
color: var(--tp-heading-primary);
}  .tp-offer-content p {
letter-spacing: -0.32px;
margin-bottom: 30px;
}
.tp-offer-content p span {
font-weight: 600;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-offer-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), only screen and (max-width: 767px) {
.tp-offer-thumb img {
width: 100%;
}
}
.tp-offer-btn a {
font-size: 16px;
font-weight: 600;
color: var(--tp-heading-primary);
}
.tp-offer-btn a span {
margin-left: 5px;
display: inline-block;
transform: translateY(-2px);
}
.tp-offer-active .slick-dots {
position: absolute;
top: 50%;
right: 120px;
list-style-type: none;
transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-offer-active .slick-dots {
right: 55px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-offer-active .slick-dots {
right: 30px;
}
}
.tp-offer-active .slick-dots li {
margin: 0 0.25rem;
}
.tp-offer-active .slick-dots button {
position: relative;
display: block;
width: 5px;
height: 5px;
position: relative;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 1 !important;
margin: 0 10px !important;
border-radius: 50%;
text-indent: -9999px;
background: #262B35;
}
.tp-offer-active .slick-dots button::after {
position: absolute;
content: "";
height: 24px;
width: 24px;
top: -10px;
left: -10px;
opacity: 0;
border-radius: 50%;
border: 1px solid var(--tp-theme-primary);
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-offer-active .slick-dots li.slick-active button {
opacity: 1;
transform: scale(1);
background: var(--tp-theme-primary);
}
.tp-offer-active .slick-dots li.slick-active button::after {
opacity: 1;
transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-countries-ptb {
padding-top: 80px;
padding-bottom: 80px;
}
}
.tp-countries-item {
height: 505px;
width: 100%;
background-color: #9f9f9f;
}
.tp-countries-item:hover .tp-countries-thumb img {
transform: scale(1.08);
}
.tp-countries-item:hover .tp-countries-thumb::after {
opacity: 1;
visibility: visible;
height: 100%;
}
.tp-countries-item:hover .tp-countries-content {
margin-bottom: 0;
}
.tp-countries-thumb {
height: 100%;
overflow: hidden;
}
.tp-countries-thumb::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
opacity: 0;
width: 100%;
visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: linear-gradient(0deg, rgba(7, 17, 36, 0.9) 0.07%, rgba(10, 20, 39, 0.2) 39.39%);
}
div.tp-countries-thumb img {
width: 100%;
height: 505px;
object-fit: cover;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-countries-box {
position: absolute;
overflow: hidden;
bottom: 40px;
left: 40px;
right: 40px;
z-index: 2;
}
.tp-countries-content {
margin-bottom: -66px;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-countries-content p {
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.6);
}
.tp-countries-tag {
position: absolute;
top: 30px;
right: 30px;
z-index: 2;
}
.tp-countries-tag span {
display: inline-block;
border-radius: 14px;
padding: 2px 8px;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.14px;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-countries-tag span svg {
transform: translate(-2px, -1px);
}
.tp-countries-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 2px;
color: var(--tp-common-white);
}
.tp-countries-btn .tp-btn {
padding: 10px 19px;
}
.tp-countries-btn .tp-btn span {
display: inline-block;
margin-left: 5px;
transform: translateY(-1px);
}
.tp-countries-slider-wrapper {
margin-right: -400px;
}
@media only screen and (max-width: 767px) {
.tp-countries-slider-wrapper {
margin-right: 0;
}
}
.tp-countries-5-slider-wrapper .tp-countries-item {
height: inherit;
width: inherit;
background-color: transparent;
}
.tp-countries-5-bg {
padding-left: 140px;
background-color: #F0F4FD;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-countries-5-bg {
padding: 80px 0;
padding-left: 50px;
}
}
@media only screen and (max-width: 767px) {
.tp-countries-5-bg {
background-color: transparent;
padding: 80px 0;
padding-left: 0;
}
}
.tp-countries-5-slider-wrapper {
margin-right: -250px;
}
@media only screen and (max-width: 767px) {
.tp-countries-5-slider-wrapper {
margin-right: 0;
}
}
.tp-countries-5-box {
margin-right: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-countries-5-box {
margin-right: 40px;
}
}
.tp-countries-5-box button {
display: inline-block;
text-align: center;
line-height: 1;
width: 54px;
height: 54px;
border-radius: 54px;
color: var(--tp-theme-primary);
border: 1px solid #E6E6E6;
}
.tp-countries-5-box button svg {
transform: translateY(-1px);
}
.tp-countries-5-box button:not(:last-child) {
margin-right: 10px;
}
.tp-countries-5-box button.tp-countries-button-next {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.tp-countries-5-box button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.tp-countries-5-btn p {
color: #262B35;
}
.tp-countries-5-btn p span {
width: 55px;
height: 26px;
font-weight: 700;
line-height: 26px;
display: inline-block;
border-radius: 13px;
margin-right: 5px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-countries-5-btn p a {
font-weight: 700;
text-decoration: underline;
}
.tp-countries-5-btn p a:hover {
color: var(--tp-theme-primary);
}  .tp-video-ptb {
height: 640px;
}
.tp-video-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tp-video-btn a {
position: relative;
display: inline-block;
}
.tp-video-btn a span {
position: relative;
z-index: 2;
display: inline-block;
transform: translate(2px, 2px);
}
.tp-video-btn a::before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "";
border-radius: 50%;
height: 120px;
width: 120px;
line-height: 120px;
z-index: 1;
background-color: var(--tp-common-white);
}
.tp-video-btn a::after {
position: absolute;
content: "";
height: 160px;
width: 160px;
border-radius: 50%;
top: 15px;
left: 15px;
z-index: -1;
backdrop-filter: blur(10px);
animation: video-border 1.5s linear infinite;
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-video-5-ptb {
padding-bottom: 325px;
background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
.tp-video-5-ptb {
padding-bottom: 110px;
}
}
.tp-video-5-title {
font-size: 60px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1.2px;
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), only screen and (max-width: 767px) {
.tp-video-5-title {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.tp-video-5-title br {
display: none;
}
}
@media only screen and (max-width: 767px) {
.tp-video-5-content {
padding-top: 140px;
}
}
.tp-video-5-content .tp-video-5-btn span {
position: relative;
display: inline-block;
height: 100px;
width: 100px;
text-align: center;
line-height: 95px;
border-radius: 50%;
border: 1px solid #FAF5EF;
}
.tp-video-5-content .tp-video-5-btn span::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 90%;
height: 90%;
transform: scale(1);
border: 1px solid var(--tp-common-white);
animation: video-border 1.5s linear infinite;
border-radius: 50%;
}
.tp-video-5-top {
padding: 35px 0;
background-color: var(--tp-theme-primary);
}
.tp-video-5-top p {
line-height: 1;
color: var(--tp-common-white);
}
.tp-video-5-top p img {
margin-right: 20px;
}
.tp-video-5-top p a {
font-weight: 500;
text-decoration-line: underline;
}
.tp-video-5-bottom {
margin-top: -80px;
padding: 25px 0;
backdrop-filter: blur(10px);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-video-5-bottom p {
font-size: 24px;
font-weight: 500;
letter-spacing: -0.48px;
color: var(--tp-common-white);
}
.tp-video-5-bottom p span {
display: inline-block;
margin-left: 5px;
}
.tp-video-5-bottom p span:hover {
color: var(--tp-theme-primary);
}  .tp-progress {
position: relative;
background: #F0F4FD;
}
.tp-progress-bar-box {
overflow: hidden;
}
.tp-progress-title {
font-size: 16px;
font-weight: 500;
margin-bottom: 6px;
color: var(--tp-heading-primary);
}
.tp-progress .progress-bar {
height: 8px;
overflow: visible;
position: relative;
transition: width 0.6s ease;
background-color: var(--tp-theme-primary);
}
.tp-progress .progress-bar::after {
position: absolute;
content: "";
right: -5px;
top: -3px;
height: 14px;
width: 6px;
z-index: 5;
background-color: var(--tp-theme-primary);
}
.tp-progress-counter {
position: absolute;
top: -30px;
right: 0;
font-size: 16px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-progress-item {
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
padding: 40px 60px 60px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-progress-item {
background-size: cover;
padding: 30px 50px 20px 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-progress-item {
background-size: cover;
margin-bottom: 30px;
}
}
.tp-progress-item-content span {
font-size: 14px;
font-weight: 500;
margin-bottom: 5px;
display: inline-block;
color: var(--tp-common-black);
}
.tp-progress-item-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
color: var(--tp-common-black);
}
.tp-progress-item-btn a {
font-size: 12px;
font-weight: 600;
padding: 0px 10px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-progress-item-shape {
position: absolute;
top: 40px;
right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-progress-item-shape {
margin-top: 20px;
position: static;
}
}
.tp-progress-count-box {
padding: 55px 35px;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(20, 21, 58, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-progress-count-box {
margin-bottom: 30px;
}
}
.tp-progress-count-box .tp-counter-title {
font-size: 56px;
letter-spacing: -2.24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-progress-count-box .tp-counter-title {
font-size: 45px;
}
}
.tp-progress-count-box span {
font-weight: 600;
}  .tp-cta-ptb {
margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-ptb {
margin-top: 50px;
}
}
.tp-cta-bg {
background-color: var(--tp-theme-primary);
}
.tp-cta-shape {
position: absolute;
bottom: 0;
right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-icon {
margin-right: 20px;
}
}
.tp-cta-content {
padding: 67px 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-cta-content {
padding: 45px 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-content {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-cta-content {
padding: 45px 60px;
}
}
@media only screen and (max-width: 767px) {
.tp-cta-content {
padding: 30px;
}
}
.tp-cta-content-contact {
margin-right: 80px;
padding-right: 80px;
border-right: 2px solid var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-cta-content-contact {
margin-right: 40px;
padding-right: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-cta-content-contact {
margin-right: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-content-contact {
margin-right: 0;
padding-right: 0;
border: none;
}
}
.tp-cta-content-contact p {
font-size: 16px;
font-weight: 500;
line-height: 26px;
margin-bottom: 10px;
color: var(--tp-common-white);
}
.tp-cta-content-contact a {
font-size: 26px;
font-weight: 600;
letter-spacing: -0.26px;
color: var(--tp-common-white);
}
.tp-cta-content-text {
margin-right: 160px;
}
@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), only screen and (max-width: 767px) {
.tp-cta-content-text {
margin-right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-content-text {
padding-top: 20px;
}
}
.tp-cta-content-text span {
font-size: 26px;
font-weight: 600;
line-height: 36px;
letter-spacing: -0.26px;
color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
.tp-cta-content-text span br {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-cta-content-btn {
margin-top: 20px;
}
}
.tp-cta-content-btn .tp-btn {
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.14);
box-shadow: 0px 30px 50px 0px rgba(1, 6, 20, 0.12);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-cta-4-ptb {
position: absolute;
margin-top: -100px;
width: 100%;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-cta-4-ptb {
margin-top: -195px;
}
}
@media only screen and (max-width: 767px) {
.tp-cta-4-ptb {
position: static;
margin-top: 0px;
margin-bottom: 50px;
}
}  .tp-property-ptb {
background-repeat: no-repeat;
}
.tp-property-section-title {
font-size: 42px;
font-weight: 600;
letter-spacing: -0.84px;
}
.tp-property-list span {
font-size: 18px;
font-weight: 500;
color: #80858F;
letter-spacing: -0.36px;
display: inline-block;
}
.tp-property-list span.dvdr {
position: relative;
display: inline-block;
margin: 0 3px;
width: 8px;
height: 2px;
background-color: #80858F;
}
.tp-property-list span.active {
color: var(--tp-theme-primary);
}
.tp-property-tabs-select {
margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-property-tabs-select {
margin-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.tp-property-tabs-select {
margin-right: 20px;
margin-bottom: 20px;
display: inline-block;
}
}
.tp-property-tabs-select .nice-select {
font-size: 16px;
width: 370px;
height: 60px;
border-radius: 0;
font-weight: 500;
line-height: 60px;
border: 1px solid #DBE1EF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-property-tabs-select .nice-select {
width: 300px;
}
}
.tp-property-tabs-select .nice-select .list {
width: 100%;
border-radius: 0;
}
.tp-property-tabs-select .nice-select::after {
color: var(--tp-heading-primary);
}
.tp-property-tabs-select.tp-property-tabs-select .bhumi-pro-order {
font-size: 16px;
width: 370px;
height: 60px;
border-radius: 0;
font-weight: 500;
line-height: 60px;
border: 1px solid #DBE1EF;
background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-property-tabs-select.tp-property-tabs-select .bhumi-pro-order {
width: 200px;
}
}
.tp-property-tabs-select.tp-property-tabs-select .dropdown-menu {
width: 100%;
}
.tp-property-tabs .nav {
border: none;
}
.tp-property-tabs .nav .nav-item:not(:last-child) {
margin-right: 10px;
}
.tp-property-tabs .nav .nav-item .nav-link {
display: inline-block;
text-align: center;
height: 60px;
width: 60px;
border-radius: 0;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
border: 1px solid #DBE1EF;
}
.tp-property-tabs .nav .nav-item .nav-link.active {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-contact {
padding: 30px 32px 10px;
border: 1px solid #DBE1EF;
background: var(--tp-common-white);
}
.tp-property-filter-wrap {
padding: 30px;
border: 1px solid #DBE1EF;
background: var(--tp-common-white);
}
.tp-property-filter-box {
padding: 30px;
background-color: #F0F4FD;
}
.tp-property-filter-title {
font-size: 18px;
font-weight: 600;
}
.tp-property-filter-item-btn .tp-btn {
padding: 18px 30px;
}
.tp-property-widget-filter .ui-state-default, .tp-property-widget-filter .ui-widget-content .ui-state-default, .tp-property-widget-filter .ui-widget-header .ui-state-default {
background: none;
}
.tp-property-widget-filter-title {
margin-right: 0;
}
.tp-property-widget-filter .ui-widget.ui-widget-content {
position: relative;
height: 6px;
border: 0;
border-radius: 0;
margin-top: 10px;
background-color: var(--tp-common-white);
box-shadow: 0px 0px 4px 0px rgba(192, 204, 231, 0.6);
}
.tp-property-widget-filter .ui-slider-horizontal .ui-slider-range {
border-radius: 0;
background-color: var(--tp-theme-primary);
}
.tp-property-widget-filter .ui-widget-header {
background: none;
}
.tp-property-widget-filter .ui-slider .ui-slider-handle {
position: absolute;
top: -2px;
width: 10px;
height: 10px;
padding: 0;
margin: 0;
border-radius: 0;
background-color: transparent;
border: 3px solid var(--tp-theme-primary);
}
.tp-property-widget-filter .ui-slider .ui-slider-handle:focus-visible {
outline: none;
}
.tp-property-widget-filter .input-range {
position: absolute;
right: 0;
top: -10px;
}
.tp-property-widget-filter .input-range input {
padding: 0;
border: 0;
height: 45px;
font-weight: 500;
font-size: 15px;
text-align: end;
background-color: transparent;
color: var(--tp-heading-primary);
}
.tp-property-recent-post-title {
font-size: 16px;
font-weight: 600;
line-height: 18px;
margin-bottom: 5px;
}
.tp-property-recent-post-title a:hover {
color: var(--tp-theme-primary);
}
.tp-property-recent-post-thumb {
overflow: hidden;
}
.tp-property-recent-post-thumb img {
width: 100%;
overflow: hidden;
transition: all 0.3s 0s ease-out;
}
.tp-property-recent-post-thumb:hover img {
transform: scale(1.08);
}
.tp-property-recent-post-meta {
line-height: 1;
}
.tp-property-recent-post-meta span {
font-size: 12px;
font-weight: 600;
color: var(--tp-theme-primary);
}
.tp-property-details-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 15px;
letter-spacing: -0.72px;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-details-heading {
margin-bottom: 30px;
}
}
.tp-property-details-heading span {
display: inline-block;
font-weight: 500;
margin-bottom: 20px;
}
.tp-property-details-info span {
margin-right: 20px;
color: var(--tp-heading-primary);
}
.tp-property-details-info span svg {
margin-right: 5px;
transform: translateY(-2px);
}
.tp-property-details-icon-box {
margin-bottom: 22px;
}
.tp-property-details-icon-box a, .tp-property-details-icon-box .social-share {
display: inline-block;
height: 52px;
width: 52px;
text-align: center;
line-height: 50px;
border: 1px solid #E6E6E6;
border-radius: 0;
background: transparent;
color: var(--tp-text-body);
font-size: 20px;
}
.tp-property-details-icon-box a:hover, .tp-property-details-icon-box .social-share:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-details-icon-price {
font-size: 42px;
font-weight: 600;
letter-spacing: -0.84px;
color: var(--tp-theme-primary);
}
.tp-property-details-slider-thumb img {
width: 100%;
height: 590px;
}
.tp-property-details-box {
padding: 30px;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(103, 103, 129, 0.08);
}
.tp-property-details-box.box-2 {
padding: 30px 30px 10px;
}
.tp-property-details-box.box-8 {
padding: 30px 30px 38px;
}
.tp-property-details-box.box-9 {
background-color: #F0F4FD;
box-shadow: none;
}
.tp-property-details-box-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 32px;
padding-bottom: 28px;
border-bottom: 1px solid #E6E6E6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.tp-property-details-box-desc p br {
display: none;
}
}
.tp-property-details-tags-icon {
margin-right: 10px;
}
.tp-property-details-tags-icon span {
display: inline-block;
height: 42px;
width: 42px;
line-height: 42px;
text-align: center;
background: var(--tp-common-white);
box-shadow: 0px 0px 6px 0px rgba(37, 32, 65, 0.08);
}
.tp-property-details-tags-content span {
font-size: 14px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-property-details-tags-content p {
font-size: 18px;
font-weight: 700;
line-height: 1;
color: var(--tp-heading-primary);
}
.tp-property-details-video .main {
width: 100%;
}
.tp-property-details-video-title {
position: absolute;
top: 40px;
left: 30px;
font-size: 36px;
font-weight: 600;
letter-spacing: -0.72px;
color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-details-video-title {
font-size: 22px;
}
}
.tp-property-details-video-shape-1 {
position: absolute;
bottom: 73px;
left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-details-video-shape-1 {
display: none;
}
}
.tp-property-details-video-shape-2 {
position: absolute;
bottom: 0;
right: 27px;
}
@media only screen and (max-width: 767px) {
.tp-property-details-video-shape-2 {
display: none;
}
}
.tp-property-details-video-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tp-property-details-attachment-item {
padding: 30px;
width: 325px;
background: var(--tp-common-white);
box-shadow: 0px 0px 6px 0px rgba(37, 32, 65, 0.08);
}
.tp-property-details-attachment-item:not(:last-child) {
margin-right: 20px;
}
@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), only screen and (max-width: 767px) {
.tp-property-details-attachment-item:not(:last-child) {
margin-right: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-property-details-attachment-item {
width: 300px;
}
}
.tp-property-details-attachment-icon {
margin-right: 15px;
}
.tp-property-details-attachment-icon i {
font-size: 40px;
color: var(--tp-theme-primary);
}
.tp-property-details-attachment-title {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
}
.tp-property-details-attachment-content span {
display: inline-block;
font-size: 14px;
font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.tp-property-details-gallery {
margin-bottom: 20px;
}
}
.tp-property-details-maps {
width: 100%;
height: 360px;
}
.tp-property-details-maps iframe {
width: 100%;
height: 100%;
}
.tp-property-details-maps-wrap {
margin-bottom: 30px;
}
.tp-property-details-maps-wrap span {
font-weight: 500;
}
.tp-property-details-maps-wrap span svg {
margin-right: 5px;
transform: translateY(-1px);
}
.tp-property-details-maps-wrap span:not(:last-child) {
margin-right: 50px;
}
.tp-property-details-plans {
margin-bottom: 70px;
}
.tp-property-details-plans-thumb {
width: 100%;
}
.tp-property-details-plans-thumb img {
width: 100%;
}
.tp-property-details-plans-btn .nav {
border: none;
}
.tp-property-details-plans-btn .nav .nav-link {
font-size: 16px;
font-weight: 600;
padding: 7px 19px;
display: inline-block;
border-radius: 0;
border: 1px solid #E6E6E6;
color: var(--tp-heading-primary);
margin-right: 10px;
}
.tp-property-details-plans-btn .nav .nav-link:hover, .tp-property-details-plans-btn .nav .nav-link.active {
color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
background-color: var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
.tp-property-details-plans-tag {
flex-wrap: wrap;
}
}
.tp-property-details-plans-tag p {
position: relative;
font-size: 18px;
font-weight: 500;
line-height: 1;
}
.tp-property-details-plans-tag p:not(:last-child) {
margin-right: 28px;
}
@media only screen and (max-width: 767px) {
.tp-property-details-plans-tag p:not(:last-child) {
margin-bottom: 10px;
}
}
.tp-property-details-plans-tag p span {
display: inline-block;
margin-right: 10px;
padding-right: 10px;
transform: translateY(-2px);
border-right: 1px solid #D9D9D9;
}
.tp-property-details-input {
margin-bottom: 20px;
}
.tp-property-details-input input, .tp-property-details-input textarea {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
}
.tp-property-details-input textarea {
height: 170px;
}
.tp-property-details-input textarea:focus {
border-color: var(--tp-theme-primary);
}
.tp-property-details-select {
width: 100%;
margin-bottom: 20px;
display: inline-block;
}
.tp-property-details-select .nice-select {
border-radius: 0;
height: 60px;
line-height: 60px;
border: 1px solid #DDE4F5;
}
.tp-property-details-select .nice-select:focus {
border-color: var(--tp-theme-primary);
}
.tp-property-details-select .nice-select .list {
border-radius: 0;
}
.tp-property-details-checking ul li {
list-style: none;
}
.tp-property-details-checking ul li .tp-contact-input-remeber {
margin-bottom: 10px;
}
.tp-property-details-checking ul li .tp-contact-input-remeber label {
font-weight: 500;
}
.archive-property-action .ere__apa-switch-layout.ere__apa-item span {
display: inline-block;
text-align: center;
height: 60px;
line-height: 60px;
width: 60px;
border-radius: 0;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
border: 1px solid #DBE1EF;
}
.archive-property-action .ere__apa-switch-layout.ere__apa-item span::before {
content: none;
}
.archive-property-action .ere__apa-switch-layout.ere__apa-item span:hover, .archive-property-action .ere__apa-switch-layout.ere__apa-item span.active {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.archive-property-action .ere__apa-item.ere__apa-status li.active a {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.archive-property-action .ere__apa-item.ere__apa-status li a:hover {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-property-widget .tp-property-filter-wrap .ere-search-status-tab {
background-color: var(--tp-theme-secondary);
}
.tp-property-widget .tp-property-filter-wrap .ere-search-status-tab button {
color: var(--tp-heading-primary);
font-weight: 600;
}
.tp-property-widget .tp-property-filter-wrap .ere-search-status-tab button.active {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-widget .tp-property-filter-wrap .ere-search-status-tab button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group {
margin-bottom: 20px;
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group input, .tp-property-widget .tp-property-filter-wrap .form-search .form-group select {
border-radius: 0;
padding-left: 15px;
padding-right: 15px;
font-size: 15px;
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group input:focus, .tp-property-widget .tp-property-filter-wrap .form-search .form-group select:focus {
box-shadow: none;
border: 1px solid var(--tp-theme-primary);
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group .title-slider-filter {
color: var(--tp-heading-primary);
font-weight: 600;
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group .ere-advanced-search-btn {
width: 100%;
position: relative;
overflow: hidden;
font-weight: 600;
font-size: 16px;
line-height: 1.26;
padding: 19px 40px 17px;
display: inline-block;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
border: 1px solid var(--tp-theme-primary);
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group .ere-advanced-search-btn:hover {
background-color: var(--tp-theme-secondary);
color: var(--tp-theme-primary);
border-color: var(--tp-theme-secondary);
}
.tp-property-widget .tp-property-filter-wrap .form-search .form-group .sidebar-filter .ui-slider-range, .tp-property-widget .tp-property-filter-wrap .form-search .form-group .sidebar-filter .ui-slider-handle {
background: var(--tp-theme-primary);
}
.tp-property-widget .tp-property-filter-wrap .list-featured-properties .owl-dot.active span {
background-color: var(--tp-theme-primary);
}
.tp-property-widget.widget_bhume_banner .tp-property-filter-wrap {
padding: 0;
}
.tp-property-widget.widget_bhume_banner .tp-property-filter-wrap img {
width: 370px;
height: 360px;
object-fit: cover;
}
.bhume-property-feature .ere-property-element h4 {
font-size: 15px;
margin-bottom: 15px;
}
.bhume-property-feature .ere-property-element .property-feature-wrap a {
font-size: 14px;
font-weight: 500;
position: relative;
color: var(--tp-text-body);
z-index: 1;
}
.bhume-property-feature .ere-property-element .property-feature-wrap a:hover {
color: var(--tp-theme-primary);
}
.tp-property-gallery-thumb {
overflow: hidden;
}
.tp-property-gallery-thumb:hover span {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
.tp-property-gallery-thumb:hover img {
transition: all 0.4s;
transform: scale(1.1) rotate(4deg);
}
.tp-property-gallery-thumb img {
width: 340px;
height: 330px;
object-fit: cover;
transform: scale(1) translateZ(0);
transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-property-gallery-thumb span {
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
opacity: 0;
font-size: 16px;
font-weight: 600;
line-height: 80px;
text-align: center;
visibility: hidden;
border-radius: 50%;
display: inline-block;
transition: all 0.3s ease-out;
color: var(--tp-common-white);
z-index: 3;
background-color: var(--tp-theme-primary);
transform: translate(-50%, -50%) scale(0.5);
}
.tp-property-gallery-arrow-box button {
position: absolute;
top: 50%;
z-index: 2;
transform: translateY(-50%);
display: inline-block;
text-align: center;
line-height: 40px;
width: 45px;
height: 45px;
border-radius: 54px;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.tp-property-gallery-arrow-box button.tp-property-gallery-prev {
left: 20px;
}
.tp-property-gallery-arrow-box button.tp-property-gallery-next {
position: absolute;
right: 20px;
}
.bhumi-pro-details-floor .property-floors-tab ul#ere-floors-tabs {
background-color: var(--tp-theme-secondary);
}
.bhumi-pro-details-floor .property-floors-tab ul#ere-floors-tabs a {
color: var(--tp-heading-primary);
font-weight: 600;
}
.bhumi-pro-details-floor .property-floors-tab ul#ere-floors-tabs a.active {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.bhumi-pro-details-floor .property-floors-tab ul#ere-floors-tabs a:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.bhumi-pro-details-comments .bhume-comment-list-wrap {
padding: 30px 30px 38px;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(103, 103, 129, 0.08);
margin-bottom: 30px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .tp-postbox-comment-title {
font-size: 20px;
font-weight: 700;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .postbox__comment-info {
flex: 0 0 auto;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .postbox__comment-info img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 50%;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .children {
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
border: 0;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .children li {
margin-bottom: 0;
border: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap li {
padding-bottom: 0;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .comment-respond {
margin-top: 30px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .comment-reply-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 32px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap input {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap input:focus {
border-color: var(--tp-theme-primary);
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .comment-notes {
margin-bottom: 20px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap textarea {
height: 200px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap #cancel-comment-reply-link {
color: tomato;
margin-left: 8px;
font-size: 16px;
}
.bhumi-pro-details-comments .bhume-comment-list-wrap .logged-in-as {
margin-bottom: 20px;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap {
padding: 30px 30px 38px;
background: #F0F4FD;
box-shadow: 0px 0px 40px 0px rgba(103, 103, 129, 0.08);
margin-bottom: 30px;
margin-top: 0;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap .comment-reply-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 32px;
padding-bottom: 28px;
border-bottom: 1px solid #E6E6E6;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap input {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap input:focus {
border-color: var(--tp-theme-primary);
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap .comment-notes {
margin-bottom: 20px;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap textarea {
height: 200px;
}
.bhumi-pro-details-comments .bhumi-comments-form-wrap .logged-in-as {
margin-bottom: 20px;
}
.bhumi-pro-details-reviews {
padding: 30px 30px 38px;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(103, 103, 129, 0.08);
margin-bottom: 30px;
}
.bhumi-pro-details-reviews .ere-property-element .overall-rating {
width: 100%;
}
.bhumi-pro-details-reviews .ere-property-element .overall-rating .percent {
width: 40px !important;
}
.bhumi-pro-details-reviews .ere-property-element .reviews-list li {
display: flex;
}
.bhumi-pro-details-reviews .ere-property-element input, .bhumi-pro-details-reviews .ere-property-element textarea {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
}
.bhumi-pro-details-reviews .ere-property-element input:focus, .bhumi-pro-details-reviews .ere-property-element textarea:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.bhumi-pro-details-reviews .ere-property-element textarea {
height: 200px;
border-radius: 0;
}
.bhumi-pro-details-reviews .ere-property-element .rating-container {
margin-bottom: 20px;
}
.bhumi-pro-details-reviews .ere-property-element .login-for-review {
font-size: 16px;
}
.tp-property-details-box-title-2 {
font-size: 20px;
font-weight: 700;
margin-bottom: 20px;
}
.modal-login .modal-header {
background: var(--tp-theme-secondary);
padding: 0;
border-radius: 0;
}
.modal-login .modal-header .nav-tabs li a {
margin: 0;
border-radius: 0;
border: 0;
padding: 19px 30px !important;
color: var(--tp-heading-primary);
font-weight: 600;
display: inline-block;
}
.modal-login .modal-header .nav-tabs li a.active {
color: var(--tp-common-white) !important;
background-color: var(--tp-theme-primary);
}
.modal-login .modal-header .nav-tabs li a.active:hover {
color: var(--tp-common-white) !important;
}
.modal-login .modal-header .nav-tabs li a:hover {
color: var(--tp-common-white) !important;
background-color: var(--tp-theme-primary);
}
.modal-login .modal-header .close {
background: #ff6347;
width: 30px;
height: 30px;
color: #fff;
font-size: 25px;
}
.modal-login .modal-header .close:hover {
background-color: var(--tp-theme-primary) !important;
color: var(--tp-common-white);
}
.modal-login .modal-header .close span {
display: inline-block;
height: 100%;
transform: translateY(-1px);
}
.modal-login input[type=text], .modal-login input[type=password] {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 10px;
}
.modal-login input[type=text]:focus, .modal-login input[type=password]:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.modal-login .ere__show-password .input-group-text {
height: 60px;
}
.modal-login .ere-login-button {
margin-top: 15px;
}
.modal-login .ere-reset-password {
color: #ff6347;
}
.modal-login .ere-reset-password:hover {
color: var(--tp-theme-primary);
}
.modal-login .control-term-condition {
margin-top: 10px;
}
.modal-login .control-term-condition a {
color: #ff6347;
}
.modal-login .control-term-condition a:hover {
color: var(--tp-theme-primary);
}
.tp-property-details-right-side .ere__social-share .social-share-list {
background-color: var(--tp-theme-primary);
border-radius: 0;
border-top: 3px solid #fff;
}
.tp-property-details-right-side .ere__social-share .social-share-list a {
height: 40px;
width: 40px;
line-height: 40px;
}
.tp-property-details-right-side .ere__social-share .social-share-list a:hover {
background-color: var(--tp-common-white);
color: var(--tp-theme-primary);
}
.bhume-agent-single-wrap .ere__single-agent-avatar {
background: #F0F4FD;
padding: 15px;
display: flex;
flex-direction: column;
}
.bhume-agent-single-wrap .ere__single-agent-avatar .tp-btn {
margin-top: auto;
}
.bhume-agent-single-wrap .ere__single-agent-social a {
background-color: var(--tp-theme-primary);
border-radius: 0;
}
.bhume-agent-single-wrap .ere__single-agent-social a:hover {
background-color: var(--tp-heading-primary);
}
.bhume-agent-single-wrap .ere__single-agent-position {
font-weight: 500;
}
.bhume-agent-single-wrap .ere__single-agent-contact-info i {
color: var(--tp-theme-primary);
margin-right: 5px;
}
.bhume-agent-single-wrap .ere__single-agent-contact-info a:hover {
color: var(--tp-theme-primary);
}
.bhume-agent-single-wrap .ere__single-agent-property {
margin-bottom: 0;
}
.bhume-agent-single-wrap .agent-content .agent-title {
font-size: 30px;
margin-bottom: 10px;
}
.bhume-agent-single-wrap .ere__contact-form input, .bhume-agent-single-wrap .ere__contact-form textarea {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 15px;
}
.bhume-agent-single-wrap .ere__contact-form input:focus, .bhume-agent-single-wrap .ere__contact-form textarea:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.bhume-agent-single-wrap .ere__contact-form textarea {
height: 100px;
border-radius: 0;
}
.bhume_single-agency-wrap .ere__single-agency-contact-info i {
color: var(--tp-theme-primary);
}
.bhume_single-agency-wrap .ere__single-agency-social a {
background-color: var(--tp-theme-primary);
border-radius: 0;
}
.bhume_single-agency-wrap .ere__single-agency-social a:hover {
background-color: var(--tp-heading-primary);
}
.bhume_single-agency-wrap .ere__single-agency-avatar {
background-color: #F0F4FD;
padding: 15px;
height: auto;
}
.bhume_single-agency-wrap .ere__single-agency-contact-form input, .bhume_single-agency-wrap .ere__single-agency-contact-form textarea {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 15px;
}
.bhume_single-agency-wrap .ere__single-agency-contact-form input:focus, .bhume_single-agency-wrap .ere__single-agency-contact-form textarea:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.bhume_single-agency-wrap .ere__single-agency-contact-form textarea {
height: 100px;
border-radius: 0;
}
.bhume_single-agency-wrap .ere__single-agency-tabs ul {
background-color: var(--tp-theme-secondary);
}
.bhume_single-agency-wrap .ere__single-agency-tabs ul .nav-link {
color: var(--tp-heading-primary);
font-weight: 600;
}
.bhume_single-agency-wrap .ere__single-agency-tabs ul .nav-link.active {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.bhume_single-agency-wrap .ere__single-agency-tabs ul .nav-link:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.bhume_single-agency-wrap .ere__single-agency-tabs .ere-item-wrap {
margin-bottom: 0 !important;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-slider .agent-info, .bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-grid .agent-info {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-slider .agent-info .agent-name, .bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-grid .agent-info .agent-name {
font-size: 22px;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-slider .agent-info .agent-name:hover, .bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-grid .agent-info .agent-name:hover {
color: #F0F4FD;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-slider .agent-social, .bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-grid .agent-social {
background-color: #F0F4FD;
border: 3px solid #F0F4FD;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-slider .agent-social a, .bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-grid .agent-social a {
color: var(--tp-theme-primary);
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-item {
padding: 40px;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(36, 36, 70, 0.06);
margin-bottom: 20px;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-item-inner {
align-items: center;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-name {
font-size: 24px;
margin-bottom: 5px;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-name:hover {
color: var(--tp-theme-primary);
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-social {
margin-top: 20px;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-social a {
width: 35px;
height: 35px;
background-color: var(--tp-theme-primary);
border-radius: 0;
text-align: center;
color: var(--tp-common-white);
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .agent-social a:hover {
background-color: var(--tp-heading-primary);
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .ere__agent-count {
font-weight: 600;
}
.bhume_single-agency-wrap .ere__single-agency-agent .ere-agent.agent-list .ere__agent-excerpt {
margin-top: 15px;
}
.ere-advanced-search-wrap .form-search-wrap .ere-search-status-tab {
background-color: var(--tp-theme-secondary);
}
.ere-advanced-search-wrap .form-search-wrap .ere-search-status-tab button {
color: var(--tp-heading-primary);
font-weight: 600;
}
.ere-advanced-search-wrap .form-search-wrap .ere-search-status-tab button.active {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.ere-advanced-search-wrap .form-search-wrap .ere-search-status-tab button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.ere-advanced-search-wrap .form-search-wrap .form-search .ere-sliderbar-filter {
margin-bottom: 20px;
}
.ere-advanced-search-wrap .form-search-wrap .form-search input[type=text], .ere-advanced-search-wrap .form-search-wrap .form-search select {
border-radius: 0;
padding-left: 15px;
padding-right: 15px;
font-size: 15px;
height: 40px;
margin-bottom: 10px;
}
.ere-advanced-search-wrap .form-search-wrap .form-search input[type=text]:focus, .ere-advanced-search-wrap .form-search-wrap .form-search select:focus {
box-shadow: none;
border: 1px solid var(--tp-theme-primary);
}
.ere-advanced-search-wrap .form-search-wrap .form-search .btn-other-features i {
background: var(--tp-theme-primary);
font-size: 15px;
}
.ere-advanced-search-wrap .form-search-wrap .form-search .property-feature-name {
font-size: 16px;
}
.ere-advanced-search-wrap .form-search-wrap .form-search .form-check {
color: var(--tp-heading-primary);
}
.ere-advanced-search-wrap .form-search-wrap .form-search .form-check input[type=checkbox] {
border-color: var(--tp-heading-primary);
}
.ere-advanced-search-wrap .form-search-wrap .form-search .form-check input[type=checkbox]:focus {
box-shadow: none;
border: 1px solid var(--tp-theme-primary);
}
.ere-advanced-search-wrap .form-search-wrap .form-search .ui-slider-range, .ere-advanced-search-wrap .form-search-wrap .form-search .ui-slider-handle {
background: var(--tp-theme-primary) !important;
}
.ere-advanced-search-wrap .advanced-saved-searches {
border-color: var(--tp-theme-primary);
}
.ere-user-dashboard label {
color: var(--tp-heading-primary);
font-weight: 600;
margin-bottom: 5px;
}
.ere-user-dashboard input, .ere-user-dashboard textarea {
resize: none;
padding-left: 15px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 15px;
height: 30px;
}
.ere-user-dashboard input:focus, .ere-user-dashboard textarea:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere-user-dashboard textarea {
height: 150px;
border-radius: 0;
}
.ere-user-dashboard .ere-dashboard-sidebar .ere-dashboard-nav li .badge {
color: var(--tp-theme-primary);
}
.ere-user-dashboard .ere-dashboard-sidebar .ere-dashboard-nav li.active a {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.ere-user-dashboard .ere-dashboard-sidebar .ere-dashboard-nav li.active a .badge {
color: var(--tp-common-white);
}
.ere-property-multi-step {
background: #F0F4FD;
padding: 30px;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active {
background: var(--tp-theme-primary) !important;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active::after {
border-left-color: var(--tp-theme-primary) !important;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:hover {
background: var(--tp-theme-primary) !important;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:hover::after {
border-left-color: var(--tp-theme-primary) !important;
}
.ere-property-multi-step label {
color: var(--tp-heading-primary);
font-weight: 600;
margin-bottom: 5px;
}
.ere-property-multi-step input[type=text], .ere-property-multi-step input[type=number], .ere-property-multi-step textarea {
resize: none;
padding-left: 15px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 15px;
height: 50px;
}
.ere-property-multi-step input[type=text]:focus, .ere-property-multi-step input[type=number]:focus, .ere-property-multi-step textarea:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere-property-multi-step select {
height: 50px;
}
.ere-property-multi-step select:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere-property-multi-step textarea {
height: 150px;
border-radius: 0;
}
.ere-property-multi-step .ere-step-nav {
border-top: 1px solid var(--tp-theme-primary) !important;
}
.ere-property-multi-step .property-fields-title h2 {
font-size: 20px;
font-weight: 700;
margin-bottom: 32px;
padding-bottom: 15px;
border-bottom: 1px solid #E6E6E6;
}
.ere-property-multi-step .property-fields-title h2::after {
content: none;
}
.ere-login-wrap input[type=text], .ere-login-wrap input[type=password],
.ere-register-wrap input[type=text],
.ere-register-wrap input[type=password] {
height: 60px;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
margin-bottom: 10px;
}
.ere-login-wrap input[type=text]:focus, .ere-login-wrap input[type=password]:focus,
.ere-register-wrap input[type=text]:focus,
.ere-register-wrap input[type=password]:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere-login-wrap .ere__show-password .input-group-text,
.ere-register-wrap .ere__show-password .input-group-text {
height: 60px;
}
.ere-login-wrap .ere-login-button,
.ere-register-wrap .ere-login-button {
margin-top: 15px;
}
.ere-login-wrap .ere-reset-password,
.ere-register-wrap .ere-reset-password {
color: #ff6347;
}
.ere-login-wrap .ere-reset-password:hover,
.ere-register-wrap .ere-reset-password:hover {
color: var(--tp-theme-primary);
}
.ere-login-wrap .control-term-condition,
.ere-register-wrap .control-term-condition {
margin-top: 10px;
}
.ere-login-wrap .control-term-condition a,
.ere-register-wrap .control-term-condition a {
color: #ff6347;
}
.ere-login-wrap .control-term-condition a:hover,
.ere-register-wrap .control-term-condition a:hover {
color: var(--tp-theme-primary);
}
.ere-heading-style2 h2:after {
background-color: var(--tp-theme-primary) !important;
}
.style-2-thumb-wrap {
position: relative;
}
.style-2-thumb-wrap .tp-slider-5-heading {
position: absolute;
bottom: 50px;
left: 300px;
}
div.bhume-agency_avatar img {
width: 100%;
height: 100%;
max-height: 100%;
object-fit: cover;
object-position: center;
}
.ere__agency-wrap .ere-heading:after {
background-color: var(--tp-theme-primary);
}
.ere__agency-wrap .ere__apa-search {
margin-right: 20px !important;
}
.ere__agency-wrap .ere__apa-search input {
height: 60px !important;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
}
.ere__agency-wrap .ere__apa-search input:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere__agency-wrap .ere__apa-search .input-group-append button {
height: 60px;
border-radius: 0;
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item {
padding: 40px;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(36, 36, 70, 0.06);
border-bottom: 0;
margin-bottom: 35px;
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item:hover {
transform: translateY(-4px);
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item .ere__loop-agency-social a {
display: inline-block;
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
border-radius: 50%;
background-color: #F0F4FD;
color: var(--tp-heading-primary);
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item .ere__loop-agency-social a:hover {
color: var(--tp-common-white);
background-color: #6B14FA;
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item .ere__loop-agency-meta i {
color: var(--tp-theme-primary);
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item .ere__loop-agency-meta .ere__label {
color: var(--tp-theme-primary);
}
.ere__agency-wrap .agency-content.ere__agency-list .ere__loop-agency-item a:hover {
color: var(--tp-theme-primary);
}
.ere__agency-wrap .paging-navigation span, .ere__agency-wrap .paging-navigation a {
display: inline-block;
width: 44px;
height: 44px;
line-height: 43px;
text-align: center;
font-size: 16px;
font-weight: 500;
color: var(--tp-heading-primary);
box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.1);
margin-right: 10px;
}
.ere__agency-wrap .paging-navigation span.current, .ere__agency-wrap .paging-navigation a.current {
background: var(--tp-heading-primary);
border-color: var(--tp-heading-primary);
color: var(--tp-common-white);
}
.ere__agency-wrap .paging-navigation span.next, .ere__agency-wrap .paging-navigation span.prev, .ere__agency-wrap .paging-navigation a.next, .ere__agency-wrap .paging-navigation a.prev {
width: 100px;
}
.ere__agency-wrap .paging-navigation span:hover, .ere__agency-wrap .paging-navigation a:hover {
background: var(--tp-heading-primary);
border-color: var(--tp-heading-primary);
color: var(--tp-common-white);
}
.ere-archive-agent .ere-heading:after {
background-color: var(--tp-theme-primary);
}
.ere-archive-agent .ere__apa-search {
margin-right: 20px !important;
}
.ere-archive-agent .ere__apa-search input {
height: 60px !important;
resize: none;
padding-left: 25px;
border: 1px solid #DDE4F5;
background: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-radius: 0;
}
.ere-archive-agent .ere__apa-search input:focus {
border-color: var(--tp-theme-primary);
box-shadow: none;
}
.ere-archive-agent .ere__apa-search .input-group-append button {
height: 60px;
border-radius: 0;
}
.ere-archive-agent .ere__apa-switch-layout .view-as span {
display: inline-block;
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 0;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
border: 1px solid #DBE1EF;
}
.ere-archive-agent .ere__apa-switch-layout .view-as span::before {
display: none;
}
.ere-archive-agent .ere__apa-switch-layout .view-as span.active {
background-color: var(--tp-theme-primary);
}
.ere-archive-agent .ere__apa-switch-layout .view-as span.active i {
color: var(--tp-common-white);
}
.ere-archive-agent .ere-agent.agent-list .agent-item {
padding: 40px;
transition: all 0.3s ease-out;
background: var(--tp-common-white);
box-shadow: 0px 0px 40px 0px rgba(36, 36, 70, 0.06);
border-bottom: 0;
margin-bottom: 35px;
}
.ere-archive-agent .ere-agent.agent-list .agent-item:hover {
transform: translateY(-4px);
}
.ere-archive-agent .ere-agent.agent-list a:hover {
color: var(--tp-theme-primary);
}
.ere-archive-agent .ere-agent.agent-list .agent-social {
margin-top: 20px;
}
.ere-archive-agent .ere-agent.agent-list .agent-social a {
display: inline-block;
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
border-radius: 50%;
background-color: #F0F4FD;
color: var(--tp-heading-primary);
margin-right: 10px;
text-align: center !important;
}
.ere-archive-agent .ere-agent.agent-list .agent-social a:hover {
color: var(--tp-common-white);
background-color: #6B14FA;
}
.header-login-modal .modal-content {
padding-top: 25px !important;
}
.header-login-modal .ere-login {
padding-bottom: 0 !important;
}
.ere__archive-actions.ere__archive-agency-actions .ere__apa-search {
display: none;
}
.ere-agent.agent-grid .agent-social {
background: #5758D6 !important;
}
.agency-paging-wrap.ere__agency-paging {
text-align: center;
}
.tp-property-widget.widget_bhume_banner .tp-property-filter-wrap {
padding: 0;
border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.ere__social-share .social-share-list {
left: -276% !important;
}
}