:root { --tp-ff-body: 'Space Grotesk', sans-serif;
--tp-ff-heading: 'Space Grotesk', sans-serif;
--tp-ff-p: 'Space Grotesk', sans-serif;
--tp-ff-fontawesome: "Font Awesome 5 Pro"; --tp-common-white: #ffffff;
--tp-common-black: #212121;
--tp-heading-primary: #212121;
--tp-grey-1: #f7f7f7;
--tp-grey-2: #F5F6F8;
--tp-text-body: #777777;
--tp-text-p: #777777;
--tp-theme-1: #3c8599;
--tp-border-1: #000; --tp-fw-normal: normal;
--tp-fw-elight: 200;
--tp-fw-light: 300;
--tp-fw-regular: 400;
--tp-fw-medium: 500;
--tp-fw-sbold: 600;
--tp-fw-bold: 700;
--tp-fw-ebold: 800;
--tp-fw-black: 900; --tp-fz-body: 16px;
--tp-fz-p: 16px;
--tp-fz-h1: 40px;
--tp-fz-h2: 36px;
--tp-fz-h3: 24px;
--tp-fz-h4: 20px;
--tp-fz-h5: 16px;
--tp-fz-h6: 14px;
}   * {
margin: 0;
padding: 0;
box-sizing: border-box;
} body {
font-family: var(--tp-ff-body);
font-size: var(--tp-fz-body);
font-weight: normal;
color: var(--tp-text-body);
line-height: 26px;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--tp-ff-heading);
color: var(--tp-heading-primary);
margin-top: 0px;
font-weight: var(--tp-fw-bold);
line-height: 1.2;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
h1 {
font-size: var(--tp-fz-h1);
}
h2 {
font-size: var(--tp-fz-h2);
}
h3 {
font-size: var(--tp-fz-h3);
}
h4 {
font-size: var(--tp-fz-h4);
}
h5 {
font-size: var(--tp-fz-h5);
}
h6 {
font-size: var(--tp-fz-h6);
}
ul {
margin: 0px;
padding: 0px;
}
p {
font-family: var(--tp-ff-p);
font-size: var(--tp-fz-p);
font-weight: var(--tp-fw-normal);
color: var(--tp-text-body);
margin-bottom: 15px;
line-height: 26px;
}
a,
.btn,
button,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
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;
border: 0;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
input {
outline: none;
}
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: var(--tp-fz-body);
opacity: 1;
}
*::placeholder {
color: var(--tp-common-black);
font-size: var(--tp-fz-body);
opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
} .w-img img {
width: 100%;
}
img {
max-width: 100%;
}
.m-img img {
max-width: 100%;
}
.fix {
overflow: hidden;
}
.clear {
clear: both;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.z-index-1 {
z-index: 1;
}
.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;
} .body-overlay {
background-color: rgba(var(--tp-common-black), 0.5);
height: 100%;
width: 100%;
position: fixed;
top: 0;
z-index: 99;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
cursor: pointer;
}
.body-overlay.opened {
opacity: 1;
visibility: visible;
} @media (max-width: 767px) {
.progress-wrap {
right: 15px;
bottom: 15px;
}
}
.basic-pagination ul li {
display: inline-block;
margin-bottom: 10px;
}
.basic-pagination ul li:not(:last-child) {
margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
display: inline-block;
width: 50px;
height: 50px;
line-height: 46px;
text-align: center;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
border: 2px solid #f1f1f1;
font-size: 18px;
font-weight: 600;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
background: var(--tp-theme-1);
border-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.nice-select::after {
border: none;
background-color: transparent;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
right: 15px;
content: "\f107";
font-family: var(--tp-ff-fontawesome);
transform-origin: center;
color: #555;
font-weight: 500;
height: auto;
width: auto;
}
.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);
} .grey-bg {
background: var(--tp-grey-1);
}
.grey-bg-2 {
background: var(--tp-grey-2);
}
.white-bg {
background: var(--tp-common-white);
}
.black-bg {
background: var(--tp-common-black);
}
.theme-bg {
background: var(--tp-theme-1);
}
.footer-bg {
background-color: #111111;
}  .pulse-btn {
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
background-color: var(--tp-theme-1);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
color: var(--tp-common-white);
animation: pulse 2s infinite;
}
.pulse-btn:hover {
background-color: var(--tp-common-white);
color: var(--tp-theme-1);
}
.pulse-btn i {
padding-left: 2px;
} .hamurger-btn {
width: 30px;
height: 30px;
position: relative;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
background: transparent;
border: 0;
outline: 0;
}
.hamurger-btn span {
display: inline-block;
width: 100%;
background: var(--tp-common-black);
display: block;
position: absolute;
height: 3px;
width: 100%;
opacity: 1;
left: 0;
z-index: 1;
}
.hamurger-btn span:nth-child(1) {
top: 0;
}
.hamurger-btn span:nth-child(2) {
top: 10px;
}
.hamurger-btn span:nth-child(3) {
top: 20px;
} .tp-btn-simelar {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: #226172;
height: 48px;
line-height: 49px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn-simelar i {
padding-left: 5px;
}
.tp-btn-simelar:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn-simelar:focus {
color: var(--tp-common-white);
}
.tp-btn-border {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
background: none;
height: 58px;
line-height: 58px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
border: 1px solid #ececec;
}
.tp-btn-border:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
border: 1px solid #222;
}
.tp-btn-border i {
padding-left: 5px;
}
.tp-btn {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: var(--tp-theme-1);
height: 60px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn i {
padding-left: 5px;
}
.tp-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn:focus {
color: var(--tp-common-white);
}
.tp-white-btn {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
background: #f6f6f6;
height: 60px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-white-btn i {
padding-left: 5px;
}
.tp-white-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-white-btn:focus {
color: var(--tp-common-white);
}
.tp-btn-380-two {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: var(--tp-theme-1);
height: 60px;
width: 380px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn-380-two i {
padding-left: 5px;
}
.tp-btn-380-two:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn-380-two:focus {
color: var(--tp-common-white);
}
.tp-btn-2 {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: var(--tp-theme-1);
height: 48px;
line-height: 48px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn-2 i {
padding-left: 5px;
}
.tp-btn-2:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn-2:focus {
color: var(--tp-common-white);
}
.tp-black-btn {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: #171717;
height: 48px;
line-height: 49px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-black-btn i {
padding-left: 5px;
}
.tp-black-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
}
.tp-black-btn:focus {
color: var(--tp-common-white);
}
.tp-black-btn-2 {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: #171717;
height: 60px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-black-btn-2 i {
padding-left: 5px;
}
.tp-black-btn-2:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
}
.tp-black-btn-2:focus {
color: var(--tp-common-white);
}
.tp-btn-380 {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-white);
background: #171717;
height: 60px;
width: 380px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn-380 i {
padding-left: 5px;
}
.tp-btn-380:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
}
.tp-btn-380:focus {
color: var(--tp-common-white);
}
.tp-btn-white {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
background: var(--tp-common-white);
height: 60 px;
line-height: 60px;
text-align: center;
padding: 0 38px;
position: relative;
z-index: 1;
overflow: hidden;
}
.tp-btn-white i {
padding-left: 5px;
}
.tp-btn-white:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn-white:focus {
color: var(--tp-common-white);
} .link-btn {
position: relative;
display: inline-block;
font-size: 18px;
color: var(--tp-text-3);
background: transparent;
border: 1px solid var(--tp-border-2);
width: 50px;
height: 50px;
text-align: center;
line-height: 48px;
padding-right: 25px;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-ms-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
overflow: hidden;
}
.link-btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-ms-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
}
.link-btn i:last-child {
left: 0%;
visibility: hidden;
opacity: 0;
}
.link-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
border-color: var(--tp-theme-1);
}
.link-btn:hover i {
left: 100%;
visibility: hidden;
opacity: 0;
}
.link-btn:hover i:last-child {
left: 50%;
visibility: visible;
opacity: 1;
} .link-btn-2 {
position: relative;
font-size: 16px;
color: var(--tp-text-1);
font-weight: 500;
padding-right: 21px;
display: inline-block;
}
.link-btn-2 i {
font-size: 14px;
position: absolute;
top: 12px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-ms-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
}
.link-btn-2 i:first-child {
right: 10%;
visibility: hidden;
opacity: 0;
}
.link-btn-2 i:last-child {
right: 0;
}
.link-btn-2:hover {
color: var(--tp-theme-1);
}
.link-btn-2:hover i:first-child {
right: 0;
visibility: visible;
opacity: 1;
}
.link-btn-2:hover i:last-child {
right: -10%;
visibility: hidden;
opacity: 0;
}
.link-btn-2.link-prev {
padding-right: 0;
padding-left: 21px;
}
.link-btn-2.link-prev i:first-child {
left: 10%;
right: auto;
}
.link-btn-2.link-prev i:last-child {
left: 0;
right: auto;
}
.link-btn-2.link-prev:hover i:first-child {
left: 0%;
right: auto;
}
.link-btn-2.link-prev:hover i:last-child {
left: -10%;
right: auto;
}
.tp-big-text {
font-size: 160px;
color: transparent;
-webkit-text-stroke: 1px #f4f4f4;
position: absolute;
top: -70px;
left: -40px;
z-index: -1;
}
@media (max-width: 767px) {
.tp-big-text {
font-size: 50px;
top: -49px;
left: -10px;
}
}
.text-center .tp-big-text {
z-index: -1;
right: 0;
}
.tp-section-subtitle {
background: #3c8599;
color: #fff;
font-weight: 700;
padding: 3px 10px;
text-transform: uppercase;
}
.tp-section-box-2 .tp-section-subtitle {
color: #3c8599;
font-weight: 700;
text-transform: uppercase;
background: 0;
padding: 0;
}
.cta-map-section .tp-section-subtitle {
color: #fff;
font-weight: 700;
text-transform: uppercase;
background: 0;
padding: 0;
}
.white-text .tp-section-subtitle {
color: #fff;
}
.white-text .tp-section-title {
color: #fff;
}
@media (max-width: 767px) {
.white-text .tp-section-title {
font-size: 30px;
}
}
.tp-price-title .tp-section-title {
color: var(--tp-common-white);
}
.tp-section-title {
font-size: 59px;
letter-spacing: -2.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-section-title {
font-size: 45px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-section-title {
font-size: 52px;
}
}
@media (max-width: 767px) {
.tp-section-title {
font-size: 35px;
}
}
.tp-section-white .tp-big-text {
-webkit-text-stroke: 1px #2e2e2e;
}
.tp-section-title2 {
color: var(--tp-common-black);
}
.z-index {
position: relative;
z-index: 9;
}
.pre {
position: relative;
}
.pre::before {
content: "";
width: 30px;
height: 2px;
background-color: var(--tp-theme-1);
display: inline-block;
margin-right: 14px;
transform: translateY(-4px);
}
.pre::after {
content: "";
width: 30px;
height: 2px;
background-color: var(--tp-theme-1);
display: inline-block;
margin-left: 14px;
transform: translateY(-4px);
}
.right {
position: relative;
}
.right::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
right: -37px;
width: 30px;
height: 2px;
background-color: var(--tp-theme-1);
}
.right-white {
position: relative;
}
.right-white::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
right: -37px;
width: 30px;
height: 2px;
background-color: var(--tp-common-white);
}
.left {
position: relative;
}
.left::after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: -37px;
width: 30px;
height: 2px;
background-color: var(--tp-theme-1);
}  .breadcrumb__title {
font-size: 80px;
font-weight: 700;
color: var(--tp-common-black);
}
@media (max-width: 767px) {
.breadcrumb__title {
font-size: 30px;
}
}
.breadcrumb__title-2 {
font-size: 50px;
line-height: 1.1;
margin-top: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.breadcrumb__title-2 {
font-size: 40px;
}
}
@media (max-width: 767px) {
.breadcrumb__title-2 {
font-size: 26px;
}
}
.breadcrumb__title-pre {
display: inline-block;
height: 24px;
line-height: 26px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
background: var(--tp-theme-2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0 7px;
margin-bottom: 12px;
}
.breadcrumb__list {
background-color: var(--tp-theme-1);
display: inline-block;
padding: 0px 10px;
}
.breadcrumb__list span {
font-size: 16px;
color: var(--tp-common-white);
font-weight: 500;
text-transform: uppercase;
}
.breadcrumb__list-2 span {
font-size: 14px;
color: var(--tp-text-11);
font-weight: 500;
padding-right: 3px;
margin-right: 3px;
text-transform: capitalize;
}
.breadcrumb__list-2 span a:hover {
color: var(--tp-theme-1);
}
.breadcrumb__overlay {
position: relative;
}
.breadcrumb__overlay::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #dae0eb;
}
.dvdr i {
font-size: 12px;
}
.single-post .breadcrumb__title {
font-size: 50px;
}
@media (max-width: 767px) {
.single-post .breadcrumb__title {
font-size: 30px;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes 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);
}
}
#loading {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
z-index: 999999;
margin-top: 0px;
top: 0px;
display: none;
}
#loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
width: 25%;
transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
#loading-center-absolute {
width: 40%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#loading-center-absolute {
width: 40%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#loading-center-absolute {
width: 45%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
#loading-center-absolute {
width: 50%;
}
}
@media (max-width: 575px) {
#loading-center-absolute {
width: 60%;
}
}
#loading {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
z-index: 999999;
margin-top: 0px;
top: 0px;
}
#loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.object {
width: 20px;
height: 20px;
background-color: #5f3afc;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
#object_one {
-webkit-animation: object 2s linear infinite;
animation: object 2s linear infinite;
}
#object_two {
-webkit-animation: object 2s linear infinite -0.4s;
animation: object 2s linear infinite -0.4s;
}
#object_three {
-webkit-animation: object 2s linear infinite -0.8s;
animation: object 2s linear infinite -0.8s;
}
#object_four {
-webkit-animation: object 2s linear infinite -1.2s;
animation: object 2s linear infinite -1.2s;
}
#object_five {
-webkit-animation: object 2s linear infinite -1.6s;
animation: object 2s linear infinite -1.6s;
}
@-webkit-keyframes object {
0% {
left: 100px;
top: 0;
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes object {
0% {
left: 100px;
top: 0;
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
.loading-icon .loading-logo {
width: 64px;
height: 64px;
-webkit-animation: ghurche 4s linear infinite -1.2s;
animation: ghurche 4s linear infinite -1.2s;
}
@media (max-width: 575px) {
.loading-icon .loading-logo {
margin-bottom: 10px;
}
}
@-webkit-keyframes ghurche {
0% {
left: 100px;
top: 0;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes ghurche {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}  @media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-faq-wrapper {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-faq-wrapper {
padding-left: 0;
}
}
@media (max-width: 767px) {
.tp-faq-wrapper {
padding-left: 0;
}
}
.tp-custom-accordio .accordion-items {
margin-bottom: 20px;
}
.tp-custom-accordio .accordion-buttons {
position: relative;
width: 100%;
text-align: left;
font-size: 18px;
font-weight: 700;
padding: 24px 30px;
background-color: #fafafa;
color: #212121;
}
.tp-custom-accordio .accordion-buttons::after {
position: absolute;
content: "\f068";
font-family: var(--tp-ff-fontawesome);
background-image: none;
top: 28px;
right: 30px;
color: #212121;
width: auto;
height: auto;
font-weight: 500;
font-size: 14px;
}
.tp-custom-accordio .accordion-buttons.collapsed::after {
content: "\f067";
}
.tp-custom-accordio .accordion-body {
padding: 20px 30px;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.tp-custom-accordio-2 {
padding-top: 100px;
padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-custom-accordio-2 {
padding-bottom: 0px;
padding-top: 20px;
}
}
.tp-custom-accordio-2 .accordion-items {
margin-bottom: 20px;
border: 1px solid #e0e5eb;
}
.tp-custom-accordio-2 .accordion-buttons {
position: relative;
width: 100%;
text-align: left;
font-size: 18px;
font-weight: 700;
padding: 24px 30px;
color: #212121;
padding-right: 50px;
}
.tp-custom-accordio-2 .accordion-buttons::after {
position: absolute;
content: "\f068";
font-family: var(--tp-ff-fontawesome);
background-image: none;
top: 28px;
right: 30px;
color: #bfbfbf;
width: auto;
height: auto;
font-weight: 500;
font-size: 14px;
}
.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
content: "\f067";
}
.tp-custom-accordio-2 .accordion-body {
padding: 30px;
padding-top: 0;
color: #777777;
position: relative;
}
.tp-custom-accordio-2 .accordion-body .accordio-icon {
position: absolute;
right: 17px;
top: -4px;
z-index: -1;
}
.tp-custom-accordio-2 .accordion-body .accordio-icon i {
font-size: 100px;
color: #f7f7f7;
}  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.header-1-space {
padding: 0 15px;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
.header-area {
padding: 0 30px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.header-area {
padding: 0 30px;
}
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area {
padding: 15px 0;
}
}
.tp-header-2-mobile-area {
padding: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area-flat {
padding: 20px 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area-flat {
padding: 20px 25px;
}
}
@media (max-width: 767px) {
.header-area-flat {
padding: 20px 0px;
}
}
.toast {
width: 100%;
max-width: 100%;
font-size: inherit;
pointer-events: auto;
background-color: inherit;
background-clip: padding-box;
border: 0;
box-shadow: none;
border-radius: 0;
}
.btn-close.btn-close-white {
position: absolute;
right: 100px;
top: 17px;
}
@media (max-width: 767px) {
.btn-close.btn-close-white {
right: 0;
top: auto;
bottom: 3px;
font-size: 12px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.header-area-space {
padding-bottom: 24px;
}
}
.notification-color .notification-text p {
color: #777777;
}
.notification-color .notification-text p b {
color: var(--tp-common-black);
}
.notification-text p {
color: #fff;
}
.notification-text p b {
color: #ffb614;
}
.tp-top-menu ul {
text-align: right;
}
.tp-top-menu ul li {
display: inline-block;
padding-left: 30px;
position: relative;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-top-menu ul li {
padding-left: 5px;
margin-left: 3px;
}
}
.tp-top-menu ul li:hover > a {
color: var(--tp-theme-1);
}
.tp-top-menu ul li:hover ul {
opacity: 1;
visibility: visible;
}
.tp-top-menu ul li ul {
width: 120px;
background-color: #222;
padding: 15px 20px;
text-align: left;
position: absolute;
top: 100%;
right: 0;
z-index: 99;
padding-top: 12px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.tp-top-menu ul li ul li {
margin: 0;
padding-left: 0;
display: block;
line-height: 1;
margin-bottom: 6px;
}
.tp-top-menu ul li ul li a {
padding: 0;
font-size: 13px;
line-height: 1;
}
.tp-top-menu ul a {
color: var(--tp-common-white);
font-weight: var(--tp-fw-bold);
display: inline-block;
font-size: 14px;
padding: 6px 0;
}
.notification-color .tp-top-menu a {
color: var(--tp-common-black);
}
.notification-color .header-lan-menu::before {
background-color: #d7d7d7;
}
.notification-color .tp-top-menu ul li ul li a {
color: #fff;
}
.notification-color .tp-top-menu ul li ul li a:hover {
color: var(--tp-theme-1);
}
.header-lan-menu {
position: relative;
}
.header-lan-menu::before {
position: absolute;
content: "";
top: 10px;
left: 0;
height: 20px;
width: 2px;
background-color: #383838;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-lan-menu::before {
display: none;
}
}
.tp-top-notification-menu-3 ul {
text-align: right;
}
.tp-top-notification-menu-3 ul li {
display: inline-block;
padding-left: 30px;
margin-left: 30px;
position: relative;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-top-notification-menu-3 ul li {
padding-left: 5px;
margin-left: 3px;
}
}
.tp-top-notification-menu-3 ul li:last-child::after {
position: absolute;
content: "";
top: 4px;
left: 0;
height: 20px;
width: 2px;
background-color: #d7d7d7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-top-notification-menu-3 ul li:last-child::after {
display: none;
}
}
.tp-top-notification-menu-3 ul li:hover a {
color: var(--tp-theme-1);
}
.tp-top-notification-menu-3 ul a {
color: var(--tp-common-black);
font-weight: var(--tp-fw-bold);
display: inline-block;
font-size: 14px;
}
.tp-main-menu ul li {
display: inline-block;
position: relative;
margin: 0 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li {
margin: 0 15px;
}
}
.tp-main-menu ul li.has-dropdown:after {
content: "\f067";
font-family: var(--tp-ff-fontawesome);
color: var(--tp-common-black);
font-size: 14px;
}
.tp-main-menu ul li a {
font-weight: var(--tp-fw-bold);
color: var(--tp-common-black);
padding: 42px 0;
display: inline-block;
}
.tp-main-menu ul li:hover::after {
color: var(--tp-theme-1);
}
.tp-main-menu ul li:hover a {
color: var(--tp-theme-1);
}
.tp-main-menu ul li .submenu {
position: absolute;
width: 220px;
background-color: var(--tp-common-black);
padding: 30px;
top: 105%;
left: 0;
text-align: left;
transition: 0.3s;
opacity: 0;
visibility: hidden;
z-index: 5;
}
.tp-main-menu ul li .submenu li {
display: block;
margin: 0;
padding-left: 0;
}
.tp-main-menu ul li .submenu li::before {
display: none;
}
.tp-main-menu ul li .submenu li a {
color: var(--tp-common-white);
padding: 0;
font-size: 14px;
}
.tp-main-menu ul li .submenu li a:hover {
color: var(--tp-theme-1);
}
.tp-main-menu ul li .submenu li:not(:last-child) {
margin-bottom: 10px;
}
.tp-main-menu ul li:hover > .submenu {
top: 100%;
visibility: visible;
opacity: 1;
}
.search-form {
position: absolute;
top: 80px;
right: 50%;
padding: 40px;
background-color: black;
z-index: 999;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.search-form input {
padding-right: 50px;
width: 270px;
margin-bottom: 0;
color: inherit;
border: none;
display: block;
height: 56px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-width: 0 0 1px 0;
font-size: 16px;
line-height: 1.7;
font-weight: 500;
color: var(--tp-common-white);
background-color: transparent;
}
@media (max-width: 767px) {
.search-form input {
width: 170px;
height: 45px;
}
}
.search-form input::placeholder {
color: #939393;
}
.search-form input::-moz-placeholder {
color: #939393;
}
.search-form button {
position: absolute;
right: 50px;
top: 44%;
color: #939393;
}
.search-form.header_search-open {
opacity: 1;
visibility: visible;
top: 69px;
}
.tp-header-right {
display: flex;
align-items: center;
justify-content: end;
}
.tp-h-search i:last-child {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
transform: scale(0);
transform-origin: center;
}
.tp-h-search.opened i:first-child {
transform: scale(0);
}
.tp-h-search.opened i:last-child {
transform: scale(1);
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.tp-header-icon {
height: 48px;
width: 48px;
border: 1px solid #e8e8e8;
display: inline-block;
text-align: center;
line-height: 45px;
margin-left: 10px;
position: relative;
}
.tp-header-icon:hover {
background-color: var(--tp-theme-1);
border: 1px solid #3c8599;
color: #fff;
}
.tp-header-icon2 {
height: 48px;
width: 48px;
border: 1px solid #e8e8e8;
display: inline-block;
text-align: center;
line-height: 45px;
margin-left: 10px;
color: #fff;
}
.tp-header-icon2:hover {
color: var(--tp-common-black);
}
.tp-sidebar-menu {
position: fixed;
right: -100%;
top: 0;
width: 320px;
height: 100%;
background: #ffffff none repeat scroll 0 0;
-webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: 9999;
padding: 30px;
min-width: 300px;
overflow-y: scroll;
}
@media (max-width: 767px) {
.tp-sidebar-menu {
width: 290px;
}
}
.sidebar-close {
position: absolute;
left: -45px;
top: 28px;
height: 40px;
width: 40px;
background: #fff;
color: #000;
}
.tp-sidebar-menu.sidebar-opened {
right: 0;
}
.body-overlay {
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
position: fixed;
top: 0;
z-index: 99;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.body-overlay.opened {
opacity: 1;
visibility: visible;
}
.tp-search-icon {
padding-left: 10px;
}
.tp-header-contact-icon i {
font-size: 14px;
color: var(--tp-common-white);
font-weight: normal;
height: 40px;
width: 40px;
border: 2px solid #629cac;
border-radius: 50%;
text-align: center;
line-height: 36px;
margin-right: 15px;
transition: 0.3s;
}
.tp-header-contact-icon label {
font-size: 14px;
color: #c8d9de;
font-weight: 400;
font-weight: 400;
display: block;
transition: 0.3s;
}
.tp-header-contact-icon a {
color: var(--tp-common-white);
font-size: 20px;
font-weight: var(--tp-fw-bold);
transition: 0.3s;
}
.select-icon-main .tp-header-contact-icon i {
font-size: 26px;
color: var(--tp-common-black);
font-weight: normal;
height: 50px;
width: 50px;
border: 2px solid #fff;
background-color: #fff;
line-height: 45px;
}
.select-icon-main .tp-header-contact-icon a {
font-size: 18px;
}
.tp-header-contact-icon:hover i {
background: #fff;
color: #629cac;
}
.tp-header-menu-area {
position: absolute;
bottom: -36px;
left: 0;
width: 100%;
z-index: 9;
}
.tp-main-menu-2 ul {
padding-left: 40px;
}
.tp-main-menu-2 ul li {
position: relative;
padding-right: 40px;
margin-right: 40px;
display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu-2 ul li {
margin-right: 35px;
padding-right: 35px;
}
}
.tp-main-menu-2 ul li .submenu {
position: absolute;
width: 220px;
background-color: var(--tp-common-black);
padding: 30px;
top: 105%;
left: 0;
text-align: left;
transition: 0.3s;
opacity: 0;
visibility: hidden;
z-index: 5;
}
.tp-main-menu-2 ul li .submenu li {
display: block;
}
.tp-main-menu-2 ul li .submenu li a {
color: var(--tp-common-white);
padding: 6px;
font-size: 14px;
text-transform: capitalize;
display: block;
}
.tp-main-menu-2 ul li a {
font-weight: var(--tp-fw-bold);
color: var(--tp-common-black);
padding: 21px 0;
display: inline-block;
text-transform: uppercase;
}
.tp-main-menu-2 ul li::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
right: 0;
background-color: #d1d1d1;
width: 1px;
height: 18px;
}
.tp-main-menu-2 ul li:last-child::before {
display: none;
}
.tp-main-menu-2 ul li:hover > a {
color: var(--tp-theme-1);
}
.tp-main-menu-2 ul li:hover > .submenu {
opacity: 1;
visibility: visible;
top: 100%;
}
.tp-main-menu-2 ul li .submenu li a:hover {
color: var(--tp-theme-1);
}
.tp-main-menu-2 ul li .submenu li {
padding-right: 0;
margin-right: 0;
}
.tp-main-menu-2 ul li .submenu li:before {
display: none;
}
.tp-header-contact-icon-2 i {
height: 60px;
width: 60px;
line-height: 60px;
}
.tp-header-contact-icon-3 i {
height: 60px;
width: 60px;
line-height: 60px;
background-color: var(--tp-theme-1);
border: none;
font-size: 24px;
}
.tp-search-wrapper input::placeholder {
color: #c9c9c9;
text-transform: uppercase;
}
.tp-search-wrapper input {
border: 0;
text-transform: lowercase;
font-size: 16px;
font-weight: 500;
background: 0;
width: 170px;
padding-right: 20px;
}
.tp-search-wrapper i {
color: #222;
padding-right: 5px;
}
.notification-text-3 p {
color: #777777;
}
.notification-text-3 p b {
color: var(--tp-common-black);
}
.header-sticky {
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
z-index: 999;
}  .mobile-menu .sidebar-list {
clear: both;
list-style: none;
}
.mobile-menu .sidebar-list li {
position: relative;
padding-left: 20px;
margin-bottom: 5px;
}
.mobile-menu .sidebar-list li::after {
top: 10px;
left: 0;
width: 6px;
height: 6px;
border-radius: 50%;
border: 1px solid #666;
background-color: transparent;
content: "";
display: inline-block;
position: absolute;
}
.mobile-menu .tp-sidebar-social {
margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
margin-right: 5px;
background-color: var(--tp-theme-1);
color: #fff;
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
font-size: 14px;
line-height: 34px;
} .mean-container a.meanmenu-reveal {
display: none;
}
.mean-container .mean-nav {
background: none;
margin-top: 0;
}
.mean-container .mean-bar {
padding: 0;
min-height: auto;
background: none;
overflow: hidden;
margin-bottom: 30px;
}
.mean-container .mean-nav > ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
display: block !important;
}
.mean-container a.meanmenu-reveal {
display: none !important;
}
.mean-container .mean-nav ul li a {
width: 100%;
padding: 10px 0;
color: var(--clr-common-black);
border-top: 1px solid #ebebeb;
font-size: 14px;
line-height: 1.5;
font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
color: var(--clr-theme-1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 5px;
padding: 0 !important;
line-height: 14px;
border: 1px solid #ebebeb !important;
height: 30px;
width: 30px;
line-height: 30px;
color: var(--clr-common-black);
line-height: 30px;
top: 0;
font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: var(--clr-theme-1);
color: var(--clr-common-white);
border-color: var(--clr-theme-1);
}
.mean-container .mean-nav ul li > a > i {
display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
display: inline-block;
}
.mean-container .mean-nav > ul > li:first-child > a {
border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
color: var(--clr-common-black);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
color: var(--clr-common-black);
}  .tp-slider-height {
min-height: 810px;
}
@media (max-width: 767px) {
.tp-slider-height {
background-position: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-slider-height {
min-height: 700px;
}
}
@media (max-width: 767px) {
.tp-slider-height {
min-height: 660px;
}
}
.tp-slider-height-2 {
min-height: 430px;
}
.tp-slider-overlay {
position: relative;
}
.tp-slider-overlay::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image: url(//wunschsicherheit.de/wp-content/themes/sectox/assets/img/slider/blur.png);
background-repeat: no-repeat;
}
.tp-slider-overlay .slider-btn {
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.tp-slider-overlay-2 {
position: relative;
}
.tp-slider-overlay-2::after {
position: absolute;
content: "";
top: 0;
background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
opacity: 0.8;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.tp-slider-overlay-3 {
position: relative;
}
.tp-slider-overlay-3::after {
position: absolute;
content: "";
top: 0;
background-color: black;
opacity: 0.502;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.tp-slider-sub-title {
background: var(--tp-theme-1);
color: var(--tp-common-white);
text-transform: uppercase;
padding: 4px 10px;
font-weight: var(--tp-fw-bold);
display: inline-block;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.tp-slider-sub-title {
font-size: 14px;
}
}
@media (max-width: 767px) {
br {
display: none;
}
}
.tp-slider-title {
font-size: 80px;
line-height: 1.1;
margin-bottom: 18px;
letter-spacing: -2.5px;
}
@media (max-width: 767px) {
.tp-slider-title {
font-size: 40px;
}
}
.tp-slider-content p {
color: #696868;
font-size: 18px;
line-height: 28px;
}
.tp-slide-btn-box {
display: flex;
align-items: center;
line-height: 1;
}
.tp-slide-service {
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.tp-slide-service {
margin-bottom: 10px;
}
}
.tp-slide-service h4 {
color: #3c8599;
font-size: 48px;
margin-right: 12px;
margin-bottom: 0;
}
.tp-slide-service span {
font-size: 14px;
color: #212121;
line-height: 18px;
}
.slick-active .tp-slider-sub-title {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.slick-active .tp-slider-title {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.slick-active .tp-slider-content p {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.slick-active .tp-slide-btn-box {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.slick-active .tp-slide-btn-box-3 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.slick-active .tp-slider-sub-title,
.slick-active .tp-slider-title,
.slick-active .tp-slider-content p,
.slick-active .tp-slide-btn-box,
.slick-active .tp-slide-btn-box-3 {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media (max-width: 767px) {
.slider-btn {
margin-bottom: 20px;
}
}
.tp-slider-item {
background-size: cover;
}
.slider-arrow-style button {
position: absolute;
top: 50%;
background: #fff;
height: 60px;
width: 60px;
border: 0;
border-radius: 50%;
color: #222;
left: 60px;
z-index: 9;
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
transition: 0.4s;
box-shadow: 13.106px -9.177px 32px 0px rgba(0, 0, 0, 0.06);
}
.slider-arrow-style button:hover {
background-color: var(--tp-common-black);
color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.slider-arrow-style button {
height: 40px;
width: 40px;
left: 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-arrow-style button {
top: auto;
bottom: 20px;
}
}
.slider-arrow-style button.slick-next {
left: auto;
right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.slider-arrow-style button.slick-next {
left: auto;
right: 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-arrow-style button.slick-next {
left: 128px;
right: auto;
}
}
.tp-slider-area:hover .slider-arrow-style button {
opacity: 1;
visibility: visible;
}
.tp-slider-content-two {
position: relative;
}
.tp-slider-content-two .tp-slider-title {
color: var(--tp-common-white);
margin-bottom: 25px;
}
.tp-slider-content-two .tp-slider-sub-title {
background: none;
margin-bottom: 5px;
}
.tp-slider-content-two .tp-slider-sub-title::after {
width: 40px;
height: 2px;
background-color: #fff;
content: "";
display: inline-block;
transform: translateY(-5px);
margin-left: 20px;
}
@media (max-width: 767px) {
.tp-slider-content-two .tp-slider-sub-title::after {
display: none;
}
}
.tp-slider-content-two p {
color: #fff;
position: relative;
padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-slider-content-two p {
color: #fff;
}
}
@media (max-width: 767px) {
.tp-slider-content-two p {
padding: 0;
color: #fff;
}
}
.tp-slider-content-two p::before {
position: absolute;
height: 40px;
width: 4px;
background-color: var(--tp-common-white);
content: "";
display: inline-block;
left: 0;
top: 10px;
}
@media (max-width: 767px) {
.tp-slider-content-two p::before {
display: none;
}
}
.tp-slider-content-three {
position: relative;
}
.tp-slider-content-three .tp-slider-title {
color: var(--tp-common-white);
margin-bottom: 32px;
}
.tp-slider-content-three .tp-slider-sub-title {
background: none;
margin-bottom: 5px;
}
.tp-slider-content-three .tp-slider-sub-title::after {
display: none;
}
.tp-slider-content-three p {
color: #b9c1c5;
position: relative;
padding-left: 20px;
}
@media (max-width: 767px) {
.tp-slider-content-three p {
padding: 0;
}
}
.tp-slider-content-three p::before {
display: none;
}
.tp-slider-big-text h2 {
color: transparent;
-webkit-text-stroke: 1px #fff;
font-size: 400px;
position: absolute;
top: -85px;
left: -25px;
opacity: 0.2;
}
@media (max-width: 767px) {
.tp-slider-big-text h2 {
font-size: 100px;
}
}
.slider-arrow-3-style .slick-arrow {
font-size: 100px;
color: #fff;
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 80px;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.slider-arrow-3-style .slick-next {
left: auto;
right: 80px;
}
.tp-slider-area:hover .slider-arrow-3-style .slick-arrow {
opacity: 1;
visibility: visible;
}
.service-tab-bg {
background-repeat: no-repeat;
}
@media (max-width: 767px) {
.tp-slide-btn-box {
flex-wrap: wrap;
}
}
.tp-slide-btn-box-3 .slider-btn {
margin: 0 15px;
margin-bottom: 10px;
}  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-wrapper-2 {
padding-right: 0;
}
}
.ab-sm {
position: absolute;
top: 0;
left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ab-lg {
margin-left: 30px;
}
}
@media (max-width: 767px) {
.ab-lg {
margin-left: 0px;
}
}
.ab-meta-img {
flex: 0 0 auto;
}
.tp-ab-meta-text h4 {
font-weight: 400;
line-height: 1.5;
font-size: 20px;
margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-ab-meta-text h4 {
font-size: 17px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-ab-meta-text h4 {
font-size: 16px;
}
}
.tp-about-wapper {
position: relative;
}
.tp-about-wapper::after {
position: absolute;
content: "";
top: 100px;
right: 90px;
height: 20px;
width: 20px;
background-color: var(--tp-theme-1);
}
.tp-about-circle {
width: 200px;
height: 200px;
background-color: var(--tp-theme-1);
text-align: center;
line-height: 1;
position: absolute;
right: 20px;
bottom: 32px;
border-radius: 50%;
}
.tp-about-circle span {
color: var(--tp-common-white);
}
.tp-about-circle h3 {
color: var(--tp-common-white);
font-weight: var(--tp-fw-bold);
font-size: 80px;
margin: 0;
line-height: 1;
}
.tp-about-circle h3 .percent {
font-size: 20px;
font-weight: 700;
font-style: normal;
}
.tp-about-circle p {
margin-bottom: 0;
font-size: 14px;
color: var(--tp-common-white);
}
.tp-about-circle .circle-link a {
height: 60px;
width: 60px;
background-color: #ffffff;
border-radius: 50%;
line-height: 60px;
text-align: center;
position: absolute;
top: 0;
right: 0;
box-shadow: 13.106px -9.177px 32px 0px rgba(0, 0, 0, 0.06);
}
.tp-about-circle .circle-link a i {
color: var(--tp-common-black);
}
.tp-ab-meta-text span i {
font-style: normal;
color: #3c8599;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-ab-meta-text {
padding-left: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-ab-meta-text {
padding-left: 20px;
}
}
@media (max-width: 767px) {
.tp-ab-meta-text {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
}
@media (max-width: 767px) {
.tp-about-wrapper {
padding-left: 0px;
padding-top: 0;
padding-right: 0;
}
}
.tp-about-fea-item {
display: inline-block;
padding-bottom: 16px;
}
.tp-about-fea-item ul li {
list-style-type: none;
float: left;
width: 50%;
color: var(--tp-common-black);
font-weight: 600;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.tp-about-fea-item ul li {
width: 100%;
}
}
.tp-about-fea-item ul li i {
height: 15px;
width: 15px;
border-radius: 50%;
border: 1px solid #3c8599;
font-size: 10px;
text-align: center;
line-height: 13px;
margin-right: 15px;
color: #3c8599;
position: absolute;
left: 0;
top: 5px;
}
.tp-about-fea-signature {
display: inline-block;
}
@media (max-width: 767px) {
.tp-about-fea-signature {
flex-wrap: wrap;
}
}
.tp-about-fea-signature span {
color: var(--tp-theme-1);
font-weight: 400;
}
@media (max-width: 767px) {
.tp-about-wrappe {
padding-left: 0;
}
}
.about-icon i {
height: 80px;
width: 80px;
background-color: var(--tp-theme-1);
border-radius: 50%;
line-height: 95px;
text-align: center;
position: relative;
font-size: 40px;
color: var(--tp-common-white);
}
.about-feature-text h5 {
font-size: 24px;
font-weight: var(--tp-fw-bold);
color: var(--tp-common-black);
}
.about-feature-text p {
font-size: 14px;
color: #777777;
font-weight: 400;
}
.ab-1st-img {
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-ab-wrapper-3 {
padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-ab-wrapper-3 {
padding-left: 0px;
}
}
@media (max-width: 767px) {
.tp-ab-wrapper-3 {
padding-left: 0px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-htm-page .tp-sv-feature-list-2 ul li {
width: 100%;
}
}
.tp-about-wapper3 {
position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
.tp-about-wapper3 {
margin-bottom: 20px;
}
}
.tp-about-wapper3 .ab-sec-img {
position: absolute;
top: 0;
left: 0;
border: 20px solid #fff;
}
@media (max-width: 767px) {
.tp-about-wapper3 .ab-sec-img {
position: static;
border: 0;
margin-top: 30px;
}
.tp-about-wapper3 .ab-sec-img img {
width: 100%;
}
}
.tp-about-wapper3 .ab-third-img {
position: absolute;
top: 40px;
right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-wapper3 .ab-third-img {
right: 10px;
}
}
.ab-main-img {
padding-top: 190px;
text-align: right;
}
@media (max-width: 767px) {
.ab-main-img {
padding-top: 0;
}
}
.p-text {
padding-right: 11px;
}
@media (max-width: 767px) {
.about-meta-img {
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.about-meta-img img {
margin-bottom: 20px;
}
}
.tp-about-wrapper-3 {
padding-right: 173px;
}
@media (max-width: 767px) {
.tp-about-wrapper-3 {
padding: 0;
}
}
.ab-meta-title {
font-size: 20px;
font-weight: 700;
}
.bdr-color {
background-color: #bfbebe;
}
.tp-ab-left-meta {
background-color: var(--tp-theme-1);
display: inline-block;
text-align: center;
padding: 50px 30px;
position: absolute;
right: 0;
bottom: -80px;
}
@media (max-width: 767px) {
.tp-ab-left-meta {
position: static;
margin-top: 30px;
margin-bottom: 30px;
}
}
.tp-ab-left-meta h3 {
font-size: 24px;
font-weight: 700;
color: var(--tp-common-white);
line-height: 1.3;
margin: 0px 15px;
}
.tp-ab-left-meta h4 {
font-size: 120px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #ffffff;
line-height: 1;
margin: 0;
}
.tp-ab-left-meta h5 {
font-weight: 700;
font-size: 16px;
color: var(--tp-common-white);
line-height: 1;
margin: 0;
}
.tp-ab-4-list .tp-about-fea-item ul li {
width: 100%;
font-size: 600;
font-size: 16px;
}
.tp-ab-4-right {
margin-bottom: 30px;
padding-left: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-ab-4-right {
padding-left: 65px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-ab-4-right {
padding-left: 0;
margin-top: 30px;
}
}
@media (max-width: 767px) {
.tp-ab-4-right {
padding-left: 0;
flex-wrap: wrap;
}
}
.tp-ab-4-right h4 {
color: var(--tp-theme-1);
font-size: 60px;
font-weight: bold;
width: 250px;
}
.ab-4-content {
position: relative;
padding-left: 26px;
margin-left: 15px;
}
@media (max-width: 767px) {
.ab-4-content {
padding-left: 0;
margin-left: 0;
}
}
.ab-4-content h3 {
font-size: 24px;
font-weight: 700;
color: var(--tp-common-black);
}
.ab-4-content::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 1px;
height: 100px;
background-color: #eeeeee;
}
@media (max-width: 767px) {
.ab-4-content::after {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-quote-box {
padding-left: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-quote-box {
padding-left: 0px;
}
}
@media (max-width: 767px) {
.tp-quote-box {
padding-left: 0px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-page .tp-section-title {
font-size: 47px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ab-right-img {
margin-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-info-wrapper {
padding-left: 0;
}
}
@media (max-width: 767px) {
.tp-about-info-wrapper {
padding-left: 0;
}
}  .tp-fact {
display: flex;
align-items: start;
position: relative;
}
.fact-content {
padding-left: 20px;
position: relative;
z-index: 2;
}
.fact-number {
display: inline-block;
text-align: center;
width: 130px;
}
.fact-number h2 {
font-size: 70px;
color: transparent;
-webkit-text-stroke: 1px #97bbc5;
line-height: 1;
margin: 0;
}
.fact-number span {
background: #fff;
height: 40px;
width: 40px;
display: inline-block;
text-align: center;
font-weight: 700;
color: #212121;
font-size: 20px;
border-radius: 50%;
line-height: 38px;
transform: translateY(-26px);
}
.fact-content h4 {
color: #fff;
font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.fact-content h4 {
font-size: 15px;
}
}
.fact-content p {
color: #fff;
font-size: 14px;
margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.fact-content p {
font-size: 13px;
}
}
.counter-row {
counter-reset: count;
}
.num__count {
position: absolute;
right: 0;
z-index: 1;
}
.num__count::before {
text-align: center;
color: #448ca0;
font-size: 100px;
border-radius: 50%;
font-weight: 700;
counter-increment: count;
content: "0" counter(count);
transition: all 500ms ease;
display: inline-block;
}
.footer-counter-content h2 {
color: var(--tp-common-white);
font-size: 50px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #fff;
padding-right: 15px;
margin: 0;
}
.footer-counter-content i {
font-size: 30px;
}
.counter-text h3 {
color: var(--tp-common-white);
font-size: 16px;
font-weight: var(--tp-fw-bold);
line-height: 1.2;
margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-counter-logo {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.tp-counter-logo {
margin-bottom: 15px;
}
}  .tpservices__thumb {
position: relative;
}
.tpservices__thumb:before {
background-image: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 90px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.tpservices:hover img {
transform: scale(1.1);
}
.tpservices__content {
padding: 40px;
padding-top: 0;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
background: #fff;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tpservices__content {
padding: 36px;
}
}
.tpservices__content i {
margin-top: -30px;
position: relative;
z-index: 1;
margin-bottom: 30px;
color: #3C8599;
font-size: 75px;
}
.tpservices__content p {
font-size: 14px;
margin: 0;
}
.tpservices__title {
font-size: 24px;
}
.tpservices__btn {
transform: translateY(-100%);
transition: 0.3s;
z-index: 1;
position: relative;
}
.tpservices:hover .tpservices__btn {
transform: translateY(0);
}
@media (max-width: 767px) {
.tpservices__thumb img {
width: 100%;
}
}
.tpsvbox {
position: relative;
}
.tpsvbox__thumb {
position: relative;
z-index: 5;
text-align: center;
padding: 0 20px;
}
.tpsvbox__thumb img {
width: 100%;
}
.tpsvbox__thumb::before {
background: #fff;
height: 80px;
width: 100%;
bottom: 0;
left: 0;
right: 0;
content: "";
position: absolute;
z-index: -1;
}
.tpsvbox:hover img {
transform: scale(1.1);
}
.tpsvbox__content {
background-color: var(--tp-common-white);
padding: 75px 20px 30px;
}
.tpsvbox__content p {
color: #999999;
font-size: 14px;
font-weight: var(--tp-fw-regular);
position: relative;
z-index: 3;
}
.tpsvbox__title {
color: var(--tp-common-black);
position: relative;
z-index: 3;
font-size: 26px;
line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tpsvbox__title {
font-size: 24px;
}
}
.tpsvbox__title:hover {
color: var(--tp-theme-1);
}
.tpsvbox__icon {
position: absolute;
bottom: -40px;
text-align: center;
left: 0;
right: 0;
}
.tpsvbox__icon a {
height: 80px;
width: 80px;
background-color: var(--tp-common-white);
border-radius: 50%;
line-height: 90px;
text-align: center;
display: inline-block;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.tpsvbox__icon a i {
color: var(--tp-theme-1);
font-size: 40px;
}
.tpsvbox__big-text h2 {
position: absolute;
left: 50%;
bottom: -25px;
font-size: 160px;
margin: 0;
transform: translate(-50%);
z-index: 1;
color: #f9f9f9;
}
.tab-circle {
position: relative;
z-index: 2;
}
.tab-circle h4 {
height: 80px;
width: 80px;
background-color: var(--tp-theme-1);
border-radius: 50%;
line-height: 80px;
text-align: center;
display: inline-block;
color: var(--tp-common-white);
font-size: 30px;
font-weight: bold;
}
.tab-circle h4 span {
font-size: 14px;
}
.tab-circle p {
color: #777777;
font-size: 14px;
font-weight: 400;
padding-right: 40px;
}
@media (max-width: 767px) {
.tab-circle p {
padding: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-service-tab-content {
padding-top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-tab-content {
padding-left: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-service-tab-content {
padding-top: 0;
padding-left: 10px;
}
}
@media (max-width: 767px) {
.tp-service-tab-content {
padding-left: 0;
}
}
.tp-service-tab-img img {
width: 100%;
}
.sv-tab-titile {
font-size: 40px;
color: var(--tp-common-black);
font-weight: bold;
}
.tp-sv-feature-list ul {
overflow: hidden;
}
.tp-sv-feature-list ul li {
width: 50%;
float: left;
font-size: 14px;
font-weight: var(--tp-fw-bold);
color: var(--tp-common-black);
position: relative;
list-style: none;
padding-left: 25px;
padding-right: 24px;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.tp-sv-feature-list ul li {
width: 100%;
}
}
.tp-sv-feature-list ul li i {
position: absolute;
color: var(--tp-theme-1);
font-size: 14px;
left: 0;
top: 5px;
}
.sv-logo-item {
padding-right: 90px;
}
.service-tab-slider {
text-align: center;
}
.tp-service-tab-text h2 {
font-size: 400px;
color: transparent;
-webkit-text-stroke: 1px #f4f4f4;
position: absolute;
right: -35px;
}
.slider-tab-main {
padding: 50px;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
.slider-tab-main {
padding: 10px;
}
}
.service-tabs li {
display: inline-block;
list-style: none;
}
.service-tabs li a {
padding: 20px 35px;
display: inline-block;
background-color: var(--tp-theme-1);
color: var(--tp-common-black);
font-weight: 700;
}
.tp-service-tab button {
color: #222;
padding: 15px 40px;
background: #fff;
font-weight: bold;
line-height: 1;
position: relative;
transition: all 0.3s ease-out 0s;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-tab button {
padding: 15px 30px;
}
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-service-tab button {
padding: 14px 17px;
margin-bottom: 20px;
}
}
.tp-service-tab button::after {
position: absolute;
height: auto;
width: auto;
left: 50%;
transform: translateX(-50%);
bottom: -10px;
content: "";
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-out 0s;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid var(--tp-theme-1);
}
.tp-service-tab button:hover, .tp-service-tab button.active {
background-color: var(--tp-theme-1);
color: #fff;
}
.tp-service-tab button:hover::after, .tp-service-tab button.active::after {
visibility: visible;
opacity: 1;
}
.slider-space-30 .slick-list {
margin: 0 -15px;
}
.slider-space-30 .slick-list .slick-slide {
padding: 0 15px;
}
.sv-tab-img {
width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.sv-tab-img {
width: 100%;
}
}
.sv-tab-content {
width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.sv-tab-content {
width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-sidebar-widget {
padding-top: 50px;
}
}
.tp-widget-title {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-black);
margin-bottom: 25px;
}
.tp-widget-title::after {
content: "";
height: 2px;
width: 60px;
background-color: var(--tp-theme-1);
display: inline-block;
margin-bottom: 4px;
margin-left: 20px;
}
.tp-widget-item-2 ul li {
border: 1px solid #f3f3f3;
list-style: none;
margin-bottom: 10px;
}
.tp-widget-item-2 ul li a {
display: block;
padding: 15px 30px;
position: relative;
}
.tp-widget-item-2 ul li a::after {
content: "\f019";
position: absolute;
top: 18px;
right: 29px;
font-family: "Font Awesome 5 Pro";
}
.tp-widget-item-2 ul li a span {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
display: flex;
align-items: center;
padding-right: 10px;
}
.tp-widget-item-2 ul li a span i {
color: var(--tp-theme-1);
font-size: 30px;
padding-right: 20px;
}
.tp-widget-item-2 ul li:hover {
background-color: var(--tp-theme-1);
}
.tp-widget-item-2 ul li:hover a {
color: var(--tp-common-white);
}
.tp-widget-item-2 ul li:hover span {
color: var(--tp-common-white);
}
.tp-widget-item-2 ul li:hover span i {
color: var(--tp-common-white);
}
.tp-widget-item ul li {
background-color: #f7f7f7;
list-style: none;
margin-bottom: 10px;
}
.tp-widget-item ul li a {
display: block;
padding: 15px 30px;
position: relative;
}
.tp-widget-item ul li a::after {
content: "\f178";
position: absolute;
top: 18px;
right: 29px;
font-family: "Font Awesome 5 Pro";
}
.tp-widget-item ul li a span {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
display: flex;
align-items: center;
padding-right: 10px;
}
.tp-widget-item ul li a span i {
color: var(--tp-theme-1);
font-size: 30px;
padding-right: 20px;
}
.tp-widget-item ul li:hover {
background-color: var(--tp-theme-1);
}
.tp-widget-item ul li:hover a {
color: var(--tp-common-white);
}
.tp-widget-item ul li:hover span {
color: var(--tp-common-white);
}
.tp-widget-item ul li:hover span i {
color: var(--tp-common-white);
}
@media (max-width: 767px) {
.tp-service-overveiw-area {
margin-right: 0;
}
}
.widget-form {
padding: 30px;
}
.widget-form input {
height: 50px;
padding: 20px 45px;
border: 0;
padding-right: 20px;
margin-bottom: 10px;
width: 100%;
}
.widget-form input::placeholder {
color: #b6b6b6;
}
.widget-form i {
position: absolute;
top: 17px;
left: 15px;
color: var(--tp-common-black);
z-index: 2;
}
.widget-form textarea {
padding: 20px 45px;
height: 140px;
resize: none;
outline: 0;
border: 0;
margin-bottom: 10px;
width: 100%;
}
.widget-form textarea::placeholder {
color: #b6b6b6;
}
.widget-form .pen {
top: 25px;
left: 16px;
}
.overview-title {
font-size: 40px;
font-weight: 700;
color: var(--tp-common-black);
line-height: 1;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.overview-title {
font-size: 35px;
}
}
.tp-overview-details {
padding: 45px 50px;
border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
.tp-overview-details {
padding: 10px 30px;
}
}
.tp-overview-details p {
padding-right: 2px;
color: #777777;
}
.tp-over-view-item {
padding: 40px;
border: 1px solid #f3f3f3;
padding-right: 0;
transition: 0.3s;
}
.tp-over-view-item i {
font-size: 60px;
color: var(--tp-theme-1);
}
.tp-over-view-item h5 {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-black);
margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-over-view-item h5 {
font-size: 17px;
}
}
.tp-over-view-item:hover {
border-color: transparent;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.tp-over-view-item:hover .over-veiw-counter::after {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
}
.over-veiw-list h4 {
font-size: 24px;
padding-bottom: 25px;
}
.over-veiw-counter {
position: relative;
}
.over-veiw-counter::after {
position: absolute;
content: "0" counter(count);
counter-increment: count;
top: -20px;
right: 20px;
height: 50px;
width: 50px;
border-radius: 50%;
background-color: #f3f3f3;
line-height: 50px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: var(--tp-common-black);
transition: 0.3s;
}
.tp-overview-fea-list p {
font-size: 16px;
color: #777777;
font-weight: 400;
padding-bottom: 15px;
}
.tp-overview-feature ul li {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
list-style: none;
position: relative;
padding-left: 30px;
margin-bottom: 15px;
padding-right: 55px;
}
.tp-overview-feature ul li i {
position: absolute;
top: 4px;
left: 0;
color: var(--tp-theme-1);
}
.tp-bottom-info h5 {
color: var(--tp-common-black);
font-size: 24px;
font-weight: 700;
}
.tp-bottom-info p {
padding-right: 9px;
margin: 0;
padding-top: 5px;
}  .project-item img {
width: 100%;
}
.slider-space-60 .slick-slide > div {
padding: 0 20px;
}
.project-item {
position: relative;
}
.project-item a {
position: absolute;
top: 110px;
left: 110px;
background: #fff;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
opacity: 0;
visibility: hidden;
z-index: 5;
}
.project-item a:hover i {
color: var(--tp-theme-1);
}
.project-item.slick-center a {
opacity: 1;
visibility: visible;
}
.tp-project-active .slick-dots {
text-align: center;
padding-top: 35px;
}
.tp-project-active .slick-dots li {
display: inline-block;
margin: 0 5px;
}
.tp-project-active .slick-dots li button {
text-indent: -10000px;
height: 5px;
width: 20px;
background: #383838;
border-radius: 30px;
transition: 0.3s;
}
.tp-project-active .slick-dots li.slick-active button {
background-color: var(--tp-common-white);
width: 25px;
}
.tp-process__item {
background-color: var(--tp-common-white);
padding: 50px 35px;
}
.tp-process__subtitle {
font-size: 120px;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px #212121;
}
.tp-process__title {
color: var(--tp-common-black);
font-size: 24px;
font-weight: var(--tp-fw-bold);
}
.tp-process p {
color: #777777;
font-size: 14px;
}
.tp-project-icon a {
height: 100px;
width: 100px;
background-color: var(--tp-theme-1);
border-radius: 50%;
text-align: center;
line-height: 100px;
display: inline-block;
position: absolute;
top: 0;
right: -30px;
transition: 0.3s;
}
.tp-project-icon::before {
content: "";
height: 95px;
width: 95px;
background-color: #f8f8f8;
border-radius: 50%;
text-align: center;
line-height: 95px;
display: inline-block;
position: absolute;
top: 13px;
right: -18px;
transition: 0.3s;
}
.tp-project-icon:hover::before {
background-color: var(--tp-theme-1);
}
.tp-project-icon:hover a {
background-color: black;
color: var(--tp-theme-1);
}  .pricing-area {
padding-top: 225px;
margin-top: -125px;
}
.tp-price-head {
background: #171717;
padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-price-head {
padding: 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-price-head {
padding: 40px 30px;
}
}
@media (max-width: 767px) {
.tp-price-head {
padding: 40px 30px;
}
}
.tp-price-head .tp-price-content {
position: relative;
z-index: 9;
}
.tp-price-head .tp-price-content h6 {
color: #ffc000;
font-size: 16px;
}
.tp-price-head .tp-price-content p {
color: #b5b5b5;
margin: 0;
font-size: 14px;
line-height: 24px;
}
.tp-price-head .tp-price-content .theme-color {
color: #2bbb94;
}
.tp-price-head .tp-price-content .theme-sec-color {
color: #ff6f6f;
}
.tp-price-head .tp-price-bg-text span {
font-weight: bold;
font-size: 160px;
color: #212121;
display: inline-block;
position: absolute;
right: 0;
top: 75px;
}
.tp-price-badge {
background-color: #2bbb94;
text-align: center;
color: var(--tp-common-white);
font-weight: 700;
}
.tp-price-value {
font-size: 60px;
color: #fff;
margin-bottom: 3px;
position: relative;
z-index: 5;
}
@media (max-width: 767px) {
.tp-price-value {
font-size: 35px;
}
}
.tp-price-feature {
background: #2E2E2E;
padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-price-feature {
padding: 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-price-feature {
padding: 40px 30px;
}
}
@media (max-width: 767px) {
.tp-price-feature {
padding: 40px 30px;
}
}
.tp-price-feature ul {
list-style: none;
}
.tp-price-feature ul li {
color: #fff;
margin-bottom: 10px;
font-weight: 500;
position: relative;
padding-left: 30px;
}
.tp-price-feature ul li:last-child {
margin-bottom: 0;
}
.tp-price-feature ul li i {
position: absolute;
left: 0;
top: 6px;
}
.tp-price-feature ul li.price-fe-inactive {
color: #696969;
}
.tp-price-btn a {
height: 60px;
line-height: 58px;
}
.active .tp-price-btn a {
background-color: #2BBB94;
}
.active-2 {
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.active-2 .tp-price-btn a {
background-color: var(--tp-theme-1);
}
.tp-accordion .accordion-item {
background-color: transparent;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tp-accordion .accordion-item:first-of-type .accordion-button {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.tp-accordion .accordion-item:last-of-type {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.tp-accordion .accordion-button {
padding: 30px 0;
padding-right: 15px;
font-size: 24px;
font-weight: 500;
color: var(--tp-common-black);
background-color: transparent;
}
.tp-accordion .accordion-button::after {
position: absolute;
content: "\f107";
font-family: var(--tp-ff-fontawesome);
background-image: none;
top: 28%;
right: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
color: var(--tp-theme-1);
width: auto;
height: auto;
font-weight: 500;
}
.tp-accordion .accordion-button.collapsed::after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
color: var(--tp-common-black);
}
.tp-accordion .accordion-button:not(.collapsed) {
color: var(--tp-theme-1);
background-color: transparent;
box-shadow: none;
}
.tp-accordion .accordion-button:focus {
box-shadow: none;
border: 0;
}
.tp-accordion .accordion-button:hover {
color: var(--tp-theme-1);
}
.tp-accordion .accordion-button:hover::after {
color: var(--tp-theme-1);
}
.tp-accordion .accordion-body {
padding: 0 0 25px;
}
.tp-accordion .accordion-body p {
font-size: 16px;
color: var(--tp-text-1);
}
.tp-porduct-item {
padding: 20px 20px;
border: 4px solid transparent;
background-color: var(--tp-common-white);
transition: 0.3s;
padding-bottom: 40px;
}
.tp-porduct-item:hover {
border: 4px solid #3c8599;
}
.tp-pro-rating span {
color: #3c8599;
}
.tp-pro-price span {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-black);
}
.tp-pro-title {
font-size: 16px;
color: #222;
font-weight: 400;
margin-bottom: 10px;
}
.tp-pro-title:hover {
color: var(--tp-theme-1);
}
.shop-cart {
position: absolute;
top: 45%;
left: 0;
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
transition: 0.3s;
right: 0;
}
.tp-porduct-item:hover .shop-cart {
opacity: 1;
visibility: visible;
top: 50%;
}
.tp-price-btn {
line-height: 0;
}
.tp-price-service .tp-price-head {
background-color: #f6f6f6;
}
.tp-price-service .tp-price-head .tp-price-bg-text span {
color: #eeeded;
}
.tp-price-service .tp-price-head .tp-price-value {
color: var(--tp-common-black);
}
.tp-price-service .tp-price-head .tp-price-content h6 {
color: var(--tp-theme-1);
}
.tp-price-service .tp-price-head .tp-price-content p {
color: #777777;
}
.tp-price-service .tp-price-feature {
background-color: transparent;
}
.tp-price-service .tp-price-feature li {
color: #777777;
}
.tp-price-service .tp-price-feature li i {
color: var(--tp-theme-1);
}
.tp-price-service .tp-price-badge {
background-color: var(--tp-theme-1);
}  .tp-fea-list-wrapper ul {
list-style: none;
}
.tp-fea-list-wrapper ul li {
padding: 30px 0;
border-top: 1px solid #f1f1f1;
}
.tp-fea-list {
display: flex;
justify-content: space-between;
align-items: center;
}
.tp-fea-icon {
margin-right: 5px;
min-width: 80px;
}
.tp-fea-icon i {
font-size: 60px;
color: var(--tp-theme-1);
}
.tp-fe-title {
font-size: 24px;
margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-fe-title {
font-size: 21px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-fe-content {
padding-right: 15px;
}
.tp-fe-content br {
display: none;
}
}
.tp-fe-content p {
font-size: 14px;
line-height: 24px;
margin: 0;
}
.tp-fea-main {
display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-fea-main {
padding-right: 25px;
}
}
.tp-fea-link a {
height: 50px;
width: 50px;
background: #f1f1f1;
display: inline-block;
text-align: center;
color: #212121;
border-radius: 50%;
line-height: 49px;
font-size: 19px;
transition: 0.3s;
}
.tp-fea-link a:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.fea-bg {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50%;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.fea-bg {
height: 600px;
width: 100%;
position: static;
background-position: top;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.fea-bg {
height: 420px;
width: 100%;
position: static;
}
}
@media (max-width: 767px) {
.fea-bg {
height: 350px;
width: 100%;
position: static;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-fea-box {
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-fea-box {
padding-right: 0;
}
}
@media (max-width: 767px) {
.tp-fea-box {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 767px) {
.tpsupport-wrapper {
flex-wrap: wrap;
}
}
.tp-support-area::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 27, 35, 0.9);
content: "";
height: 100%;
}
.tp-support-area-2::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 27, 35, 0.6);
content: "";
height: 100%;
}
@media (max-width: 767px) {
.tpsupport-ovr-button {
margin-bottom: 15px;
}
}
.tpsupport__overlay-content {
position: relative;
z-index: 1;
}
.tpsupport__overlay-content a {
height: 120px;
width: 120px;
background-color: var(--tp-theme-1);
border-radius: 50%;
text-align: center;
line-height: 120px;
display: inline-block;
color: var(--tp-common-white);
font-size: 18px;
transition: 0.3s;
}
.tpsupport__overlay-content p {
padding: 0px 36px;
color: #fff;
opacity: 0.7;
}
@media (max-width: 767px) {
.tpsupport__overlay-content p {
padding: 0;
}
}
.tpsupport__ovr-subtitle {
color: var(--tp-common-white);
font-weight: var(--tp-fw-bold);
text-transform: uppercase;
position: relative;
}
.tpsupport__ovr-subtitle::after {
position: absolute;
top: 64px;
right: 58%;
width: 40px;
height: 2px;
background-color: #3c4f55;
content: "";
}
.tpsupport__ovr-subtitle::before {
position: absolute;
top: 64px;
left: 58%;
width: 40px;
height: 2px;
background-color: #3c4f55;
content: "";
}
.tpsupport__ovr-title {
color: var(--tp-common-white);
font-weight: var(--tp-fw-bold);
font-size: 60px;
padding-bottom: 10px;
}
.tpsupport__overlay-content a:hover {
background: #fff;
color: #3c8599;
}
.tp-fea-item {
padding: 40px;
border: 1px solid #efefef;
}
.fea-big-text span {
display: inline-block;
position: absolute;
right: 10px;
font-size: 120px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #dadada;
top: 48px;
}
.tp-fea-big-img {
width: 520px;
height: 520px;
background-color: #f9f9f9;
border-radius: 50%;
text-align: center;
line-height: 520px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-fea-big-img {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.tp-fea-big-img {
width: 300px;
height: 300px;
border-radius: 50%;
text-align: center;
line-height: 300px;
}
}
.tp-fea-content h5 {
font-size: 22px;
font-weight: bold;
}
.tp-fea-content p {
font-size: 14px;
color: #777;
}
.tp-fea-plus-icon {
position: absolute;
right: 12px;
top: 105px;
line-height: 1;
}
.tp-fea-plus-icon a {
height: 50px;
width: 50px;
background: var(--tp-theme-1);
display: inline-block;
text-align: center;
line-height: 50px;
color: #fff;
border-radius: 50%;
}
@media (max-width: 767px) {
.tp-fea-plus-icon a {
display: none;
}
}
.tp-fea-plus-icon .fea-plus-icon-text {
position: absolute;
top: -15px;
right: 70px;
padding: 20px;
background-color: var(--tp-theme-1);
opacity: 0;
visibility: hidden;
transition: 0.3s;
width: 300px;
}
@media (max-width: 767px) {
.tp-fea-plus-icon .fea-plus-icon-text {
display: none;
}
}
.tp-fea-plus-icon .fea-plus-icon-text h4 {
font-size: 18px;
color: var(--tp-common-white);
font-weight: bold;
text-align: right;
}
.tp-fea-plus-icon .fea-plus-icon-text::before {
position: absolute;
height: 10px;
width: 10px;
background-color: var(--tp-theme-1);
content: "";
right: -5px;
transform: rotate(45deg);
top: 36px;
}
.tp-fea-plus-icon:hover a {
transform: rotate(45deg);
background-color: #fff;
color: var(--tp-theme-1);
}
.tp-fea-plus-icon:hover .fea-plus-icon-text {
opacity: 1;
visibility: visible;
}
.tp-fea-plus-icon:hover a {
transform: rotate(45deg);
background-color: #fff;
color: var(--tp-theme-1);
}
.tp-fea-content h5 {
font-size: 22px;
font-weight: bold;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-fea-content h5 {
font-size: 17px;
}
}
.tp-fea-content p {
font-size: 14px;
color: #777;
}
.tp-fea-plus-icon2 {
position: absolute;
left: 86px;
bottom: 35px;
line-height: 1;
}
.tp-fea-plus-icon2 a {
height: 50px;
width: 50px;
background: var(--tp-theme-1);
display: inline-block;
text-align: center;
line-height: 50px;
color: #fff;
border-radius: 50%;
}
@media (max-width: 767px) {
.tp-fea-plus-icon2 a {
display: none;
}
}
.tp-fea-plus-icon2 .fea-plus-icon-text2 {
position: absolute;
top: -15px;
left: 80px;
padding: 20px;
background-color: var(--tp-theme-1);
opacity: 0;
visibility: hidden;
transition: 0.3s;
width: 300px;
}
@media (max-width: 767px) {
.tp-fea-plus-icon2 .fea-plus-icon-text2 {
display: none;
}
}
.tp-fea-plus-icon2 .fea-plus-icon-text2 h4 {
font-size: 18px;
color: var(--tp-common-white);
font-weight: bold;
text-align: left;
}
.tp-fea-plus-icon2 .fea-plus-icon-text2::before {
position: absolute;
height: 10px;
width: 10px;
background-color: var(--tp-theme-1);
content: "";
left: -5px;
transform: rotate(45deg);
top: 36px;
}
.tp-fea-plus-icon2:hover a {
transform: rotate(45deg);
background-color: #fff;
color: var(--tp-theme-1);
box-shadow: 13.106px -9.177px 32px 0px rgba(0, 0, 0, 0.06);
}
.tp-fea-plus-icon2:hover .fea-plus-icon-text2 {
opacity: 1;
visibility: visible;
}
.tp-fea-plus-icon2:hover a {
transform: rotate(45deg);
background-color: #fff;
color: var(--tp-theme-1);
}
.tp-support-contact .tp-header-contact-icon i {
border: 1px solid #283e44;
}
.feature-bg-img {
background-size: cover;
background-repeat: no-repeat;
}
.fea-list {
padding: 20px 30px;
background-color: #fff;
}
.fea-list i {
font-size: 48px;
color: var(--tp-theme-1);
}
.fea-ctn h5 {
color: var(--tp-common-black);
font-size: 20px;
font-weight: bold;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.fea-ctn h5 {
font-size: 17px;
}
}
.tp-support-area-2 {
background-repeat: no-repeat;
background-size: cover;
margin-top: -130px;
}
.tp-support-area-2 .tpsupport__overlay-content {
padding-top: 340px;
padding-bottom: 170px;
}
.tp-about-4-wrapper {
padding-top: 120px;
padding-bottom: 100px;
padding-left: 100px;
padding-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-4-wrapper {
padding-left: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-4-wrapper {
padding-left: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-4-wrapper {
padding-left: 0px;
}
}
@media (max-width: 767px) {
.tp-about-4-wrapper {
padding-left: 0px;
}
}
.tp-about-4-wrapper .tp-section-title {
color: #fff;
}
.flaticon-quote {
font-size: 80px;
position: absolute;
right: 30px;
top: 50px;
color: #eeeeee;
z-index: 1;
}
.fea-4-box {
background-color: #fff;
display: inline-block;
padding: 30px;
}
.fea-4-box p {
font-size: 20px;
font-weight: 400;
color: var(--tp-common-black);
padding-bottom: 10px;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.fea-4-box p br {
display: none;
}
}
.fea-4-box h6 {
color: var(--tp-common-black);
font-weight: 700;
}
.fea-4-box h6 span {
color: var(--tp-theme-1);
font-weight: 400;
}
.tp-sv-feature-list-2 ul li {
color: #fff;
padding-bottom: 10px;
}
.tp-sv-feature-list-2 ul li i {
color: var(--tp-theme-1);
border-radius: 50%;
height: 15px;
width: 15px;
line-height: 16px;
text-align: center;
font-size: 9px;
background: #fff;
}
.fea-hm-4-item {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.fea-hm-4-item {
position: relative;
width: 100%;
height: 500px;
}
}
@media (max-width: 767px) {
.fea-hm-4-item {
position: relative;
width: 100%;
height: 400px;
padding-left: 0;
}
}
.tp-fea-4-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.tp-fea-4-icon i {
font-size: 20px;
color: var(--tp-theme-1);
height: 120px;
width: 120px;
text-align: center;
line-height: 120px;
background-color: var(--tp-common-white);
border-radius: 50%;
transition: 0.3s;
}
.tp-fea-4-icon:hover i {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.play-button {
height: 140px;
width: 140px;
background-color: #fff;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 140px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 700;
color: var(--tp-common-black);
text-transform: capitalize;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.play-button {
position: relative;
}
}
.play-button:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}  .tp-testimonial {
background: #fff;
padding: 50px 40px;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-testimonial {
padding: 50px 30px;
}
}
.tp-testimonial h4 {
font-size: 24px;
margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-testimonial h4 {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-testimonial h4 {
font-size: 20px;
}
}
@media (max-width: 767px) {
.tp-testimonial h4 {
font-size: 20px;
}
}
.testimonial-img {
position: relative;
display: inline-block;
margin-bottom: 14px;
z-index: 2;
}
.testimonial-img i {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #3c8599;
color: #fff;
height: 25px;
width: 25px;
text-align: center;
line-height: 25px;
font-size: 13px;
border-radius: 30px;
right: -15px;
}
.reviewer-name {
font-size: 24px;
margin-bottom: 3px;
}
.reviewer-position {
font-size: 14px;
font-weight: 400;
margin: 0;
}
.quote-icon {
position: absolute;
bottom: 42px;
left: 0;
right: 0;
z-index: 1;
}
.quote-icon img {
display: inline-block;
}
.testimonial-meta {
position: relative;
z-index: 2;
}
.tp-testimonial-big {
-webkit-text-stroke: 1px #ededed;
}
@media (max-width: 767px) {
.tp-testimonial-big {
display: none;
}
}
.feature-height {
min-height: 790px;
}
.tp-testimonial-item {
padding: 50px 40px;
padding-top: 50px;
border: 1px solid #ebebeb;
padding-top: 78px;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-testimonial-item {
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 767px) {
.tp-testimonial-item {
padding-left: 20px;
padding-right: 20px;
}
}
.testi-img {
margin-bottom: 40px;
position: absolute;
top: -42px;
left: 0;
right: 0;
}
.testi-text {
font-size: 24px;
color: var(--tp-common-black);
font-weight: bold;
line-height: 1.4;
margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testi-text {
font-size: 17px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testi-text {
font-size: 17px;
}
}
@media (max-width: 767px) {
.testi-text {
font-size: 17px;
}
}
.quote-style {
position: absolute;
height: 50px;
width: 50px;
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
border-radius: 50%;
line-height: 50px;
text-align: center;
margin-left: -17px;
border: 2px solid #fff;
margin-bottom: 50px;
}
.tp-testimonial-white .slick-list {
padding-top: 40px;
}
.testi-meta .reviewer-name {
font-size: 20px;
font-weight: 700;
}
.testi-meta .reviewer-position {
font-size: 14px;
font-weight: 400;
color: #777777;
}
.tp-testimonial-white .slick-next.slick-arrow {
margin-right: 76px;
}
.tp-testimonial-white button {
height: 60px;
width: 60px;
background: var(--tp-theme-1);
border-radius: 50%;
position: absolute;
top: -120px;
right: 0px;
color: var(--tp-common-white);
border: 1px solid #3c8599;
}
.tp-testimonial-white button:hover {
background-color: var(--tp-common-white);
color: var(--tp-common-black);
border: 1px solid #ebebeb;
}
.tp-test-arrow button {
height: 60px;
width: 60px;
background: var(--tp-theme-1);
border-radius: 50%;
color: #fff;
border: 1px solid #3c8599;
}
.tp-test-arrow button:hover {
background-color: #fff;
color: #222;
border: 1px solid #ddd;
}
.tp-test-arrow .slick-prev {
margin-right: 20px;
}  .tp-cta-space {
padding-top: 230px;
padding-bottom: 60px;
padding-left: 50px;
padding-right: 50px;
background-size: cover;
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-cta-space {
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 767px) {
.tp-cta-space {
padding-left: 20px;
padding-right: 20px;
padding-top: 100px;
}
}
.tp-cta-space::after {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
content: "";
}
.tp-cta-space .tp-cta-text-wapper {
position: relative;
z-index: 9;
}
.tp-cta span {
color: #a5a5a5;
font-weight: 700;
margin-bottom: 15px;
display: block;
}
@media (max-width: 767px) {
.cta-link {
padding-top: 50px;
}
}
.cta-title {
font-size: 40px;
color: #fff;
}
@media (max-width: 767px) {
.cta-title {
font-size: 30px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.cta-title {
font-size: 39px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.cta-title {
font-size: 34px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.cta-title br {
display: none;
}
}
@media (max-width: 767px) {
.cta-title br {
display: none;
}
}
.cta-link a {
border: 2px solid #47474a;
height: 60px;
width: 60px;
color: #fff;
display: inline-block;
border-radius: 50%;
line-height: 60px;
transition: 0.3s;
}
.cta-link a:hover {
background-color: var(--tp-theme-1);
border-color: var(--tp-theme-1);
}
.cta-bg {
background-position: right;
background-repeat: no-repeat;
}
.cta-map-section .tp-section-subtitle {
color: #fff;
}
.cta-map-section .tp-section-title {
color: #fff;
}
.cta-map {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.cta-map {
position: static;
width: 100%;
height: 400px;
}
}
.cta-map iframe {
width: 100%;
height: 100%;
border: 0;
}
@media (max-width: 767px) {
.tp-contact-wapper {
flex-wrap: wrap;
}
}
.tp-cta-box {
margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-cta-box {
margin-right: 44px;
}
}
@media (max-width: 767px) {
.tp-cta-box {
margin-bottom: 30px;
}
}
.tp-cta-box:last-child {
margin-right: 0;
}
.tp-cta-box:hover .tp-cta-icon a {
background-color: var(--tp-common-white);
color: var(--tp-theme-1);
}
.tp-cta-icon {
margin-right: 15px;
}
.tp-cta-icon a {
height: 60px;
width: 60px;
background-color: var(--tp-theme-1);
border-radius: 50%;
line-height: 60px;
color: var(--tp-common-white);
display: inline-block;
text-align: center;
font-size: 22px;
transition: 0.3s;
}
.tp-cta-content label {
display: block;
color: #ffffff;
font-size: 14px;
font-weight: 400;
}
.tp-cta-content a {
font-size: 20px;
font-weight: 700;
color: #ffffff;
}
@media (max-width: 767px) {
.tp-cta-main {
flex-wrap: wrap;
}
}  .tp-brand-big-text h3 {
position: absolute;
font-size: 160px;
font-weight: 700;
-webkit-text-stroke: 1px #2d2d2d;
color: transparent;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-brand-big-text h3 {
font-size: 120px;
}
}
.brand-power {
position: relative;
z-index: 2;
text-align: center;
}
.slick-slide img {
display: inline-block;
}
@media (max-width: 767px) {
.tp-brand-big-text {
display: none;
}
}
@media (max-width: 767px) {
.tp-brand-item .slick-slide img {
display: inline-block;
}
}
@media (max-width: 767px) {
.tp-brand-item {
text-align: center;
}
}
.brand-strok .tp-brand-big-text h3 {
-webkit-text-stroke: 1px #458ca0;
}
.brand-strok .tp-brand-big-text2 h3 {
-webkit-text-stroke: 1px #4d93a6;
}
.Layer_4 {
background-image: url(//wunschsicherheit.de/wp-content/themes/sectox/assets/css/Layer 4.png);
position: absolute;
left: 0px;
top: 7102px;
width: 960px;
height: 594px;
z-index: 103;
}  .tp-meta-date {
position: absolute;
right: 35px;
bottom: -40px;
background-color: var(--tp-theme-1);
line-height: 80px;
text-align: center;
padding: 6px 16px;
padding-bottom: 6px;
padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-meta-date {
bottom: -18px;
}
}
@media (max-width: 767px) {
.tp-meta-date {
bottom: -15px;
}
}
.tp-meta-date .meta-date-title {
font-size: 40px;
font-weight: var(--tp-fw-bold);
color: #fff;
margin-bottom: 0;
}
.tp-meta-date p {
color: #fff;
font-size: 14px;
line-height: 1;
margin: 0;
}
.tp-feed-item:hover .tp-feed-img img {
transform: scale(1.1);
}
.tp-feed-content .tp-latest-blog-meta span {
color: #bfbfbf;
font-weight: var(--tp-fw-bold);
text-transform: uppercase;
font-size: 16px;
}
.tp-feed-content .tp-latest-blog-meta a {
text-transform: uppercase;
font-size: 16px;
color: var(--tp-theme-1);
font-weight: var(--tp-fw-bold);
display: inline-block;
padding-top: 25px;
padding-bottom: 10px;
transition: 0.3s;
}
.tp-feed-content .tp-latest-blog-meta a:hover {
color: var(--tp-common-black);
}
.tp-feed-content .tp-latest-title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: var(--tp-fw-bold);
line-height: 1.4;
letter-spacing: -0.7px;
padding-bottom: 15px;
}
.tp-feed-content .tp-latest-title:hover {
color: var(--tp-theme-1);
}
.tp-feed-content .tp-feed-link {
color: #b6b6b6;
font-size: 14px;
transition: 0.3s;
font-weight: var(--tp-fw-bold);
}
.tp-feed-content .tp-feed-link i {
margin-left: 10px;
}
.tp-feed-content .tp-feed-link :hover {
color: var(--tp-theme-1);
}
.tp-news-meta span {
font-size: 14px;
color: #777777;
display: inline-block;
}
.tp-news-meta span i {
color: var(--tp-common-black);
margin-right: 2px;
}
.tp-news-meta .user {
padding-right: 30px;
margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-news-meta .user {
padding-right: 10px;
margin-right: 10px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-news-meta .user {
padding-right: 10px;
margin-right: 10px;
}
}
@media (max-width: 767px) {
.tp-news-meta .user {
padding-right: 10px;
margin-right: 10px;
}
}
.user:hover {
color: var(--tp-theme-1);
}
.user:hover i {
color: var(--tp-theme-1);
}
.user-2:hover {
color: var(--tp-theme-1);
}
.user-2:hover i {
color: var(--tp-theme-1);
}
.fea-big-text span {
display: inline-block;
position: absolute;
right: 10px;
font-size: 120px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #dadada;
bottom: 0;
}
.tp-blog-item:hover .blog-img img {
transform: scale(1.1);
}
.blog-img {
position: relative;
padding: 0 15px;
}
.blog-img img {
width: 100%;
}
.blog-img::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 110px;
content: "";
border: 1px solid #f0f0f0;
border-bottom: 0;
z-index: -1;
}
.tp-blog-content {
border: 1px solid #f0f0f0;
padding: 35px 40px;
text-align: left;
border-top: 0;
position: relative;
padding-top: 27px;
}
@media (max-width: 767px) {
.tp-blog-content {
padding: 35px 30px;
}
}
.tp-news-meta span {
position: relative;
}
.tp-news-meta span::after {
content: "";
top: 5px;
right: -2px;
width: 2px;
height: 15px;
background: #dddddd;
position: absolute;
}
.tp-news-meta span:last-child::after {
display: none;
}
.tp-news-meta p {
font-size: 14px;
color: #777777;
font-weight: 400;
margin: 0;
}
.tp-blog-title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
}
.tp-blog-title:hover {
color: var(--tp-theme-1);
}
.tp-feed-link .blog-link {
color: #222;
font-size: 14px;
font-weight: 700;
}
.tp-feed-link i {
padding-left: 5px;
}
.blog-link:hover {
color: var(--tp-theme-1);
}  .blog-date {
position: absolute;
top: 20px;
right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.blog-date {
right: 70px;
}
}
.blog-date a {
background-color: var(--tp-theme-1);
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 10px 13px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.postbox__wrapper {
padding-right: 0px;
}
}
.postbox__thumb {
margin-bottom: -2px;
}
.postbox__thumb .play-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
.postbox__audio {
height: 100%;
width: 100%;
margin-bottom: -10px;
}
.postbox__audio iframe {
width: 100%;
height: 100%;
border: none;
}
.postbox__item-single:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.postbox__content {
border: 2px solid #f3f3f3;
padding: 40px 50px;
}
@media (max-width: 767px) {
.postbox__content {
padding: 30px;
}
}
.postbox__content-single {
padding-left: 0;
padding-right: 0;
border: none;
}
.postbox__title {
font-size: 34px;
margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.postbox__title {
font-size: 28px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.postbox__title {
font-size: 33px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.postbox__title {
font-size: 30px;
}
}
@media (max-width: 767px) {
.postbox__title {
font-size: 25px;
}
}
.postbox__title a:hover {
color: var(--tp-theme-1);
}
.postbox__meta {
margin-bottom: 20px;
}
.postbox__meta span {
font-size: 14px;
font-weight: 600;
color: var(--tp-common-black);
text-transform: uppercase;
display: inline-block;
margin-right: 30px;
}
@media (max-width: 767px) {
.postbox__meta span {
margin-right: 15px;
}
}
.postbox__meta span:last-child {
margin-right: 0;
}
.postbox__meta span i {
color: var(--tp-theme-1);
margin-right: 3px;
}
.postbox__meta span:hover {
color: var(--tp-theme-2);
}
.postbox__meta span:hover i {
color: var(--tp-theme-2);
}
.postbox__text img {
max-width: 100%;
}
.postbox__text p {
margin-bottom: 15px;
}
.postbox__text-single p {
margin-bottom: 15px;
}
.postbox__slider button {
position: absolute;
left: 50px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
font-size: 30px;
color: var(--tp-common-white);
}
.postbox__slider button.slick-next {
left: auto;
right: 50px;
}
@media (max-width: 767px) {
.postbox__slider button.slick-next {
right: 10px;
}
}
@media (max-width: 767px) {
.postbox__slider button {
left: 10px;
}
}
.postbox__comment ul li ul.children {
margin-left: 67px;
padding-left: 0;
}
@media (max-width: 767px) {
.postbox__comment ul li ul.children {
margin-left: 0px;
padding-left: 0;
}
}
.postbox__comment-form-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 40px;
}
.postbox__comment-input {
position: relative;
margin-bottom: 20px;
}
.postbox__comment-input span {
font-weight: 600;
color: var(--tp-common-black);
margin-bottom: 12px;
display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
height: 55px;
padding: 0 20px;
width: 100%;
font-size: 14px;
color: var(--tp-common-black);
outline: none;
border: 1px solid transparent;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
background: #f7f7f7;
}
.postbox__comment-input input::-webkit-input-placeholder, .postbox__comment-input textarea::-webkit-input-placeholder {
color: #999;
}
.postbox__comment-input input:-moz-placeholder, .postbox__comment-input textarea:-moz-placeholder {
color: #999;
}
.postbox__comment-input input::-moz-placeholder, .postbox__comment-input textarea::-moz-placeholder {
color: #999;
}
.postbox__comment-input input:-ms-input-placeholder, .postbox__comment-input textarea:-ms-input-placeholder {
color: #999;
}
.postbox__comment-input textarea {
height: 175px;
resize: none;
padding-top: 20px;
padding-bottom: 20px;
}
.postbox__comment-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 30px;
}
.postbox__comment-avater img {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.postbox__comment-name {
margin-bottom: 5px;
}
.postbox__comment-name h5 {
font-size: 16px;
line-height: 1;
margin-bottom: 5px;
}
.postbox__comment-name span {
font-size: 14px;
color: var(--tp-text-1);
}
@media (max-width: 767px) {
.postbox__comment-text {
margin-left: 0;
margin-top: 15px;
}
}
.postbox__comment-text p {
font-size: 16px;
color: var(--tp-text-11);
margin-bottom: 15px;
}
.postbox__comment-reply {
margin-top: 10px;
}
.postbox__comment-reply a {
display: inline-block;
color: #555;
padding: 0;
font-weight: 500;
font-size: 14px;
}
.postbox__comment-reply a:after {
content: "\f3e5";
font-family: "Font Awesome 5 Pro";
margin-left: 5px;
font-size: 11px;
}
.postbox__comment-reply a:hover {
color: var(--tp-theme-1);
}
.postbox__comment-agree {
padding-left: 5px;
}
.postbox__comment-agree input {
margin: 0;
appearance: none;
-moz-appearance: none;
display: block;
width: 14px;
height: 14px;
background: var(--tp-common-white);
border: 1px solid #b9bac1;
outline: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
flex: 0 0 auto;
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
position: relative;
background-color: var(--tp-theme-1);
border-color: transparent;
}
.postbox__comment-agree input:checked::after {
box-sizing: border-box;
content: "\f00c";
position: absolute;
font-family: var(--tp-ff-fontawesome);
font-size: 10px;
color: var(--tp-common-white);
top: 46%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
cursor: pointer;
}
.postbox__comment-agree label {
padding-left: 8px;
color: var(--tp-text-1);
line-height: 1;
}
.postbox__comment-agree label a {
color: var(--tp-common-black);
font-weight: 600;
padding-left: 4px;
}
.postbox__comment-agree label a:hover {
color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
cursor: pointer;
}
.postbox__tag span {
font-size: 16px;
margin-bottom: 17px;
color: var(--tp-common-black);
margin-right: 10px;
font-weight: 500;
}
.postbox__comment-info {
flex: 0 0 auto;
}
.rc__post ul li:not(:last-child) {
margin-bottom: 15px;
}
.rc__post-thumb {
flex: 0 0 auto;
}
.rc__post-thumb img {
width: 80px;
height: 80px;
}
.rc__post-title {
margin-bottom: 6px;
font-size: 17px;
}
.rc__post-title a:hover {
color: var(--tp-theme-1);
}
.rc__meta span {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
}
.sidebar__wrapper {
padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sidebar__wrapper {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.sidebar__wrapper {
padding-left: 0;
padding-top: 50px;
}
}
.sidebar__widget-title {
font-size: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 25px;
position: relative;
}
.sidebar__widget-title::after {
position: absolute;
content: "";
bottom: -1px;
left: 0;
height: 1px;
width: 80px;
background-color: var(--tp-theme-1);
}
.sidebar__widget:last-child-title {
border-bottom: 0;
}
.sidebar__widget ul li {
list-style: none;
}
.sidebar__widget ul li:last-child {
padding-bottom: 0;
}
.sidebar__widget ul li:first-child {
padding-top: 0;
}
.sidebar__widget ul li a {
padding: 5px 0;
color: #777777;
display: block;
font-weight: 500;
text-transform: capitalize;
font-size: 400;
}
.sidebar__widget ul li a::before {
margin-right: 15px;
content: "\f105";
font-family: "Font Awesome 5 Pro";
transform: translateY(-50%);
}
.sidebar__widget ul li a:hover {
color: var(--tp-theme-1);
}
.sidebar__widget ul li span {
float: right;
color: var(--tp-common-black);
}
.sidebar__search {
position: relative;
}
.sidebar__search input {
width: 100%;
height: 60px;
line-height: 60px;
background: var(--tp-grey-1);
padding: 0 25px;
text-transform: capitalize;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
border: 2px solid var(--tp-grey-1);
outline: none;
padding-top: 3px;
padding-right: 80px;
}
.sidebar__search input::placeholder {
color: #777777;
}
.sidebar__search button {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 24px;
color: #fff;
line-height: 60px;
-webkit-border-radius: 0 7px 7px 0;
-moz-border-radius: 0 7px 7px 0;
-o-border-radius: 0 7px 7px 0;
-ms-border-radius: 0 7px 7px 0;
border-radius: 0 7px 7px 0;
background: var(--tp-theme-1);
}
.sidebar__banner-content {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
background: var(--tp-theme-1);
}
.sidebar__banner-content h4 {
padding: 15px 20px;
font-size: 24px;
color: var(--tp-common-white);
text-transform: uppercase;
margin-bottom: 0;
}
.tagcloud a {
background: var(--tp-grey-1);
color: var(--tp-common-black);
display: inline-block;
font-size: 13px !important;
font-weight: 600;
line-height: 1;
padding: 10px 24px;
margin-bottom: 8px;
margin-right: 10px;
text-transform: uppercase;
border: 0;
}
.tagcloud a:hover {
background: var(--tp-theme-1);
color: var(--tp-common-white);
}
blockquote {
background: var(--tp-grey-1);
padding: 35px 50px;
margin-bottom: 35px;
}
@media (max-width: 767px) {
blockquote {
padding-left: 15px;
padding-right: 15px;
}
}
blockquote p {
line-height: 1.5;
font-size: 20px;
color: #57565e;
font-weight: 400;
}
blockquote cite {
font-size: 18px;
display: block;
margin-top: 10px;
color: #070337;
font-style: inherit;
font-weight: 600;
position: relative;
}
blockquote cite::before {
content: "";
font-size: 28px;
color: var(--tp-theme-1);
padding-bottom: 0px;
display: inline-block;
background: var(--tp-theme-1);
height: 2px;
width: 40px;
font-weight: 400;
text-align: center;
top: -4px;
margin-right: 10px;
position: relative;
}
.single-post .postbox__title {
display: none;
}
.postbox__comment-box {
margin-bottom: 40px;
}  .tpprocess {
position: relative;
}
.tpprocess__content {
background-color: var(--tp-common-white);
padding: 30px 35px;
}
.tpprocess__content h3 {
font-size: 120px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #dadada;
}
.tpprocess__title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: var(--tp-fw-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tpprocess__title {
font-size: 22px;
}
}
.tpprocess p {
font-size: 14px;
color: #777777;
}
.tpprocess__circle {
position: absolute;
top: -20px;
right: -20px;
}
@media (max-width: 767px) {
.tpprocess__circle {
right: -5px;
}
}
.tpprocess__circle::after, .tpprocess__circle:before {
height: 100px;
width: 100px;
background-color: #f8f8f8;
border-radius: 50%;
line-height: 100px;
text-align: center;
position: absolute;
top: 10px;
left: -10px;
transition: 0.3s;
content: "";
}
.tpprocess__circle:after {
top: 0px;
left: 0px;
background-color: #3a8194;
}
.tpprocess:hover .tpprocess__circle::after {
top: 10px;
left: -10px;
}
.tpprocess:hover .tp-c-icon {
background-color: #fff;
}
.tpprocess:hover i {
color: var(--tp-theme-1);
}
.tp-c-icon {
height: 100px;
width: 100px;
background-color: var(--tp-theme-1);
border-radius: 50%;
line-height: 111px;
text-align: center;
transition: 0.3s;
position: relative;
z-index: 2;
}
.tp-c-icon i {
color: #fff;
font-size: 48px;
}
.tp-process-item-2 {
padding: 50px 20px;
border: 2px solid #f4f4f4;
background-color: #fff;
transition: 0.3s;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.tp-process-item-2 i {
font-size: 60px;
color: var(--tp-theme-1);
}
.tp-process-item-2 h5 {
line-height: 27px;
font-size: 17px;
font-weight: bold;
margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-process-item-2 h5 {
font-size: 14px;
}
}
.tp-process-item-2:hover {
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0);
border: 2px solid #f4f4f4;
box-shadow: transparent;
}
.counter-content {
position: relative;
}
.tp-process-item-2:hover .counter-content::after {
color: #ededed;
}
.counter-content::after {
font-size: 100px;
content: "0" counter(count);
counter-increment: count;
color: transparent;
-webkit-text-stroke: 1px #dadada;
font-weight: bold;
}
.counter-row {
counter-reset: count;
}
.tp-pro-text {
font-size: 30px;
font-weight: bold;
color: var(--tp-common-black);
}
.process-content {
position: relative;
z-index: 2;
}
.process-content::after {
font-size: 120px;
content: "0" counter(count);
counter-increment: count;
color: var(--tp-theme-1);
font-weight: bold;
line-height: 93px;
display: inline-block;
}
.tpprocess-hm-4 {
background-color: var(--tp-common-white);
padding: 45px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tpprocess-hm-4 {
padding: 45px 29px;
}
}
.tpprocess-hm-4 .flaticon-secure {
font-size: 150px;
color: #f8f8f8;
position: absolute;
right: 20px;
top: 20px;
}
.tp-process-contnt-4 {
position: relative;
z-index: 2;
padding-top: 30px;
}
.tp-process-contnt-4 h6 {
font-size: 24px;
font-weight: 700;
color-scheme: var(--tp-common-black);
}
.tp-process-contnt-4 p {
font-size: 14px;
color: #777777;
font-weight: 400;
}
.process-btn a {
margin: 0 15px;
}  .tp-port-button button {
margin: 0px 20px;
border-bottom: 2px solid transparent;
font-weight: var(--tp-fw-bold);
color: #b3b3b3;
transition: 0.3s;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-port-button button {
margin: 0px 11px;
}
}
.tp-port-button button.active {
color: var(--tp-theme-1);
border-bottom: 2px solid #3c8599;
}
.tp-port-item {
position: relative;
}
.tp-port-item:before {
position: absolute;
content: "";
background: #000;
height: 100%;
width: 100%;
top: 0;
left: 0;
transition: 0.3s;
opacity: 0;
visibility: hidden;
z-index: 1;
}
.tp-port-item:hover .tp-case-img {
transition: 0.3s;
}
.tp-port-item:hover .tp-case-img img {
transform: scale(1.1) rotate(-2deg);
}
.tp-port-item .tp-port-content {
position: absolute;
top: 20px;
left: 0;
right: 0;
padding: 0 40px;
visibility: hidden;
opacity: 0;
transition: 0.3s;
z-index: 2;
}
.tp-port-item:hover .tp-port-content {
top: 40px;
opacity: 1;
visibility: visible;
}
.tp-port-item:hover .tp-port-icon {
bottom: 40px;
opacity: 1;
visibility: visible;
}
.tp-port-item:hover:before {
opacity: 0.6;
visibility: visible;
}
.tp-port-icon {
position: absolute;
bottom: 20px;
left: 40px;
transition: 0.3s;
visibility: hidden;
opacity: 0;
z-index: 2;
}
.tp-port-icon a {
height: 50px;
width: 50px;
background-color: var(--tp-common-white);
border-radius: 50%;
line-height: 50px;
text-align: center;
display: inline-block;
}
.tp-port-icon a:hover {
background: var(--tp-theme-1);
color: var(--tp-common-white);
}
.port-subtitle {
font-size: 14px;
font-weight: var(--tp-fw-regular);
color: var(--tp-common-white);
}
.port-title {
font-weight: var(--tp-fw-bold);
font-size: 20px;
color: var(--tp-common-white);
}
.client-overview .col-xl-3:last-child .client-overview-item::after {
display: none;
}
.client-overview-item {
position: relative;
padding: 15px 0px;
}
.client-overview-item::after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
bottom: 0;
width: 2px;
background-color: #589caf;
height: 40px;
right: -15px;
}
.client-overview-item span {
color: var(--tp-common-white);
font-weight: 400;
font-size: 16px;
}
.client-overview-item h5 {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-white);
}
.tp-widget-category {
padding: 20px;
border: 1px solid #eaeaea;
}
.tp-widget-category ul li {
list-style-type: none;
border-bottom: 1px solid #eeee;
padding-bottom: 20px;
margin-bottom: 20px;
}
.tp-widget-category ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.tp-widget-category ul li a {
font-size: 16px;
font-weight: 500;
color: var(--tp-common-black);
}
.tp-widget-category ul li a span {
font-size: 18px;
font-weight: 700;
color: var(--tp-theme-1);
}
.overveiw-testimonial {
background-color: #f7f7f7;
padding: 50px 100px;
position: relative;
margin-top: 40px;
margin-bottom: 45px;
}
@media (max-width: 767px) {
.overveiw-testimonial {
padding: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.overveiw-testimonial {
padding-right: 50px;
padding-left: 50px;
}
}
.overveiw-testimonial .portfolio-details-content {
position: relative;
z-index: 2;
}
.overveiw-testimonial .portfolio-details-content img {
margin-bottom: 20px;
}
.overveiw-testimonial .portfolio-details-content p {
font-size: 28px;
color: var(--tp-common-black);
font-weight: 700;
line-height: 1.3;
margin-bottom: 25px;
}
.overveiw-testimonial .portfolio-details-content h5 {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-black);
}
.overveiw-testimonial .portfolio-details-content h6 {
color: #777777;
font-size: 14px;
font-weight: 400;
}
.overveiw-testimonial .testi-overview-icon {
position: absolute;
right: 50px;
top: 50px;
z-index: 1;
}
.overveiw-testimonial .testi-overview-icon i {
font-size: 190px;
color: var(--tp-common-white);
}  .client-name {
font-size: 24px;
font-weight: var(--tp-fw-bold);
color: var(--tp-common-black);
margin: 0;
}
.client-name:hover {
color: var(--tp-theme-1);
}
.client-position {
font-size: 14px;
font-weight: var(--tp-fw-bold);
color: var(--tp-theme-1);
padding-top: 10px;
display: inline-block;
}
.tp-team-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(60, 133, 153, 0.9);
border-radius: 3px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.tp-team-item:hover .tp-team-overlay {
opacity: 1;
visibility: visible;
}
.tp-team-item:hover .tp-team-img img {
transform: scale(1.1);
}
.team-overlay-icon {
position: absolute;
top: 30px;
left: 30px;
}
.team-overlay-icon a {
height: 50px;
width: 50px;
background-color: var(--tp-common-white);
display: inline-block;
text-align: center;
line-height: 50px;
border-radius: 50%;
transition: 0.4s;
}
.team-overlay-icon .team-icon-bottom {
display: flex;
top: 60px;
left: 0px;
flex-direction: column;
position: absolute;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.team-overlay-icon .team-icon-bottom a {
height: 50px;
width: 50px;
border: 2px solid #5695a4;
background-color: transparent;
display: inline-block;
text-align: center;
line-height: 50px;
border-radius: 50%;
margin-bottom: 10px;
color: #fff;
}
.team-overlay-icon .team-icon-right {
position: absolute;
transition: 0.3s;
opacity: 0;
visibility: hidden;
display: flex;
top: 0px;
left: 60px;
}
.team-overlay-icon .team-icon-right a {
height: 50px;
width: 50px;
border: 2px solid #5290a2;
background-color: transparent;
display: inline-block;
text-align: center;
line-height: 50px;
border-radius: 50%;
margin-right: 10px;
color: #fff;
}
.team-overlay-icon:hover .team-icon-bottom {
opacity: 1;
visibility: visible;
}
.team-overlay-icon:hover .team-icon-right {
opacity: 1;
visibility: visible;
}
.tp-team-space .slick-track {
margin: 0 -15px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-team-space .slick-track {
margin: 0;
}
}
.tp-team-space .slick-slide {
padding: 0 15px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-team-space .slick-slide {
padding: 0;
}
}
.team-overlay-icon .team-icon-bottom a:hover {
background: #fff;
color: var(--tp-theme-1);
border: 2px solid #fff;
}
.team-overlay-icon a:hover {
color: var(--tp-theme-1);
}
.team-slider-active button {
height: 60px;
width: 60px;
background: var(--tp-common-white);
border-radius: 50%;
position: absolute;
top: -150px;
right: 45px;
color: #222;
}
.team-slider-active button:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
}
.team-slider-active .slick-prev.slick-arrow {
right: 123px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-team-img img {
width: 100%;
}
}
.select-main {
background-color: #fff;
padding: 55px;
padding-bottom: 0;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
position: relative;
z-index: 9;
}
@media (max-width: 767px) {
.select-main {
padding: 0;
}
}
.select-text span {
font-weight: bold;
color: #222;
font-size: 18px;
}
.select-icon-main {
padding: 20px;
background-color: var(--tp-theme-1);
position: relative;
z-index: 2;
padding-bottom: 0;
}
.select-item .form-select:focus {
box-shadow: none;
}
.select-item .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 60px;
line-height: 45px;
outline: 0;
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: 100%;
}
.select-item .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;
width: 100%;
}
.select-item .nice-select .list {
width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.select-item .nice-select {
width: 310px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.select-item .nice-select {
width: 260px;
}
}
@media (max-width: 767px) {
.select-item .nice-select {
width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.select-text-size .tp-header-icon-info a {
font-size: 15px;
}
}
.progress-count {
position: absolute;
right: 13px;
top: 1px;
color: #222;
font-weight: 700;
}
.tp-progres-img {
position: relative;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-info-main {
padding-left: 0;
}
}
.team__skill-progress-item h4 {
padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-details-progressbar {
padding-bottom: 100px;
padding-right: 0;
}
}
.tp-progress-overlay {
position: absolute;
top: 0;
right: 0;
z-index: 1;
height: 100%;
width: 32%;
}
.tp-progress-overlay::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--tp-theme-1);
content: "";
opacity: 0.94;
}
.tp-progress-overlay img {
height: 100%;
}
.tp-progress .tp-about-wrapper-2 {
padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.team-member img {
width: 100%;
}
}
.progress {
border-radius: 0;
height: 10px;
}
.progress .progress-bar {
background-color: var(--tp-theme-1);
}
.team-member-info {
padding-left: 51px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team-member-info {
padding-top: 0;
padding-left: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-member-info {
padding-left: 0px;
}
}
.tp-team-details-icon {
margin-bottom: 25px;
}
.tp-team-details-icon:hover .icon-area a {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.icon-area a {
height: 50px;
width: 50px;
border-radius: 50%;
background-color: #f7f7f7;
line-height: 50px;
text-align: center;
display: inline-block;
color: var(--tp-theme-1);
transition: 0.3s;
}
.icon-area a i {
font-size: 18px;
}
.team-contact-info label {
display: block;
font-size: 14px;
font-weight: 400;
color: #777777;
}
.team-contact-info a {
font-size: 20px;
font-weight: 700;
color: var(--tp-common-black);
}
.team-contact-info a:hover {
color: var(--tp-theme-1);
}
.team-details-info h5 {
font-size: 26px;
font-weight: 700;
color: var(--tp-common-black);
margin-bottom: 25px;
}
.team-details-info p {
font-size: 18px;
color: #777777;
font-weight: 400;
margin-bottom: 40px;
}
.certifi-img {
padding-right: 20px;
margin-bottom: 15px;
}  .product__result {
margin-bottom: 30px;
}
.product__result p {
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
color: var(--tp-text-12);
margin-bottom: 0;
}
.product__result p span {
color: var(--tp-common-black);
}
.product__thumb {
position: relative;
}
.product__thumb::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(34, 34, 34, 0.377);
opacity: 0;
visibility: hidden;
}
.product__title {
color: var(--tp-heading-primary);
font-size: 18px;
font-weight: 600;
}
.product__title:hover {
color: var(--tp-theme-1);
}
.product__price {
color: #686868;
font-size: 18px;
font-weight: 700;
}
.product__filter-wrapper {
margin-bottom: 30px;
}
.product__filter-btn {
margin-right: 25px;
padding-right: 25px;
position: relative;
}
.product__filter-btn::after {
position: absolute;
content: "";
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 2px;
height: 15px;
background-color: #e7e7e7;
}
.product__filter-btn button {
font-size: 14px;
color: var(--tp-common-black);
text-transform: uppercase;
font-weight: 400;
}
.product__filter-btn button i {
margin-right: 3px;
}
.product__filter-count span {
font-size: 14px;
color: var(--tp-common-black);
text-transform: uppercase;
}
.product__filter-count .nice-select {
background-color: transparent;
border: 0;
font-size: 14px;
float: none;
height: 26px;
line-height: 26px;
padding-right: 15px;
padding-left: 4px;
}
.product__filter-count .nice-select::after {
font-size: 14px;
color: var(--tp-common-black);
margin-top: -1px;
right: 0px;
}
.product__filter-count .nice-select .current {
font-weight: 600;
}
.product__filter-style {
border: 0;
margin-left: 13px;
}
.product__filter-style .nav-link {
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
color: var(--tp-common-black);
margin-left: 17px;
}
.product__filter-style .nav-link.active {
border: 0;
color: var(--tp-theme-1);
}
.product__filter-style .nav-link.active:focus {
border: 0;
}
.product__icon {
position: absolute;
bottom: 10px;
left: 0;
opacity: 0;
right: 0;
visibility: hidden;
transition: 0.3s;
z-index: 9;
}
.product__icon a {
height: 40px;
width: 40px;
background-color: var(--tp-common-white);
line-height: 40px;
color: var(--tp-theme-1);
border-radius: 50%;
display: inline-block;
margin-right: 5px;
}
.product__icon a:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.product__item:hover .product__thumb img {
transform: scale(1.1);
}
.product__item:hover .product__thumb::after {
opacity: 1;
visibility: visible;
}
.product__item:hover .product__icon {
opacity: 1;
visibility: visible;
bottom: 30px;
}
.product-img-tabs {
display: flex;
}
.product-img-tabs .nav-links img {
opacity: 50%;
}
.product-img-tabs .nav-links.active img {
opacity: 100%;
}
.product-img-tabs .nav-tabs {
border-bottom: 0;
width: 70px;
flex-direction: column;
}
.product-img-tabs .nav-tabs .nav-item {
margin-bottom: 30px;
}
.product-img-tabs .tab-content {
margin-left: 30px;
}
.product-top {
display: flex;
}
.product-top .product-tag a {
color: var(--tp-common-white);
background-color: var(--tp-theme-1);
font-weight: 700;
font-size: 16px;
padding: 4px;
margin-right: 15px;
}
.product-top .product-rating a {
color: #ffbf14;
}
.product-top .product-review a {
color: #777777;
font-size: 14px;
font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.product-img-tabs {
margin-bottom: 50px;
}
}
.product-details-title {
font-size: 26px;
font-weight: 700;
color: var(--tp-common-black);
}
.product-price .old-price {
color: #cfcfcf;
font-size: 20px;
font-weight: 700;
text-decoration: line-through;
}
.product-price .new-price {
color: var(--tp-theme-1);
font-size: 36px;
font-weight: 700;
}
.product-paragraph p {
font-size: 16px;
color: #777777;
font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.product-paragraph p br {
display: none;
}
}
.product-quantity-wapper {
overflow: hidden;
}
.product-quantity-wapper input {
height: 60px;
border: 1px solid #e2e2e2;
padding: 0 20px;
width: 100px;
}
@media (max-width: 767px) {
.product-quantity-wapper input {
margin-top: 10px;
}
}
@media (max-width: 767px) {
.product-quantity-wapper .product-quantity-button {
margin-top: 10px;
}
}
.product-quantity-wapper .heart-icon {
border: 1px solid #e2e2e2;
padding: 16px 20px;
}
@media (max-width: 767px) {
.product-quantity-wapper .heart-icon {
margin-top: 10px;
}
}
.product-quantity-wapper .heart-icon:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.product-details-meta .sku span {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
}
.product-details-meta .sku a {
font-size: 16px;
font-weight: 400;
color: #777777;
}
.product-details-meta .categories span {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
}
.product-details-meta .categories a {
font-size: 16px;
font-weight: 400;
color: #777777;
}
.product-details-meta .tag span {
font-size: 16px;
font-weight: 700;
color: var(--tp-common-black);
}
.product-details-meta .tag a {
font-size: 16px;
font-weight: 400;
color: #777777;
}
.product-details-share span {
font-weight: 700;
font-size: 16px;
color: var(--tp-common-black);
margin-right: 10px;
}
.product-details-share a {
color: #999999;
font-size: 15px;
margin-right: 15px;
}
.product-details-share a:hover {
color: var(--tp-theme-1);
}
.product-additional-tab {
display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.product-additional-tab {
flex-wrap: wrap;
}
}
.product-additional-tab .nav-tabs {
flex-direction: column;
border-bottom: 0;
width: 260px;
flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.product-additional-tab .nav-tabs {
width: 100%;
margin-bottom: 30px;
}
}
.product-additional-tab .nav-tabs .nav-item {
margin-bottom: 10px;
list-style: none;
}
.product-additional-tab .nav-tabs .nav-item .nav-links {
font-size: 16px;
color: var(--tp-common-black);
font-weight: 700;
text-align: left;
padding: 15px 30px;
width: 100%;
border: 1px solid #ebebeb;
display: block;
}
.product-additional-tab .nav-tabs .nav-item .nav-links:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.product-additional-tab .nav-tabs .nav-item.active .nav-links {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
.tp-content-tab {
margin-left: 40px;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-content-tab {
margin-left: 0;
}
}
.tp-content-tab .tab-pane p {
color: #777777;
font-size: 16px;
font-weight: 400;
}
.shop-details-active .tp-porduct-item {
margin: 0 15px;
}
.table td {
border: 0;
padding: 15px;
}
.table .add-info {
font-size: 18px;
font-weight: 700;
}
.comments-title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: 700;
text-transform: capitalize;
}
.product-details-comment .comment-title h3 {
font-size: 24px;
color: var(--tp-common-black);
font-weight: 700;
text-transform: capitalize;
}
.product-details-comment .comment-title p {
font-size: 16px;
color: #777777;
font-weight: 400;
}
.product-details-comment .comment-rating span {
font-size: 15px;
color: #777777;
font-weight: 700;
padding-right: 5px;
}
.product-details-comment .comment-rating ul li {
display: inline-block;
}
.product-details-comment .comment-rating ul li a {
color: #ffbf14;
}
.comment-input textarea {
width: 100%;
height: 130px;
resize: none;
outline: 0;
border: 1px solid #e7e7e7;
padding: 20px;
margin-bottom: 20px;
}
.comment-input textarea:focus {
border: 1px solid #222;
}
.comment-input textarea::placeholder {
color: #777777;
font-size: 14px;
font-weight: 400;
}
.comment-input input {
width: 100%;
height: 50px;
resize: none;
outline: 0;
border: 1px solid #e7e7e7;
padding: 20px;
margin-bottom: 30px;
}
.comment-input input:focus {
border: 1px solid #222;
}
.comment-input input::placeholder {
color: #777777;
font-size: 14px;
font-weight: 400;
}
.comment-submit button {
background-color: var(--tp-theme-1);
padding: 15px 20px;
color: var(--tp-common-white);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.comment-submit button:hover {
background-color: var(--tp-common-black);
}
.latest-comments {
margin-bottom: 55px;
}
.latest-comments .comments-box {
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-bottom: 20px;
}
.latest-comments .comments-box .avatar-name h5 {
color: var(--tp-common-black);
font-weight: 700;
text-transform: uppercase;
}
.latest-comments .comments-box .comments-date span {
font-size: 14px;
color: #777777;
}
.latest-comments .comments-box .user-rating ul li {
display: inline-block;
border: 0;
}
.latest-comments .comments-box .user-rating ul li a {
color: #ffbf14;
}
.latest-comments .comments-box p {
color: #777777;
font-size: 16px;
font-weight: 400;
}
.product-details-size-table .table {
border-collapse: collapse;
}
.product-details-size-table .table thead tr {
background-color: #f4f4f4;
border: 0;
}
.product-details-size-table .table thead tr th {
border: 0;
padding: 18px;
}
.product-details-size-table .table tbody {
border: 0;
}
.product-details-size-table .table tbody tr:nth-child(2n+2) {
background-color: #f4f4f4;
}
.product__item {
position: relative;
}  .contact-bg {
padding: 50px;
}
@media (max-width: 767px) {
.contact-bg {
padding: 20px;
}
}
.contact-us {
padding-left: 80px;
padding-top: 25px;
padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact-us {
padding-left: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact-us {
padding-left: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-us {
padding-left: 0px;
}
}
@media (max-width: 767px) {
.contact-us {
padding-left: 0px;
padding-right: 0;
}
}
@media (max-width: 767px) {
.contact-map iframe {
height: 400px;
}
}
.contact__input {
position: relative;
margin-bottom: 15px;
}
.contact__input i {
font-size: 17px;
color: var(--tp-theme-1);
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 23px;
}
.contact__input input {
padding: 25px 55px;
border: 0;
height: 60px;
background-color: white;
color: #222;
font-size: 16px;
font-weight: 400;
}
.contact__input input::-webkit-input-placeholder {
color: #999;
}
.contact__input input:-moz-placeholder {
color: #999;
}
.contact__input input::-moz-placeholder {
color: #999;
}
.contact__input input:-ms-input-placeholder {
color: #999;
}
.contact__input textarea {
padding: 22px 55px;
border: 0;
background-color: white;
color: #999999;
outline: none;
resize: none;
height: 150px;
}
.contact__input textarea::placeholder {
color: #999999;
font-size: 16px;
font-weight: 400;
}
.contact__input .pen {
position: absolute;
top: 36px;
left: 23px;
}
.contact-info-item {
position: relative;
}
.contact-info-item::after {
position: absolute;
width: 1px;
background-color: #dcdcdc;
height: 150px;
content: "";
top: 0;
right: -15px;
bottom: 0;
margin: auto;
}
@media (max-width: 767px) {
.contact-info-item::after {
display: none;
}
}
.contact-info-item i {
height: 120px;
width: 120px;
background-color: var(--tp-theme-1);
border-radius: 50%;
text-align: center;
line-height: 120px;
color: var(--tp-common-white);
font-size: 50px;
margin-bottom: 40px;
}
.contact-info-item h5 {
font-weight: 700;
color: var(--tp-common-black);
font-size: 24px;
margin-bottom: 10px;
}
.contact-info-item a {
color: #777777;
font-weight: 400;
font-size: 16px;
transition: 0.3s;
}
.contact-info-item a:hover {
color: var(--tp-theme-1);
}
.contact-map iframe {
height: 570px;
width: 100%;
}
.contact-last-child .col-xl-3:last-child .contact-info-item::after {
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-last-child .col-xl-3:nth-child(2) .contact-info-item::after {
display: none;
}
}   .table-content .table > :not(:first-child) {
border-top: 0;
}
.table-content table {
background: #ffffff;
border-color: #eaedff;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
margin-bottom: 0;
}
.table-content .table > :not(:last-child) > :last-child > * {
border-bottom-color: #eaedff;
}
.table-content .product-quantity {
float: none;
}
.table-content table td.product-name {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
}
.table-content table td.product-name a:hover {
color: var(--tp-theme-1);
}
.table-content table td {
border-top: medium none;
padding: 20px 10px;
vertical-align: middle;
font-size: 16px;
}
.table-content table th, .table-content table td {
border-bottom: 1px solid #eaedff;
border-right: 1px solid #eaedff;
}
.product-quantity input {
color: #000;
font-size: 14px;
font-weight: normal;
border: 1px solid #dcdcdc;
}
.table td, .table th {
border-top: 1px solid #eaedff;
}
.product-quantity > input {
width: 80px;
text-align: center;
}
.table-content table td.product-subtotal {
font-size: 16px;
}
.table-content table td .cart-plus-minus {
float: none;
margin: 0 auto;
}
.coupon-all {
margin-top: 50px;
}
.coupon {
float: left;
}
@media (max-width: 767px) {
.coupon {
float: none;
}
}
#coupon_code {
height: 40px;
background: #F3F4F7;
padding: 0 20px;
margin-right: 10px;
border: 0;
border-radius: 4px;
}
@media (max-width: 767px) {
#coupon_code {
margin-bottom: 15px;
}
}
.coupon2 {
float: right;
}
@media (max-width: 767px) {
.coupon2 {
float: none;
margin-top: 15px;
}
}
.cart-page-total {
padding-top: 50px;
}
.cart-page-total > h2 {
font-size: 25px;
margin-bottom: 20px;
text-transform: capitalize;
}
.cart-page-total > ul {
border: 1px solid #eaedff;
}
.cart-page-total > ul > li {
list-style: none;
font-size: 15px;
color: #6f7172;
padding: 10px 30px;
border-bottom: 1px solid #eaedff;
font-weight: 400;
}
.cart-page-total ul > li > span {
float: right;
}
.cart-page-total li:last-child {
border-bottom: 0;
}
td.product-thumbnail img {
width: 125px;
}
.cart-plus,
.cart-minus {
width: 25px;
height: 30px;
border: 1px solid #e7e7e7;
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 14px;
cursor: pointer;
}
.cart-plus:hover,
.cart-minus:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
} .coupon-accordion h3 {
background-color: #f7f7f7;
border-top: 3px solid var(--tp-theme-1);
font-size: 14px;
font-weight: 400;
margin: 0 0 25px;
padding: 1em 2em 1em 3.5em;
position: relative;
width: auto;
}
.coupon-accordion h3::before {
content: "\f07b";
left: 15px;
top: 13px;
position: absolute;
color: var(--tp-theme-1);
font-family: "Font Awesome 5 Pro";
font-weight: 700;
}
.coupon-accordion span {
color: #6f7172;
cursor: pointer;
transition: 0.3s;
font-weight: 500;
}
.coupon-accordion span:hover, p.lost-password a:hover {
color: var(--tp-common-black);
}
.coupon-content {
border: 1px solid #eaedff;
display: none;
margin-bottom: 20px;
padding: 30px;
}
.coupon-info p.coupon-text {
margin-bottom: 15px;
}
.coupon-info p {
margin-bottom: 0;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
display: block;
color: #6f7172;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
color: var(--tp-theme-1);
font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
border: 1px solid #eaedff;
height: 45px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 100%;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
border-color: var(--tp-common-black);
}
.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
background: #3e976c none repeat scroll 0 0;
}
.coupon-info p.form-row input[type=checkbox] {
position: relative;
top: 2px;
}
.form-row > label {
margin-top: 15px;
color: #202435;
margin-bottom: 5px;
font-size: 14px;
}
.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
background: #252525 none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
float: left;
font-size: 12px;
font-weight: 700;
height: 40px;
line-height: 40px;
margin-right: 15px;
padding: 0 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
p.lost-password {
margin-top: 15px;
}
p.lost-password a {
color: #6f6f6f;
}
p.checkout-coupon input[type=text] {
height: 45px;
padding: 0 15px;
width: 100%;
border: 1px solid #eaedff;
margin-bottom: 15px;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
border-color: var(--tp-common-black);
}
.coupon-checkout-content {
display: none;
}
.checkbox-form h3 {
border-bottom: 1px solid #eaedff;
font-size: 26px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}
.country-select {
margin-bottom: 30px;
position: relative;
}
.country-select select {
width: 100%;
background-color: transparent;
border: 1px solid #eaedff;
padding: 0 10px;
height: 50px;
}
.country-select label, .checkout-form-list label {
color: #6f7172;
display: block;
margin: 0 0 5px;
}
.country-select label span.required, .checkout-form-list label span.required {
color: var(--tp-theme-1);
}
.country-select .nice-select {
border: 1px solid #eaedff;
height: 45px;
padding-left: 10px;
width: 100%;
color: #6f7172;
margin-bottom: 20px;
}
.country-select .nice-select .list {
width: 100%;
}
.checkout-form-list {
margin-bottom: 30px;
}
.checkout-form-list label {
color: #6f7172;
}
.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
background: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
height: 45px;
padding: 0 0 0 10px;
width: 100%;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
border-color: var(--tp-common-black);
}
.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
color: #6f7172;
opacity: 1;
}
.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
color: #6f7172;
opacity: 1;
}
.checkout-form-list input[type=checkbox] {
display: inline-block;
margin-right: 10px;
position: relative;
top: 1px;
}
.create-acc label {
color: #6f7172;
display: inline-block;
}
.create-account {
display: none;
}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
color: var(--tp-common-black);
}
.order-notes textarea {
border: 1px solid #eaedff;
height: 120px;
padding: 15px;
width: 100%;
outline: 0;
resize: none;
}
.order-notes textarea:focus {
border-color: var(--tp-common-black);
}
.order-notes textarea::-moz-placeholder {
color: #6f7172;
opacity: 1;
}
.order-notes textarea::placeholder {
color: #6f7172;
opacity: 1;
}
#ship-box-info {
display: none;
}
.panel-group .panel {
border-radius: 0;
}
.panel-default > .panel-heading {
border-radius: 0;
}
.your-order {
padding: 30px 40px 45px;
border: 3px solid #f7f7f7;
}
@media (max-width: 767px) {
.your-order {
padding: 15px;
}
}
.your-order h3 {
border-bottom: 1px solid #eaedff;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}
.your-order-table table {
background: none;
border: 0;
width: 100%;
}
.your-order-table table th, .your-order-table table td {
border-bottom: 1px solid #eaedff;
border-right: medium none;
color: #6f7172;
font-size: 14px;
padding: 15px 0;
text-align: left;
}
@media (max-width: 767px) {
.your-order-table table th, .your-order-table table td {
padding-right: 10px;
}
}
.your-order-table table th {
border-top: medium none;
color: #6f7172;
font-weight: normal;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width: 250px;
}
.panel-body > p {
color: #222;
}
.your-order-table table .shipping ul li {
list-style: none;
}
.your-order-table table .shipping ul li input {
position: relative;
top: 2px;
}
.your-order-table table .shipping ul li label {
color: #6f7172;
}
.your-order-table table .shipping th {
vertical-align: top;
}
.your-order-table table .order-total th {
border-bottom: 0;
font-size: 14px;
}
.your-order-table table .order-total td {
border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
background: #F9F9F9;
}
.your-order-table table tr.order-total td span {
color: var(--tp-common-black);
font-size: 18px;
font-weight: 500;
}
.payment-method {
margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
background-color: #fff;
border: 0;
border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
font-size: 16px;
font-weight: 500;
color: var(--tp-common-black);
padding: 23px 0;
border: none;
}
.payment-method .accordion-button:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.payment-method .accordion-button::after {
position: absolute;
content: "\f067";
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-family: var(--tp-ff-fontawesome);
font-size: 16px;
font-weight: 400;
margin-left: 0;
background-image: none;
color: var(--tp-theme-1);
}
.payment-method .accordion-button:not(.collapsed) {
color: var(--tp-common-black);
background-color: var(--tp-common-white);
box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
content: "\f068";
}
.payment-method .accordion-body {
padding: 8px 0;
padding-bottom: 40px;
}
.payment-method .accordion-collapse {
border: none;
}
.panel-title > a {
display: block;
}
.order-button-payment input {
background: #232323 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 15px;
font-weight: 600;
height: 40px;
margin: 0px 0 0;
padding: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.order-button-payment input:hover {
background: #3e976c none repeat scroll 0 0;
}
.payment-method .btn-link {
-moz-user-select: none;
background: no-repeat;
border: medium none;
border-radius: 0;
color: #444;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 0;
padding: 3px 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
}
.payment-method .card {
background-color: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
margin-bottom: 10px;
}
.payment-method .accordion .card:first-of-type {
border: 1px solid #eaedff;
}
.card-header:first-child {
border-radius: 0;
}
.payment-method .card-header {
background-color: #ffffff;
border-bottom: 1px solid #eaedff;
}
.order-button-payment button {
width: 100%;
}  .footer-widget-2 .footer-widget-title {
color: black;
}
.footer-widget-2 .footer-link {
color: #3c8599;
border-bottom: 1px solid #3c8599;
font-weight: 700;
}
.footer-widget-2 .footer-link i {
padding-left: 15px;
}
.footer-widget-title {
color: #fff;
font-size: 16px;
margin-bottom: 30px;
}
.footer-widget p {
color: #aeaeae;
}
.footer-widget ul {
overflow: hidden;
}
.footer-widget ul li {
margin-bottom: 8px;
color: #aeaeae;
list-style: none;
width: 100%;
float: left;
transition: 0.3s;
}
.footer-widget ul li:last-child {
margin-bottom: 0;
}
.footer-widget ul li:hover a {
color: var(--tp-theme-1);
}
.footer-widget ul li::before {
content: "\f105";
font-family: var(--tp-ff-fontawesome);
margin-right: 8px;
display: inline-block;
transform: translateY(1px);
}
.footer-widget ul li:hover::before {
color: var(--tp-theme-1);
}
.footer-col-2 {
padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-col-2 {
padding-left: 0px;
}
}
.footer-col-3 {
padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-col-3 {
padding-left: 0px;
}
}
.footer-col-4 {
padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-col-4 {
padding-left: 0px;
}
}
.footer-subscribe {
position: relative;
}
.footer-subscribe input {
width: 100%;
height: 50px;
padding: 0 20px;
padding-right: 20px;
background: #1a1a1a;
border: 0;
color: #ddd;
padding-right: 70px;
}
.footer-widget-2 .footer-subscribe input {
background-color: #efefef;
color: var(--tp-theme-1);
}
.footer-widget-2 .footer-subscribe input::placeholder {
color: var(--tp-theme-1);
}
.footer-subscribe button {
position: absolute;
background: #3c8599;
width: 60px;
height: 100%;
color: #fff;
right: 0;
top: 0;
}
.footer-subscribe input::-moz-placeholder {
color: #737373;
font-size: 14px;
opacity: 1;
}
.footer-subscribe input::placeholder {
color: #737373;
font-size: 14px;
opacity: 1;
}
.footer-social a {
margin-right: 20px;
font-size: 14px;
height: 30px;
width: 30px;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 50%;
background-color: transparent;
transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.footer-social a {
margin-right: 14px;
}
}
.footer-social a:hover {
background-color: var(--tp-theme-1);
color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-social a {
margin-right: 8px;
}
}
.copyright-text p {
color: #fff;
margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.copyright-text p {
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.copyright-text p {
margin-bottom: 5px;
}
}
.footer-menu ul li {
display: inline-block;
color: #fff;
margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-menu ul li {
margin-left: 0;
margin-right: 20px;
}
}
@media (max-width: 767px) {
.footer-menu ul li {
margin-left: 0;
margin-right: 20px;
}
}
.theme-white {
padding: 25px 40px;
box-shadow: -16px 0px 32px 0px rgba(0, 0, 0, 0.04);
padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.theme-white {
padding-left: 0;
}
}
@media (max-width: 767px) {
.theme-white {
padding: 10px;
padding-top: 20px;
}
}
@media (max-width: 767px) {
.tp-footer-logo {
margin-bottom: 15px;
}
}
.tp-footer-social a {
color: #222;
height: 50px;
width: 50px;
border-radius: 50%;
line-height: 50px;
background-color: #f1f1f1;
display: inline-block;
text-align: center;
margin-right: 10px;
transition: 0.3s;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.tp-footer-social a {
margin-right: 2px;
}
}
.tp-footer-social :hover {
background-color: var(--tp-theme-1);
color: #fff;
}
.tp-footer-btn {
background-color: var(--tp-theme-1);
display: inline-block;
height: 100%;
position: absolute;
padding: 0 25px;
top: 0;
right: 0;
}
.tp-footer-btn .tp-f-text {
font-size: 12px;
font-weight: 700;
color: var(--tp-common-white);
line-height: 1;
}
.tp-footer-btn .tp-f-icon {
color: var(--tp-common-white);
padding-top: 20px;
line-height: 1;
font-size: 45px;
}
.footer-widget-area-2 {
margin-top: -50px;
}
.footer-area-white .footer-widget p {
color: #777;
}
.footer-area-white .footer-widget ul li {
margin-bottom: 8px;
color: #777;
list-style: none;
width: 50%;
float: left;
transition: 0.3s;
}