@charset "UTF-8";

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&amp;display=swap");
.product__thumb img, .product__details-thumb-nav .nav-link::after, .product__details-tab-nav .tp-tab-line, .tp-product-cart button, .tp-visa-offer-thumb img, .tp-visa-details-info span, .tp-offer-title, .tp-contact-form input, .tp-contact-3-help a, .tp-contact-social a, .tp-team-content, .tp-team-icon::before, .tp-countries-thumb::after, .tp-countries-visit-icon span, .tp-countries-visit-btn a, .tp-service-item::after, .tp-service-item-btn, .tp-service-2-item::before, .tp-service-2-icon span, .tp-service-2-content .tp-service-item-btn a, .tp-service-details-share span, .tp-counter-icon span::after, .tp-support-tab .nav-item .nav-link::after, .tp-categories-icon i, .tp-categories-thumb::after, .tp-categories-thumb::before, .tp-categories-shape, .tp-categories-btn a, .tp-categories-2-btn a i, .tp-categories-2-btn a b, .tp-categories-3-btn a, .tp-about-icon i, .tp-about-icon-2 i, .tp-features-item, .tp-features-item-btn a i, .tp-features-item-btn a b, .tp-features-item-btn span, .tp-features-item .shape, .tp-hero-video a span, .tp-footer-widget-content ul li, .tp-footer-widget-content ul li::after, .tp-postbox-nav button, .tp-blog-thumb::before, .tp-blog-date span, .mean-container .mean-nav ul li > a.mean-expand i, .tp-main-menu ul li.has-dropdown > a::after, .tp-header-2-right-cart button, .tp-header-2-right-cart button i, .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-accordion .accordion-button .tp-accordion-plus, .tp-accordion .accordion-button .tp-accordion-plus::after, .tp-accordion .accordion-button .tp-accordion-plus::before, .tp-btn, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}




@font-face {
  font-family: madeevolve;
  src: url('../font/MADE Evolve Sans Light (PERSONAL USE).otf');
}








.tp-theme-toggle-main span svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

:root {
/**
@font family declaration
*/
--tp-ff-body:'madeevolve';
--tp-ff-heading:'madeevolve';
--tp-ff-p:'madeevolve';
--tp-ff-fontawesome:"Font Awesome 6 Pro";
/**
@color declaration
*/
--tp-common-white: #ffffff;
--tp-common-black: #000;
--tp-common-gray: #f4f4f4;
--tp-theme-primary: #0a6cff;
--tp-theme-secondary: #0a6cff;
--tp-theme-1: #050c26;
--tp-heading-primary: #131313;
--tp-heading-secondary: #16243E;
--tp-text-body: #727272;
--tp-text-1: #67687A;
--tp-text-2: #757474;
--tp-border-primary: #EAEBED;
--tp-border-secondary: #efefef;
--tp-border-1: #e6ebf0;}

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

/*---------------------------------
typography css start 
---------------------------------*/
body {font-family: var(--tp-ff-body);font-size: 14px;font-weight: normal;color: var(--tp-text-body);line-height: 26px;overflow-x: hidden;}

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: 500;
line-height: 1.2;
-webkit-transition: color 0.3s 0s ease-out;
-moz-transition: color 0.3s 0s ease-out;
-ms-transition: color 0.3s 0s ease-out;
-o-transition: color 0.3s 0s ease-out;
transition: color 0.3s 0s ease-out;
}

h1 {
font-size: 40px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 28px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 16px;
}

ul {
margin: 0px;
padding: 0px;
}

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

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}

a:focus,
.button:focus {
text-decoration: none;
outline: none;
}

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

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

button:hover {
cursor: pointer;
}

button:focus {
outline: 0;
}

.uppercase {
text-transform: uppercase;
}

.capitalize {
text-transform: capitalize;
}

input[type=text],

input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
outline: none;
background-color: #fff;
height: 56px;
width: 100%;
line-height: 56px;
font-size: 14px;
color: var(--tp-common-black);
padding-left: 26px;
padding-right: 26px;
border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
opacity: 0;
}

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

input[type=color] {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: 0;
cursor: pointer;
height: 100%;
width: 100%;
padding: 0;
border-radius: 50%;
}

*::-moz-selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}

::-moz-selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}

::selection {
background: var(--tp-common-black);
color: var(--tp-common-white);
text-shadow: none;
}

*::-moz-placeholder {
color: var(--tp-common-black);
font-size: 14px;
opacity: 1;
}

*::placeholder {
color: var(--tp-common-black);
font-size: 14px;
opacity: 1;
}

/*---------------------------------
1.2 Common Classes
---------------------------------*/
.w-img img {
width: 100%;
}

.m-img img {
max-width: 100%;
}

.fix {
overflow: hidden;
}

.clear {
clear: both;
}

.z-index-1 {
z-index: 1;
}

.z-index-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;
}

.demo {
-webkit-transition: color 0.3s 0s linear;
-moz-transition: color 0.3s 0s linear;
-ms-transition: color 0.3s 0s linear;
-o-transition: color 0.3s 0s linear;
transition: color 0.3s 0s linear;
-webkit-transition: color 0.3s linear, transform 0.2s ease;
-moz-transition: color 0.3s linear, transform 0.2s ease;
-ms-transition: color 0.3s linear, transform 0.2s ease;
-o-transition: color 0.3s linear, transform 0.2s ease;
transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
margin-left: 0;
margin-right: 15px;
}
div.demo img {
margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
color: yellow;
}

.cursor {
position: fixed;
top: 0;
left: 0;
width: 10px;
height: 10px;
transform: translate(-50%, -50%);
background-color: #172B4D;
border-radius: 50%;
pointer-events: none;
}

/* dropcap */
.tp-onepage-menu li .active {
color: var(--tp-theme-primary);
}

.class {
stroke-dasharray: 189px, 191px;
stroke-dashoffset: 0px;
}

.popup-video span {
position: relative;
}
.popup-video span::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 115%;
height: 115%;
border-radius: 50%;
transform: translate(-30%, -30%);
border: 1px solid rgb(196, 204, 230);
animation: borderanimate 2s linear infinite;
-webkit-animation-delay: 0s;
animation-delay: 0s;
z-index: 1;
}

/* gutter for x axis */
.tp-gx-20 {
--bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-20 {
--bs-gutter-x: 15px;
}
}
@media (max-width: 575px) {
.tp-gx-20 {
--bs-gutter-x: 10px;
}
}
.tp-gx-20 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
--bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-30 {
--bs-gutter-x: 15px;
}
}
@media (max-width: 575px) {
.tp-gx-30 {
--bs-gutter-x: 10px;
}
}
.tp-gx-30 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
--bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-gx-40 {
--bs-gutter-x: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-gx-40 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-gx-40 {
--bs-gutter-x: 30px;
}
}
@media (max-width: 575px) {
.tp-gx-40 {
--bs-gutter-x: 15px;
}
}
.tp-gx-40 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
.container-large {
max-width: 1812px;
}
}
.tp-shine {
position: relative;
}
.tp-shine:after {
background: rgba(255, 255, 255, 0.3);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
opacity: 1;
z-index: 9;
pointer-events: none;
}
.tp-shine:hover:after {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}

/*---------------------------------
1.3 Default Spacing
---------------------------------*/
.pt-280 {
padding-top: 280px;
}

.pt-220 {
padding-top: 220px;
}

.pt-235 {
padding-top: 235px;
}

.pb-210 {
padding-bottom: 210px;
}

.pb-220 {
padding-bottom: 220px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
position: fixed;
right: 50px;
bottom: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50%;
z-index: 99;
opacity: 0;
visibility: hidden;
}
@media (max-width: 575px) {
.back-to-top-wrapper {
right: 20px;
bottom: 20px;
}
}
.back-to-top-wrapper.back-to-top-btn-show {
visibility: visible;
opacity: 1;
bottom: 50px;
}

.back-to-top-btn {
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
border-radius: 50%;
background: var(--tp-theme-secondary);
color: var(--tp-common-white);
box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.back-to-top-btn:hover {
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
-ms-transform: translateY(-4px);
-o-transform: translateY(-4px);
transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
position: fixed;
top: 50%;
left: 0;
width: 240px;
background-color: #fff;
border: 1px solid #EAEAEF;
-webkit-transform: translateY(-50%) translateX(-100%);
-moz-transform: translateY(-50%) translateX(-100%);
-ms-transform: translateY(-50%) translateX(-100%);
-o-transform: translateY(-50%) translateX(-100%);
transform: translateY(-50%) translateX(-100%);
z-index: 991;
direction: ltr;
border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
opacity: 1;
}
.tp-theme-settings-open {
position: absolute;
top: -1px;
left: 100%;
}
.tp-theme-settings-open button {
background-color: var(--tp-common-white);
border: 1px solid #EAEAEF;
border-left: 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 24px;
color: var(--tp-common-black);
position: relative;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
display: inline-block;
-webkit-animation: tp-theme-setting-spin 4s linear infinite;
-moz-animation: tp-theme-setting-spin 4s linear infinite;
-ms-animation: tp-theme-setting-spin 4s linear infinite;
-o-animation: tp-theme-setting-spin 4s linear infinite;
animation: tp-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes tp-theme-setting-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes tp-theme-setting-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes tp-theme-setting-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tp-theme-setting-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tp-theme-settings-close {
display: inline-block;
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%);
opacity: 0;
}
.tp-theme-header-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 30px;
}
.tp-theme-wrapper {
padding: 20px 30px 30px;
}
.tp-theme-toggle {
text-align: center;
}
.tp-theme-toggle-main {
display: inline-block;
width: 74px;
margin: auto;
position: relative;
z-index: 1;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 5px;
border-radius: 100px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
display: inline-block;
width: 26px;
height: 26px;
line-height: 26px;
color: #D9D9D9;
}
.tp-theme-toggle-light.active, .tp-theme-toggle-dark.active {
color: var(--tp-common-black);
}
.tp-theme-toggle input {
display: none;
}
.tp-theme-toggle:hover {
cursor: pointer;
}
.tp-theme-toggle label {
color: var(--tp-common-white);
font-size: 14px;
font-weight: 500;
}
.tp-theme-toggle label:hover {
cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
position: absolute;
top: 50%;
right: 4px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
height: 26px;
color: var(--tp-common-black);
background-color: var(--tp-common-white);
border-radius: 30px;
-webkit-transform: translate3d(0, 0);
transform: translate3d(0, 0);
-webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
z-index: -1;
}
.tp-theme-dir {
text-align: center;
}
.tp-theme-dir-main {
display: inline-block;
width: 160px;
margin: auto;
position: relative;
z-index: 1;
background-color: #f0f0f5;
padding: 4px;
border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
display: inline-block;
width: 48%;
height: 26px;
line-height: 26px;
}
.tp-theme-dir input {
display: none;
}
.tp-theme-dir:hover {
cursor: pointer;
}
.tp-theme-dir label {
color: var(--tp-common-black);
font-size: 14px;
font-weight: 500;
}
.tp-theme-dir label:hover {
cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
right: calc(50% - 4px);
}
.tp-theme-dir-slide {
position: absolute;
top: 50%;
right: 4px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
height: 26px;
color: var(--tp-common-black);
background-color: var(--tp-common-white);
border-radius: 30px;
-webkit-transform: translate3d(0, 0);
transform: translate3d(0, 0);
-webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
-o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
z-index: -1;
}
.tp-theme-color-item.active button::before {
opacity: 1;
visibility: visible;
}
.tp-theme-color-btn {
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
position: relative;
}
.tp-theme-color-btn::before {
position: absolute;
content: "\f00c";
font-weight: 600;
font-family: var(--tp-ff-fontawesome);
color: var(--tp-common-white);
font-size: 16px;
left: 50%;
top: 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%);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
opacity: 0;
visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
background-color: #AB6C56;
color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
background-color: #ED212C;
}
.tp-theme-color-input {
margin-top: 15px;
}
.tp-theme-color-input h6 {
font-size: 14px;
font-weight: 600;
margin-bottom: 5px;
}
.tp-theme-color-input label {
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
background-color: var(--tp-theme-1);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-theme-color-input label:hover {
cursor: pointer;
}
.tp-theme-color-input input {
display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {position: relative;display: inline-block;padding: 11px 41px;font-weight: 700;font-size: 14px;background: #727272;color: var(--tp-common-white);overflow: hidden;border-radius: 50px;}
.tp-btn i {
transform: translateY(1px);
margin-left: 6px;
}
.tp-btn::after {
position: absolute;
content: "";
top: 0;
left: -75%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(25deg);
}
.tp-btn:hover {
color: var(--tp-common-white);
}
.tp-btn:hover::after {
animation: shine 800ms;
}
.tp-btn:focus {
color: var(--tp-common-white);
}

/* hamburger btn */
.tp-hamburger-btn {
height: 16px;
width: 22px;
line-height: 16px;
cursor: pointer;
position: relative;
display: inline-block;
}
.tp-hamburger-btn span {
background: var(--tp-common-black);
border-radius: 3px;
content: "";
position: absolute;
width: 22px;
height: 2px;
left: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before, .tp-hamburger-btn span::after {
background: var(--tp-common-black);
border-radius: 3px;
content: "";
position: absolute;
width: 10px;
height: 2px;
margin-top: 13px;
left: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before {
margin-top: -7px;
}
.tp-hamburger-btn span::after {
margin-top: 7px;
width: 13px;
}
.tp-hamburger-btn.active span {
background: transparent;
}
.tp-hamburger-btn.active span::before {
margin-top: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.tp-hamburger-btn.active span::after {
margin-top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tp-hamburger-btn-white span {
background-color: var(--tp-common-white);
}
.tp-hamburger-btn-white span::after, .tp-hamburger-btn-white span::before {
background-color: var(--tp-common-white);
}

.play-btn {
position: relative;
height: 103px;
width: 103px;
line-height: 103px;
text-align: center;
display: inline-block;
border-radius: 50%;
font-size: 32px;
font-weight: 900;
z-index: 1;
color: var(--tp-text-1);
background: var(--tp-common-white);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.play-btn {
height: 90px;
width: 90px;
line-height: 90px;
font-size: 25px;
}
}
.play-btn:hover {
transform: scale(1.05);
}

.hamburger-btn {
width: 34px;
height: 24px;
border: 0;
outline: 0;
text-align: end;
background: transparent;
transform: translateY(-20%);
}
.hamburger-btn span {
display: inline-block;
position: absolute;
left: 0;
background: var(--tp-theme-primary);
height: 2px;
width: 25px;
opacity: 1;
z-index: 1;
border-radius: 10px;
transition: 0.3s ease;
}
.hamburger-btn span:nth-child(1) {
top: 0;
}
.hamburger-btn span:nth-child(2) {
top: 10px;
width: 14px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.hamburger-btn span:nth-child(3) {
top: 20px;
right: 0;
left: auto;
}
.hamburger-btn:hover span:nth-child(1) {
left: 10px;
}
.hamburger-btn:hover span:nth-child(3) {
right: 10px;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-moz-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-ms-keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes tp-pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple2 {
70% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-moz-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-ms-keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes tp-pulse-2 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-moz-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-ms-keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@keyframes tp-shake {
10%, 90% {
-webkit-transform: translate3d(-1px, 0, 0);
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(2px, 0, 0);
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-4px, 0, 0);
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
}
@-webkit-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-moz-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-ms-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-webkit-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tp-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-moz-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-ms-keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes tp-mobile-view {
0%, 10% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
50%, 60% {
-webkit-transform: translateY(-57%);
-moz-transform: translateY(-57%);
-ms-transform: translateY(-57%);
-o-transform: translateY(-57%);
transform: translateY(-57%);
}
90%, 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
}
@-webkit-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-moz-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-ms-keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@keyframes tp-svg-line {
100% {
stroke-dashoffset: 350;
}
}
@-webkit-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@-moz-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@-ms-keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@keyframes tp-border-loader {
0% {
stroke-dashoffset: -356px;
stroke-dasharray: 356px, 366px;
}
95% {
stroke-dashoffset: 0;
stroke-dasharray: 356px, 366px;
}
100% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 366px;
}
}
@keyframes effectPlay {
70% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes borderanimate {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes borderanimate {
0% {
transform: translate(-50%, -50%) scale(0.9);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-moz-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@-ms-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@-webkit-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: -150px;
}
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
}
}
/* 04. ========= btn-arrow-animation ========== */
@-webkit-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-moz-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-ms-keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@keyframes tfLeftToRight {
49% {
transform: translateX(30%);
}
50% {
opacity: 0;
transform: translateX(-30%);
}
100% {
opacity: 1;
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@-moz-keyframes shine {
100% {
left: 125%;
}
}
@-ms-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
@keyframes tp-line-dash {
100% {
stroke-dashoffset: 0;
}
}
@keyframes hoverfilter {
0% {
filter: brightness(100%) blur(0px);
}
25% {
filter: brightness(125%) blur(2px);
}
100% {
filter: brightness(100%) blur(0px);
}
}
@keyframes updown-two {
0% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
@-webkit-keyframes transform {
0% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
90% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
}
@-moz-keyframes transform {
0% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
90% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
}
@-ms-keyframes transform {
0% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
90% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes transform {
0% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
90% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
}
@-webkit-keyframes tp-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes tp-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes tptranslateX2 {
0% {
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
transform: translateX(-30px);
}
100% {
-webkit-transform: translatXY(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes tpswing {
0% {
transform: rotate(3deg);
}
100% {
transform: rotate(-3deg);
}
}
@-moz-keyframes tpswing {
0% {
transform: rotate(3deg);
}
100% {
transform: rotate(-3deg);
}
}
@-ms-keyframes tpswing {
0% {
transform: rotate(3deg);
}
100% {
transform: rotate(-3deg);
}
}
@keyframes tpswing {
0% {
transform: rotate(3deg);
}
100% {
transform: rotate(-3deg);
}
}
@keyframes circle-animations {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
@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: 90%;
}
}
#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%);
}

.tp-preloader-logo {
width: 180px;
height: 180px;
line-height: 180px;
position: relative;
text-align: center;
margin: auto;
}
.tp-preloader-circle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tp-preloader-circle svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-animation: tp-rotate 5s linear infinite;
-moz-animation: tp-rotate 5s linear infinite;
-ms-animation: tp-rotate 5s linear infinite;
-o-animation: tp-rotate 5s linear infinite;
animation: tp-rotate 5s linear infinite;
}
.tp-preloader-circle svg circle:last-child {
stroke: var(--tp-theme-primary);
stroke-dashoffset: 0;
stroke-dasharray: 1128, 3150;
-webkit-animation: tp-loading 4s linear infinite;
-moz-animation: tp-loading 4s linear infinite;
-ms-animation: tp-loading 4s linear infinite;
-o-animation: tp-loading 4s linear infinite;
animation: tp-loading 4s linear infinite;
transform-origin: center center;
}
@-webkit-keyframes tp-loading {
0% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 3150;
}
100% {
stroke-dashoffset: -1131;
stroke-dasharray: 1128, 3138;
}
}
@-moz-keyframes tp-loading {
0% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 3150;
}
100% {
stroke-dashoffset: -1131;
stroke-dasharray: 1128, 3138;
}
}
@-ms-keyframes tp-loading {
0% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 3150;
}
100% {
stroke-dashoffset: -1131;
stroke-dasharray: 1128, 3138;
}
}
@keyframes tp-loading {
0% {
stroke-dashoffset: 0;
stroke-dasharray: 0, 3150;
}
100% {
stroke-dashoffset: -1131;
stroke-dasharray: 1128, 3138;
}
}
@-webkit-keyframes tp-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes tp-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes tp-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tp-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tp-preloader-content {
text-align: center;
}
.tp-preloader-title {
font-size: 100px;
font-weight: 500;
line-height: 1;
margin-bottom: 0px;
}
@media (max-width: 575px) {
.tp-preloader-title {
font-size: 70px;
}
}
.tp-preloader-subtitle {
font-size: 16px;
margin-bottom: 0;
color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
background-color: var(--tp-grey-1);
}

.grey-bg-2 {
background-color: var(--tp-grey-2);
}

.grey-bg-5 {
background-color: var(--tp-grey-5);
}

.grey-bg-6 {
background-color: var(--tp-grey-6);
}

.grey-bg-7 {
background-color: var(--tp-grey-7);
}

.grey-bg-8 {
background-color: var(--tp-grey-8);
}

.grey-bg-9 {
background-color: var(--tp-grey-9);
}

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

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

.khaki-bg {
background-color: var(--tp-khaki-1);
}

.green-dark-bg {
background-color: var(--tp-green-dark);
}

.theme-bg {
background-color: var(--tp-theme-primary);
}

[data-bg-color=footer-bg-grey] {
background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
padding-left: 7px;
padding-right: 17px;
}
.tp-range-slider .noUi-target {
background-color: #191C3C;
border-radius: 12px;
border: 0;
box-shadow: none;
}
.tp-range-slider .noUi-connect {
background-color: var(--tp-theme-primary);
}
.tp-range-slider .noUi-horizontal {
height: 6px;
}
.tp-range-slider .noUi-handle {
height: 24px;
width: 24px;
background-color: var(--tp-theme-primary);
border-radius: 50%;
border: 4px solid var(--tp-common-white);
box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
top: -9px;
}
.tp-range-slider .noUi-handle:hover {
cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
display: none;
}
.tp-range-slider-dark .noUi-handle {
border: 4px solid #2D314B;
}

.tp-horizontal-slider {
-webkit-animation: horizonalSlide 10s linear infinite;
animation: horizonalSlide 10s linear infinite;
}

@-webkit-keyframes horizonalSlide {
100% {
-webkit-transform: translate3d(-50%, 0%, 0);
transform: translate3d(-50%, 0%, 0);
}
}
@-moz-keyframes horizonalSlide {
100% {
-webkit-transform: translate3d(-50%, 0%, 0);
transform: translate3d(-50%, 0%, 0);
}
}
@-ms-keyframes horizonalSlide {
100% {
-webkit-transform: translate3d(-50%, 0%, 0);
transform: translate3d(-50%, 0%, 0);
}
}
@keyframes horizonalSlide {
100% {
-webkit-transform: translate3d(-50%, 0%, 0);
transform: translate3d(-50%, 0%, 0);
}
}
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select::after {
position: absolute;
content: "\f107";
top: 50%;
right: 0;
font-family: var(--tp-ff-fontawesome);
color: var(--tp-common-black);
font-weight: 500;
pointer-events: none;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
margin-top: 0;
transform-origin: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.nice-select.open::after {
-webkit-transform: translateY(-50%) rotate(-180deg);
-moz-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
-o-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled::after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small::after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}

.no-csspointerevents .nice-select .list {
display: none;
}

.no-csspointerevents .nice-select.open .list {
display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
position: fixed;
left: 0;
top: 0;
width: 400px;
height: 100%;
-webkit-transform: translateX(calc(-100% - 80px));
-moz-transform: translateX(calc(-100% - 80px));
-ms-transform: translateX(calc(-100% - 80px));
-o-transform: translateX(calc(-100% - 80px));
transform: translateX(calc(-100% - 80px));
background: var(--tp-common-white) none repeat scroll 0 0;
transition: all 0.4s ease-in-out;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.offcanvas__area {
right: 0;
left: auto;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.offcanvas__area.home-2-pos {
right: 0;
left: auto;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
}
}
.offcanvas__area.home-3-pos {
right: 0;
left: auto;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
}
.offcanvas__area::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
@media (max-width: 575px) {
.offcanvas__area {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.offcanvas__top {
margin-bottom: 30px;
}
}
.offcanvas__wrapper {
position: relative;
padding: 40px;
z-index: 999;
min-height: 100%;
}
@media (max-width: 575px) {
.offcanvas__wrapper {
padding: 30px;
}
}
.offcanvas__close {
position: absolute;
top: 35px;
right: 30px;
}
@media (max-width: 575px) {
.offcanvas__close {
right: 20px;
top: 20px;
}
}
.offcanvas__close-btn {
position: relative;
display: inline-block;
font-size: 16px;
height: 44px;
width: 44px;
line-height: 40px;
background-color: var(--tp-common-gray);
color: var(--tp-text-1);
}
.offcanvas__close-btn svg {
position: relative;
z-index: 2;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
}
.offcanvas__close-btn:hover {
background: var(--tp-theme-primary);
}
.offcanvas__close-btn:hover svg {
color: var(--tp-common-white);
transform: rotate(45deg);
}
.offcanvas__inner h4 {
font-family: var(--tp-ff-space);
font-size: 24px;
color: var(--tp-common-white);
line-height: 1.3;
margin-bottom: 15px;
}
.offcanvas__inner p {
font-family: var(--tp-ff-inter);
font-size: 16px;
line-height: 22px;
color: var(--tp-common-white);
margin-bottom: 30px;
}
.offcanvas__inner > img {
margin-bottom: 30px;
}
.offcanvas__menu ul li {
list-style: none;
margin-bottom: 10px;
}
.offcanvas__menu ul li:last-child {
margin-bottom: 0;
}
.offcanvas__menu ul li a {
font-weight: 700;
font-size: 20px;
color: var(--tp-common-black);
}
.offcanvas__menu ul li:hover > a {
color: var(--tp-theme-primary);
}
.offcanvas__text p {
font-family: var(--tp-ff-inter);
font-weight: 400;
font-size: 14px;
line-height: 1.7;
letter-spacing: 0.01em;
color: var(--tp-common-black-4);
margin-bottom: 25px;
}
.offcanvas__contact {
margin-bottom: 30px;
}
.offcanvas__contact-content {
margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
color: var(--tp-theme-primary);
margin-right: 10px;
}
.offcanvas__contact-content-content a {
font-size: 16px;
}
.offcanvas__social {
margin-bottom: 22px;
padding-bottom: 40px;
}
.offcanvas__social .icon {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: transparent;
color: var(--tp-common-white);
margin-right: 5px;
transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon.facebook {
background-color: #4661C5;
}
.offcanvas__social .icon.twitter {
background-color: #4CCEF9;
}
.offcanvas__social .icon.youtube {
background-color: #FF0000;
}
.offcanvas__social .icon.linkedin {
background-color: #0072b1;
}
.offcanvas__social .icon:hover {
transform: translateY(-8px);
}
.offcanvas__title {
font-size: 24px;
color: #1b1d21;
font-weight: 700;
margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.offcanvas__popup {
display: none;
}
}
.offcanvas__popup p {
margin-bottom: 20px;
}
.offcanvas__popup-gallery {
margin-bottom: 30px;
}
.offcanvas__popup-gallery a {
margin: 5px 3px;
display: inline-block;
}
.offcanvas__popup-gallery a img {
height: 100px;
max-width: 100px;
object-fit: cover;
}
.offcanvas__info-item {
margin-bottom: 38px;
}
.offcanvas__info-item-title {
font-family: var(--tp-ff-space);
font-weight: 700;
font-size: 18px;
color: var(--tp-common-white);
margin-bottom: 12px;
}
.offcanvas__info-item p {
font-size: 16px;
color: var(--tp-text-16);
margin-bottom: 0;
line-height: 22px;
}
.offcanvas__info-item p a:hover {
color: var(--tp-theme-primary);
}

.cartmini__area {
position: fixed;
right: 0;
left: auto;
width: 400px;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
background: var(--tp-common-white) none repeat scroll 0 0;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.cartmini__area {
right: 0;
left: auto;
-webkit-transform: translateX(calc(100% + 80px));
-moz-transform: translateX(calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
}
}
.cartmini__area::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__area.cartmini-opened {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
@media (max-width: 575px) {
.cartmini__area {
width: 100%;
}
}
.cartmini__wrapper {
position: relative;
padding: 40px;
z-index: 999;
min-height: 100%;
}
@media (max-width: 575px) {
.cartmini__wrapper {
padding: 30px;
}
}
.cartmini__close {
position: absolute;
top: 35px;
right: 30px;
}
@media (max-width: 575px) {
.cartmini__close {
right: 20px;
top: 20px;
}
}
.cartmini__close-btn {
position: relative;
display: inline-block;
font-size: 16px;
height: 44px;
width: 44px;
line-height: 40px;
background-color: #f5f5f5;
color: var(--tp-text-1);
z-index: 2;
}
.cartmini__close-btn::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 10px;
background: var(--tp-gradient-primary);
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
z-index: 0;
}
.cartmini__close-btn svg {
position: relative;
z-index: 2;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
}
.cartmini__close-btn:hover::after {
opacity: 1;
}
.cartmini__close-btn:hover svg {
color: var(--tp-theme-primary);
transform: rotate(45deg);
}

/*----------------------------------------
Body Overlay 
-----------------------------------------*/
.body-overlay {
background-color: var(--tp-common-black);
height: 100%;
width: 100%;
position: fixed;
top: 0;
z-index: 99;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
opacity: 0.7;
visibility: visible;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.breadcrumb__area {
padding-top: 130px;
padding-bottom: 130px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.breadcrumb__area {
padding-top: 120px;
padding-bottom: 120px;
}
}
.breadcrumb__bg {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.breadcrumb__bg {
left: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.breadcrumb__bg {
top: 0;
}
}
.breadcrumb__title {
font-weight: 800;
font-size: 50px;
margin-bottom: 0;
color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.breadcrumb__title {
font-size: 40px;
}
}
.breadcrumb__list span {
font-weight: 400;
font-size: 16px;
color: var(--tp-common-white);
}
.breadcrumb__list span:not(:last-of-type) {
margin-right: 5px;
}
.breadcrumb__list span a:hover {
color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
background-color: transparent;
border: 0;
border-bottom: 1px solid rgba(var(--tp-common-black), 1);
}
.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-item.home {
margin-bottom: 30px;
}
.tp-accordion .accordion-item.home button {
font-size: 20px;
font-weight: 800;
padding: 0;
color: var(--tp-theme-secondary);
}
.tp-accordion .accordion-item.home button span {
margin-right: 28px;
color: var(--tp-theme-primary);
}
.tp-accordion .accordion-item.home button::after {
content: none;
}
.tp-accordion .accordion-item.home .accordion-collapse .accordion-body {
border-top: 1px solid #f0f0f2;
padding: 17px 50px 0 58px;
margin-top: 20px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media (max-width: 575px) {
.tp-accordion .accordion-item.home .accordion-collapse .accordion-body {
padding: 17px 15px 0 58px;
}
}
.tp-accordion .accordion-button {
padding: 30px 0;
padding-right: 15px;
font-size: 24px;
font-weight: 500;
color: var(--tp-common-black);
background-color: transparent;
/* plus icon css */
}
.tp-accordion .accordion-button::after {
position: absolute;
content: "\f106";
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-primary);
width: auto;
height: auto;
font-weight: 500;
background: none;
}
.tp-accordion .accordion-button.has-plus-icon::after {
display: none;
}
.tp-accordion .accordion-button .tp-accordion-plus {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
width: 14px;
height: 14px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus {
right: auto;
left: 0;
}
.tp-accordion .accordion-button .tp-accordion-plus::after {
position: absolute;
content: "";
width: 100%;
height: 2px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #525258;
border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::after {
right: 0;
left: auto;
}
.tp-accordion .accordion-button .tp-accordion-plus::before {
position: absolute;
content: "";
width: 2px;
height: 100%;
left: 50%;
top: 0;
background-color: #525258;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::before {
right: 50%;
left: auto;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
}
.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-primary);
background-color: transparent;
box-shadow: none;
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
-webkit-transform: translateX(-50%) rotate(90deg);
-moz-transform: translateX(-50%) rotate(90deg);
-ms-transform: translateX(-50%) rotate(90deg);
-o-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg);
background-color: var(--tp-theme-1);
}
[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
-webkit-transform: translateX(50%) rotate(90deg);
-moz-transform: translateX(50%) rotate(90deg);
-ms-transform: translateX(50%) rotate(90deg);
-o-transform: translateX(50%) rotate(90deg);
transform: translateX(50%) rotate(90deg);
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
background-color: var(--tp-theme-1);
}
.tp-accordion .accordion-button:focus {
box-shadow: none;
border: 0;
}
.tp-accordion .accordion-button:hover {
color: var(--tp-theme-primary);
}
.tp-accordion .accordion-button:hover::after {
color: var(--tp-theme-primary);
}
.tp-accordion .accordion-body {
padding: 0 0 25px;
}
.tp-accordion .accordion-body p {
font-size: 16px;
color: var(--tp-text-1);
}

.tp-faq .accordion {
border: none;
}
.tp-faq .accordion .accordion-item {
margin-bottom: 15px;
border-radius: 0;
border: none;
background-color: var(--tp-common-white);
box-shadow: 0px 4px 40px 0px rgba(16, 23, 40, 0.06);
}
.tp-faq .accordion .accordion-body {
padding: 14px 30px 26px 30px;
}
.tp-faq .accordion .accordion-body p {
margin-bottom: 0;
}
.tp-faq .accordion .accordion-button {
border-radius: 0;
font-size: 18px;
font-weight: 700;
color: var(--tp-heading-primary);
padding: 20px 30px 20px 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-faq .accordion .accordion-button {
padding: 20px 30px 20px 60px;
}
}
.tp-faq .accordion .accordion-button::after {
content: none;
}
.tp-faq .accordion .accordion-button:focus {
box-shadow: none;
}
.tp-faq .accordion .accordion-button:not(.collapsed) {
color: var(--tp-common-white);
background-color: var(--tp-theme-secondary);
box-shadow: none;
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn {
background: var(--tp-common-white);
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn::before {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
-moz-transform: translate(-50%, -50%) rotate(0deg);
-ms-transform: translate(-50%, -50%) rotate(0deg);
-o-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
background-color: var(--tp-common-white);
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn::after {
background-color: var(--tp-common-black);
}
.tp-faq .accordion .accordion-button .accordion-btn {
position: absolute;
top: 50%;
left: 30px;
width: 25px;
height: 25px;
display: inline-block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: var(--tp-theme-secondary);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 25px;
text-align: center;
border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-faq .accordion .accordion-button .accordion-btn {
left: 20px;
}
}
.tp-faq .accordion .accordion-button .accordion-btn::after, .tp-faq .accordion .accordion-button .accordion-btn::before {
position: absolute;
content: "";
width: 10px;
height: 2px;
left: 50%;
top: 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%);
background-color: var(--tp-common-white);
border-radius: 2px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.tp-faq .accordion .accordion-button .accordion-btn::before {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
-o-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
padding: 0;
margin: 0;
border: 0;
}
.tp-tab .nav-tabs .nav-link {
padding: 0;
margin: 0;
border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
font-size: 20px;
color: #A0A2A4;
position: relative;
}
@media (max-width: 575px) {
.tp-product-tab-2 .nav-tabs .nav-link {
font-size: 15px;
}
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
margin-left: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
position: absolute;
left: -17px;
top: 50%;
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #CED2D6;
}
.tp-product-tab-2 .nav-tabs .nav-link.active {
color: var(--tp-theme-secondary);
}
.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
opacity: 1;
visibility: visible;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
position: absolute;
top: -24px;
right: 0;
background-color: var(--tp-theme-secondary);
color: var(--tp-common-white);
font-size: 12px;
line-height: 1;
display: inline-block;
padding: 4px 9px;
border-radius: 4px;
visibility: hidden;
opacity: 0;
font-weight: 700;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
position: absolute;
content: "";
bottom: 0;
bottom: -5px;
left: 7px;
width: 13px;
height: 6px;
background-color: var(--tp-theme-secondary);
clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.tp-product-tab-3 .nav-tabs .nav-link {
font-size: 16px;
padding: 0 0;
}
@media (max-width: 575px) {
.tp-product-tab-3 .nav-tabs .nav-link {
font-size: 15px;
}
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
margin-left: 23px;
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
width: 4px;
height: 4px;
left: -14px;
}
.tp-product-tab-3 .nav-tabs .nav-link.active {
color: var(--tp-common-black);
}
.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
opacity: 1;
visibility: visible;
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
background-color: var(--tp-theme-primary);
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
background-color: var(--tp-theme-primary);
}
.tp-product-tab-5 .nav-tabs .nav-link {
padding: 0 5px;
}
@media (max-width: 575px) {
.tp-product-tab-5 .nav-tabs .nav-link {
font-size: 15px;
}
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
left: -15px;
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
margin-left: 22px;
}
.tp-product-tab-5 .nav-tabs .nav-link.active {
color: var(--tp-common-black);
}
.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
opacity: 1;
visibility: visible;
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
background-color: var(--tp-theme-green);
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
background-color: var(--tp-theme-green);
}

.tp-tab-line {
position: absolute;
content: "";
left: 0;
bottom: -1px;
width: 38%;
height: 2px;
background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search-area {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 272px;
-webkit-transform: translateY(calc(-100% - 80px));
-moz-transform: translateY(calc(-100% - 80px));
-ms-transform: translateY(calc(-100% - 80px));
-o-transform: translateY(calc(-100% - 80px));
transform: translateY(calc(-100% - 80px));
background: var(--tp-common-white) none repeat scroll 0 0;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
transition: all 0.4s ease-in-out;
box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
opacity: 0;
visibility: hidden;
z-index: 999;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
}
.search-area::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.search-area.search-opened {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.search-wrapper {
padding: 30px;
min-height: 100%;
}
@media (max-width: 575px) {
.search-wrapper {
padding: 20px;
}
}
.search-close {
position: absolute;
top: 35px;
right: 30px;
}
@media (max-width: 575px) {
.search-close {
right: 20px;
top: 20px;
}
}
.search-close-btn {
position: relative;
display: inline-block;
font-size: 16px;
height: 44px;
width: 44px;
line-height: 40px;
background-color: var(--tp-common-gray);
color: var(--tp-heading-primary);
}
.search-close-btn svg {
position: relative;
z-index: 2;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
}
.search-close-btn:hover {
background: var(--tp-theme-primary);
}
.search-close-btn:hover svg {
transform: rotate(45deg);
color: var(--tp-common-white);
}
.search-content .search-input {
padding-right: 40px;
font-size: 16px;
}
.search-content .search-input:focus {
border: 1px solid var(--tp-theme-primary);
}
.search-content .search-input::placeholder {
font-size: 16px;
}
.search-icon {
position: absolute;
top: 15px;
right: 20px;
}
.search-icon:hover {
color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {font-weight: 800;font-size: 36px;line-height: 1.2;margin-bottom: 30px;/* letter-spacing: -2px; */color: #727272;text-align: left;}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-section-title br {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-section-title {font-size: 33px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-section-title {
font-size: 42px;
}
}
@media (max-width: 575px) {
.tp-section-title {
font-size: 34px;
margin-bottom: 10px;
}
section.tp-about-3-area {
  /* height: 640px!important; */
}
}
.tp-section-title-pre {font-weight: 700;font-size: 18px;margin-bottom: 10px;display: inline-block;text-transform: uppercase;color: var(--tp-theme-secondary);}
.tp-section-title-pre i {
font-size: 16px;
font-weight: 800;
margin-left: 2px;
color: var(--tp-theme-primary);
}
.tp-section-title-pre-2 {
font-weight: 700;
font-size: 14px;
margin-bottom: 10px;
position: relative;
margin-left: 16px;
display: inline-block;
text-transform: uppercase;
color: var(--tp-theme-secondary);
}
.tp-section-title-pre-2::after {
position: absolute;
content: "";
top: 10px;
left: -15px;
height: 6px;
width: 6px;
border-radius: 50%;
background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
text-indent: -99999px;
background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
outline: 0;
list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
display: none;
}

.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
content: "";
display: table;
border-collapse: collapse;
}

.ui-helper-clearfix:after {
clear: both;
}

.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}

.ui-front {
z-index: 100;
}

.ui-state-disabled {
cursor: default !important;
}

.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
overflow: hidden;
}

.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}

.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0;
padding: 0.5em 0.5em 0.5em 0.7em;
font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
position: absolute;
}

.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}

.ui-autocomplete {
top: 0;
left: 0;
cursor: default;
}

.ui-menu {
padding: 0;
margin: 0;
display: block;
}

.ui-button, .ui-controlgroup {
display: inline-block;
vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
position: relative;
}

.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer;
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
padding: 0.4em 1em;
}

.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}

.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}

.ui-button {
line-height: normal;
margin-right: 0.1em;
cursor: pointer;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
text-decoration: none;
}

.ui-button-icon-only {
width: 2em;
text-indent: -9999px;
white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
text-indent: 0;
}

.ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
width: 75%;
width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: 0.12em;
border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}

.ui-datepicker {
width: 17em;
padding: 0.2em 0.2em 0;
display: none;
}

.ui-datepicker .ui-datepicker-header {
position: relative;
padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
left: 2px;
}

.ui-datepicker .ui-datepicker-next {
right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
width: 45%;
}

.ui-datepicker table {
width: 100%;
font-size: 0.9em;
border-collapse: collapse;
margin: 0 0 0.4em;
}

.ui-datepicker th {
padding: 0.7em 0.3em;
text-align: center;
font-weight: 700;
border: 0;
}

.ui-datepicker td {
border: 0;
padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
display: block;
padding: 0.2em;
text-align: right;
text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: 0.7em 0 0;
padding: 0 0.2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: 0.5em 0.2em 0.4em;
cursor: pointer;
padding: 0.2em 0.6em 0.3em;
width: auto;
overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}

.ui-datepicker.ui-datepicker-multi {
width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}

.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}

.ui-datepicker-rtl {
direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}

.ui-datepicker .ui-icon {
display: block;
overflow: hidden;
left: 0.5em;
top: 0.3em;
}

.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0.2em;
outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
padding: 0.4em 1em;
position: relative;
}

.ui-dialog .ui-dialog-title {
float: left;
margin: 0.1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: 0.3em;
top: 50%;
width: 20px;
margin: -10px 0 0;
padding: 1px;
height: 20px;
}

.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: 0.5em 1em;
background: 0 0;
overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0;
background-image: none;
margin-top: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
margin: 0.5em 0.4em 0.5em 0;
cursor: pointer;
}

.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}

.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}

.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}

.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
width: 7px;
height: 7px;
}

.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}

.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}

.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}

.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}

.ui-draggable .ui-dialog-titlebar {
cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}

.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}

.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}

.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}

.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}

.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}

.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}

.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}

.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}

.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}

.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
height: 100%;
opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}

.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted #000;
}

.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}

.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: 700;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0;
height: auto;
border: 0;
}

.ui-selectmenu-open {
display: block;
}

.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}

.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}

.ui-slider {
position: relative;
text-align: left;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}

.ui-slider-horizontal {
height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}

.ui-slider-vertical {
width: 0.8em;
height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
top: 0;
}

.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}

.ui-spinner-input {
border: none;
background: 0 0;
color: inherit;
padding: 0.222em 0;
margin: 0.2em 2em 0.2em 0.4em;
vertical-align: middle;
}

.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: 0.5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}

.ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}

.ui-tabs {
position: relative;
padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px 0.2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: 0 0;
}

.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}

body .ui-tooltip {
border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

.ui-widget .ui-widget {
font-size: 1em;
}

.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}

.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #333;
}

.ui-widget-content a, .ui-widget-header a {
color: #333;
}

.ui-widget-header {
border: 1px solid #ddd;
background: #e9e9e9;
color: #333;
font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: 400;
color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
color: #454545;
text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
border: 1px solid #ccc;
background: #ededed;
font-weight: 400;
color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
color: #2b2b2b;
text-decoration: none;
}

.ui-visual-focus {
box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
border: 1px solid #003eff;
background: #007fff;
font-weight: 400;
color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
border: #003eff;
background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #fff;
text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}

.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity: 0.7;
filter: Alpha(Opacity=70);
font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
background-image: none;
}

.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}

.ui-icon {
width: 16px;
height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
background-position: 16px 16px;
}

.ui-icon-caret-1-n {
background-position: 0 0;
}

.ui-icon-caret-1-ne {
background-position: -16px 0;
}

.ui-icon-caret-1-e {
background-position: -32px 0;
}

.ui-icon-caret-1-se {
background-position: -48px 0;
}

.ui-icon-caret-1-s {
background-position: -65px 0;
}

.ui-icon-caret-1-sw {
background-position: -80px 0;
}

.ui-icon-caret-1-w {
background-position: -96px 0;
}

.ui-icon-caret-1-nw {
background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
background-position: -144px 0;
}

.ui-icon-triangle-1-n {
background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}

.ui-icon-arrow-4 {
background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}

.ui-icon-extlink {
background-position: -32px -80px;
}

.ui-icon-newwin {
background-position: -48px -80px;
}

.ui-icon-refresh {
background-position: -64px -80px;
}

.ui-icon-shuffle {
background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
background-position: 0 -96px;
}

.ui-icon-folder-open {
background-position: -16px -96px;
}

.ui-icon-document {
background-position: -32px -96px;
}

.ui-icon-document-b {
background-position: -48px -96px;
}

.ui-icon-note {
background-position: -64px -96px;
}

.ui-icon-mail-closed {
background-position: -80px -96px;
}

.ui-icon-mail-open {
background-position: -96px -96px;
}

.ui-icon-suitcase {
background-position: -112px -96px;
}

.ui-icon-comment {
background-position: -128px -96px;
}

.ui-icon-person {
background-position: -144px -96px;
}

.ui-icon-print {
background-position: -160px -96px;
}

.ui-icon-trash {
background-position: -176px -96px;
}

.ui-icon-locked {
background-position: -192px -96px;
}

.ui-icon-unlocked {
background-position: -208px -96px;
}

.ui-icon-bookmark {
background-position: -224px -96px;
}

.ui-icon-tag {
background-position: -240px -96px;
}

.ui-icon-home {
background-position: 0 -112px;
}

.ui-icon-flag {
background-position: -16px -112px;
}

.ui-icon-calendar {
background-position: -32px -112px;
}

.ui-icon-cart {
background-position: -48px -112px;
}

.ui-icon-pencil {
background-position: -64px -112px;
}

.ui-icon-clock {
background-position: -80px -112px;
}

.ui-icon-disk {
background-position: -96px -112px;
}

.ui-icon-calculator {
background-position: -112px -112px;
}

.ui-icon-zoomin {
background-position: -128px -112px;
}

.ui-icon-zoomout {
background-position: -144px -112px;
}

.ui-icon-search {
background-position: -160px -112px;
}

.ui-icon-wrench {
background-position: -176px -112px;
}

.ui-icon-gear {
background-position: -192px -112px;
}

.ui-icon-heart {
background-position: -208px -112px;
}

.ui-icon-star {
background-position: -224px -112px;
}

.ui-icon-link {
background-position: -240px -112px;
}

.ui-icon-cancel {
background-position: 0 -128px;
}

.ui-icon-plus {
background-position: -16px -128px;
}

.ui-icon-plusthick {
background-position: -32px -128px;
}

.ui-icon-minus {
background-position: -48px -128px;
}

.ui-icon-minusthick {
background-position: -64px -128px;
}

.ui-icon-close {
background-position: -80px -128px;
}

.ui-icon-closethick {
background-position: -96px -128px;
}

.ui-icon-key {
background-position: -112px -128px;
}

.ui-icon-lightbulb {
background-position: -128px -128px;
}

.ui-icon-scissors {
background-position: -144px -128px;
}

.ui-icon-clipboard {
background-position: -160px -128px;
}

.ui-icon-copy {
background-position: -176px -128px;
}

.ui-icon-contact {
background-position: -192px -128px;
}

.ui-icon-image {
background-position: -208px -128px;
}

.ui-icon-video {
background-position: -224px -128px;
}

.ui-icon-script {
background-position: -240px -128px;
}

.ui-icon-alert {
background-position: 0 -144px;
}

.ui-icon-info {
background-position: -16px -144px;
}

.ui-icon-notice {
background-position: -32px -144px;
}

.ui-icon-help {
background-position: -48px -144px;
}

.ui-icon-check {
background-position: -64px -144px;
}

.ui-icon-bullet {
background-position: -80px -144px;
}

.ui-icon-radio-on {
background-position: -96px -144px;
}

.ui-icon-radio-off {
background-position: -112px -144px;
}

.ui-icon-pin-w {
background-position: -128px -144px;
}

.ui-icon-pin-s {
background-position: -144px -144px;
}

.ui-icon-play {
background-position: 0 -160px;
}

.ui-icon-pause {
background-position: -16px -160px;
}

.ui-icon-seek-next {
background-position: -32px -160px;
}

.ui-icon-seek-prev {
background-position: -48px -160px;
}

.ui-icon-seek-end {
background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
background-position: -80px -160px;
}

.ui-icon-stop {
background-position: -96px -160px;
}

.ui-icon-eject {
background-position: -112px -160px;
}

.ui-icon-volume-off {
background-position: -128px -160px;
}

.ui-icon-volume-on {
background-position: -144px -160px;
}

.ui-icon-power {
background-position: 0 -176px;
}

.ui-icon-signal-diag {
background-position: -16px -176px;
}

.ui-icon-signal {
background-position: -32px -176px;
}

.ui-icon-battery-0 {
background-position: -48px -176px;
}

.ui-icon-battery-1 {
background-position: -64px -176px;
}

.ui-icon-battery-2 {
background-position: -80px -176px;
}

.ui-icon-battery-3 {
background-position: -96px -176px;
}

.ui-icon-circle-plus {
background-position: 0 -192px;
}

.ui-icon-circle-minus {
background-position: -16px -192px;
}

.ui-icon-circle-close {
background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
background-position: -192px -192px;
}

.ui-icon-circle-check {
background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-logo img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-logo img {
max-width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-main {
padding-top: 25px;
padding-bottom: 25px;
}
}
.tp-header-top {
background: var(--tp-common-gray);
}
.tp-header-top-right {
position: relative;
}
.tp-header-top-right-color {
position: relative;
padding: 7px 0px 7px 45px;
}
.tp-header-top-right-color::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 2000px;
background-color: var(--tp-theme-secondary);
}
.tp-header-top-info a {
font-weight: 400;
font-size: 14px;
color: var(--tp-text-body);
}
.tp-header-top-info a span {
display: inline-block;
margin-right: 6px;
color: var(--tp-heading-primary);
}
.tp-header-top-info a:not(:last-of-type) {
margin-right: 40px;
}
.tp-header-top-info a:hover {
color: var(--tp-theme-primary);
}
.tp-header-top-btn span {
position: relative;
display: inline-block;
margin-right: 15px;
}
.tp-header-top-btn span:not(:last-of-type)::before {
position: absolute;
content: "/";
top: 0;
right: -10px;
color: #aad5ff;
}
.tp-header-top-btn span a {
font-size: 14px;
color: #aad5ff;
}
.tp-header-top-btn span a::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 1px;
width: 100%;
opacity: 0;
transform: translateY(1px);
transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
transition-property: opacity, transform, -webkit-transform;
background: var(--tp-theme-primary);
}
.tp-header-top-btn span a:hover::after {
opacity: 1;
transform: translateY(-3px) translateZ(0);
}
.tp-header-top-social a {
position: relative;
font-size: 17px;
color: #aad5ff;
margin-left: 7px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-header-top-social a:hover {
color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-btn {
padding-left: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-btn .tp-btn {padding: 10px 20px;}
}
.tp-header-contact-inner {
border-right: 1px solid #ededed;
padding-right: 30px;
margin-right: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-contact-inner {
margin-right: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-contact-inner {
margin-right: 0px;
padding-right: 20px;
}
}
.tp-header-contact-icon span {
height: 60px;
width: 60px;
font-size: 24px;
line-height: 65px;
display: inline-block;
border-radius: 50%;
text-align: center;
color: var(--tp-theme-secondary);
background: var(--tp-common-gray);
margin-right: 13px;
}
.tp-header-contact-content p {
font-size: 14px;
font-weight: 600;
margin-bottom: 2px;
color: var(--tp-text-body);
}
.tp-header-contact-content span {
display: block;
font-size: 16px;
font-weight: 700;
color: var(--tp-heading-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-header-contact-content span:hover {
color: var(--tp-theme-primary);
}
.tp-header-contact-search span {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-header-contact-search span:hover i {
color: var(--tp-theme-primary);
}
.tp-header-contact-search span i {
font-size: 20px;
color: var(--tp-heading-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-header-transparent {
position: absolute;
left: 0;
top: 0;
right: 0;
z-index: 10;
}
.tp-header-sticky-cloned {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 98;
visibility: hidden;
transform: translateY(-100%);
background-color: var(--tp-common-white);
box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
transition: transform 500ms ease, visibility 500ms ease;
}
.tp-header-sticky-cloned.fixed {
transform: translateY(0%);
visibility: visible;
}
.tp-header-onepage {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: var(--tp-common-white);
box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
transition: 0.3s ease;
z-index: 10;
}
.tp-header-sticky-onepage {
display: none;
}
.tp-header-sticky-onepage.tp-header-onepage {
display: inline-block;
}

.hamburger-btn {
width: 34px;
height: 24px;
border: 0;
outline: 0;
text-align: end;
background: transparent;
transform: translateY(-20%);
}
.hamburger-btn span {
display: inline-block;
position: absolute;
left: 0;
background: var(--tp-theme-primary);
height: 2px;
width: 25px;
opacity: 1;
z-index: 1;
border-radius: 10px;
transition: 0.3s ease;
}
.hamburger-btn span:nth-child(1) {
top: 0;
}
.hamburger-btn span:nth-child(2) {
top: 10px;
width: 14px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.hamburger-btn span:nth-child(3) {
top: 20px;
right: 0;
left: auto;
}
.hamburger-btn:hover span:nth-child(1) {
left: 10px;
}
.hamburger-btn:hover span:nth-child(3) {
right: 10px;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
padding: 25px 145px 25px 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
padding: 24px 60px 24px 60px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
padding: 24px 10px 24px 15px;
}
}

.tp-header-2-top-info {text-align:right }


@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo img {
max-width: 100%;
}
}
.tp-header-2-top {background: #727272;}
.tp-header-2-top-info a {
color: var(--tp-common-white);
}
.tp-header-2-top-info a:not(:last-of-type) {
margin-right: 40px;
}
.tp-header-2-top-info a span {
display: inline-block;
color: #ffffff;
margin-right: 8px;
}
.tp-header-2-top-right {
padding: 7px 0;
}
.tp-header-2-top-right .tp-header-top-btn span::before {
color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-btn span a {
color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-social a {
color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-social a:hover {
color: var(--tp-theme-primary);
}
.tp-header-2-main-menu {
margin-left: 135px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-2-main-menu {
margin-left: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-2-main-menu {
margin-left: 45px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-2-main-menu {
margin-left: 30px;
}
}
.tp-header-2-main-menu .tp-main-menu ul li a {
color: var(--tp-heading-primary);
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown > a::after {
content: none;
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown > a::before {
position: absolute;
content: "";
bottom: 0;
left: 50%;
height: 2px;
width: 0;
z-index: 1;
transform: translateX(-50%);
background: var(--tp-theme-primary);
transition: all 0.3s ease-in-out;
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown:hover > a::before {
width: 100%;
}
.tp-header-2-logo .logo {
padding: 36px 85px 36px 60px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-2-logo .logo {
padding: 36px 80px 36px 60px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-2-logo .logo {padding: 9px 50px 9px 50px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-2-logo .logo {
padding: 2px 32px 0px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-header-2-logo .logo {
padding: 24px 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-2-logo .logo {
padding: 24px 10px 24px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-2-logo .logo img {
max-width: 100%;
}
}
.tp-header-2-right {
margin-right: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-2-right {
margin-right: 20px;
}
}
.tp-header-2-right-cart {
padding-left: 30px;
margin-left: 30px;
border-left: 1px solid #ededed;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-2-right-cart {
margin-left: 20px;
padding-left: 20px;
}
}
.tp-header-2-right-cart button {
position: relative;
display: inline-block;
cursor: pointer;
}
.tp-header-2-right-cart button:hover i {
color: var(--tp-theme-primary);
}
.tp-header-2-right-cart button i {
font-size: 22px;
color: var(--tp-heading-primary);
}
.tp-header-2-right-cart button span {
position: absolute;
font-size: 11px;
height: 20px;
width: 20px;
text-align: center;
line-height: 20px;
display: block;
border-radius: 50px;
top: 0px;
right: -11px;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-2-right .tp-header-btn {
padding-left: 30px;
}
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-3-sticky {
background: var(--tp-theme-1);
padding: 0 302px 0 266px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-3-sticky {
padding: 0 210px 0 210px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-3-sticky {
padding: 0 150px 0 150px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-3-sticky {
padding: 0 50px 0 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-3-sticky {
padding: 0 30px;
}
}
.tp-header-3-top {
background: var(--tp-theme-1);
padding: 6px 302px 7px 302px;
border-bottom: 1px solid rgb(44, 52, 78);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-3-top {
padding: 6px 210px 7px 210px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-3-top {
padding: 6px 150px 7px 150px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-3-top {
padding: 6px 50px 7px 50px;
}
}
.tp-header-3-top-info a {
color: rgb(142, 142, 142);
}
.tp-header-3-top-info a:not(:last-of-type) {
margin-right: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-3-top-info a:not(:last-of-type) {
margin-right: 30px;
}
}
.tp-header-3-top-info a span {
margin-right: 10px;
color: var(--tp-common-white);
}
.tp-header-3-top-info a:hover {
color: var(--tp-common-white);
}
.tp-header-3-top-right .tp-header-top-btn span a {
color: rgb(142, 142, 142);
}
.tp-header-3-top-right .tp-header-top-btn span::before {
color: rgb(142, 142, 142);
}
.tp-header-3-top-right .tp-header-top-social a {
color: var(--tp-common-white);
}
.tp-header-3-top-right .tp-header-top-social a:hover {
color: var(--tp-theme-primary);
}
.tp-header-3-logo {
background: var(--tp-common-white);
width: 100%;
height: 110px;
line-height: 110px;
text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-3-logo {
height: 90px;
line-height: 90px;
padding: 0 10px;
}
}
.tp-header-3-logo img {
max-width: 100%;
}
.tp-header-3-main-menu {
margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-3-main-menu {
margin-left: 0;
}
}
.tp-header-3-main-menu .tp-main-menu ul li:hover > a {
color: var(--tp-common-white);
}
.tp-header-3-main-menu .tp-main-menu ul li.has-dropdown:hover > a {
color: var(--tp-common-white);
}
.tp-header-3-main-menu .tp-main-menu ul li.has-dropdown > a::after {
content: none;
}
.tp-header-3-main-menu .tp-main-menu ul li a {
padding: 42px 0;
}
.tp-header-3-main-right .tp-header-contact-search span i {
color: var(--tp-common-white);
}
.tp-header-3-main-right .tp-header-contact-search span:hover i {
color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-3-btn .tp-btn {
padding: 16px 45px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-3-btn .tp-btn {
padding: 16px 36px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-3-btn .tp-btn {
padding: 16px 35px;
}
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.tp-header-4-top {
padding: 7px 45px 7px 45px;
background: var(--tp-heading-primary);
}
.tp-header-4-sticky {
padding: 0 45px;
border-bottom: 1px solid;
border-color: rgba(255, 255, 255, 0.122);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-4-sticky {
padding: 22px;
}
}
.tp-header-4-sticky.headroom--pinned {
background: var(--tp-heading-primary);
}
.tp-header-4-sticky.headroom--pinned .tp-header-4-logo::after {
height: 110px;
top: -40px;
}
.tp-header-4-sticky.headroom--top.headroom--pinned {
background: transparent;
}
.tp-header-4-sticky.headroom--top.headroom--pinned .tp-header-4-logo::after {
height: 120px;
top: -35px;
}
.tp-header-4-logo::after {
position: absolute;
content: "";
height: 120px;
top: -35px;
width: 1px;
right: 5%;
background: rgba(255, 255, 255, 0.122);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-4-logo::after {
right: -10px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-4-logo::after {
content: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-4-logo::after {
right: 0;
top: -35px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-4-logo img {
width: 100%;
}
}
.tp-header-4-main-menu {
margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-header-4-main-menu {
margin-left: 0;
}
}
.tp-header-4-main-menu .tp-main-menu ul li:hover > a {
color: var(--tp-theme-primary);
}
.tp-header-4-main-menu .tp-main-menu ul li.has-dropdown:hover > a {
color: var(--tp-theme-primary);
}
.tp-header-4-main-menu .tp-main-menu ul li.has-dropdown > a::after {
content: none;
}
.tp-header-4-main-menu .tp-main-menu ul li a {
color: var(--tp-common-white);
}
.tp-header-4-contact-inner {
margin-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-4-contact-inner {
margin-left: 20px;
}
}
.tp-header-4-contact-inner .tp-header-contact-content p {
color: var(--tp-common-white);
}
.tp-header-4-contact-inner .tp-header-contact-content span {
color: var(--tp-common-white);
}
.tp-header-4-contact-inner .tp-header-contact-content span a:hover {
color: var(--tp-theme-primary);
}
.tp-header-4-contact-icon {
margin-right: 20px;
}
.tp-header-4-contact-icon img {
border-radius: 50%;
}
.tp-header-4-contact-search span {
font-size: 22px;
color: var(--tp-common-white);
cursor: pointer;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-header-4-contact-search span:hover {
color: var(--tp-theme-primary);
}
.tp-header-4-right-cart {
margin-left: 30px;
}
.tp-header-4-right-cart button i {
font-size: 22px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-common-white);
}
.tp-header-4-right-cart button:hover i {
color: var(--tp-theme-primary);
}
.tp-header-4-btn .tp-btn {
padding: 15px 50px;
background: transparent;
color: var(--tp-common-white);
border: 1px solid rgb(171, 171, 171);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-header-4-btn .tp-btn {
padding: 15px 18px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-header-4-btn .tp-btn {
padding: 15px 40px;
}
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu {
position: relative;
}
.tp-main-menu ul li {
position: relative;
list-style: none;
display: inline-block;
transition: none;
}
.tp-main-menu ul li:not(:last-of-type) {
margin-right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-main-menu ul li:not(:last-of-type) {
margin-right: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li:not(:last-of-type) {
margin-right: 25px;
}
}
.tp-main-menu ul li a {display: inline-block;font-family: var(--tp-ff-p);padding: 22px 0;font-weight: 600;font-size: 16px;text-transform: uppercase;color: var(--tp-text-body);}
.tp-main-menu ul li a:hover {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li.has-dropdown > a::after {
position: absolute;
content: "";
bottom: -5px;
width: 10px;
height: 10px;
left: 50%;
right: 50%;
opacity: 0;
transform: translateX(-50%);
background: var(--tp-theme-primary);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tp-main-menu ul li.has-dropdown:hover > a {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li.has-dropdown:hover > a::after {
opacity: 1;
bottom: 0;
}
.tp-main-menu ul li.has-dropdown:hover .submenu {
opacity: 1;
visibility: visible;
top: 100%;
}
.tp-main-menu ul li .submenu {
position: absolute;
top: 105%;
left: 0;
width: 200px;
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0 20px 0;
background: var(--tp-common-white);
box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .submenu li {
display: block;
width: 100%;
margin: 0;
padding: 0 25px;
transform: translateY(5px);
transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.tp-main-menu ul li .submenu li:not(:last-of-type) {
margin-bottom: 9px;
}
.tp-main-menu ul li .submenu li.has-dropdown > a::after {
position: absolute;
top: 50%;
right: 25px;
-webkit-transform: translateY(-50%) rotate(-90deg);
-moz-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.tp-main-menu ul li .submenu li:last-child a {
border-bottom: 0;
}
.tp-main-menu ul li .submenu li a {
position: relative;
padding: 0;
font-size: 14px;
color: var(--tp-common-black);
width: 100%;
z-index: 1;
}
.tp-main-menu ul li .submenu li a span {
transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .submenu li a span::after {
display: none;
}
.tp-main-menu ul li .submenu li .submenu {
left: 120%;
top: 0;
visibility: hidden;
opacity: 0;
}
.tp-main-menu ul li .submenu li:hover > a {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li .submenu li:hover > a span {
margin-left: 14px;
}
.tp-main-menu ul li .submenu li:hover > .submenu {
left: 100%;
visibility: visible;
opacity: 1;
}
.tp-main-menu ul li .has-homemenu {
width: 1100px;
padding: 30px 30px 10px 30px;
opacity: 0;
visibility: hidden;
background-color: var(--tp-common-white);
box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li .has-homemenu {
left: -175px;
}
}
.tp-main-menu ul li .has-homemenu .homemenu {
position: relative;
padding: 0px 10px;
margin-bottom: 20px;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb {
position: relative;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb img {
width: 100%;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
background: rgba(38, 34, 33, 0.7);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn {
opacity: 1;
visibility: visible;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
transform: translateY(0);
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
transform: translateY(0);
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover::before {
opacity: 1;
}
.tp-main-menu ul li .has-homemenu .homemenu-title a {
padding: 0;
font-size: 16px;
font-weight: 600;
color: var(--tp-theme-secondary);
}
.tp-main-menu ul li .has-homemenu .homemenu-title a:hover {
color: var(--tp-theme-primary);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn {
position: absolute;
top: 50%;
left: 0;
right: 0;
opacity: 0;
text-align: center;
transform: translateY(-50%);
visibility: hidden;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn {
position: relative;
font-size: 14px;
text-transform: uppercase;
padding: 10px 20px;
width: 128px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
overflow: hidden;
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn.show-1 {
transform: translateY(15px);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn.show-2 {
transform: translateY(20px);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn::after {
position: absolute;
content: "";
top: 0;
left: -75%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(25deg);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn:hover::after {
animation: shine 800ms;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-main-menu ul li .has-homemenu.home-2 {
left: -110px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li .has-homemenu.home-2 {
left: -250px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-main-menu ul li .has-homemenu.home-3 {
left: -250px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li .has-homemenu.home-3 {
left: -300px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-main-menu ul li .has-homemenu.home-4 {
left: -295px;
}
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
display: none !important;
}

.mean-container {
margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
font-weight: 700;
display: none !important;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-container .mean-nav {
background: none;
margin-top: 0;
float: left;
width: 100%;
background: transparent;
}
.mean-container .mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
.mean-container .mean-nav > ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
border-top: 0;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
color: var(--tp-theme-primary);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
display: none;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 10px 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #e0e3ed;
text-decoration: none;
width: 100%;
padding: 10px 0;
color: var(--tp-common-black);
border-top: 1px solid #ebebeb;
font-size: 14px;
line-height: 1.5;
font-weight: 500;
}
[dir=rtl] .mean-container .mean-nav ul li a {
float: right;
text-align: right;
}
.mean-container .mean-nav ul li a:hover {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: transparent;
border: none !important;
font-size: 14px;
margin-top: 5px;
padding: 0 !important;
line-height: 14px;
height: 30px;
width: auto;
line-height: 30px;
color: var(--tp-common-black);
line-height: 30px;
top: 0;
font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
right: auto;
left: 0;
text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 10px 10%;
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
/* Fix for box sizing on Foundation Framework etc. */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-mobile-menu {
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: var(--tp-common-white);
padding: 13px 0 5px;
z-index: 999;
border-top: 1px solid var(--tp-border-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-mobile-menu.is-sticky {
bottom: -120px;
visibility: hidden;
opacity: 0;
}
.tp-mobile-menu.is-sticky.bottom-menu-sticky {
visibility: visible;
opacity: 1;
bottom: 0;
}
.tp-mobile-item-btn {
font-size: 28px;
text-align: center;
}
.tp-mobile-item-btn span {
display: block;
line-height: 1;
font-size: 13px;
margin-top: 3px;
}
.tp-mobile-item-btn:hover {
color: var(--tp-common-black);
}

.tp-main-menu-mobile .tp-submenu {
display: none;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-title {
margin: 0;
padding-top: 7px;
}
.tp-main-menu-mobile .tp-mega-menu.shop-mega-menu {
padding: 0 !important;
padding-left: 19px !important;
padding-top: 10px !important;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-img {
margin: 7px 0;
}
.tp-main-menu-mobile ul {
position: static;
display: block;
box-shadow: none;
}
.tp-main-menu-mobile ul li {
list-style: none;
position: relative;
width: 100%;
padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
border-bottom: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
position: absolute;
right: 0;
top: 50%;
font-size: 16px;
color: #7F8387;
z-index: 1;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
border: 1px solid rgba(2, 11, 24, 0.12);
transform: translateY(-15px);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
display: block;
font-size: 16px;
font-weight: 600;
position: relative;
padding: 10px 0;
padding-right: 20px;
color: var(--tp-common-black);
}
.tp-main-menu-mobile ul li > a svg {
transform: translateY(2px);
}
.tp-main-menu-mobile ul li > a > i {
display: inline-block;
width: 11%;
margin-right: 13px;
-webkit-transform: translateY(4px);
-moz-transform: translateY(4px);
-ms-transform: translateY(4px);
-o-transform: translateY(4px);
transform: translateY(4px);
font-size: 21px;
line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
font-size: 16px;
line-height: 11px;
border-bottom: 1px solid #EAEBED;
width: 82%;
display: inline-block;
padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
width: 100%;
}
.tp-main-menu-mobile ul li ul {
padding: 0;
}
.tp-main-menu-mobile ul li ul li {
padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
margin-left: auto;
width: 93%;
padding: 10px 5%;
text-shadow: none !important;
visibility: visible;
padding-left: 0;
padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
width: 88%;
padding: 10px 7%;
padding-left: 0;
padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
width: 83%;
padding: 10px 9%;
padding-left: 0;
padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
width: 68%;
padding: 10px 11%;
padding-left: 0;
padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
visibility: visible;
opacity: 1;
top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
position: static;
min-width: 100%;
padding: 0;
box-shadow: none;
visibility: visible;
opacity: 1;
display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
float: none;
display: block;
width: 100%;
padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu {
padding: 0px 10px;
position: relative;
margin-bottom: 20px;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb {
position: relative;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
background: rgba(38, 34, 33, 0.7);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
opacity: 1;
visibility: visible;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover::before {
opacity: 1;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title {
font-size: 16px;
font-weight: 600;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a {
border: none;
color: var(--tp-theme-secondary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a:hover {
color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn {
position: absolute;
top: 50%;
left: 0;
right: 0;
opacity: 0;
text-align: center;
transform: translateY(-50%);
visibility: hidden;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn {
font-size: 14px;
text-transform: uppercase;
padding: 10px 15px;
display: inline-block;
width: 115px;
background-size: 200% auto;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
overflow: hidden;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn.show-1 {
transform: translateY(15px);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn.show-2 {
transform: translateY(20px);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn::after {
position: absolute;
content: "";
top: 0;
left: -75%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(25deg);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn:hover::after {
animation: shine 800ms;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
transition: none !important;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-item {
position: relative;
background: var(--tp-common-white);
box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.08);
}
.tp-blog-item:hover .tp-blog-thumb img {
transform: scale(1.08);
}
.tp-blog-item:hover .tp-blog-thumb::before {
opacity: 0.7;
}
.tp-blog-item:hover .tp-blog-date span {
color: var(--tp-heading-primary);
background: var(--tp-common-white);
}
.tp-blog-item:hover .tp-blog-date.tp-blog-2-date span {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-blog-item:hover .tp-blog-2-btn a {
color: var(--tp-theme-primary);
}
.tp-blog-item:hover .tp-blog-2-circle {
bottom: -40px;
right: -40px;
opacity: 1;
}
.tp-blog-item-info {
margin-bottom: 20px;
}
.tp-blog-item-info span {
font-size: 16px;
}
.tp-blog-item-info span:not(:last-of-type) {
margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-blog-item-info span:not(:last-of-type) {
margin-right: 20px;
}
}
.tp-blog-item-info span i {
font-size: 16px;
font-weight: 900;
margin-right: 7px;
display: inline-block;
transform: translateY(2px);
color: var(--tp-theme-primary);
}
.tp-blog-thumb {
position: relative;
overflow: hidden;
}
.tp-blog-thumb img {
width: 100%;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-blog-thumb::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
pointer-events: none;
top: 0;
left: 0;
opacity: 0;
background-color: rgb(19, 19, 19);
z-index: 1;
}
.tp-blog-date {
position: absolute;
bottom: 30px;
left: 40px;
}
.tp-blog-date span {
position: relative;
font-size: 16px;
padding: 3px 20px;
color: var(--tp-common-white);
z-index: 2;
display: inline-block;
background: var(--tp-theme-primary);
}
.tp-blog-date.tp-blog-2-date {
bottom: 0;
}
.tp-blog-date.tp-blog-2-date span {
width: 60px;
height: 60px;
background: var(--tp-theme-secondary);
}
.tp-blog-content {
padding: 30px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-blog-content {
padding: 30px 20px 40px;
}
}
.tp-blog-content.tp-blog-2-content {padding: 14px 14px;}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-blog-content.tp-blog-2-content {
padding: 30px 20px;
}
}
.tp-blog-title {
font-size: 22px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0.16px;
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-blog-title {
font-size: 20px;
}
}
.tp-blog-title a {
background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
background-size: 0% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
transition: background-size 0.4s linear;
}
.tp-blog-title a:hover {
background-size: 0 1px, 100% 1px;
}
.tp-blog-2-shape {
position: absolute;
top: 0;
right: 0;
opacity: 0.56;
}
.tp-blog-2-btn a {
font-size: 14px;
font-weight: 700;
}
.tp-blog-2-btn a i {
margin-left: 5px;
}
.tp-blog-2-btn a:hover {
color: var(--tp-theme-primary);
}
.tp-blog-2-btn a:hover i {
animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-2-circle {
position: absolute;
bottom: -50px;
right: -50px;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.tp-postbox-wrapper {
padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-wrapper {
padding-right: 0;
}
}
.tp-postbox-thumb-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50px, -50px);
}
.tp-postbox-thumb-btn .play-btn {
height: 68px;
width: 68px;
line-height: 68px;
font-size: 24px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-postbox-thumb-btn::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
border-radius: 100%;
-webkit-animation: ripple2 2s infinite;
border: 2px solid rgb(255, 255, 255);
box-shadow: 0px 14px 24px -1px rgba(20, 0, 77, 0.31);
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.tp-postbox-thumb-date {
position: absolute;
height: 66px;
width: 66px;
bottom: 0;
right: 0;
z-index: 1;
padding: 7px 20px;
background: var(--tp-theme-secondary);
}
.tp-postbox-thumb-date span {
font-size: 18px;
font-weight: 700;
display: block;
margin: 0;
color: var(--tp-common-white);
}
.tp-postbox-thumb-date p {
color: var(--tp-common-white);
margin: 0;
}
.tp-postbox-thumb::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
pointer-events: none;
opacity: 0.1;
background-color: rgb(22, 23, 26);
}
.tp-postbox-thumb img {
width: 100%;
}
.tp-postbox-content {
padding-top: 25px;
}
.tp-postbox-content p {
margin-bottom: 28px;
}
.tp-postbox-meta {
margin-bottom: 15px;
}
.tp-postbox-meta span {
font-size: 14px;
font-weight: 400;
color: var(--tp-text-body);
margin-right: 24px;
}
.tp-postbox-meta span i {
color: var(--tp-theme-primary);
margin-right: 5px;
}
.tp-postbox-title {
font-size: 36px;
font-weight: 800;
letter-spacing: 0.2px;
margin-bottom: 20px;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-postbox-title {
font-size: 32px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-title {
font-size: 30px;
}
}
.tp-postbox-title a:hover {
color: var(--tp-theme-primary);
}
.tp-postbox-btn {
font-size: 16px;
font-weight: 600;
letter-spacing: 0.8px;
}
.tp-postbox-btn:hover i {
animation: tfLeftToRight 0.5s forwards;
-webkit-text-fill-color: #00A3C3;
}
.tp-postbox-btn i {
margin-right: 3px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-pagination {
margin-bottom: 30px;
}
}
.tp-postbox-pagination ul li {
list-style: none;
display: inline-block;
margin-right: 20px;
}
.tp-postbox-pagination ul li a {
position: relative;
font-size: 14px;
font-weight: 700;
display: inline-block;
width: 38px;
height: 38px;
line-height: 37px;
text-align: center;
border-radius: 50%;
color: var(--tp-heading-primary);
background: var(--tp-common-gray);
z-index: 1;
}
.tp-postbox-pagination ul li a.active {
color: var(--tp-common-white);
background: var(--tp-heading-primary);
}
.tp-postbox-pagination ul li a:hover {
color: var(--tp-common-white);
background: var(--tp-heading-primary);
}
@media (max-width: 575px) {
.tp-postbox-nav {
display: none;
}
}
.tp-postbox-nav button {
position: absolute;
top: 50%;
left: 2%;
height: 60px;
width: 60px;
border-radius: 50%;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
z-index: 1;
}
.tp-postbox-nav button i {
font-size: 16px;
font-weight: 500;
}
.tp-postbox-nav button:hover {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-postbox-nav button.tp-blog-next-1 {
right: 2%;
left: auto;
}
.tp-postbox-item-thumb {
margin-bottom: 10px;
}
.tp-postbox-item-thumb img {
width: 100%;
margin-bottom: 30px;
}
.tp-postbox-item-wrapper p {
margin-bottom: 30px;
}
.tp-postbox-title2 {
font-size: 36px;
font-weight: 800;
margin-bottom: 20px;
}
.tp-postbox-title3 {
font-size: 30px;
font-weight: 800;
margin-bottom: 30px;
}
.tp-postbox-list {
margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-list {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-list-thumb {
margin-bottom: 20px;
}
}
.tp-postbox-list ul li {
list-style: none;
font-size: 16px;
margin-bottom: 15px;
}
.tp-postbox-list ul li i {
color: var(--tp-theme-primary);
margin-right: 8px;
}
.tp-postbox-share-wrapper {
margin-top: 60px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(103, 104, 122, 0.200000003);
}
@media (max-width: 575px) {
.tp-postbox-share-wrapper {
padding: 30px 15px 10px 15px;
margin-top: 30px;
}
}
.tp-postbox-share-tags .tp-sidebar-widget-title {
margin-right: 20px;
}
.tp-postbox-share-tags a {
border: 1px solid rgb(234, 235, 235);
}
.tp-postbox-share-social .tp-footer-widget-social .tp-sidebar-widget-title {
margin-right: 20px;
}
.tp-postbox-share-social .tp-footer-widget-social a {
height: 38px;
width: 38px;
line-height: 38px;
border-radius: 50%;
text-align: center;
display: inline-block;
color: var(--tp-common-white);
background: var(--tp-heading-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-postbox-share-social .tp-footer-widget-social a:not(:last-of-type) {
margin-right: 10px;
}
.tp-postbox-share-social .tp-footer-widget-social a:hover {
background: var(--tp-theme-primary);
}
.tp-postbox-share-social .tp-footer-widget-social a:hover i {
color: var(--tp-common-white);
}
.tp-postbox-comment-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 50px;
}
.tp-postbox-comment ul li {
list-style: none;
}
.tp-postbox-comment ul li.children {
margin-left: 110px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-comment ul li.children {
margin-left: 0;
}
}
.tp-postbox-comment ul li .tp-postbox-comment-box.border-mr {
margin-bottom: 30px;
padding-bottom: 50px;
border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 575px) {
.tp-postbox-comment ul li .tp-postbox-comment-box-inner {
flex-wrap: wrap;
}
}
.tp-postbox-comment ul li .tp-postbox-comment-avater {
margin-right: 30px;
}
@media (max-width: 575px) {
.tp-postbox-comment ul li .tp-postbox-comment-avater {
margin-bottom: 10px;
}
}
.tp-postbox-comment ul li .tp-postbox-comment-avater img {
border-radius: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-comment ul li .tp-postbox-comment-content p br {
display: none;
}
}
.tp-postbox-comment ul li .tp-postbox-comment-name {
font-size: 20px;
font-weight: 800;
margin-bottom: 10px;
}
.tp-postbox-comment ul li .tp-postbox-comment-date {
font-size: 14px;
color: var(--tp-text-1);
margin-bottom: 18px;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply {
margin-top: 15px;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a {
font-size: 14px;
font-weight: 700;
color: var(--tp-theme-secondary);
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a:hover i {
animation: tfLeftToRight 0.5s forwards;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a i {
margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-postbox-reply {
margin-bottom: 30px;
}
}
.tp-postbox-reply-title {
position: relative;
font-size: 27px;
font-weight: 700;
margin-bottom: 40px;
letter-spacing: -0.54px;
}
.tp-postbox-reply-title::after {
position: absolute;
content: "";
width: 80px;
height: 2px;
bottom: -10px;
left: 0;
background: var(--tp-gradient-primary);
}
.tp-postbox-input input {
border: 1px solid #E3E3E3;
height: 58px;
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
background: #f4f4f4;
}
.tp-postbox-input input::placeholder {
font-size: 16px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-postbox-input input:focus {
box-shadow: none;
border: 1px solid var(--tp-theme-primary);
}
.tp-postbox-input textarea {
height: 188px;
resize: none;
font-size: 16px;
font-weight: 148;
margin-bottom: 20px;
border: 1px solid #E3E3E3;
background: #f4f4f4;
}
.tp-postbox-input textarea::placeholder {
font-size: 16px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-postbox-input textarea:focus {
border: 1px solid var(--tp-theme-primary);
color: var(--tp-text-1);
}

blockquote {
position: relative;
padding: 30px 55px 30px 110px;
margin-bottom: 35px;
background: #f4f4f4;
z-index: 1;
}
@media (max-width: 575px) {
blockquote {
padding: 30px;
}
}
blockquote p {
font-size: 22px;
font-weight: 500;
margin-bottom: 0 !important;
color: var(--tp-heading-primary);
}
blockquote cite {
font-style: normal;
margin-top: 15px;
display: block;
font-size: 14px;
position: relative;
margin-left: 30px;
}
blockquote cite::after {
position: absolute;
content: "";
height: 2px;
width: 15px;
left: -30px;
top: 13px;
background: var(--tp-heading-primary);
}
blockquote img {
position: absolute;
top: 40px;
left: 30px;
}
@media (max-width: 575px) {
blockquote img {
display: none;
}
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.tp-rc__post:not(:last-of-type) {
margin-bottom: 40px;
}
.tp-rc__post-title {
font-size: 16px;
font-weight: 700;
color: var(--tp-heading-primary);
}
.tp-rc__post-title a:hover {
color: var(--tp-theme-primary);
}
.tp-rc__post-meta span {
font-size: 14px;
font-weight: 400;
display: block;
margin-bottom: 8px;
color: var(--tp-text-body);
}
.tp-rc__post-meta span i {
color: var(--tp-theme-primary);
margin-right: 5px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-widget {
padding: 50px;
background-color: rgb(244, 244, 244);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-sidebar-widget {
padding: 30px;
}
}
.tp-sidebar-widget-content ul li {
list-style: none;
}
.tp-sidebar-widget-content ul li:not(:last-of-type) {
margin-bottom: 5px;
}
.tp-sidebar-widget-content ul li a {
font-size: 16px;
font-weight: 700;
display: block;
padding: 15px 30px;
color: var(--tp-heading-primary);
}
.tp-sidebar-widget-content ul li a:hover {
background: var(--tp-common-white);
color: var(--tp-theme-primary);
}
.tp-sidebar-widget-content ul li a:hover i {
opacity: 1;
}
.tp-sidebar-widget-content ul li a i {
font-size: 16px;
transform: translateY(5px);
float: right;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-sidebar-widget-title {
font-size: 22px;
font-weight: 800;
margin-bottom: 25px;
display: inline-block;
}
.tp-sidebar-search-input {
position: relative;
}
.tp-sidebar-search-input input {
font-size: 14px;
font-weight: 500;
width: 100%;
height: 58px;
line-height: 58px;
padding: 0 25px;
padding-right: 25px;
padding-right: 60px;
background: var(--tp-common-white);
border: 1px solid transparent;
}
.tp-sidebar-search-input input::placeholder {
font-size: 14px;
font-weight: 500;
color: var(--tp-text-body);
}
.tp-sidebar-search-input input:focus {
font-size: 14px;
font-weight: 500;
color: var(--tp-text-body);
border: 1px solid var(--tp-theme-primary);
}
.tp-sidebar-search-input button {
position: absolute;
top: 0;
right: 0;
height: 58px;
width: 58px;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-sidebar-search-input button i {
font-size: 16px;
font-weight: 900;
}

.tagcloud a {
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
padding: 3px 18px;
display: inline-block;
color: var(--tp-text-body);
background: var(--tp-common-white);
margin-bottom: 10px;
margin-right: 10px;
}
.tagcloud a:hover {
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
}
.tp-footer-shape {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
@media (max-width: 575px) {
.tp-footer-shape img {
width: 100%;
}
}
.tp-footer-top {
position: relative;
line-height: 1;
padding-top: 40px;
padding-bottom: 40px;

}
.tp-footer-top-shape {
position: absolute;
top: 0;
left: 56%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-footer-top-shape {
left: 60%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-top-shape {
display: none;
}
}
.tp-footer-send p {
font-size: 20px;
color: var(--tp-text-body);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-send p {
margin-bottom: 30px;
}
}
.tp-footer-send p a {
color: var(--tp-common-white);
}
.tp-footer-send p a:hover {
color: var(--tp-theme-primary);
}
.tp-footer-btn .tp-btn {
padding: 22px 51px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-footer-btn .tp-btn {
padding: 22px 40px;
}
}
.tp-footer-main {padding-top: 75px;padding-bottom: 7px;}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-main {
padding-top: 50px;
padding-bottom: 0;
}
}
.tp-footer-widget-content p {margin-bottom: 20px;color: #ffffff;}
.tp-footer-widget-content ul li {
position: relative;
list-style: none;
}
.tp-footer-widget-content ul li:not(:last-of-type) {
margin-bottom: 10px;
}
.tp-footer-widget-content ul li:hover {
margin-left: 15px;
}
.tp-footer-widget-content ul li:hover::after {
opacity: 1;
}
.tp-footer-widget-content ul li:hover a {
color: var(--tp-common-white);
}
.tp-footer-widget-content ul li::after {
position: absolute;
content: "+";
top: 0;
left: -16px;
font-size: 20px;
opacity: 0;
color: var(--tp-theme-primary);
}
.tp-footer-widget-content ul li a {font-weight: 400;font-size: 16px;color: #ffffff;background-size: 0% 1px, 0 1px;background-position: 100% 100%, 0 100%;background-repeat: no-repeat;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;}
.tp-footer-widget-contact {
padding: 30px;
margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-widget-contact {
padding: 0;
margin-top: 0;
}
}
.tp-footer-widget-contact span {
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
display: inline-block;
color: var(--tp-common-white);
}
.tp-footer-widget-contact p {
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
color: var(--tp-text-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-footer-widget-contact p br {
display: none;
}
}
.tp-footer-widget-contact-inner:not(:last-of-type) {margin-bottom: 20px;}
.tp-footer-widget-contact-inner a {position: relative;font-family: var(--tp-ff-p);font-weight: 400;font-size: 16px;margin-left: 25px;color: #ffffff;}
.tp-footer-widget-contact-inner a:hover {
color: var(--tp-common-white);
}
.tp-footer-widget-contact-inner a i {position: absolute;top: 2px;left: -25px;color: #ffffff;}
.tp-footer-widget-title {font-size: 20px;font-weight: 800;margin-bottom: 30px;text-align: left;letter-spacing: -0.1px;color: var(--tp-common-white);}
.tp-footer-widget-gallery-all {
display: grid;
grid: auto auto/auto auto auto;
column-gap: 10px;
row-gap: 10px;
width: 230px;
height: auto;
}
.tp-footer-widget-gallery-item {
position: relative;
display: inline-block;
}
.tp-footer-widget-gallery-item:hover .tp-footer-widget-gallery-thumb::after {
transform: scale(1);
}
.tp-footer-widget-gallery-item:hover .tp-footer-widget-gallery-social i {
opacity: 1;
visibility: visible;
}
.tp-footer-widget-gallery-thumb {
position: relative;
display: inline-block;
}
.tp-footer-widget-gallery-thumb::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
transform: scale(0);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: rgba(249, 76, 48, 0.949);
}
.tp-footer-widget-gallery-thumb img {
max-width: 100%;
}
.tp-footer-widget-gallery-social {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.tp-footer-widget-gallery-social i {
opacity: 0;
color: var(--tp-common-white);
visibility: hidden;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-footer-copyright {padding-top: 5px;padding-bottom: 5px;text-align: center;}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-copyright-inner p {
margin-bottom: 20px;
}
}
.tp-footer-copyright-inner a {height: 38px;width: 38px;font-size: 18px;line-height: 38px;/* display: inline-block; */text-align: center;color: var(--tp-common-white);background: #16171a;}
.tp-footer-copyright-inner a:not(:last-of-type) {
margin-right: 15px;
}
.tp-footer-copyright-inner a:hover {
background: var(--tp-theme-primary);
}

/* footer col design for home 1 */
.tp-footer-col-2 {
padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-footer-col-2 {
padding-left: 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-col-2 {
padding-left: 0;
}
}
.tp-footer-col-3 {
padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-footer-col-3 {
padding-left: 0;
}
}
/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
/* footer col design for home 2 */
/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
/* footer col design for home 3 */
/*----------------------------------------*/
/*  8.3 Hero css
/*----------------------------------------*/
.tp-hero-bg {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
transform: scale(1);
-webkit-transition: all 10s linear 0s;
-moz-transition: all 10s linear 0s;
-o-transition: all 10s linear 0s;
transition: all 10s linear 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-bg {
background-position: center;
}
}
.tp-hero-shape .shape-1 {
position: absolute;
bottom: 0;
left: 0;
animation-delay: 1s;
animation-duration: 1.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-shape .shape-1 {
left: -125px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-shape .shape-1 {
display: none;
}
}
.tp-hero-shape .shape-2 {
position: absolute;
bottom: 0;
right: 0;
animation-delay: 1s;
animation-duration: 1.2s;
}
.tp-hero-title {
font-size: 90px;
font-weight: 800;
line-height: 1.1;
letter-spacing: 0.36px;
margin-bottom: 58px;
animation-delay: 0.5s;
animation-duration: 0.7s;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-title {
font-size: 70px;
margin-bottom: 45px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-title {
font-size: 62px;
margin-bottom: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-title {
font-size: 50px;
margin-bottom: 35px;
}
}
@media (max-width: 575px) {
.tp-hero-title {
font-size: 45px;
margin-bottom: 30px;
}
}
@media (max-width: 575px) {
.tp-hero-title br {
display: none;
}
}
.tp-hero-btn {
line-height: 1;
}
.tp-hero-btn .tp-btn {
padding: 23px 50px;
}
@media (max-width: 575px) {
.tp-hero-btn {
margin-bottom: 20px;
}
}
.tp-hero-video a {
display: flex;
align-items: center;
}
.tp-hero-video a span {
font-size: 21px;
height: 60px;
width: 60px;
line-height: 60px;
display: block;
border-radius: 50%;
text-align: center;
margin-right: 20px;
color: var(--tp-heading-primary);
background-color: var(--tp-common-white);
}
.tp-hero-video a p {
font-size: 16px;
font-weight: 500;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-video a p {
color: var(--tp-common-white);
}
}
.tp-hero-video a:hover p {
color: var(--tp-theme-primary);
}
.tp-hero-video a:hover span {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-hero-button-wrapper {
position: relative;
animation-delay: 0.9s;
animation-duration: 1s;
}
.tp-hero-button-wrapper-shape {
position: absolute;
top: -40px;
left: 55%;
animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-button-wrapper-shape {
left: 68%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-button-wrapper-shape {
left: 60%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-button-wrapper-shape {
display: none;
}
}
.tp-hero-wrapper-slider {
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-active .swiper-slide {
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-active .swiper-slide {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media (max-width: 575px) {
.tp-hero-active .swiper-slide {
padding-top: 100px;
padding-bottom: 100px;
}
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-bg {
visibility: visible;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-title {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-shape .shape-1 {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-shape .shape-2 {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-button-wrapper {
animation-fill-mode: both;
animation-name: fadeInRight;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-subtitle {
animation-fill-mode: both;
animation-name: fadeInRight;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-title {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-text-shape {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-shape .shape-1 {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-shape .shape-2 {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-pagination {
position: absolute;
left: 60px;
top: 45%;
z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-pagination {
top: 90%;
left: 50%;
transform: translateX(-50%);
}
}
.tp-hero-pagination .swiper-pagination-bullet {height: 20px;width: 20px;opacity: 1;display: block;margin-bottom: 10px;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;background: #ffffff;}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-pagination .swiper-pagination-bullet {
display: inline-block;
margin-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-pagination .swiper-pagination-bullet {
height: 10px;
width: 10px;
}
}
.tp-hero-pagination .swiper-pagination-bullet-active {
background: var(--tp-theme-primary);
}
.tp-hero-2-bg {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
background: url(../image/banner.jpg);
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.tp-hero-2-bg:before {
position: absolute;
content: '';
top: 0px;
bottom: 0;
left: 0;
right: 0;
background: #000000b0;
}
.tp-hero-2-shape .shape-2 {
position: absolute;
top: 0;
left: 0;
animation-delay: 1s;
animation-duration: 1.2s;
}
.tp-hero-2-shape .shape-1 {
position: absolute;
bottom: 0;
left: 0;
animation-delay: 1s;
animation-duration: 1.2s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-2-shape .shape-1 {
bottom: -150px;
}
}
.tp-hero-2-subtitle {font-size: 25px;font-weight: 800;line-height: 32px;display: inline-block;letter-spacing: 0.1px;margin-bottom: 10px;color: #fff;animation-delay: 0.3s;animation-duration: 0.5s;}
.tp-hero-2-content {
/* background: rgb(242, 237, 235); */
}
.tp-hero-2-title {position: relative;font-size: 75px;font-weight: 800;line-height: 0.93;margin-bottom: 40px;color: #fff;letter-spacing: 0.36px;z-index: 2;animation-delay: 0.5s;animation-duration: 0.7s;}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-2-title {font-size: 58px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-2-title {
font-size: 58px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-2-title {
font-size: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-2-title {
font-size: 80px;
}
}
@media (max-width: 575px) {
.tp-hero-2-title {
font-size: 54px;
margin-bottom: 20px;
}
}
.tp-hero-2-text-shape {
position: absolute;
top: -35px;
right: 15px;
z-index: 0;
animation-delay: 0.5s;
animation-duration: 0.7s;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-hero-2-text-shape {
right: 35px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-2-text-shape {
z-index: 2;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-2-text-shape {
display: none;
}
}
.tp-hero-2-thumb {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 45%;
border-radius: 50% 0 0 50%;
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-2-thumb {
width: 55%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-2-thumb {
width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-2-thumb {
background-position: center;
}
}
@media (max-width: 575px) {
.tp-hero-2-thumb {
display: none;
}
}
.tp-hero-2-thumb::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 60%;
height: 100%;
border-radius: 49% 0 0 50%;
background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%);
/* background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%); */
background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%);
z-index: 0;
}
.tp-hero-3-bg {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
transform: scale(1);
-webkit-transition: all 10s linear 0s;
-moz-transition: all 10s linear 0s;
-o-transition: all 10s linear 0s;
transition: all 10s linear 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-bg {background-position: center;}
}
.tp-hero-3-bg::before {position: absolute;content: "";height: 100%;width: 100%;top: 0;left: 0;/* background: rgb(4 11 32 / 29%); */}
.tp-hero-3-shape {
position: absolute;
top: 0;
right: 0;
animation-delay: 0.3s;
animation-duration: 0.5s;
}
.tp-hero-3-title {
font-size: 90px;
font-weight: 800;
text-transform: capitalize;
margin-bottom: 35px;
letter-spacing: 0.36px;
color: var(--tp-common-white);
animation-delay: 0.5s;
animation-duration: 0.7s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-3-title {
font-size: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-3-title {
font-size: 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-3-title {
font-size: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-3-title {
font-size: 65px;
}
}
@media (max-width: 575px) {
.tp-hero-3-title {
font-size: 50px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-title br {
display: none;
}
}
.tp-hero-3-title-shape {
position: absolute;
top: -10px;
left: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-3-title-shape {
left: 48%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-title-shape {
display: none;
}
}
.tp-hero-3-video a {
font-size: 16px;
text-decoration: underline;
color: var(--tp-common-white);
}
.tp-hero-3-video a:hover {
color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-3-active .swiper-wrapper .swiper-slide {
padding-top: 160px;
padding-bottom: 160px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-3-active .swiper-wrapper .swiper-slide {
padding-top: 130px;
padding-bottom: 130px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-hero-3-active .swiper-wrapper .swiper-slide {/* padding-top: 120px; *//* padding-bottom: 120px; */}
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-shape {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-title {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-button-wrapper {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-bg {visibility: visible;/* -webkit-transform: scale(1.2); *//* transform: scale(1.2); */}
.tp-hero-3-button-wrapper {
animation-delay: 0.9s;
animation-duration: 1s;
}
.tp-hero-3-pagination {position: absolute;/* right: 375px; */bottom: 0;z-index: 1;width: 100%;right: 0;left: 0;display: flex;justify-content: center;gap: 8px;}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-hero-3-pagination {left: 57px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-3-pagination {
right: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-3-pagination {
right: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-pagination {
top: 90%;
right: 40%;
}
}
.tp-hero-3-pagination .swiper-pagination-bullet {height: 10px;width: 10px;opacity: 1;display: block;margin-bottom: 10px;border: 1px solid white;background: transparent;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-pagination .swiper-pagination-bullet {
display: inline-block;
margin-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-3-pagination .swiper-pagination-bullet {
height: 15px;
width: 15px;
}
}
.tp-hero-3-pagination .swiper-pagination-bullet-active {
background: var(--tp-common-white);
}
.tp-hero-4-bg {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: 0;
transform: scale(1);
-webkit-transition: all 10s linear 0s;
-moz-transition: all 10s linear 0s;
-o-transition: all 10s linear 0s;
transition: all 10s linear 0s;
}
.tp-hero-4-bg::before {position: absolute;content: "";height: 100%;width: 100%;background: rgb(0 1 36 / 6%);}
.tp-hero-4-title {
font-size: 120px;
font-weight: 400;
line-height: 1;
letter-spacing: 0.1px;
margin-bottom: 40px;
animation-delay: 0.5s;
animation-duration: 0.7s;
color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-hero-4-title {
font-size: 110px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-4-title {
font-size: 100px;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-hero-4-title {
font-size: 80px;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-title {
font-size: 60px;
margin-bottom: 20px;
}
}
.tp-hero-4-title-wrapper p {
font-size: 22px;
font-weight: 400;
animation-delay: 0.7s;
animation-duration: 0.9s;
color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-title-wrapper p {
font-size: 18px;
}
}
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 435px;
padding-bottom: 280px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 350px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 300px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 180px;
padding-bottom: 180px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 150px;
padding-bottom: 140px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-4-active .swiper-wrapper .swiper-slide {
padding-top: 170px;
padding-bottom: 130px;
}
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-bg {
visibility: visible;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title-wrapper p {
animation-fill-mode: both;
animation-name: fadeInUp;
}
.tp-hero-4-pagination {
position: absolute;
right: 195px;
top: 55%;
z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-4-pagination {
right: 85px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-hero-4-pagination {
top: 48%;
right: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-hero-4-pagination {
right: 42%;
top: 80%;
}
}
@media (max-width: 575px) {
.tp-hero-4-pagination {
right: 40%;
top: 80%;
}
}
.tp-hero-4-pagination .swiper-pagination-bullet {
height: 20px;
width: 20px;
opacity: 1;
display: block;
margin-bottom: 10px;
border: 1px solid white;
background: transparent;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-pagination .swiper-pagination-bullet {
display: inline-block;
margin-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-pagination .swiper-pagination-bullet {
height: 15px;
width: 15px;
}
}
.tp-hero-4-pagination .swiper-pagination-bullet-active {
background: var(--tp-common-white);
}
.tp-hero-4-search {
margin-top: -30px;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-search {
margin-top: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-search-wrapper {
flex-wrap: wrap;
}
}
.tp-hero-4-search-wrap {
background-color: rgb(255, 255, 255);
box-shadow: 0px 6px 16px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-search-wrap {
flex-wrap: wrap;
box-shadow: none;
border-color: none;
}
}
.tp-hero-4-search-btn {
flex: 0 0 auto;
}
.tp-hero-4-search-btn .tp-btn {
padding: 17px 50px;
}
.tp-hero-4-input {
position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-input {
width: 100%;
}
}
.tp-hero-4-input span {
position: absolute;
top: 24px;
left: 30px;
font-size: 14px;
font-weight: 400;
line-height: 0;
color: var(--tp-text-body);
}
.tp-hero-4-input input {
width: 330px;
height: 60px;
padding-left: 55px;
font-size: 14px;
border-right: 1px solid #e6e6e6;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.tp-hero-4-input input::placeholder {
font-size: 14px;
}
.tp-hero-4-input input:focus {
border: 1px solid var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-hero-4-input input {
width: 300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-input input {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-hero-4-input input {
width: 100%;
border: 1px solid #e6e6e6;
}
}

/*----------------------------------------*/
/*  8.2 Features css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-features-area {
padding-top: 80px;
}
}
.tp-features-item {
position: relative;
padding: 36px;
border: 1px solid rgb(242, 237, 235);
overflow: hidden;
}
.tp-features-item:hover {
border-color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-title {
color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-item-btn a i {
color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-item-btn a b {
transform: translate(15px, 5px);
opacity: 1;
}
.tp-features-item:hover .tp-features-item-btn span {
color: var(--tp-theme-secondary);
}
.tp-features-item:hover.item-2 {
background: #f4f4f4;
}
.tp-features-item:hover .shape {
bottom: 0;
right: 0;
opacity: 1;
}
.tp-features-item p {
margin-bottom: 10px;
}
.tp-features-item-btn a {
position: relative;
z-index: 2;
}
.tp-features-item-btn a i {
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
color: var(--tp-theme-primary);
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.06);
position: relative;
z-index: 1;
}
.tp-features-item-btn a b {
font-size: 14px;
font-weight: 700;
transform: translate(-40px, 5px);
opacity: 0;
display: inline-block;
color: var(--tp-theme-secondary);
overflow: hidden;
}
.tp-features-item-btn a:hover i {
transition: none;
}
.tp-features-item-btn span {
position: relative;
font-size: 50px;
display: block;
transform: translateX(-10px);
color: var(--tp-theme-primary);
}
.tp-features-item-btn span::after {
position: absolute;
content: "";
width: 66px;
height: 66px;
border-radius: 50%;
right: -20px;
top: 0;
z-index: -1;
background-color: rgb(244, 244, 244);
}
.tp-features-item-btn.btn-2 span::after {
content: none;
}
.tp-features-item .shape {
position: absolute;
right: -30px;
bottom: -30px;
opacity: 0;
}
.tp-features-title {
font-size: 20px;
font-weight: 900;
letter-spacing: 0.1px;
margin-bottom: 10px;
color: var(--tp-heading-primary);
}
.tp-features-3-area {
border-bottom: 1px solid var(--tp-border-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-features-3-area {
border: none;
}
}
.tp-features-3-space {
padding-left: 112px;
padding-right: 112px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-features-3-space {
padding-right: 50px;
padding-left: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-features-3-space {
padding-right: 0;
padding-left: 0;
}
}
.tp-features-3-item {
padding-top: 60px;
}
.tp-features-3-item.item-3-border {
border-right: 1px solid var(--tp-border-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-features-3-item.item-3-border {
border: none;
}
}
.tp-features-3-item.pl {
padding-left: 38px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-features-3-item.pl {
padding-left: 0;
}
}
.tp-features-3-item.active .tp-features-3-icon span::after {
width: 100%;
height: 100%;
z-index: 0;
}
.tp-features-3-item.active .tp-features-3-icon span i {
color: var(--tp-common-white);
}
.tp-features-3-icon {
margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-features-3-icon {
margin-right: 20px;
}
}
.tp-features-3-icon span {
position: relative;
display: block;
text-align: center;
width: 110px;
height: 110px;
line-height: 120px;
background: var(--tp-common-gray);
z-index: 1;
}
.tp-features-3-icon span i {
position: relative;
z-index: 1;
font-size: 55px;
color: var(--tp-theme-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-features-3-icon span::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 10px;
width: 10px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: var(--tp-theme-secondary);
}
.tp-features-3-content {
padding: 0 20px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-features-3-content {
padding: 0;
}
}
.tp-features-3-title {
font-size: 20px;
font-weight: 800;
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.tp-about-shape {
position: absolute;
top: 24%;
right: 0;
z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-about-shape {
top: 16%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-shape {
display: none;
}
}
.tp-about-thumb-main img {
width: 100%;
}
.tp-about-thumb-wrapper {
padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-thumb-wrapper {
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-thumb-wrapper {
margin-bottom: 50px;
}
}
.tp-about-thumb-wrapper .shape {
position: absolute;
left: -77%;
top: 10px;
z-index: -1;
}
.tp-about-thumb-wrapper .shape img {
max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-thumb-wrapper .shape {
left: -50px;
top: 34px;
z-index: 1;
width: 167px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-thumb-wrapper .shape {
display: none;
}
}
.tp-about-thumb-contact {
position: absolute;
bottom: 62px;
left: -60px;
width: 390px;
padding: 36px 60px 25px;
border: 1px solid black;
background-position: right;
background-repeat: no-repeat;
background-color: var(--tp-common-white);
background-image: url(../img/about/ab-s-3.png);
animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-thumb-contact {
width: inherit;
left: -25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-thumb-contact {
position: static;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-thumb-contact {
left: -20px;
}
}
@media (max-width: 575px) {
.tp-about-thumb-contact {
position: static;
width: inherit;
margin-top: 20px;
padding: 20px;
}
}
.tp-about-thumb-contact-icon {
margin-right: 20px;
}
.tp-about-thumb-contact-icon i {
font-size: 49px;
color: var(--tp-theme-primary);
}
.tp-about-thumb-contact-content h4 {
font-size: 20px;
margin-bottom: 15px;
line-height: 32px;
}
.tp-about-thumb-contact-content .tp-btn {
padding: 6px 26px;
background: var(--tp-theme-secondary);
}
.tp-about-title-wrapper {
padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-title-wrapper {
padding-left: 0;
}
}
.tp-about-title-wrapper p {
margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-title-wrapper p br {
display: none;
}
}
.tp-about-content {
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-content {
flex-wrap: wrap;
}
}
.tp-about-content::after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 12px;
height: 12px;
background: #f0f0f0;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tp-about-list {
display: inline-block;
}
.tp-about-list ul {
margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-list ul {
margin-bottom: 20px;
}
}
.tp-about-list ul li {
list-style: none;
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
transform: translateY(2px);
display: inline-block;
color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-list ul li {
margin-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-list ul li {
margin-right: 20px;
}
}
.tp-about-list ul li i {
margin-right: 10px;
color: var(--tp-theme-primary);
}
.tp-about-icon:hover i {
color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-icon {
margin-bottom: 20px;
}
}
.tp-about-icon i {
font-size: 46px;
margin-right: 20px;
color: var(--tp-theme-secondary);
}
.tp-about-icon p {
font-size: 20px;
font-weight: 900;
margin: 0;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-icon p br {
display: none;
}
}
.tp-about-icon-2:hover i {
color: var(--tp-theme-secondary);
}
.tp-about-icon-2 i {
font-size: 46px;
margin-right: 20px;
color: var(--tp-theme-primary);
}
.tp-about-icon-2 p {
font-size: 20px;
font-weight: 900;
margin: 0;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-icon-2 p br {
display: none;
}
}
.tp-about-icon.mb {
margin-bottom: 30px;
}
.tp-about-right img {
margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-right img {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-signeture {
flex-wrap: wrap;
}
}
.tp-about-sign {
margin-right: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-sign {
margin-right: 135px;
}
}
@media (max-width: 575px) {
.tp-about-sign {
margin-right: 20px;
margin-bottom: 20px;
}
}
.tp-about-sign p {
margin: 0;
}
.tp-about-2-shape {
position: absolute;
top: 100px;
right: 0;
}
.tp-about-2-content {
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-content {
flex-wrap: wrap;
}
}
.tp-about-2-content::after {
position: absolute;
content: "";
left: 47%;
bottom: 50px;
width: 20px;
height: 20px;
clip-path: none;
border-radius: 50%;
transform: translateX(-50%);
background: linear-gradient(to right, #0a6cff 0%, #0a6cff 50%, #f94c30 50%, #f94c30 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-content::after {
bottom: 0;
}
}
.tp-about-2-title-wrapper {
padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-title-wrapper {
padding-left: 0;
}
}
.tp-about-2-title-wrapper .tp-about-2-text {
margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-title-wrapper .tp-about-2-text br {
display: none;
}
}
.tp-about-2-title-wrapper.pl {
padding-left: 50px;
}
@media (max-width: 575px) {
.tp-about-2-title-wrapper.pl {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper {
margin-bottom: 50px;
}
}
.tp-about-2-wrapper .img-2 {
position: absolute;
top: 0;
right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper .img-2 {
display: none;
}
}
.tp-about-2-wrapper .img-1 {
position: absolute;
top: 88px;
left: -40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper .img-1 {
position: static;
}
}
@media (max-width: 575px) {
.tp-about-2-wrapper .img-1 {
width: 100%;
}
}
.tp-about-2-wrapper .img-3 {
position: absolute;
bottom: -575px;
right: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper .img-3 {
display: none;
}
}
.tp-about-2-wrapper .img-4 {
position: absolute;
top: 140px;
left: -76%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper .img-4 {
display: none;
}
}
.tp-about-2-wrapper .img-5 {
position: absolute;
top: 0;
right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-2-wrapper .img-5 {
right: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-2-wrapper .img-5 {
display: none;
}
}
.tp-about-2-wrapper.shape .img-1 {
top: 18px;
}
.tp-about-2-wrapper.shape .img-2 {
top: -30px;
}
.tp-about-2-counter {
position: absolute;
z-index: 1;
right: 20px;
top: 465px;
width: 292px;
padding: 30px 60px;
border: 2px solid rgb(244, 244, 244);
background-color: rgb(255, 255, 255);
animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-2-counter {
top: 390px;
}
}
@media (max-width: 575px) {
.tp-about-2-counter {
position: static;
}
}
.tp-about-2-counter p {
font-size: 18px;
font-size: 600;
color: var(--tp-heading-primary);
}
.tp-about-2-title {
font-size: 50px;
font-weight: 700;
letter-spacing: 0.2px;
margin-bottom: 0;
color: var(--tp-theme-primary);
}
.tp-about-3-wrapper {
padding-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-3-wrapper {
padding-right: 45px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-wrapper {
padding-right: 0;
margin-bottom: 50px;
}
}
.tp-about-3-wrapper > p {
margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-wrapper > p br {
display: none;
}
}
.tp-about-3-content .tp-about-icon-2 {
padding: 20px 30px;
margin-bottom: 50px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-content .tp-about-icon-2 {
margin-bottom: 30px;
}
}
.tp-about-3-content .tp-about-icon-2 i {
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-about-3-content .tp-about-icon-2:hover {
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
.tp-about-3-content .tp-about-icon-2:hover i {
color: var(--tp-theme-secondary);
}
.tp-about-3-counter {
position: absolute;
z-index: 1;
right: 20px;
top: 465px;
animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-3-counter {
top: 390px;
}
}
@media (max-width: 575px) {
.tp-about-3-counter {
position: static;
}
}
.tp-about-3-text span {
font-weight: 600;
font-size: 20px;
margin-bottom: 40px;
display: inline-block;
color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-text span {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-text span br {
display: none;
}
}
.tp-about-3-thumb .shape-1 {/* position: absolute; *//* top: -30px; *//* left: -30px; */z-index: 1;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-3-thumb .shape-1 {
left: -80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-thumb .shape-1 {
display: none;
}
}
.tp-about-3-thumb .shape-2 {
position: absolute;
top: 20px;
right: -155px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-about-3-thumb .shape-2 {
right: -100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-3-thumb .shape-2 {
right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-thumb .shape-2 {
position: static;
width: 100%;
}
}
.tp-about-3-thumb .shape-3 {
position: absolute;
top: 450px;
left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-about-3-thumb .shape-3 {
left: -15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-3-thumb .shape-3 {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-4-area {
padding-top: 80px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-about-4-thumb {
padding-right: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-4-thumb {
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-4-thumb {
padding-right: 0;
text-align: center;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-4-thumb {
padding: 0;
}
}
.tp-about-4-shape {
position: absolute;
left: -240px;
top: 130px;
z-index: -1;
}
@media (max-width: 575px) {
.tp-about-4-shape {
display: none;
}
}
.tp-about-4-title-wrapper {
padding-top: 60px;
}
.tp-about-4-content-wrapper {
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 1px solid #f0f0f0;
}
.tp-about-4-content-1 {
margin-bottom: 20px;
}
@media (max-width: 575px) {
.tp-about-4-content-1 {
flex-wrap: wrap;
}
}
.tp-about-4-left {
margin-right: 40px;
}
@media (max-width: 575px) {
.tp-about-4-left {
margin-bottom: 30px;
}
}
.tp-about-4-left-1 {
margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-about-4-left-1 {
margin-right: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-about-4-left-1 {
margin-right: 20px;
}
}
@media (max-width: 575px) {
.tp-about-4-left-1 {
margin-right: 0;
}
}
.tp-about-4-right p {
margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-about-4-right p br {
display: none;
}
}

/*----------------------------------------*/
/*  7.6 Categories css
/*----------------------------------------*/
.tp-categories-bg {
background-repeat: no-repeat;
background-position: top;
}
.tp-categories-space {
padding-left: 160px;
padding-right: 160px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-categories-space {
padding-left: 130px;
padding-right: 130px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-categories-space {
padding-right: 80px;
padding-left: 80px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-categories-space {
padding-left: 0;
padding-right: 0;
}
}
.tp-categories-item {
position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-categories-item {
margin-bottom: 60px;
}
}
.tp-categories-item:hover .tp-categories-shape {
opacity: 1;
}
.tp-categories-item:hover .tp-categories-thumb::after {
background-color: var(--tp-theme-primary);
}
.tp-categories-item:hover .tp-categories-thumb::before {
height: 100%;
}
.tp-categories-item:hover .tp-categories-icon i {
border-radius: 0;
background: var(--tp-theme-primary);
}
.tp-categories-item:hover .tp-categories-btn a {/* height: 46px; *//* padding: 10px 60px; */}
.tp-categories-item-inner {
padding: 20px;
background: var(--tp-common-white);
box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.08);
}
.tp-categories-icon {position: absolute;top: -18px;left: 42px;background: #;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-categories-icon {
left: 32px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-categories-icon {left: 10px;}
}
@media (max-width: 575px) {
.tp-categories-icon {
left: 20px;
top: -65px;
}
}
.tp-categories-icon i {
display: inline-block;
width: 80px;
height: 80px;
line-height: 84px;
border-radius: 50%;
text-align: center;
font-size: 42px;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-categories-content {
position: relative;
padding: 60px 0px 12px 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-categories-content {
padding: 55px 0px 12px 25px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-categories-content {
padding: 45px 0px 12px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-categories-content {
padding: 50px 0px 12px 20px;
}
}
@media (max-width: 575px) {
.tp-categories-content {
padding: 30px 0px 12px 20px;
}
}
.tp-categories-thumb {
position: relative;
}
.tp-categories-thumb img {
width: 100%;
}
.tp-categories-thumb::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 6px;
width: 100%;
background-color: var(--tp-theme-secondary);
}
.tp-categories-thumb::before {position: absolute;content: "";height: 0;width: 100%;bottom: 0;left: 0;opacity: 0.8;background-color: rgb(33 75 224 / 13%);}
.tp-categories-shape {
position: absolute;
right: 0;
top: 0;
opacity: 0;
}
.tp-categories-title {
font-size: 20px;
font-weight: 800;
margin-bottom: 12px;
letter-spacing: 0.1px;
}
.tp-categories-title a:hover {
color: var(--tp-theme-secondary);
}
.tp-categories-title-wrapper {
margin-bottom: 60px;
}
.tp-categories-btn a {position: absolute;content: "";width: 100%;/* height: 0; *//* bottom: auto; */font-size: 14px;font-weight: 700;display: block;padding: 0px 60px;color: var(--tp-common-white);background: #727272;}
.tp-categories-btn a i {
margin-left: 5px;
display: inline-block;
transform: translateY(2px);
}
.tp-categories-2-shape {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-categories-2-shape {
display: none;
}
}
.tp-categories-2-item {position: relative;/* overflow: hidden; */background: var(--tp-common-white);box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.08);margin-bottom: 61px;}
.tp-categories-2-item:hover .tp-categories-2-thumb img {
transform: scale(1.08);
filter: saturate(0);
}
.tp-categories-2-item:hover .tp-categories-2-thumb::before {
opacity: 1;
}
.tp-categories-2-item:hover .tp-categories-2-icon span {
background: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-icon span::after {
background: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-btn a i {
color: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-btn a b {
transform: translate(15px, 5px);
opacity: 1;
}
.tp-categories-2-item:hover .tp-categories-2-content-shape {
opacity: 1;
}
.tp-categories-2-thumb {
position: relative;
overflow: hidden;
}
.tp-categories-2-thumb img {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-categories-2-thumb img {
width: 100%;
}
}
.tp-categories-2-thumb::before {
position: absolute;
pointer-events: none;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: rgba(19, 19, 19, 0.6);
z-index: 1;
}
.tp-categories-2-icon {position: absolute;left: 40px;top: -40px;z-index: 1;}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-categories-2-icon {
top: -55px;
}
}
.tp-categories-2-icon span {
display: inline-block;
width: 80px;
height: 80px;
line-height: 90px;
text-align: center;
font-size: 42px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-categories-2-icon span::after {
position: absolute;
content: "";
height: 40px;
width: 40px;
left: -39px;
top: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
background: var(--tp-theme-secondary);
}
.tp-categories-2-content {padding: 60px 0px 19px 0px;text-align: center;}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-categories-2-content {
padding: 40px 25px 25px 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-categories-2-content {
padding: 50px 40px 30px 40px;
}
}
.tp-categories-2-content p {
margin-bottom: 20px;
}
.tp-categories-2-content-shape {
position: absolute;
bottom: -100px;
right: -100px;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-categories-2-btn a {
position: relative;
z-index: 2;
}
.tp-categories-2-btn a i {
position: relative;
z-index: 1;
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
color: var(--tp-theme-secondary);
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.06);
}
.tp-categories-2-btn a b {
font-size: 14px;
font-weight: 700;
opacity: 0;
overflow: hidden;
display: inline-block;
color: var(--tp-theme-primary);
transform: translate(-40px, 5px);
}
.tp-categories-3-shape .shape-1 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
}
.tp-categories-3-shape .shape-2 {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}
.tp-categories-3-item {
padding: 0 30px 35px 30px;
}
.tp-categories-3-item::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background-color: rgb(255, 255, 255);
box-shadow: 0px 8px 60px 0px rgba(35, 35, 49, 0.06);
clip-path: polygon(2px 16.11%, 100% 5px, 100% 100%, 0% 100%);
}
.tp-categories-3-item::after {
position: absolute;
content: "";
height: 10px;
width: 100%;
top: 27px;
right: 0px;
z-index: -1;
transform: rotate(-10deg);
background: var(--tp-common-gray);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-categories-3-item::after {
transform: rotate(-9deg);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-categories-3-item::after {
transform: rotate(-8deg);
}
}
@media (max-width: 575px) {
.tp-categories-3-item::after {
top: 25px;
transform: rotate(-5deg);
}
}
.tp-categories-3-item:hover::after {
background: var(--tp-theme-primary);
}
.tp-categories-3-item:hover .tp-categories-3-icon span {
background: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-categories-3-item:hover .tp-categories-3-content a {
color: var(--tp-theme-primary);
}
.tp-categories-3-content p {
margin-bottom: 35px;
}
.tp-categories-3-content a {
font-size: 14px;
font-weight: 700;
color: var(--tp-heading-primary);
}
.tp-categories-3-content a i {
margin-left: 5px;
display: inline-block;
font-size: 16px;
transform: translateY(3px);
}
.tp-categories-3-icon {
margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-categories-3-icon {
margin-bottom: 30px;
}
}
.tp-categories-3-icon span {
font-size: 45px;
width: 80px;
height: 80px;
line-height: 85px;
text-align: center;
display: inline-block;
border-radius: 50%;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-theme-secondary);
background-color: rgb(255, 255, 255);
box-shadow: 0px 8px 30px 0px rgba(35, 35, 49, 0.06);
}
.tp-categories-3-title {
font-size: 20px;
font-weight: 800;
margin-bottom: 15px;
letter-spacing: 0.1px;
}
.tp-categories-3-btn {
position: relative;
}
.tp-categories-3-btn a {
font-weight: 600;
color: var(--tp-theme-primary);
}
.tp-categories-3-btn a:hover {
color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  7.2 Apply css
/*----------------------------------------*/
.tp-apply-thumb-wrapper .shape {
position: absolute;
left: -34%;
bottom: 0;
z-index: -1;
}
.tp-apply-thumb-wrapper img {
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-apply-thumb-wrapper img {
margin-bottom: 30px;
}
}
.tp-apply-btn {
padding: 44px 60px 54px;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-apply-btn {
padding: 40px 60px 34px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-apply-btn {
padding: 35px 60px 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-apply-btn {
margin-bottom: 30px;
}
}
@media (max-width: 575px) {
.tp-apply-btn {
padding: 30px;
}
}
.tp-apply-btn .tp-btn {
background: var(--tp-theme-secondary);
}
.tp-apply-video {
display: block;
padding: 70px;
background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-apply-video {
padding: 45px;
}
}
@media (max-width: 575px) {
.tp-apply-video {
padding: 20px;
}
}
.tp-apply-video a i {
width: 50px;
height: 50px;
display: inline-block;
border: 1px solid;
border-color: rgba(255, 255, 255, 0);
text-align: center;
line-height: 50px;
border-radius: 50%;
font-size: 16px;
margin-right: 25px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-common-white);
}
.tp-apply-video a:hover i {
color: var(--tp-theme-primary);
border-color: white;
}
.tp-apply-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 27px;
letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-apply-title {
font-size: 32px;
}
}
@media (max-width: 575px) {
.tp-apply-title br {
font-size: 28px;
display: none;
}
}

/*----------------------------------------*/
/*  9.0 Support css
/*----------------------------------------*/
.tp-support-bg {
background-repeat: no-repeat;
background-size: cover;
}
.tp-support-shape .shape-1 {
position: absolute;
top: -34%;
right: 0;
z-index: 2;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-support-shape .shape-1 {
top: -17%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-shape .shape-1 {
display: none;
}
}
.tp-support-shape .shape-2 {
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-shape .shape-2 {
display: none;
}
}
.tp-support-shape .shape-3 {
position: absolute;
bottom: 0;
right: 384px;
z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-shape .shape-3 {
display: none;
}
}
.tp-support-shape .shape-4 {
position: absolute;
top: 0;
right: 400px;
z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-shape .shape-4 {
display: none;
}
}
.tp-support-shape .shape-5 {
position: absolute;
top: 0;
right: 400px;
z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-shape .shape-5 {
display: none;
}
}
.tp-support-title-wrapper {
margin-bottom: 60px;
}
.tp-support-title-wrapper .tp-section-title {
color: var(--tp-common-white);
}
.tp-support-title-wrapper .tp-section-title-pre {
color: #9d9fa2;
}
.tp-support-tab {
position: relative;
z-index: 5;
}
.tp-support-tab .nav-tabs {
border-bottom: none;
}
.tp-support-tab-content {
padding: 40px 0px 40px 40px;
background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-support-tab-content {
padding: 40px 0px 40px 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-support-tab-content {
padding: 40px 0px 40px 20px;
}
}
.tp-support-tab .nav-item {
border-radius: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-tab .nav-item:not(:last-of-type) {
margin-bottom: 10px;
}
}
.tp-support-tab .nav-item .nav-link {
position: relative;
border-radius: 0;
font-size: 18px;
font-weight: 500;
padding: 11px 39px;
margin-right: 10px;
margin-bottom: 0px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-tab .nav-item .nav-link {
padding: 10px 24px;
}
}
.tp-support-tab .nav-item .nav-link::after {
position: absolute;
content: "";
width: 100%;
height: 0%;
background-color: #f4f4f4;
left: 0;
bottom: 0;
}
.tp-support-tab .nav-item .nav-link:hover {
border: 1px solid var(--tp-theme-primary);
}
.tp-support-tab .nav-item .nav-link.active {
color: var(--tp-heading-primary);
background-color: var(--tp-common-gray);
}
.tp-support-tab .nav-item .nav-link.active::after {
height: 100%;
z-index: -1;
}
.tp-support-tab .nav-item .nav-link.active:hover {
border: 1px solid var(--tp-common-gray);
}
.tp-support-list {
margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-support-list {
margin-right: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-list {
margin-bottom: 30px;
}
}
.tp-support-list ul li {
font-size: 16px;
list-style: none;
color: #16171a;
}
.tp-support-list ul li:not(:last-of-type) {
margin-bottom: 15px;
}
.tp-support-list ul li i {
margin-right: 10px;
color: var(--tp-theme-secondary);
}
.tp-support-text {
margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-support-text {
margin-right: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-support-text {
margin-bottom: 30px;
}
}
.tp-support-text p {
font-size: 16px;
font-weight: 500;
}
@media (max-width: 575px) {
.tp-support-text p br {
display: none;
}
}

/*----------------------------------------*/
/*  7.8 Counter css
/*----------------------------------------*/
.tp-counter-bg {
background-repeat: no-repeat;
background-size: cover;
}
.tp-counter-item:hover .tp-counter-icon span::after {
transform: scale(1);
}
.tp-counter-icon {
margin-bottom: 15px;
}
.tp-counter-icon span {position: relative;display: inline-block;height: 128px;width: 128px;line-height: 112px;border-radius: 50%;text-align: center;font-size: 60px;background-color: #0000;color: #000000;z-index: 1;border: 3px solid #0a6cff;}
.tp-counter-icon span::after {position: absolute;content: "";height: 100%;width: 100%;border-radius: 50%;top: 0;left: 0;z-index: -1;transform: scale(0);background: rgb(33 75 224);}
.tp-counter-content p {font-size: 17px;color: #2f2f2f;font-weight: 800;}
.tp-counter-title {font-size: 50px;font-weight: 700;margin: 0;color: #0a6cff;}

/*----------------------------------------*/
/*  8.8 Service css
/*----------------------------------------*/
.tp-service-shape {
position: absolute;
top: 75px;
right: 0;
}
.tp-service-title-wrapper {
margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-title-wrapper {
margin-bottom: 30px;
}
}
.tp-service-title-wrapper .tp-section-title {
margin-bottom: 0;
}
.tp-service-btn {
margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-btn {
margin-bottom: 30px;
}
}
.tp-service-btn .tp-btn {
padding: 18px 50px;
background: var(--tp-theme-secondary);
}
.tp-service-item {
position: relative;
}
.tp-service-item::after {
position: absolute;
content: "";
width: 330px;
height: 344px;
top: 0;
right: -10px;
z-index: -1;
background: var(--tp-common-gray);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-service-item::after {
right: -24px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-service-item::after {
height: 383px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-item::after {
height: 334px;
right: -15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-service-item::after {
right: 60px;
}
}
@media (max-width: 575px) {
.tp-service-item::after {
content: none;
}
}
.tp-service-item-btn {
background: var(--tp-common-gray);
height: 42px;
line-height: 42px;
padding-left: 40px;
}
.tp-service-item-btn a {
font-size: 14px;
font-weight: 700;
color: var(--tp-theme-secondary);
}
.tp-service-item-btn a i {
transform: translateY(2px);
display: inline-block;
margin-left: 4px;
}
.tp-service-item:hover::after {
background: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-item-btn {
background: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-item-btn a {
color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-thumb img {
width: 100%;
}
}
.tp-service-content {
position: absolute;
right: 11px;
left: 40px;
margin-top: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-service-content {
right: -4px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-content {
right: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-service-content {
right: 0px;
}
}
@media (max-width: 575px) {
.tp-service-content {
right: 0px;
left: 0;
margin-top: -77px;
}
}
.tp-service-content-inner {
background-color: rgb(255, 255, 255);
padding: 40px 20px 28px 40px;
}
@media (max-width: 575px) {
.tp-service-content-inner {
padding: 20px;
}
}
.tp-service-title {
font-size: 20px;
font-weight: 800;
margin-bottom: 10px;
}
.tp-service-title a:hover {
color: var(--tp-theme-secondary);
}
.tp-service-slider {
margin-right: -365px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-slider {
margin-right: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-2-area {
padding-top: 80px;
}
}
.tp-service-2-shape .shape-1 {
position: absolute;
top: 120px;
left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-2-shape .shape-1 {
display: none;
}
}
.tp-service-2-shape .shape-2 {
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}
.tp-service-2-item {
margin-right: 10px;
}
.tp-service-2-item::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 105%;
z-index: -1;
background: #f2edeb;
box-shadow: 0px 4px 30px 0px rgba(22, 23, 26, 0.08);
}
.tp-service-2-item:hover::before {
background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-item-btn {
background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-item-btn a {
color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-2-icon span {
background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-2-thumb img {
transform: scale(1.1) rotate(-2deg);
}
.tp-service-2-item:hover .tp-service-2-thumb::after {
height: 100%;
width: 100%;
}
.tp-service-2-thumb {
position: relative;
overflow: hidden;
}
.tp-service-2-thumb img {
width: 100%;
transition: 0.9s;
}
.tp-service-2-thumb::after {
position: absolute;
content: "";
height: 0;
width: 0;
left: 0;
bottom: 0;
transition: 0.4s linear;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
background: rgba(33, 75, 224, 0.8);
}
.tp-service-2-icon {
position: absolute;
top: -40px;
left: 40px;
}
.tp-service-2-icon span {
display: inline-block;
width: 80px;
height: 80px;
line-height: 90px;
border-radius: 50%;
text-align: center;
font-size: 42px;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-service-2-content-inner {
background: var(--tp-common-white);
padding: 65px 42px 25px 40px;
}
.tp-service-2-content .tp-service-item-btn {
background: #f2edeb;
}
.tp-service-2-content .tp-service-item-btn a i {
transform: translateY(2px);
transition: none;
}
.tp-service-3-shape .shape-1 {
position: absolute;
top: 15px;
left: 28%;
}
@media (max-width: 575px) {
.tp-service-3-shape .shape-1 {
display: none;
}
}
.tp-service-3-shape .shape-2 {
position: absolute;
left: 0;
bottom: 0;
}
.tp-service-3-item {
position: relative;
overflow: hidden;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.06);
}
.tp-service-3-item:hover .tp-service-3-content {
bottom: 0;
}
.tp-service-3-item:hover .tp-service-3-content-shape {
opacity: 1;
bottom: -10px;
right: -10px;
}
.tp-service-3-item:hover .tp-service-3-icon span {
background: var(--tp-theme-primary);
}
.tp-service-3-item:hover .tp-service-3-thumb::after {
opacity: 1;
}
.tp-service-3-item:hover .tp-service-3-thumb img {
transform: scale(1.08);
filter: saturate(0);
}
.tp-service-3-icon {
position: absolute;
top: -40px;
right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-service-3-icon {
top: -50px;
right: 15px;
}
}
.tp-service-3-icon span {
display: inline-block;
font-size: 40px;
width: 80px;
height: 80px;
line-height: 90px;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-service-3-thumb::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: rgba(19, 19, 19, 0.4);
}
.tp-service-3-thumb img {
min-height: 440px;
width: 370px;
object-fit: cover;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-3-thumb img {
width: 100%;
}
}
.tp-service-3-content {
position: absolute;
padding: 40px;
bottom: -58px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-3-content {
padding: 35px 25px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-service-3-content {
padding: 30px 20px;
}
}
.tp-service-3-content p {
margin-bottom: 25px;
}
.tp-service-3-content-shape {
position: absolute;
bottom: -30px;
right: -30px;
opacity: 0;
transition: all 0.5s linear;
}
.tp-service-3-btn a {
font-size: 14px;
color: var(--tp-theme-primary);
}
.tp-service-3-btn a i {
margin-left: 5px;
display: inline-block;
transform: translateY(2px);
}
.tp-service-3-title {
font-size: 20px;
font-weight: 800;
margin-bottom: 14px;
}
.tp-service-3-title a:hover {
color: var(--tp-theme-secondary);
}
.tp-service-details-thumb {
margin-bottom: 30px;
}
.tp-service-details-thumb img {
width: 100%;
}
.tp-service-details-wrap ul {
display: flex;
flex-wrap: wrap;
}
.tp-service-details-wrap ul li {
list-style: none;
font-size: 18px;
}
.tp-service-details-wrap ul li:not(:last-of-type) {
margin-right: 100px;
}
.tp-service-details-wrap ul li span {
margin-right: 5px;
font-weight: 600;
color: var(--tp-theme-secondary);
}
.tp-service-details-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 20px;
color: var(--tp-heading-primary);
}
.tp-service-details-wrapper p {
margin-bottom: 30px;
}
.tp-service-details-btn a {
color: var(--tp-text-body);
font-size: 16px;
padding: 4px 20px;
margin-right: 10px;
background: #f4f4f4;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-service-details-btn a:hover {
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-service-details-share-area {
padding-top: 15px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #cdcdcd;
}
.tp-service-details-share span {
display: inline-block;
height: 30px;
width: 30px;
border-radius: 50%;
line-height: 30px;
text-align: center;
font-size: 14px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-service-details-share span:hover {
background: var(--tp-heading-primary);
}
.tp-service-details-prev p {
font-size: 14px;
font-weight: 700;
margin-bottom: 18px;
}
@media (max-width: 575px) {
.tp-service-details-prev p {
margin-bottom: 5px;
}
}
.tp-service-details-prev p i {
margin-right: 5px;
}
.tp-service-details-prev p:hover {
color: var(--tp-theme-secondary);
}
.tp-service-details-prev-title {
font-size: 20px;
font-weight: 800;
}
@media (max-width: 575px) {
.tp-service-details-prev-title {
font-size: 18px;
}
}

/*----------------------------------------*/
/*  9.2 Testimonial css
/*----------------------------------------*/
.tp-testimonial-bg {
background-repeat: no-repeat;
background-position: top center;
}
.tp-testimonial-shape .shape-1 {
position: absolute;
top: -34%;
left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-testimonial-shape .shape-1 {
width: 16%;
top: -142px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-testimonial-shape .shape-1 {
display: none;
}
}
.tp-testimonial-shape .shape-2 {
position: absolute;
top: 60px;
right: 0;
}
.tp-testimonial-title-wrapper {
margin-bottom: 60px;
}
.tp-testimonial-item {
padding: 32px 70px 40px 100px;
margin-left: 75px;
z-index: 1;
background-color: var(--tp-common-white);
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-testimonial-item {
margin-left: 60px;
padding: 32px 65px 35px 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-testimonial-item {
margin-left: 45px;
padding: 32px 15px 40px 104px;
}
}
@media (max-width: 575px) {
.tp-testimonial-item {
margin-left: 0;
padding: 30px;
}
}
.tp-testimonial-item::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 10px;
background-image: -moz-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
background-image: -webkit-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgba(19, 19, 19, 0.8) 120%);
background-image: -ms-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
z-index: -1;
}
.tp-testimonial-item::after {
position: absolute;
content: "";
bottom: -42px;
height: 45px;
width: 75px;
right: 70px;
background: var(--tp-common-white);
clip-path: polygon(98.66% 0px, 33.33% 2px, 12px 75.22%);
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
.tp-testimonial-ratting {
margin-bottom: 15px;
}
.tp-testimonial-ratting span {
color: var(--tp-theme-primary);
}
.tp-testimonial-text p {
margin-bottom: 20px;
}
.tp-testimonial-avata {
background-color: var(--tp-common-white);
display: inline-block;
border-radius: 50%;
position: absolute;
top: 40px;
left: -14%;
}
@media (max-width: 575px) {
.tp-testimonial-avata {
position: static;
}
}
.tp-testimonial-avata::after {
position: absolute;
top: 5px;
left: 3px;
width: 100%;
height: 100%;
content: "";
background-image: -moz-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
background-image: -webkit-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
background-image: -ms-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
border-radius: 50%;
transform: scale(1.1);
z-index: -1;
}
@media (max-width: 575px) {
.tp-testimonial-avata::after {
content: none;
}
}
.tp-testimonial-avata img {
position: relative;
z-index: 2;
border-radius: 50%;
object-fit: cover;
height: 130px;
width: 130px;
transform: translate(-3px, -7px) scale(0.9);
}
.tp-testimonial-title {
font-size: 20px;
font-weight: 800;
margin: 0;
}
.tp-testimonial-quote {
position: absolute;
right: 40px;
bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-testimonial-quote {
position: static;
margin-top: 10px;
}
}
.tp-testimonial-item-shape {
position: absolute;
top: 0;
right: 0;
}
.tp-testimonial-2-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tp-testimonial-2-title-wrapper {
position: relative;
}
.tp-testimonial-2-title-wrapper .tp-section-title {
color: var(--tp-common-white);
}
.tp-testimonial-2-title-wrapper .tp-section-title-pre-2 {
color: var(--tp-common-white);
}
.tp-testimonial-2-title-wrapper .tp-section-title-pre-2::after {
background: var(--tp-common-white);
}
.tp-testimonial-2-item {
padding: 50px 35px;
overflow: hidden;
background: var(--tp-common-white);
}
@media (max-width: 575px) {
.tp-testimonial-2-item {
padding: 40px 30px;
}
}
.tp-testimonial-2-item-shape {
position: absolute;
top: -3px;
left: -3px;
z-index: 0;
}
.tp-testimonial-2-item-shape img {
transform: rotate(0);
}
.tp-testimonial-2-content {
margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-testimonial-2-content {
flex-wrap: wrap;
}
}
.tp-testimonial-2-thumb {
position: relative;
border-radius: 50%;
display: inline-block;
margin-right: 30px;
background: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-testimonial-2-thumb {
margin-right: 10px;
}
}
.tp-testimonial-2-thumb img {
border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-testimonial-2-right {
display: none;
}
}
.tp-testimonial-4-item {
padding: 32px 70px 40px 100px;
margin-left: 75px;
z-index: 1;
border-left: 10px solid var(--tp-theme-primary);
background-color: var(--tp-common-white);
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-testimonial-4-item {
padding: 32px 70px 40px 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-testimonial-4-item {
margin-left: 0;
padding: 20px;
}
}
.tp-testimonial-4-item::after {
position: absolute;
content: "";
bottom: -42px;
height: 45px;
width: 75px;
right: 70px;
background: var(--tp-common-white);
clip-path: polygon(98.66% 0px, 33.33% 2px, 12px 75.22%);
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
.tp-testimonial-4-avata {
top: 40px;
left: -70px;
display: inline-block;
position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-testimonial-4-avata {
position: static;
margin-bottom: 20px;
}
}
.tp-testimonial-4-avata span {
display: inline-block;
position: relative;
z-index: 1;
}
.tp-testimonial-4-avata span::before {
position: absolute;
content: "";
z-index: -1;
top: -5px;
left: -5px;
height: calc(100% + 10px);
width: calc(100% + 10px);
background: var(--tp-theme-primary);
clip-path: polygon(49.77% -1px, 100% 49%, 49.69% 100%, 0px 52%);
}
.tp-testimonial-4-avata span img {
background-color: var(--tp-common-white);
clip-path: polygon(49.77% -1px, 100% 49%, 49.69% 100%, 0px 52%);
}

/*----------------------------------------*/
/*  7.9 Countries css
/*----------------------------------------*/
.tp-countries-item {
position: relative;
}
.tp-countries-item:hover .tp-countries-name {
bottom: 50%;
opacity: 1;
transition: all 0.4s ease-in-out;
}
.tp-countries-item:hover .tp-countries-thumb img {
transform: scale(1.1) rotate(-2deg);
}
.tp-countries-item:hover .tp-countries-thumb::after {
height: 100%;
top: auto;
bottom: 0;
}
.tp-countries-thumb {
position: relative;
overflow: hidden;
}
.tp-countries-thumb::after {
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: auto;
top: 0;
left: 0;
background: rgba(33, 75, 224, 0.9);
z-index: 1;
}
.tp-countries-thumb img {
width: 100%;
transition: 0.9s;
}
.tp-countries-name {
position: absolute;
left: 50%;
bottom: 30%;
opacity: 0;
z-index: 1;
transform: translateX(-50%);
}
.tp-countries-title {
font-size: 30px;
font-weight: 800;
color: var(--tp-common-white);
}
.tp-countries-flag {
position: relative;
margin-top: -50px;
display: inline-block;
border-radius: 50%;
z-index: 1;
background-color: var(--tp-common-white);
}
.tp-countries-flag img {
border-radius: 50%;
transform: scale(0.9);
}
.tp-countries-2-bg {
background-repeat: no-repeat;
background-position: top center;
}
.tp-countries-2-shape {
position: absolute;
top: 0;
right: 0px;
}
.tp-countries-visit-bg {
background-repeat: no-repeat;
background-position: bottom right;
}
.tp-countries-visit-shape {
position: absolute;
top: 0;
left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-countries-visit-shape {
display: none;
}
}
.tp-countries-visit-item {
position: relative;
background-color: rgb(255, 255, 255);
box-shadow: 0px 8px 24px 0px rgba(35, 35, 49, 0.06);
padding: 40px 70px;
z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-countries-visit-item {
padding: 40px 35px;
}
}
.tp-countries-visit-item::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
z-index: -1;
background-image: -moz-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
background-image: -webkit-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
background-image: -ms-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
}
.tp-countries-visit-item:hover::before {
height: 100%;
}
.tp-countries-visit-item:hover .tp-countries-visit-title {
color: var(--tp-common-white);
}
.tp-countries-visit-item:hover .tp-countries-visit-icon span {
color: var(--tp-theme-secondary);
}
.tp-countries-visit-icon span {
font-size: 50px;
display: inline-block;
width: 120px;
height: 120px;
text-align: center;
line-height: 120px;
border-radius: 50%;
color: var(--tp-theme-primary);
background: var(--tp-common-gray);
margin-bottom: 20px;
}
.tp-countries-visit-title {
font-size: 20px;
font-weight: 800;
}
.tp-countries-visit-btn a {
font-weight: 600;
color: var(--tp-theme-secondary);
}
.tp-countries-visit-btn a:hover {
color: var(--tp-theme-primary);
}
.tp-countries-3-bg {
background-repeat: no-repeat;
background-position: top center;
}
.tp-countries-3-item {position: relative;padding: 18px;z-index: 1;background-color: rgb(255, 255, 255);box-shadow: 0px 10px 40px 0px rgba(35, 35, 49, 0.06);}
.tp-countries-3-item:hover::after {height: 100%;width: 100%;background-image: -moz-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgb(141, 76, 136) 71%, rgb(249, 76, 48) 100%);background-image: #000;background-image: -ms-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgb(141, 76, 136) 71%, rgb(249, 76, 48) 100%);}
.tp-countries-3-item:hover .tp-countries-3-title {
color: var(--tp-common-white);
}
.tp-countries-3-item::after {position: absolute;content: "";top: 0;left: 0;height: 10px;width: 10px;z-index: -1;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;background: var(--tp-theme-secondary);}
.tp-countries-3-thumb {
margin-bottom: 25px;
}
.tp-countries-3-thumb img {/* border: 1px solid white; *//* border-radius: 50%; */width: 100%;/* height: 102px; */}
.tp-countries-3-title {margin: 0;font-size: 15px;font-weight: 800;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;}
.tp-countries-3-title a {
background-image: linear-gradient(#9298dd, #f3f3f8), linear-gradient(#f3f3f7, #9298dd);
background-size: 0% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
transition: background-size 0.2s linear;
}
.tp-countries-3-title a:hover {
background-size: 0 1px, 100% 1px;
}
.tp-countries-4-area:hover .tp-countries-4-nav button {
opacity: 1;
visibility: visible;
left: 60px;
}
.tp-countries-4-area:hover .tp-countries-4-nav button.countries-button-next-1 {
right: 60px;
left: auto;
}
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {/* padding-top: 390px; *//* padding-bottom: 390px; */}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {/* padding-top: 300px; *//* padding-bottom: 300px; */}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
padding-top: 250px;
padding-bottom: 250px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
padding-top: 200px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
padding-top: 150px;
padding-bottom: 150px;
}
}
@media (max-width: 575px) {
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
padding-top: 140px;
padding-bottom: 140px;
}
}
.tp-countries-4-bg {position: absolute;top: 0px;height: 100%;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.tp-countries-4-bg::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(22, 23, 26, 0.4);
}
.tp-countries-4-title {font-size: 35px;font-weight: 800;color: var(--tp-common-white);}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-countries-4-title {font-size: 41px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-countries-4-title {
font-size: 80px;
}
}
@media (max-width: 575px) {
.tp-countries-4-title {
font-size: 55px;
}
}
.tp-countries-4-transparent {
position: absolute;
top: -90px;
left: -100px;
font-size: 360px;
font-weight: 800;
z-index: -1;
color: rgba(255, 255, 255, 0.078);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-countries-4-transparent {font-size: 270px;left: 0;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-countries-4-transparent {font-size: 220px;left: 39px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-countries-4-transparent {
font-size: 250px;
left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-countries-4-transparent {
font-size: 185px;
top: -30px;
left: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-countries-4-transparent {
font-size: 140px;
left: 0;
top: -30px;
}
}
@media (max-width: 575px) {
.tp-countries-4-transparent {
font-size: 85px;
left: 0;
top: 0;
}
}
.tp-countries-4-btn .tp-btn {
background: #e20935;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-countries-4-btn .tp-btn {
padding: 16px 42px;
}
}
.tp-countries-4-nav button {
opacity: 0;
overflow: hidden;
position: absolute;
font-size: 18px;
top: 50%;
left: 50px;
height: 80px;
width: 80px;
border-radius: 50%;
color: var(--tp-common-white);
border: 1px solid var(--tp-common-white);
background: transparent;
z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-countries-4-nav button {
display: none;
}
}
.tp-countries-4-nav button:hover {
border: 1px solid var(--tp-theme-primary);
}
.tp-countries-4-nav button:hover i {
color: var(--tp-theme-primary);
}
.tp-countries-4-nav button i {
color: var(--tp-common-white);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-countries-4-nav button.countries-button-next-1 {
left: auto;
right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-countries-4-nav button.countries-button-next-1 {
display: none;
}
}

.tp-country-details-wrap-title {
font-size: 24px;
font-weight: 800;
margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-country-details-wrap-title {
margin-bottom: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-country-details-wrap-2 {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-country-details-thumb-2 {
margin-right: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-country-details-thumb-2 {
margin-bottom: 30px;
}
}

/*----------------------------------------*/
/*  9.1 Team css
/*----------------------------------------*/
.tp-team-shape {
position: absolute;
bottom: 0;
right: 0;
}
.tp-team-item {
position: relative;
}
.tp-team-item:hover .tp-team-content {
background: var(--tp-common-white);
}
.tp-team-item:hover .tp-team-title {
color: var(--tp-heading-primary);
}
.tp-team-item:hover .tp-team-icon {
bottom: 120%;
opacity: 1;
}
.tp-team-item:hover .tp-team-thumb img {
transform: scale(1.1) rotate(-2deg);
}
.tp-team-thumb {
overflow: hidden;
}
.tp-team-thumb img {
width: 100%;
transition: 0.9s;
}
.tp-team-content {
position: absolute;
bottom: 0px;
left: 0;
right: 0;
z-index: 1;
margin: 20px;
display: inline-block;
border: 1px solid;
padding: 20px 30px;
border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-team-content {
padding: 20px 12px;
}
}
.tp-team-content p {
font-size: 16px;
color: #9d9fa2;
}
.tp-team-icon {
position: absolute;
bottom: 100%;
right: 30px;
width: 38px;
height: auto;
padding: 15px 0;
text-align: center;
opacity: 0;
background: var(--tp-common-white);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-team-icon::before {
position: absolute;
content: "";
bottom: -40px;
left: -15px;
height: 40px;
width: 40px;
clip-path: polygon(73% 0, 86% 28%, 100% 0);
background: var(--tp-common-white);
}
.tp-team-icon a {
display: block;
font-size: 14px;
color: var(--tp-heading-primary);
}
.tp-team-icon a:not(:last-of-type) {
margin-bottom: 0px;
}
.tp-team-icon a:hover {
color: var(--tp-theme-primary);
}
.tp-team-title {
font-size: 20px;
font-weight: 800;
margin: 0;
transition: 0.2s;
color: var(--tp-common-white);
}
.tp-team-btn {
position: absolute;
bottom: 25px;
right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-team-btn {
right: 10px;
bottom: 30px;
}
}
.tp-team-btn button {
display: inline-block;
height: 38px;
width: 38px;
font-size: 16px;
font-weight: 800;
line-height: 42px;
text-align: center;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-team-details-information {
padding: 85px 5px 85px 108px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-team-details-information {
padding: 70px 20px 70px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-information {
padding: 30px;
}
}
.tp-team-details-wrapper {
padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-wrapper {
padding-left: 0;
}
}
.tp-team-details-wrapper .shape {
position: absolute;
top: -5px;
right: 42%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-team-details-wrapper .shape {
right: 28%;
}
}
@media (max-width: 575px) {
.tp-team-details-wrapper .shape {
display: none;
}
}
.tp-team-details-wrapper p {
margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-wrapper p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-thumb {
margin-bottom: 30px;
}
}
.tp-team-details-thumb img {
width: 100%;
}
.tp-team-details-title {
font-size: 40px;
font-weight: 700;
color: var(--tp-heading-primary);
}
.tp-team-details-subtitle {
font-size: 18px;
font-weight: 400;
display: inline-block;
margin-bottom: 35px;
color: var(--tp-theme-secondary);
}
.tp-team-details-info {
position: relative;
}
.tp-team-details-info:not(:last-of-type) {
margin-bottom: 20px;
}
.tp-team-details-info span {
position: absolute;
left: 0;
top: 2px;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.16px;
color: var(--tp-heading-primary);
}
@media (max-width: 575px) {
.tp-team-details-info span {
position: static;
}
}
.tp-team-details-info a {
margin-left: 155px;
font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
@media (max-width: 575px) {
.tp-team-details-info a {
margin-left: 0;
display: block;
margin-top: 10px;
}
}
.tp-team-details-info a:hover {
color: var(--tp-theme-primary);
}
.tp-team-details-info-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 20px;
color: var(--tp-heading-primary);
}
.tp-team-details-social {
margin-top: 40px;
}
.tp-team-details-social a {
font-size: 14px;
margin-right: 18px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-heading-primary);
}
.tp-team-details-social a:hover {
color: var(--tp-theme-primary);
}
.tp-team-details-wrap p {
margin-bottom: 30px;
}
.tp-team-details-progress-item {
position: relative;
margin-bottom: 23px;
}
.tp-team-details-progress-item p {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-heading-primary);
margin-bottom: 6px;
}
.tp-team-details-progress-item span {
position: absolute;
right: 10px;
bottom: 6px;
font-size: 14px;
color: var(--tp-text-body);
}
.tp-team-details-progress-item .progress {
height: 4px;
border-radius: 0;
}
.tp-team-details-progress-item .progress-bar {
background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-team-details-elaborate-wrap {
padding-left: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-elaborate-wrap {
padding-left: 0;
}
}
.tp-team-details-form {
margin-top: 20px;
padding: 70px 75px;
background-color: rgb(244, 244, 244);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-team-details-form {
padding: 30px;
}
}
.tp-team-details-form p {
font-size: 14px;
margin-bottom: 32px;
}
.tp-team-details-form-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 2px;
color: var(--tp-heading-primary);
}
.tp-team-details-form .team-form-input input {
height: 60px;
font-size: 16px;
color: var(--tp-text-body);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
border: 1px solid var(--tp-common-white);
}
.tp-team-details-form .team-form-input input::placeholder {
font-size: 16px;
color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input input:focus {
border: 1px solid var(--tp-theme-primary);
}
.tp-team-details-form .team-form-input textarea {
height: 148px;
resize: none;
font-size: 16px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
border: 1px solid var(--tp-common-white);
color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input textarea::placeholder {
font-size: 16px;
color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input textarea:focus {
border: 1px solid var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-contact-area {
padding-bottom: 90px;
}
}
@media (max-width: 575px) {
.tp-contact-area {
padding-bottom: 0;
}
}
.tp-contact-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 71%;
z-index: -1;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-bg {
display: none;
}
}
.tp-contact-shape {
position: absolute;
top: 55px;
left: 155px;
animation: circle-animations 15s forwards infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-shape {
display: none;
}
}
.tp-contact-shape-2 {
position: absolute;
right: 0;
top: 185px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-contact-shape-2 {
top: 135px;
}
}
@media (max-width: 575px) {
.tp-contact-shape-2 {
display: none;
}
}
.tp-contact-title-wrapper .tp-section-title {
font-size: 36px;
margin-bottom: 35px;
}
.tp-contact-title-wrapper .tp-section-title-pre {
margin-bottom: 5px;
}
.tp-contact-wrapper {position: relative;padding: 35px 35px 35px;margin-left: 70px;border-top: 4px solid #015cb5;background: var(--tp-common-white);box-shadow: 0px 4px 80px 0px rgba(22, 23, 26, 0.14);}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-wrapper {
padding: 50px 45px 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-wrapper {
margin-left: 0;
}
}
@media (max-width: 575px) {
.tp-contact-wrapper {
padding: 25px;
}
}
.tp-contact-wrapper.tp-contact-2-wrap {
border-top: 0;
margin-left: 0;
}
.tp-contact-form input {margin-bottom: 16px;font-size: 16px;height: 44px;font-weight: 400;padding-left: 30px;}
.tp-contact-form input::placeholder {
font-size: 16px;
font-weight: 400;
color: var(--tp-text-body);
}
.tp-contact-form input:focus {
border-color: var(--tp-theme-primary);
}
.tp-contact-form .wide {
display: block;
font-size: 16px;
padding-left: 30px;
height: 60px;
border-radius: 0;
line-height: 60px;
margin-bottom: 20px;
}
.tp-contact-form .wide.nice-select {
border-radius: 0;
}
.tp-contact-form .wide.nice-select::after {
right: 30px;
color: var(--tp-text-body);
}
.tp-contact-form .wide.nice-select .option {
min-height: 30px;
line-height: 30px;
}
.tp-contact-form .wide:focus {
border-color: var(--tp-theme-primary);
}
.tp-contact-form .tp-btn {
width: 100%;
padding: 17px 50px;
}
.tp-contact-2-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.tp-contact-2-wrap {
margin-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-2-wrap {
margin-right: 0;
}
}
.tp-contact-2-play-btn a {
display: inline-block;
}
.tp-contact-2-play-btn a span {
display: inline-block;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-2-text img {
max-width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-2-video {
padding-top: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-contact-3-area {
padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-3-area {
padding-bottom: 55px;
}
}
.tp-contact-3-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 35%;
z-index: -1;
background-repeat: no-repeat;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-contact-3-bg {
width: 40%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-contact-3-bg {
width: 46%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-contact-3-bg {
width: 48%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-3-bg {
width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-bg {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-title-wrapper {
margin-top: 0;
}
}
.tp-contact-3-title-wrapper .tp-section-title {
font-size: 48px;
}
.tp-contact-3-wrapper {
padding: 60px;
margin-right: 68px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-wrapper {
margin-right: 0;
}
}
@media (max-width: 575px) {
.tp-contact-3-wrapper {
padding: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-wrapper {
margin-bottom: 50px;
}
}
.tp-contact-3-help {
background: var(--tp-heading-primary);
padding: 28px 40px;
margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-help {
flex-wrap: wrap;
}
}
.tp-contact-3-help p {
font-size: 18px;
font-weight: 500;
margin: 0;
color: var(--tp-common-white);
margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-3-help p {
margin-bottom: 30px;
}
}
.tp-contact-3-help a {
font-size: 18px;
font-weight: 500;
padding: 9px 26px;
display: inline-block;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-contact-3-help a:hover {
background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-contact-3-help a {
padding: 9px 12px;
}
}
.tp-contact-3-help a i {
display: inline-block;
transform: translateY(2px);
margin-right: 10px;
}
.tp-contact-3-author {
margin-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-3-author {
margin-right: 45px;
}
}
@media (max-width: 575px) {
.tp-contact-3-author {
margin-bottom: 20px;
}
}
.tp-contact-3-author-thumb {
margin-right: 20px;
}
.tp-contact-3-author-thumb img {
border-radius: 50%;
}
.tp-contact-3-author-title {
font-size: 20px;
font-weight: 800;
margin: 0;
}
.tp-contact-3-exp-icon i {
font-size: 40px;
margin-right: 10px;
color: var(--tp-theme-primary);
}
.tp-contact-3-exp-title {
font-size: 50px;
font-weight: 700;
margin-right: 5px;
}
.tp-contact-breadcrumb-shape {
position: absolute;
bottom: 0;
left: 60px;
z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-breadcrumb-shape {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-contact-wrap {
margin-bottom: 30px;
}
}
.tp-contact-wrap p {
margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-contact-wrap p br {
display: none;
}
}
.tp-contact-wrap span {
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
color: var(--tp-heading-primary);
}
.tp-contact-title {
font-size: 50px;
font-weight: 800;
margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-contact-title {
font-size: 42px;
}
}
@media (max-width: 575px) {
.tp-contact-title {
font-size: 38px;
}
}
.tp-contact-social {
margin-top: 35px;
}
.tp-contact-social a {
display: inline-block;
height: 38px;
width: 38px;
line-height: 38px;
text-align: center;
font-size: 16px;
margin-right: 10px;
border: 1px solid #e2dfde;
color: var(--tp-heading-primary);
}
.tp-contact-social a:hover {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
border: 1px solid var(--tp-theme-primary);
}
.tp-contact-input input, .tp-contact-input textarea {
border: 0;
height: 50px;
background-color: transparent;
border-bottom: 1px solid var(--tp-heading-primary);
margin-bottom: 45px;
font-size: 16px;
color: var(--tp-heading-primary);
font-weight: 500;
padding-left: 25px;
padding-right: 30px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-contact-input input::-webkit-input-placeholder, .tp-contact-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 16px;
color: var(--tp-text-body);
font-weight: 500;
}
.tp-contact-input input::-moz-placeholder, .tp-contact-input textarea::-moz-placeholder { /* Firefox 19+ */
font-size: 16px;
color: var(--tp-text-body);
font-weight: 500;
}
.tp-contact-input input:-moz-placeholder, .tp-contact-input textarea:-moz-placeholder { /* Firefox 4-18 */
font-size: 16px;
color: var(--tp-text-body);
font-weight: 500;
}
.tp-contact-input input:-ms-input-placeholder, .tp-contact-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
font-size: 16px;
color: var(--tp-text-body);
font-weight: 500;
}
.tp-contact-input input::placeholder, .tp-contact-input textarea::placeholder { /* MODERN BROWSER */
font-size: 16px;
color: var(--tp-text-body);
font-weight: 500;
}
.tp-contact-input input:focus, .tp-contact-input textarea:focus {
border-color: var(--tp-theme-primary);
}
.tp-contact-input textarea {
height: 90px;
resize: none;
margin-bottom: 45px;
}
.tp-contact-input span {
position: absolute;
top: 15px;
left: 0;
font-size: 16px;
line-height: 0;
color: var(--tp-heading-primary);
}
.tp-contact-input span i {
font-weight: 400;
font-size: 16px;
}
.tp-contact-input span.icon-1 {
top: 20px;
font-size: 16px;
}
.tp-contact-map {
height: 488px;
width: 100%;
filter: saturate(0);
}
.tp-contact-map iframe {
height: 100%;
width: 100%;
}

/*----------------------------------------*/
/*  8.0 Cta css
/*----------------------------------------*/
.tp-cta-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
.tp-cta-title {
font-size: 80px;
font-weight: 800;
line-height: 1.1;
letter-spacing: 0.36px;
margin-bottom: 40px;
color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-cta-title {
font-size: 60px;
}
}
@media (max-width: 575px) {
.tp-cta-title {
font-size: 50px;
}
}

/*----------------------------------------*/
/*  8.1 Faq css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-area {
padding-bottom: 0;
}
}
.tp-faq-shape .shape-1 {
position: absolute;
top: 0;
right: 0;
}
.tp-faq-shape .shape-2 {
position: absolute;
top: 100px;
right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-faq-shape .shape-2 {
width: 160px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-faq-shape .shape-2 {
width: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-shape .shape-2 {
display: none;
}
}
.tp-faq-thumb {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 43%;
background-repeat: no-repeat;
z-index: 1;
}
.tp-faq-thumb::after {
position: absolute;
content: "";
bottom: 0;
right: 0;
height: 100%;
width: 100%;
background-image: -moz-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
background-image: -ms-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-thumb {
display: none;
}
}
.tp-faq-title-wrapper {
margin-bottom: 45px;
}
.tp-faq-wrapper {
padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-faq-wrapper {
padding-left: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-wrapper {
padding-left: 0;
}
}
.tp-faq-counter {
position: absolute;
bottom: 80px;
left: 20%;
z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.tp-faq-counter {
left: 16%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-faq-counter {
left: 12%;
}
}
.tp-faq-counter span i {
display: block;
height: 128px;
width: 128px;
line-height: 128px;
border-radius: 50%;
text-align: center;
font-size: 70px;
margin-right: 30px;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-faq-counter p {
color: var(--tp-common-white);
}
.tp-faq-counter-title {
font-size: 50px;
font-weight: 700;
margin: 0;
color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-accordion {
margin-bottom: 30px;
}
}

.tp-faq-breadcrumb-wrapper {
padding: 52px 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-faq-breadcrumb-wrapper {
padding: 52px 170px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-faq-breadcrumb-wrapper {
padding: 50px 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-breadcrumb-wrapper {
padding: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-faq-breadcrumb-wrapper .tp-section-title {
font-size: 42px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tp-faq-breadcrumb-wrapper .tp-section-title {
font-size: 36px;
}
}
.tp-faq-breadcrumb-shape {
position: absolute;
bottom: 0;
left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-breadcrumb-shape {
display: none;
}
}
.tp-faq-breadcrumb-shape-2 {
position: absolute;
top: 0;
right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-faq-breadcrumb-shape-2 {
display: none;
}
}
.tp-faq-breadcrumb-search {
margin-bottom: -70px;
box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.04);
}
.tp-faq-breadcrumb-search input {
position: relative;
height: 60px;
font-size: 16px;
color: var(--tp-text-body);
padding-right: 80px;
border: 1px solid white;
}
.tp-faq-breadcrumb-search input::placeholder {
font-size: 16px;
color: var(--tp-text-body);
}
.tp-faq-breadcrumb-search input:focus {
border: 1px solid var(--tp-theme-primary);
}
.tp-faq-breadcrumb-search button {
position: absolute;
top: 20px;
right: 40px;
}
.tp-faq-breadcrumb-search button i {
font-size: 17px;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-faq-breadcrumb-search button:hover i {
color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.4 Brand css
/*----------------------------------------*/
.tp-brand-item img {
opacity: 0.26;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-brand-item:hover img {
opacity: 1;
}
.tp-brand-slider .tp-brand-active .swiper-slide-active .tp-brand-item img {
opacity: 1;
}

/*----------------------------------------*/
/*  8.4 Instagram css
/*----------------------------------------*/
.tp-instagram-bg::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: #f7f7f7;
}
.tp-instagram-space {
margin-right: 150px;
margin-left: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-instagram-space {
margin-right: 100px;
margin-left: 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-instagram-space {
margin-right: 50px;
margin-left: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-instagram-space {
margin-right: 30px;
margin-left: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-instagram-space {
margin-right: 0;
margin-left: 0;
}
}
.tp-instagram-item:hover .tp-instagram-thumb img {
filter: saturate(0);
}
.tp-instagram-item:hover .tp-instagram-thumb::after {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.tp-instagram-item:hover .tp-instagram-btn {
opacity: 1;
visibility: visible;
transform: scale(1) translateX(-50%);
}
.tp-instagram-thumb {
overflow: hidden;
}
.tp-instagram-thumb img {
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-instagram-thumb::after {
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
opacity: 0;
transform: scale(0.95);
visibility: hidden;
background: rgba(19, 19, 19, 0.8);
transition: all 0.3s ease-in-out;
}
.tp-instagram-btn {
position: absolute;
top: 42%;
left: 50%;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
transform: translateX(-50%) scale(0.5);
}
.tp-instagram-btn span {
font-size: 42px;
color: var(--tp-theme-primary);
}
.tp-instagram-btn p {
font-size: 14px;
font-weight: 500;
color: var(--tp-common-white);
text-decoration: underline;
}
.tp-instagram-btn p:hover {
color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  9.5 Work css
/*----------------------------------------*/
.tp-work-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
}
.tp-work-item.active .tp-work-icon::after {
background: var(--tp-theme-primary);
}
.tp-work-item.active .tp-work-icon::before {
background: var(--tp-theme-primary);
}
.tp-work-item.active .tp-work-icon b {
background: var(--tp-theme-primary);
}
.tp-work-icon {
position: relative;
display: inline-block;
}
.tp-work-icon span {
position: relative;
font-size: 80px;
height: 200px;
width: 200px;
line-height: 220px;
border-radius: 50%;
display: inline-block;
margin-bottom: 30px;
z-index: 1;
color: var(--tp-heading-primary);
background: var(--tp-common-white);
}
.tp-work-icon::after {position: absolute;content: "";width: 220px;height: 205px;top: -2px;left: 1px;border-radius: 50%;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;background: #0062aa;}
.tp-work-icon::before {position: absolute;content: "";height: 40px;width: 40px;top: 35%;right: -29%;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;background: #0062aa;clip-path: polygon(0 0, 0% 100%, 100% 50%);}
.tp-work-icon b {
position: absolute;
top: 30%;
left: -30px;
font-size: 20px;
font-weight: 800;
display: inline-block;
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 50%;
z-index: 1;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
color: var(--tp-common-white);
background: var(--tp-theme-secondary);
}
.tp-work-content p {
font-size: 20px;
font-weight: 800;
color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  7.3 Benefits css
/*----------------------------------------*/
.tp-benefits-border {
border-bottom: 1px solid rgb(223, 223, 223);
}
.tp-benefits-item {
padding: 15px 20px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 2px 20px 0px rgba(30, 22, 22, 0.06);
margin-right: 20px;
margin-bottom: 20px;
}
.tp-benefits-item:hover .tp-benefits-icon span {
background: var(--tp-theme-primary);
}
.tp-benefits-item:hover .tp-benefits-title {
color: var(--tp-theme-primary);
}
.tp-benefits-icon span {
display: inline-block;
width: 60px;
height: 60px;
line-height: 70px;
text-align: center;
font-size: 30px;
border-radius: 50%;
margin-right: 15px;
color: var(--tp-common-white);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: var(--tp-heading-primary);
}
.tp-benefits-title {
margin: 0;
font-size: 22px;
font-weight: 700;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-benefits-thumb {
margin-bottom: 30px;
}
}
.tp-benefits-thumb img {
position: absolute;
right: 0;
top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-benefits-thumb img {
position: static;
width: 100%;
}
}
.tp-benefits-thumb-wrapper .shape {
position: absolute;
bottom: -525px;
left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-benefits-thumb-wrapper .shape {
display: none;
}
}
.tp-benefits-thumb-wrapper::after {
position: absolute;
content: "";
top: 392px;
right: 45px;
height: 133px;
width: 10px;
background: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-benefits-thumb-wrapper::after {
content: none;
}
}
.tp-benefits-progressbar {
padding: 30px;
text-align: center;
background: var(--tp-theme-secondary);
width: 240px;
height: 194px;
border: 5px solid white;
position: absolute;
bottom: -375px;
left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-benefits-progressbar {
bottom: -510px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-benefits-progressbar {
position: static;
}
}
.tp-benefits-progressbar-title {
font-size: 22px;
font-weight: 600;
color: var(--tp-common-white);
}
.tp-benefits-progressbar .circular .knob {
font-size: 20px !important;
margin-top: 28px !important;
}

/*----------------------------------------*/
/*  8.5 Offer css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-offer-area {
padding-top: 45px;
padding-bottom: 45px;
}
}
.tp-offer-item {
position: relative;
}
.tp-offer-item-content {padding: 18px 40px;margin: 0px 0px 0 0;overflow: hidden;background: var(--tp-common-white);box-shadow: 0px 4px 20px 0px rgba(22, 23, 26, 0.04);}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-offer-item-content {
padding: 20px;
}
}
.tp-offer-item-content .shape {
position: absolute;
top: -30px;
right: -30px;
opacity: 0;
transition: all 0.5s linear;
}
.tp-offer-item:hover .tp-offer-item-content .shape {
top: 0;
right: 0;
opacity: 1;
}
.tp-offer-item:hover .tp-offer-item-thumb img {
transform: scale(1.1) rotate(-2deg);
}
.tp-offer-item:hover .tp-offer-btn a {
background: var(--tp-theme-primary);
}
.tp-offer-item:hover .tp-offer-btn a i {
color: var(--tp-common-white);
}
.tp-offer-item-thumb {
overflow: hidden;
}
.tp-offer-item-thumb img {
width: 100%;
transition: 0.9s;
}
.tp-offer-title {
position: relative;
font-size: 20px;
font-weight: 800;
margin-bottom: 12px;
}
.tp-offer-title a:hover {
color: var(--tp-theme-primary);
}
.tp-offer-btn {
position: absolute;
bottom: 0;
right: 0;
}
.tp-offer-btn a {
display: inline-block;
width: 42px;
height: 42px;
line-height: 45px;
text-align: center;
background: #f6f6f6;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-offer-btn a i {
font-size: 18px;
color: var(--tp-heading-primary);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-offer-slider-wrapper {
margin-right: -365px;
}
@media only screen and (min-width: 1800px) and (max-width: 1850px) {
.tp-offer-slider-wrapper {
margin-right: -310px;
}
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
.tp-offer-slider-wrapper {
margin-right: -260px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-offer-slider-wrapper {
margin-right: -210px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tp-offer-slider-wrapper {
margin-right: -110px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-offer-slider-wrapper {
margin-right: 0;
}
}
.tp-offer-nav {position: relative;text-align: center !important;}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-offer-nav {
display: none;
}
}
.tp-offer-nav button {/* position: absolute; *//* bottom: -150px; */right: 60px;height: 40px;width: 40px;line-height: 44px;z-index: 1;background: #727272;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;color: #fff;}
.tp-offer-nav button:hover {background: #727272;}
.tp-offer-nav button:hover i {
color: var(--tp-common-white);
}
.tp-offer-nav button i {font-size: 18px;font-weight: 400;-webkit-transition: all 0.3s 0s ease-out;-moz-transition: all 0.3s 0s ease-out;-ms-transition: all 0.3s 0s ease-out;-o-transition: all 0.3s 0s ease-out;transition: all 0.3s 0s ease-out;color: #ffffff;}
.tp-offer-nav button.service-button-next-1 {
right: 0;
}

/*----------------------------------------*/
/*  9.3 Travel css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-area {
padding-top: 90px;
}
}
.tp-travel-bg {
position: absolute;
top: 0;
left: 0;
height: 57%;
width: 50%;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-bg {
display: none;
}
}
.tp-travel-bg-2 {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50%;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-bg-2 {
display: none;
}
}
.tp-travel-wrapper {
padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-travel-wrapper {
padding-left: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-wrapper {
padding-left: 0;
}
}
.tp-travel-wrapper p {
margin-bottom: 35px;
}
.tp-travel-wrapper-2 {
padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-travel-wrapper-2 {
padding-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-wrapper-2 {
padding-right: 0;
}
}
.tp-travel-wrapper-2 p {
margin-bottom: 35px;
}
.tp-travel-title {
font-size: 50px;
font-weight: 800;
margin-bottom: 30px;
letter-spacing: 0.2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-title {
font-size: 36px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-travel-content {
padding-bottom: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-content {
padding-bottom: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-content-2 {
padding-top: 30px;
padding-bottom: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-travel-btn .tp-btn {
padding: 16px 40px;
}
}

.tp-error-thumb {
margin-bottom: 50px;
}
.tp-error-thumb img {
width: 100%;
}
.tp-error-title {
font-size: 50px;
font-weight: 800;
letter-spacing: 0.2px;
margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-error-title {
font-size: 36px;
}
}

/*----------------------------------------*/
/*  8.6 Pricing css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-pricing-area {
padding-bottom: 30px;
}
}
.tp-pricing-item {
padding: 90px 60px 40px;
border: 1px solid #f2edeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-pricing-item {
padding: 80px 25px 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-pricing-item {
margin-bottom: 70px;
}
}
.tp-pricing-item.active {
border: 1px solid var(--tp-theme-primary);
}
.tp-pricing-shape {
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-pricing-wrapper {
margin-bottom: 30px;
}
}
.tp-pricing-tag {
position: absolute;
top: -45px;
left: -1px;
height: 90px;
padding: 19px 50px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 6px 40px 0px rgba(35, 35, 49, 0.04);
}
.tp-pricing-tag span {
display: inline-block;
font-size: 24px;
font-weight: 800;
color: var(--tp-heading-primary);
}
.tp-pricing-tag span i {
margin-right: 24px;
font-size: 40px;
display: inline-block;
transform: translateY(10px);
color: var(--tp-theme-secondary);
}
.tp-pricing-tag span.active i {
color: var(--tp-theme-primary);
}
.tp-pricing-title {
font-size: 50px;
font-weight: 800;
color: var(--tp-theme-secondary);
}
.tp-pricing-title.active {
color: var(--tp-theme-primary);
}
.tp-pricing-content {
padding-bottom: 40px;
margin-bottom: 35px;
border-bottom: 1px solid #f2edeb;
}
.tp-pricing-list ul {
margin-bottom: 35px;
}
.tp-pricing-list ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
color: var(--tp-text-body);
}
.tp-pricing-list ul li i {
color: #e20935;
margin-right: 10px;
}
.tp-pricing-btn .nav-tabs {
border: none;
}
.tp-pricing-btn .nav-tabs .nav-item {
margin-left: 10px;
}
.tp-pricing-btn .nav-tabs .nav-item .nav-link {
border: none;
background: #f4f4f4;
padding: 17px 52px;
font-size: 16px;
font-weight: 600;
border-radius: 0 0 0 0;
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.tp-pricing-btn .nav-tabs .nav-item .nav-link {
padding: 17px 40px;
}
}
.tp-pricing-btn .nav-tabs .nav-item .nav-link.active {
background: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-pricing-btn.disabled .tp-btn {
color: var(--tp-heading-primary);
background: #f4f4f4;
}
.tp-pricing-btn.disabled .tp-btn:hover {
background: var(--tp-heading-primary);
color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  9.4 Visa css
/*----------------------------------------*/
.tp-visa-offer-item {
position: relative;
overflow: hidden;
background-color: rgb(244, 244, 244);
}
.tp-visa-offer-item:hover .tp-visa-offer-thumb img {
transform: scale(1.08);
}
.tp-visa-offer-countries {
position: absolute;
bottom: -40px;
right: 65px;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-visa-offer-countries {
right: 10px;
}
}
.tp-visa-offer-countries img {
border-radius: 50%;
border: 5px solid white;
}
.tp-visa-offer-thumb {
overflow: hidden;
}
.tp-visa-offer-thumb img {
width: 100%;
}
.tp-visa-offer-title {
font-size: 26px;
font-weight: 800;
margin-bottom: 20px;
color: var(--tp-heading-primary);
}
.tp-visa-offer-content {
padding: 90px 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-visa-offer-content {
padding: 60px 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-visa-offer-content {
padding: 50px 8px 30px;
}
}
@media (max-width: 575px) {
.tp-visa-offer-content {
padding: 40px 4px 30px;
}
}
.tp-visa-offer-list ul li {
list-style: none;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
color: var(--tp-theme-secondary);
}
.tp-visa-offer-list ul li i {
font-size: 16px;
font-weight: 600;
margin-right: 15px;
display: inline-block;
transform: translateY(2px);
color: var(--tp-theme-primary);
}
.tp-visa-offer-price p {
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
color: var(--tp-text-body);
}
.tp-visa-offer-price span {
font-size: 40px;
font-weight: 800;
display: inline-block;
color: var(--tp-theme-primary);
}

.tp-visa-details-widget {
padding: 30px;
background: var(--tp-common-gray);
}
@media (max-width: 575px) {
.tp-visa-details-widget {
padding: 20px;
}
}
.tp-visa-details-categories ul li {
list-style: none;
}
.tp-visa-details-categories ul li:not(:last-of-type) {
margin-bottom: 10px;
}
.tp-visa-details-categories ul li a {
position: relative;
display: block;
font-size: 16px;
font-weight: 700;
padding: 15px 20px;
padding-right: 65px;
color: var(--tp-heading-primary);
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 20px 0px rgba(30, 22, 22, 0.06);
}
.tp-visa-details-categories ul li a i {
height: 56px;
width: 56px;
line-height: 60px;
text-align: center;
color: var(--tp-heading-primary);
display: inline-block;
position: absolute;
top: 50%;
right: 0;
transition: 0.3s;
transform: translateY(-50%);
}
.tp-visa-details-categories ul li a i::after {
position: absolute;
content: "";
height: 100%;
width: 2px;
top: 0;
right: 0;
transition: 0.3s;
background: var(--tp-theme-secondary);
z-index: -1;
}
.tp-visa-details-categories ul li a:hover {
color: var(--tp-theme-primary);
}
.tp-visa-details-categories ul li a:hover i {
color: var(--tp-common-white);
}
.tp-visa-details-categories ul li a:hover i::after {
width: 100%;
}
.tp-visa-details-categories ul li a.active i {
color: var(--tp-common-white);
}
.tp-visa-details-categories ul li a.active i::after {
width: 100%;
}
.tp-visa-details-title {
font-size: 22px;
font-weight: 800;
margin-bottom: 30px;
}
.tp-visa-details-download-box {
padding: 20px 30px;
background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-visa-details-download-box {
padding: 20px 15px;
}
}
.tp-visa-details-download-icon span {
font-size: 40px;
margin-right: 20px;
color: var(--tp-theme-primary);
}
.tp-visa-details-download-info span {
font-size: 14px;
color: var(--tp-text-body);
}
.tp-visa-details-download-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
}
.tp-visa-details-download-title:hover {
color: var(--tp-theme-primary);
}
.tp-visa-details-agency {
padding: 35px 20px;
}
.tp-visa-details-agency::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(33, 75, 224, 0.902);
}
.tp-visa-details-agency-title {
font-size: 36px;
font-weight: 800;
position: relative;
z-index: 2;
margin-bottom: 30px;
color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-visa-details-agency-title {
font-size: 32px;
}
}
.tp-visa-details-agency p {
font-size: 16px;
position: relative;
z-index: 2;
margin-bottom: 50px;
color: var(--tp-common-white);
}
.tp-visa-details-agency-btn {
position: relative;
z-index: 2;
}
.tp-visa-details-agency-btn .tp-btn {
background: var(--tp-common-gray);
color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-visa-details-agency-btn .tp-btn {
padding: 16px 28px;
}
}
.tp-visa-details-agency-btn .tp-btn:hover {
background: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.tp-visa-details-thumb {
margin-bottom: 30px;
}
.tp-visa-details-thumb img {
width: 100%;
}
.tp-visa-details-title-2 {
font-size: 36px;
font-weight: 800;
margin-bottom: 20px;
color: var(--tp-heading-primary);
}
.tp-visa-details-wrapper p {
margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.tp-visa-details-info {
margin-bottom: 30px;
}
}
.tp-visa-details-info span {
display: inline-block;
width: 100px;
height: 100px;
line-height: 105px;
text-align: center;
font-size: 50px;
margin-bottom: 30px;
color: var(--tp-theme-secondary);
background: var(--tp-common-gray);
}
.tp-visa-details-info h5 {
font-size: 20px;
font-weight: 800;
}
.tp-visa-details-info:hover span {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-visa-details-cta {
margin: 50px 0;
padding: 34px 57px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 40px 0px rgba(30, 22, 22, 0.08);
}
@media (max-width: 575px) {
.tp-visa-details-cta {
padding: 30px 25px;
margin: 25px 0;
}
.float-but a img {
  width: 50px!important;
}
.float-but {
  left: -5px!important;
}
}
.tp-visa-details-cta span {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--tp-heading-primary);
}
.tp-visa-details-point {
margin-bottom: 65px;
}
.tp-visa-details-point ul li {
position: relative;
list-style: none;
margin-left: 80px;
margin-bottom: 30px;
font-size: 16px;
color: var(--tp-text-body);
}
.tp-visa-details-point ul li:hover i {
background: var(--tp-heading-primary);
}
.tp-visa-details-point ul li i {
position: absolute;
top: 0;
left: -80px;
height: 60px;
width: 60px;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 60px;
font-size: 30px;
color: var(--tp-common-white);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  8.9 Shop css
/*----------------------------------------*/
.tp-shop-sidebar-search {
position: relative;
}
.tp-shop-sidebar-search input {
border: 1px solid #e9e8e4;
height: 60px;
padding: 5px 50px 5px 30px;
}
.tp-shop-sidebar-search input:focus {
border-color: var(--tp-theme-primary);
}
.tp-shop-sidebar-search-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}
.tp-shop-sidebar-search-icon i {
font-weight: 500;
color: var(--tp-heading-primary);
}
.tp-shop-sidebar-title {
font-size: 22px;
font-weight: 800;
}
.tp-shop-sidebar-category {
border: 1px solid #e9e8e4;
padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-category-item:not(:last-of-type) {
margin-bottom: 8px;
}
.tp-shop-sidebar-category-item a {
color: var(--tp-text-body);
font-size: 16px;
display: block;
}
.tp-shop-sidebar-category-item a:hover {
color: var(--tp-theme-secondary);
}
.tp-shop-sidebar-category-item a i {
float: right;
transform: translateY(5px);
}
.tp-shop-sidebar-price {
border: 1px solid #e9e8e4;
padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal {
height: 4px;
background-color: #EBEFF4;
border-radius: 10px;
border: none;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal .ui-slider-range {
background: var(--tp-theme-secondary);
}
.tp-shop-sidebar-price-range-head .ui-slider .ui-slider-handle {
height: 16px;
width: 16px;
background-color: var(--tp-common-white);
}
.tp-shop-sidebar-price-range-head .ui-state-default, .tp-shop-sidebar-price-range-head .ui-widget-content .ui-state-default, .tp-shop-sidebar-price-range-head .ui-widget-header .ui-state-default, .tp-shop-sidebar-price-range-head .ui-button, .tp-shop-sidebar-price-range-head html .ui-button.ui-state-disabled:hover, .tp-shop-sidebar-price-range-head html .ui-button.ui-state-disabled:active {
border: 4px solid var(--tp-heading-primary);
border-radius: 50%;
}
.tp-shop-sidebar-sell {
border: 1px solid #e9e8e4;
padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-sell-item-thumb {
flex: 0 0 auto;
margin-right: 20px;
}
.tp-shop-sidebar-sell-item-thumb img {
height: 70px;
width: 70px;
object-fit: cover;
}
.tp-shop-sidebar-sell-item-rating i {
font-size: 10px;
color: var(--tp-theme-primary);
margin-right: -2px;
display: inline-block;
}
.tp-shop-sidebar-sell-item-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 0px;
}
.tp-shop-sidebar-sell-item-title a:hover {
color: var(--tp-theme-primary);
}
.tp-shop-sidebar-sell-item-content span {
color: var(--tp-theme-secondary);
font-size: 14px;
font-weight: 600;
}
.tp-shop-sidebar-tag {
border: 1px solid #e9e8e4;
padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-tag a {
background: var(--tp-common-gray);
}

.tp-product-item {border: 1px solid rgb(233, 232, 228);box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.tp-product-item:hover .tp-product-cart .icon-1 {
visibility: visible;
transform: translateX(-20px);
opacity: 1;
}
.tp-product-item:hover .tp-product-cart .icon-2 {
visibility: visible;
transform: translateX(-20px);
opacity: 1;
}
.tp-product-thumb {position: relative;padding: 10px;}
.tp-product-thumb img {
width: 100%;
}
.tp-product-cart {
position: absolute;
bottom: 20px;
right: 0px;
}
.tp-product-cart button {
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 50%;
display: block;
margin-bottom: 10px;
color: var(--tp-theme-secondary);
background: #eae9e9;
}
.tp-product-cart button:hover {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-product-cart .icon-1 {
visibility: hidden;
opacity: 0;
transform: translateX(0px);
transition: all 0.3s ease-in-out;
}
.tp-product-cart .icon-2 {
visibility: hidden;
opacity: 0;
transform: translateX(0px);
transition: all 0.4s ease-in-out;
}
.tp-product-content {padding: 11px 30px;}
.tp-product-btn a {
font-size: 14px;
font-weight: 700;
display: inline-block;
padding: 7px 21px;
color: var(--tp-theme-primary);
background: var(--tp-common-gray);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.tp-product-btn a:hover {
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}
.tp-product-rating {
margin-bottom: 10px;
}
.tp-product-rating i {
font-size: 14px;
color: var(--tp-theme-primary);
margin-left: -2px;
}
.tp-product-rating i.inactive {
color: #dedede;
}
.tp-product-title {font-size: 20px;margin-bottom: 26px;text-transform: capitalize;font-weight: 800;}
.tp-product-title a:hover {
color: var(--tp-theme-primary);
}
.tp-product-content del {
color: #8b8794;
font-size: 16px;
font-weight: 500;
}
.tp-product-content span {
font-size: 16px;
font-weight: 500;
display: inline-block;
margin-bottom: 16px;
color: var(--tp-theme-secondary);
}
.tp-product-info {
position: absolute;
top: 20px;
left: 20px;
}
.tp-product-details-wrapper {
margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
.tp-product-details-wrapper {
margin-left: 0;
}
}
.tp-product-details-wrapper > p {
margin-bottom: 31px;
display: inline-block;
}
.tp-product-details-wrapper > p span {
font-weight: 500;
color: var(--tp-theme-primary);
}
.tp-product-details-nab .tab-pane {
position: relative;
}
.tp-product-details-nab .tab-pane img {
height: 570px;
width: 570px;
object-fit: cover;
}
.tp-product-details-nab .nav-tabs {
border: none;
}
.tp-product-details-nab .nav-tabs .nav-link {
border: 1px solid transparent;
border-radius: 0px;
padding: 0 0;
margin: 10px 5px;
}
.tp-product-details-nab .nav-tabs .nav-link.active {
border: 1px solid var(--tp-theme-4);
}
.tp-product-details-nab .nav-tabs .nav-link img {
height: 100px;
width: 150px;
object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tp-product-details-nab .nav-tabs .nav-link img {
width: 120px;
}
}
.tp-product-details-category span {
color: #8b8794;
font-size: 16px;
}
.tp-product-details-title {
font-size: 36px;
margin-bottom: 26px;
}
.tp-product-details-stock span {
color: #3c72fc;
font-size: 14px;
font-weight: 500;
background-color: var(--tp-grey-2);
padding: 0 0;
display: inline-block;
padding: 1px 11px;
margin-right: 15px;
}
.tp-product-details-rating {
margin-right: 14px;
}
.tp-product-details-rating i {
color: #ffbf14;
font-size: 14px;
}
.tp-product-details-reviews span {
color: #8b8794;
font-weight: 500;
font-size: 14px;
}
.tp-product-details-price.old-price {
font-weight: 500;
font-size: 22px;
text-decoration-line: line-through;
color: #8b8794;
}
.tp-product-details-price.new-price {
font-weight: 600;
font-size: 30px;
color: var(--tp-common-black);
margin-left: 1px;
}
.tp-product-details-action-title {
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
}
@media (max-width: 575px) {
.tp-product-details-action-item-wrapper {
flex-wrap: wrap;
}
}
.tp-product-details-quantity .tp-product-quantity {
width: 170px;
position: relative;
border-radius: 20px;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
left: 22px;
display: inline-block;
text-align: center;
font-size: 16px;
color: var(--tp-common-black);
position: absolute;
top: 50%;
cursor: pointer;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.tp-product-details-quantity .tp-cart-plus svg, .tp-product-details-quantity .tp-cart-minus svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.tp-product-details-quantity .tp-cart-plus {
left: auto;
right: 22px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
height: 46px;
line-height: 46px;
text-align: center;
font-size: 16px;
background-color: #F3F5F6;
padding: 0 55px;
border: 0;
border-radius: 0;
}
.tp-product-details-add-to-cart .tp-btn {
padding: 10px 21px;
}
.tp-product-details-query-item:not(:last-child) {
margin-bottom: 3px;
}
.tp-product-details-query-item > span {
font-size: 16px;
color: var(--tp-theme-4);
line-height: 1.4;
margin-right: 6px;
}
.tp-product-details-query p {
font-size: 15px;
margin-bottom: 0;
line-height: 1.4;
}
.tp-product-details-social span {
font-size: 15px;
color: var(--tp-common-black);
margin-right: 14px;
}
.tp-product-details-social a {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border: 1px solid #E6E7E8;
border-radius: 50%;
margin-right: 2px;
}
.tp-product-details-social a:hover {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
}
.tp-product-details-description {
box-shadow: 0px 4px 25px 0px rgba(23, 19, 4, 0.04);
padding: 52px 60px 35px 60px;
}
@media (max-width: 575px) {
.tp-product-details-description {
padding: 30px 15px 30px 15px;
}
}
.tp-product-details-description-title {
font-size: 36px;
color: var(--tp-theme-4);
margin-bottom: 27px;
}
@media (max-width: 575px) {
.tp-product-details-description-title {
font-size: 30px;
}
}

.price-filter input {
outline: none;
border: none;
font-size: 16px;
color: #8b8794;
font-weight: 400;
height: 18px;
padding-left: 0;
}
.price-filter a {
font-size: 14px;
font-weight: 800;
text-decoration: underline;
color: var(--tp-theme-primary);
}

.badge-discount {
font-weight: 500;
font-size: 12px;
background-color: var(--tp-theme-primary);
border-radius: 2px;
color: var(--tp-common-white);
padding: 3px 9px;
}
.badge-hot {
font-weight: 500;
font-size: 12px;
background-color: var(--tp-theme-3);
border-radius: 2px;
color: var(--tp-common-white);
padding: 3px 9px;
}

.postbox-review-form-input input, .postbox-review-form-input textarea {
border: none;
background-color: var(--tp-grey-2);
height: 60px;
color: var(--tp-theme-4);
padding: 5px 30px 5px 30px;
}
.postbox-review-form-input input::placeholder, .postbox-review-form-input textarea::placeholder {
color: #b0aec3;
font-size: 16px;
}
.postbox-review-form-input textarea {
padding-top: 25px;
padding-bottom: 15px;
height: 150px;
resize: none;
}
.postbox-review-rating p {
margin-bottom: 0;
font-size: 14px;
color: var(--tp-theme-4);
margin-right: 15px;
}
.postbox-review-rating span {
color: #ffbf14;
font-size: 15px;
}
.postbox-review-submit-btn .tp-btn {
flex: 0 0 auto;
}
.postbox-review-submit-btn .form-inner-check .form-check-input {
width: 18px;
height: 18px;
margin-right: 12px;
}
.postbox-review-submit-btn .form-inner-check .form-check-input:focus {
box-shadow: none;
}
.postbox-review-submit-btn .form-inner-check .form-check-input[type=checkbox] {
border-radius: 0;
flex: 0 0 auto;
}
.postbox-review-submit-btn .form-inner-check label {
font-size: 14px;
color: var(--tp-text-1);
cursor: pointer;
}

/*----------------------------------------*/
/*  8.7 Product css
/*----------------------------------------*/
.product__item:hover .product__thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.product__item:hover .product__add {
opacity: 1;
visibility: visible;
bottom: 0;
}
.product__item:hover .product__action a, .product__item:hover .product__action button {
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.product__item:hover .product__action a:nth-child(1), .product__item:hover .product__action button:nth-child(1) {
transition-delay: 0s;
}
.product__item:hover .product__action a:nth-child(2), .product__item:hover .product__action button:nth-child(2) {
transition-delay: 0.1s;
}
.product__item:hover .product__action a:nth-child(3), .product__item:hover .product__action button:nth-child(3) {
transition-delay: 0.12s;
}
.product__item:hover .product__action a:nth-child(4), .product__item:hover .product__action button:nth-child(4) {
transition-delay: 0.14s;
}
.product__content {
padding-top: 14px;
}
.product__rating span {
font-size: 11px;
display: inline-block;
}
.product__rating span:not(:last-child) {
margin-right: 3px;
}
.product__rating-2 {
margin-bottom: 2px;
}
.product__rating-2 span {
font-size: 12px;
}
.product__rating-2 span i {
color: var(--tp-theme-primary);
}
.product__title {
font-weight: 400;
font-size: 14px;
}
.product__title a:hover {
color: var(--tp-theme-primary);
}
.product__ammount {
font-weight: 500;
font-size: 15px;
color: var(--tp-text-1);
}
.product__badge {
position: absolute;
left: 0;
top: 20px;
}
.product__badge-item {
display: inline-block;
font-size: 13px;
line-height: 1;
color: var(--tp-common-white);
background-color: var(--tp-common-black);
padding: 4px 10px 4px;
margin-bottom: 5px;
text-transform: capitalize;
}
.product__badge-item.has-new {
background-color: var(--tp-theme-primary);
}
.product__action {
position: absolute;
top: 40px;
right: 10px;
}
.product__action a, .product__action button {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background-color: #FFFFFF;
box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
text-align: center;
position: relative;
margin-bottom: 6px;
transform: translateX(100%);
opacity: 0;
visibility: hidden;
}
.product__action a svg, .product__action button svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.product__action a:nth-child(1), .product__action button:nth-child(1) {
transition-delay: 0.14s;
}
.product__action a:nth-child(2), .product__action button:nth-child(2) {
transition-delay: 0.12s;
}
.product__action a:nth-child(3), .product__action button:nth-child(3) {
transition-delay: 0.1s;
}
.product__action a:nth-child(4), .product__action button:nth-child(4) {
transition-delay: 0s;
}
.product__action a:hover, .product__action button:hover {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.product__add {
position: absolute;
bottom: -60px;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.product__details-thumb-tab {
margin-right: 0;
}
}
.product__details-thumb-content {
margin-bottom: 14px;
}
.product__details-thumb-nav .nav-link {
width: 110px;
height: 110px;
position: relative;
margin-bottom: 10px;
}
@media (max-width: 575px) {
.product__details-thumb-nav .nav-link {
margin-right: 12px;
}
}
.product__details-thumb-nav .nav-link::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
border: 1px solid var(--tp-theme-primary);
opacity: 0;
visibility: hidden;
}
.product__details-thumb-nav .nav-link img {
width: 110px;
height: 110px;
position: relative;
}
.product__details-thumb-nav .nav-link.active::after {
visibility: visible;
opacity: 1;
}
.product__details-stock {
margin-bottom: 13px;
}
.product__details-stock span {font-weight: 600;font-size: 29px;background: var(--tp-theme-secondary);line-height: 1;color: #ffffff;border: 1px solid rgba(33, 68, 216, 0.1);padding: 5px 18px;}
.product__details-title {
font-weight: 800;
font-size: 36px;
margin-bottom: 5px;
}
.product__details-rating {
margin-bottom: 13px;
}
.product__details-rating .product__rating {
margin-right: 10px;
}
.product__details-rating-count {
position: relative;
margin-bottom: 2px;
padding-left: 9px;
}
.product__details-rating-count::after {
position: absolute;
content: "";
left: 0;
top: 3px;
width: 1px;
height: 20px;
background-color: #DADCE0;
}
.product__details-rating-count span {
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.product__details-wrapper {
margin-top: 40px;
}
}
.product__details-wrapper p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 23px;
}
.product__details-price {
margin-bottom: 35px;
}
.product__details-price span {
line-height: 1;
}
.product__details-ammount {
font-weight: 600;
font-size: 24px;
color: var(--tp-common-black);
}
.product__details-ammount.old-ammount {
font-weight: 400;
font-size: 22px;
text-decoration-line: line-through;
color: var(--tp-text-1);
}
.product__details-ammount.new-ammount {
font-weight: 800;
font-size: 30px;
color: var(--tp-heading-primary);
margin-left: 1px;
}
.product__details-offer {
margin-left: 2px;
font-weight: 700;
font-size: 13px;
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
padding: 3px 9px;
display: inline-block;
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
-ms-transform: translateY(-4px);
-o-transform: translateY(-4px);
transform: translateY(-4px);
}
.product__details-quantity {
margin-bottom: 40px;
}
.product__details-action {
padding-bottom: 34px;
border-bottom: 1px solid #DADCE0;
margin-bottom: 32px;
}
.product__details-action button {
margin-bottom: 6px;
}
.product__details-action button:not(:last-child) {
margin-right: 6px;
}
.product__details-action button.product-action-btn {
width: 50px;
height: 50px;
line-height: 48px;
text-align: center;
font-size: 18px;
color: var(--tp-common-black);
border: 1px solid #DADCE0;
}
.product__details-action button.product-action-btn .product-action-tooltip {
top: auto;
bottom: 90%;
left: auto;
right: auto;
margin: auto;
margin-bottom: 10px;
-webkit-transform: translate(-57%, 0%);
-moz-transform: translate(-57%, 0%);
-ms-transform: translate(-57%, 0%);
-o-transform: translate(-57%, 0%);
transform: translate(-57%, 0%);
}
.product__details-action button.product-action-btn .product-action-tooltip::after {
top: 100%;
right: 50%;
left: auto;
-webkit-transform: translate(50%, -50%) rotate(45deg);
-moz-transform: translate(50%, -50%) rotate(45deg);
-ms-transform: translate(50%, -50%) rotate(45deg);
-o-transform: translate(50%, -50%) rotate(45deg);
transform: translate(50%, -50%) rotate(45deg);
}
.product__details-action button.product-action-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
}
.product__details-action button.product-action-btn:hover .product-action-tooltip {
bottom: 100%;
top: auto;
right: auto;
}
.product__details-more p {
display: inline-block;
margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
line-height: 1;
color: var(--tp-common-black);
}
.product__details-more span {
font-size: 15px;
line-height: 1;
color: var(--tp-text-1);
}
.product__details-more span a:hover {
color: var(--tp-theme-primary);
}
.product__details-categories {
margin-bottom: 15px;
}
.product__details-tags {
margin-bottom: 15px;
}
.product__details-tags span {
display: inline-block;
margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
line-height: 1;
color: var(--tp-common-black);
margin-right: 3px;
}
.product__details-tags a {
font-size: 14px;
line-height: 1;
color: var(--tp-text-1);
border: 1px solid #DADCE0;
padding: 4px 12px;
margin-bottom: 6px;
display: inline-block;
}
.product__details-tags a:hover {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.product__details-share span {
display: inline-block;
margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
line-height: 1;
color: var(--tp-common-black);
margin-right: 9px;
}
.product__details-share a {
font-size: 14px;
line-height: 1;
color: var(--tp-text-1);
margin-bottom: 6px;
margin-right: 10px;
}
.product__details-share a:hover {
color: var(--tp-theme-primary);
}
.product__details-tab-nav {
border-bottom: 1px solid #DADCE0;
}
.product__details-tab-nav-inner {
position: relative;
}
.product__details-tab-nav .nav-link {
position: relative;
padding: 11px 14px;
font-weight: 500;
font-size: 16px;
color: var(--tp-text-1);
}
.product__details-tab-nav .nav-link.active, .product__details-tab-nav .nav-link:hover {
color: var(--tp-common-black);
}
.product__details-tab-nav .nav-link.active::after, .product__details-tab-nav .nav-link:hover::after {
width: 100%;
left: 0;
right: auto;
}
@media (max-width: 575px) {
.product__details-tab-nav .nav-link::after {
position: absolute;
content: "";
left: auto;
right: 0;
bottom: -1px;
width: 0%;
height: 2px;
background-color: var(--tp-theme-3);
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
}
.product__details-tab-nav .tp-tab-menu {
position: relative;
}
.product__details-tab-nav .tp-tab-line {
position: absolute;
content: "";
left: 0;
bottom: -1px;
width: 38%;
height: 2px;
background-color: var(--tp-theme-primary);
}
@media (max-width: 575px) {
.product__details-description-content {
padding-right: 0;
}
}
.product__details-description-content .product-desc-title {
font-weight: 500;
font-size: 34px;
color: var(--tp-heading-primary);
margin-bottom: 10px;
}
@media (max-width: 575px) {
.product__details-description-content .product-desc-title {
font-size: 25px;
}
}
.product__details-description-content p {
margin-bottom: 25px;
}
.product__details-description .product-desc-feature-thumb {
margin-bottom: 30px;
}
.product__details-description .product-desc-feature-content p {
line-height: 1.56;
padding-right: 75px;
}
@media (max-width: 575px) {
.product__details-description .product-desc-feature-content p {
padding-right: 0;
}
}
.product__details-additional {
margin-top: 67px;
background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.product__details-additional {
overflow-x: scroll;
}
}
.product__details-additional-inner {padding: 8px 8px 8px;border: 2px dashed #0a6cff;margin-top: 11px;margin-bottom: 20px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product__details-additional-inner {
padding: 15px 40px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.product__details-additional-inner {width: 100%;}
}
.product__details-additional table {
width: 100%;
}
.product__details-additional table tr {
padding: 16px 0 14px;
display: block;
}
.product__details-additional table tr:not(:last-child) {
border-bottom: 1px solid #E9E9F0;
}
.product__details-additional table tr th {
font-weight: 600;
font-size: 16px;
color: var(--tp-common-black);
width: 28%;
display: inline-block;
}
.product__details-additional table tr td {
width: 71%;
display: inline-block;
font-size: 15px;
color: var(--tp-text-body);
}
.product__details-review-inner {
padding: 62px 70px 70px;
border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product__details-review-inner {
padding: 35px 40px 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.product__details-review-inner {
padding: 25px 30px 30px;
}
}
@media (max-width: 575px) {
.product__details-review-inner {
padding: 15px 20px 20px;
}
}
.product__details-review .product-rating-title {
font-weight: 600;
font-size: 24px;
margin-bottom: 22px;
}
.product__details-review .product-rating-number {
text-align: center;
width: 160px;
height: 125px;
border: 1px solid #E9E9F0;
padding-top: 21px;
padding-bottom: 21px;
}
@media (max-width: 575px) {
.product__details-review .product-rating-number {
margin-bottom: 15px;
}
}
.product__details-review .product-rating-number-title {
font-weight: 400;
font-size: 60px;
line-height: 1;
color: var(--tp-common-black-solid);
margin-bottom: 0;
}
.product__details-review .product-rating-star {
line-height: 1;
}
.product__details-review .product-rating-star span {
line-height: 1;
font-size: 12px;
display: inline-block;
}
.product__details-review .product-rating-star span:not(:last-child) {
margin-right: 3px;
}
.product__details-review .product-rating-bar {
width: 100%;
background-color: #E9E9E9;
border-radius: 10px;
}
.product__details-review .product-rating-bar-wrapper {
width: 71.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product__details-review .product-rating-bar-wrapper {
width: 70%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product__details-review .product-rating-bar-wrapper {
width: 66%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.product__details-review .product-rating-bar-wrapper {
width: 52%;
}
}
@media (max-width: 575px) {
.product__details-review .product-rating-bar-wrapper {
width: 100%;
}
}
.product__details-review .product-rating-bar .single-progress {
background-color: var(--tp-theme-primary);
height: 8px;
border-radius: 10px;
}
.product__details-review .product-rating-bar-text {
width: 3.5%;
line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.product__details-review .product-rating-bar-text {
width: 7.5%;
}
}
.product__details-review .product-rating-bar-text span {
font-size: 14px;
color: var(--tp-text-1);
}
.product__details-review .product-rating-bar-item:not(:last-child) {
margin-bottom: 5px;
}
.product__details-review .product-review-item {
margin-bottom: 30px;
}
.product__details-review .product-review-item:last-child {
margin-bottom: 0;
}
.product__details-review .product-review-item p {
font-size: 15px;
line-height: 1.6;
color: var(--tp-text-1);
}
.product__details-review .product-review-avater {
margin-bottom: 11px;
}
.product__details-review .product-review-avater-thumb img {
width: 34px;
height: 34px;
border-radius: 50%;
margin-right: 10px;
}
.product__details-review .product-review-avater-title {
font-weight: 500;
font-size: 16px;
line-height: 1;
margin-bottom: 0;
}
.product__details-review .product-review-rating {
margin-bottom: 5px;
}
.product__details-review .product-review-rating-wrapper {
margin-right: 10px;
}
.product__details-review .product-review-rating-wrapper span {
line-height: 1;
font-size: 12px;
display: inline-block;
}
.product__details-review .product-review-rating-wrapper span:not(:last-child) {
margin-right: 3px;
}
.product__details-review .product-review-rating-wrapper span i {
color: var(--tp-theme-primary);
}
.product__details-review .product-review-rating-date span {
font-weight: 400;
font-size: 13px;
color: var(--tp-text-1);
}
.product__details-review .product-review-rating span i {
color: var(--tp-theme-primary);
}
.product__details-review .product-review-form p {
font-weight: 400;
font-size: 14px;
color: var(--tp-text-1);
margin-bottom: 20px;
}
.product__details-review .product-review-form-title {
font-weight: 600;
font-size: 24px;
letter-spacing: -0.02em;
margin-bottom: 4px;
}
.product__details-review .product-review-form-rating .rate-title {
font-weight: 500;
font-size: 15px;
line-height: 14px;
letter-spacing: -0.02em;
color: var(--tp-text-1);
}
.product__details-review .product-review-input {
margin-bottom: 18px;
line-height: 1;
}
.product__details-review .product-review-input.is-textarea {
margin-bottom: 30px;
}
.product__details-review .product-review-input input, .product__details-review .product-review-input textarea {
height: 60px;
line-height: 60px;
background-color: #F7F7F7;
border: 1.5px solid #F7F7F7;
}
.product__details-review .product-review-input input:focus, .product__details-review .product-review-input textarea:focus {
border-color: var(--tp-theme-primary);
background-color: var(--tp-common-white);
}
.product__details-review .product-review-input textarea {
height: 180px;
padding-bottom: 20px;
resize: none;
line-height: 1.4;
}
.product__details-review .product-review-agree input {
margin: 0;
appearance: none;
-moz-appearance: none;
display: block;
width: 18px;
height: 18px;
background: transparent;
border: 2px solid #B2B2B9;
outline: none;
flex: 0 0 auto;
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
padding: 0;
}
.product__details-review .product-review-agree input:checked {
position: relative;
background-color: var(--tp-theme-primary);
border-color: transparent;
}
.product__details-review .product-review-agree input:checked::after {
box-sizing: border-box;
position: absolute;
content: "\f00c";
font-weight: 700;
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%);
}
.product__details-review .product-review-agree input:hover {
cursor: pointer;
}
.product__details-review .product-review-agree label {
padding-left: 8px;
font-size: 14px;
line-height: 1.71;
color: var(--tp-text-1);
}
.product__details-review .product-review-agree label a {
color: var(--tp-common-black);
font-weight: 600;
padding-left: 4px;
}
.product__details-review .product-review-agree label a:hover {
color: var(--tp-theme-primary);
}
.product__details-review .product-review-agree label:hover {
cursor: pointer;
}
.product__details-review .product-review-btn .tp-btn {
font-weight: 600;
font-size: 15px;
padding: 12px 37px;
}
.product__details-review .product-review-btn .tp-btn:hover {
background-color: var(--tp-common-black);
}
.product__modal .modal-dialog {
max-width: 1200px;
border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product__modal .modal-dialog {
max-width: 1100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product__modal .modal-dialog {
max-width: 900px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product__modal .modal-dialog {
max-width: 700px;
}
}
.product__modal .modal-content {
padding: 40px;
border-radius: 0;
}
@media (max-width: 575px) {
.product__modal .modal-content {
padding: 20px;
}
}
.product__modal .product__details-thumb-nav .nav-link {
width: 90px;
height: 90px;
margin-bottom: 10px;
}
.product__modal .product__details-thumb-nav .nav-link img {
width: 100%;
height: 100%;
}
@media (max-width: 575px) {
.product__modal .product__details-thumb-nav .nav-link {
width: 70px;
height: 70px;
}
}
.product__modal-close {
position: absolute;
top: 20px;
right: 20px;
}
.product__modal-close-btn {
display: inline-block;
font-size: 16px;
height: 44px;
width: 44px;
line-height: 44px;
background-color: transparent;
color: var(--tp-text-1);
border-radius: 50%;
}
.product__modal-close-btn:hover {
color: var(--tp-theme-primary);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.product__modal-close-btn svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}

.tp-product-quantity {
width: 148px;
position: relative;
}

.tp-cart-plus,
.tp-cart-minus {
width: 45px;
height: 44px;
line-height: 44px;
display: inline-block;
text-align: center;
font-size: 16px;
color: var(--tp-common-black);
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.tp-cart-plus::after,
.tp-cart-minus::after {
position: absolute;
content: "";
width: 1px;
height: 26px;
top: 50%;
right: 0;
background-color: #DADCE0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
cursor: pointer;
color: var(--tp-theme-primary);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
left: auto;
right: 0;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
left: 0;
right: auto;
}

.tp-cart-input[type=text] {
width: 100%;
height: 44px;
text-align: center;
font-size: 14px;
border: 1px solid #DADCE0;
background-color: var(--tp-common-white);
padding: 0 45px;
}
[dir=rtl] .tp-cart-input[type=text] {
text-align: center;
}
.tp-cart-input[type=text]:focus {
outline: none;
}

.product-action-btn {
position: relative;
}
.product-action-btn .product-action-tooltip {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 90%;
font-weight: 500;
font-size: 12px;
color: var(--tp-common-white);
background-color: var(--tp-common-black);
z-index: 1;
display: inline-block;
width: max-content;
line-height: 1;
padding: 4px 8px;
margin-right: 8px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s 0s ease-out;
-moz-transition: all 0.3s 0s ease-out;
-ms-transition: all 0.3s 0s ease-out;
-o-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
}
.product-action-btn .product-action-tooltip::after {
position: absolute;
content: "";
right: 0;
top: 50%;
-webkit-transform: translate(50%, -50%) rotate(45deg);
-moz-transform: translate(50%, -50%) rotate(45deg);
-ms-transform: translate(50%, -50%) rotate(45deg);
-o-transform: translate(50%, -50%) rotate(45deg);
transform: translate(50%, -50%) rotate(45deg);
height: 8px;
width: 8px;
background-color: var(--tp-common-black);
}
.product-action-btn svg {
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
}
.product-action-btn:hover .product-action-tooltip {
visibility: visible;
opacity: 1;
right: 100%;
}

.product-add-cart-btn {
font-weight: 600;
font-size: 15px;
color: var(--tp-common-white);
background-color: var(--tp-common-black);
display: inline-block;
padding: 7px 25px;
text-align: center;
}
.product-add-cart-btn svg, .product-add-cart-btn i {
margin-right: 7px;
}
.product-add-cart-btn svg {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}
.product-add-cart-btn:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
.product-add-cart-btn-2 {
border: 1px solid #DADCE0;
color: var(--tp-common-black);
background-color: var(--tp-common-white);
font-size: 15px;
font-weight: 500;
padding: 6px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-add-cart-btn-2 {
padding: 6px 21px;
}
}
@media (max-width: 575px) {
.product-add-cart-btn-2 {
width: 100%;
}
}
.product-add-cart-btn-2:hover {
background-color: var(--tp-theme-primary);
border-color: var(--tp-theme-primary);
color: var(--tp-common-white);
}
.product-add-cart-btn-3 {
background-color: var(--tp-heading-primary);
color: var(--tp-common-white);
padding: 12px 45px;
}
.product-add-cart-btn-3:hover {
color: var(--tp-common-white);
background-color: var(--tp-theme-primary);
}
@media (max-width: 575px) {
.product-add-cart-btn-3 {
width: 100%;
}
}

/*----------------------------------------*/
/*  7.5 Cart css
/*----------------------------------------*/
.cartmini__wrapper {
position: relative;
min-height: 100%;
padding-left: 25px;
padding-right: 25px;
}
.cartmini__top-title {
padding: 20px 0;
border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title h4 {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 0;
}
.cartmini__close {
position: absolute;
top: 17px;
right: 0;
}
.cartmini__close-btn {
background: transparent;
color: var(--tp-common-black);
font-size: 22px;
}
.cartmini__close-btn:hover {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.cartmini__shipping {
padding: 15px 0;
border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
height: 10px;
border-radius: 0;
}
.cartmini__shipping .progress-bar {
background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
margin-bottom: 5px;
}
.cartmini__shipping p span {
color: var(--tp-pink-1);
font-weight: 600;
}
.cartmini__widget {
height: calc(100vh - 380px);
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
position: relative;
display: flex;
padding: 20px 0;
border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
border-bottom: 0;
}
.cartmini__thumb {
border: 1px solid var(--tp-border-primary);
margin-right: 15px;
}
.cartmini__thumb img {
width: 70px;
height: auto;
}
.cartmini__title {
font-size: 15px;
margin-bottom: 4px;
font-weight: 500;
}
.cartmini__title a:hover {
color: var(--tp-theme-primary);
}
.cartmini__content {
padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
width: 75px;
padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid var(--tp-border-primary);
background-color: var(--tp-common-white);
padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
width: 20px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
font-size: 13px;
left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
left: auto;
right: 3px;
}
.cartmini__del {
position: absolute;
top: 15px;
right: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
color: var(--tp-common-black);
font-size: 14px;
}
.cartmini__del:hover {
color: var(--tp-theme-primary);
}
.cartmini__checkout {
padding-top: 15px;
padding-bottom: 85px;
width: 100%;
background: var(--tp-common-white);
border-top: 2px solid var(--tp-border-primary);
}
.cartmini__checkout-title h4 {
font-size: 15px;
display: inline-block;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize;
}
.cartmini__checkout-title span {
float: right;
font-size: 15px;
color: var(--tp-common-black);
font-weight: 500;
}
.cartmini__checkout-btn .tp-btn {
font-size: 15px;
text-transform: capitalize;
padding: 10px 30px;
text-align: center;
}
.cartmini__checkout-btn .tp-btn:hover {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn-border:hover {
background-color: var(--tp-theme-primary);
color: var(--tp-common-white);
border-color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn-border {
background: none;
color: var(--tp-heading-primary);
border: 1px solid var(--tp-text-body);
}
.cartmini__checkout-btn .tp-btn-border:hover {
border: 1px solid var(--tp-heading-primary);
color: var(--tp-common-white);
background: var(--tp-heading-primary);
}
.cartmini__price {
font-size: 14px;
font-weight: 500;
color: var(--tp-theme-primary);
}
.cartmini__quantity {
font-size: 12px;
font-weight: 500;
}
.cartmini__empty {
margin-top: 150px;
}
.cartmini__empty img {
margin-bottom: 30px;
}
.cartmini__empty p {
font-size: 16px;
color: var(--tp-common-black);
margin-bottom: 15px;
}
.cartmini__empty .tp-btn {
background-color: var(--tp-grey-1);
font-size: 15px;
text-transform: capitalize;
color: var(--tp-common-black);
padding: 10px 30px;
text-align: center;
}
.cartmini__empty .tp-btn:hover {
background-color: var(--tp-common-black);
color: var(--tp-common-white);
}

.table-content table {
background: var(--tp-common-white);
border-color: var(--tp-border-1);
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.table-content table {
width: 150%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.table-content table {
width: 200%;
}
}
@media (max-width: 575px) {
.table-content table {
width: 300%;
}
}
.table-content table.table > :not(:first-child) {
border-top: 0;
}
.table-content table td {
border-top: medium none;
padding: 15px 10px;
vertical-align: middle;
font-size: 16px;
}
.table-content table td.product-name {
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
}
.table-content table td.product-name a:hover {
color: var(--tp-text-primary);
}
.table-content .product-quantity {
float: none;
}
.table-content .product-quantity input {
color: #000;
font-size: 14px;
font-weight: normal;
border: 1px solid var(--tp-border-1);
}

.table-content .table > :not(:last-child) > :last-child > * {
border-bottom-color: var(--tp-border-1);
}

.table-content table th,
.table-content table td {
border-bottom: 1px solid var(--tp-border-1);
border-right: 1px solid var(--tp-border-1);
}

.table td,
.table th {
border-top: 1px solid var(--tp-border-1);
}

/* Checkout */
.coupon-accordion h3 {
background-color: #f6f6f6;
border-top: 2px solid rgb(234, 187, 0);
font-size: 14px;
font-weight: 600;
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: #6f7172;
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, .coupon-accordion span p.lost-password a:hover {
color: var(--tp-theme-primary);
}

.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 rgba(0, 0, 0, 0.1490196078);
}
.payment-method .accordion-button {
font-size: 16px;
font-weight: 500;
color: var(--tp-theme-primary);
padding: 23px 0;
border: none;
}
.payment-method .accordion-button:focus {
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: "Font Awesome 5 Pro";
font-size: 16px;
font-weight: 400;
margin-left: 0;
background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
color: var(--tp-theme-primary);
background-color: var(--tp-common-white);
box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
content: "\f068";
}
.payment-method .accordion-body {
font-size: 16px;
padding: 8px 0;
padding-bottom: 40px;
color: var(--tp-text-body);
}
.payment-method .accordion-collapse {
border: none;
}
.payment-method .accordion .card:first-of-type {
border: 1px solid #eaedff;
}
.payment-method .card-header {
background-color: #ffffff;
border-bottom: 1px solid #eaedff;
}
.payment-method .card {
background-color: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
margin-bottom: 10px;
}
.payment-method .btn-link {
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;
}

.product-quantity > input {
background-color: #fff;
height: 30px;
width: 80px;
border-radius: 3px;
}

.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: 52px;
border: 1px solid var(--tp-border-1);
padding: 0 15px;
margin-right: 10px;
border-radius: 0;
background: #fff;
margin-bottom: 15px;
width: 265px;
}
#coupon_code:focus {
border: 1px solid var(--tp-theme-primary);
}

.tp-btn.tp-color-btn {
padding: 13px 33px;
}

@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 var(--tp-border-1);
}

.cart-page-total > ul > li {
list-style: none;
font-size: 15px;
color: #6f7172;
padding: 10px 30px;
border-bottom: 1px solid var(--tp-border-1);
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;
}

.tp-product-quantity .cart-input {
height: 30px;
background-color: #FFF;
}

.product-quantity .cart-plus, .product-quantity .cart-minus {
width: 25px;
height: 30px;
border: 1px solid var(--tp-border-1);
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 14px;
transition: 0.3s;
}
.product-quantity .cart-plus:hover, .product-quantity .cart-minus:hover {
cursor: pointer;
color: var(--tp-common-white);
background: var(--tp-theme-primary);
}

.cart-input {
height: 30px;
width: 32px;
text-align: center;
font-size: 14px;
border: none;
border-top: 2px solid var(--tp-border-1);
border-bottom: 2px solid var(--tp-border-1);
display: inline-block;
vertical-align: middle;
margin: 0 -3px;
padding-bottom: 0px;
}

.tp-wish-cart {
min-width: 150px;
}

.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: red;
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;
box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
border-color: var(--tp-theme-primary);
}

.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: 4px;
transform: translateY(-4px);
}

.form-row > label {
margin-top: 15px;
margin-left: 15px;
color: #6f7172;
}

.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;
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;
box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
border-color: var(--tp-theme-primary);
}

.coupon-checkout-content {
display: none;
}

.checkbox-form h3 {
border-bottom: 1px solid #eaedff;
font-size: 24px;
font-weight: 800;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}

.country-select {
margin-bottom: 30px;
position: relative;
}

.country-select select {
width: 100%;
font-size: 16px;
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: red;
}

.country-select .nice-select {
border: 1px solid #eaedff;
height: 52px;
padding-left: 10px;
width: 100%;
color: var(--tp-text-body);
margin-bottom: 20px;
line-height: 50px;
}

.country-select .nice-select::after {
right: 20px;
top: 25px;
}

.country-select .nice-select .list {
width: 100%;
}

.checkout-form-list {
margin-bottom: 30px;
}

.checkout-form-list label {
color: var(--tp-text-body);
}

.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: 52px;
padding: 0 0 0 10px;
width: 100%;
outline: 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-theme-primary);
}

.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: 4px;
transform: translateY(-3px);
}

.create-acc label {
color: var(--tp-text-body);
display: inline-block;
}

.checkout-form-list #cbox {
transform: translateY(-5px);
}

.create-account {
display: none;
}

.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
color: var(--tp-heading-primary);
}

.ship-different-title h3 #ship-box {
transform: translateY(-2px);
}

.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-theme-primary);
}

.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: 1px solid rgb(234, 187, 0);
}

@media (max-width: 767px) {
.your-order {
padding: 15px;
}
}
.your-order h3 {
border-bottom: 1px solid #eaedff;
font-size: 30px;
font-weight: 800;
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: var(--tp-text-body);
font-size: 16px;
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: var(--tp-text-body);
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: 0px;
}

.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-theme-primary);
font-size: 18px;
font-weight: 500;
}

.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;
}

.panel-title > a {
display: block;
}

.card-header:first-child {
border-radius: 0;
}

.logo img {width: 154px;height: 60px;object-fit: contain;}
.tp-header-2-left {
gap: 225px;
}
.tp-header-top-social i {
background: #000;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
border-radius: 50%;
border: 2px solid #fff;
}
.tp-hero-title-wrapper p {
    padding-bottom: 43px;
}

span.sub_po {
    font-size: 18px;
    font-weight: 600;
    color: #0a6cff;
    
}
.tp-about-3-wrapper p {
    margin-top: 19px;
    text-align: justify;
}
section.tp-about-3-area {
    background: url(assets/image/bg_patt.jpg);
    background-size: cover;
    width: 100%;
    /* height: 600px; */
}
.tp-offer-slider-wrapper {
    /* margin-top: 62px; */
}
.tp-categories-icon img {
    width: 64px;
}
section.tp-counter-area {
    background: #b9b5b5;
    padding-top: 42px;
    padding-bottom: 22px;
}
.con_tex h2 {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
	color: #fff;
}
.con_tex p {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
section.Projects {
    background: #727272;
}
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 184px;
    padding-bottom: 184px;
    height: 100%;
}
.con_tex {
    padding-top: 82px;
}
.tp-counter-icon img {
    width: 77px;

}
.con_tex {
    border: 2px solid #fff;
    padding-bottom: 105px;
    margin-left: 27px;
    margin-top: 42px;
}
section.tp-support-area {
    margin-top: 140px;
}
.float-but {
    position: fixed;
    bottom: 56px;
    /* float: none; */
    width: 68px;
    left: 32px;
    z-index: 20;
}
.float-but a img {
    margin: 5px;
	width:70px;
}
footer.tp-footer-area {
    background: #727272;
}
b.cds {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 3px;
}
#fix-rig {
    top: 25%;
    right: -67px!important;
    display: flex;
    align-items: center;
    z-index: 500;
    letter-spacing: 0px;
    font-size: 16px;
    background: rgb(114 114 114);
    color: #ffffff;
    padding: 10px 11px 23px;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(-90deg);
    -webkit-box-shadow: rgb(2 18 129 / 25%) 0 2px 15px 0;
    box-shadow: rgb(2 18 129 / 25%) 0 2px 15px 0;
    position: fixed;
    cursor: pointer;
}
#fix-rig span {
    margin-right: 7px;
    background: #c9c9c9;
    height: 21px;
    border-radius: 5px;
    width: 21px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
#fix-rig img {
    -webkit-animation-name: equ_right_call;
    animation-name: equ_right_call;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    width: 13px;
}
@-webkit-keyframes equ_right_call {
    0%, 20%, 26%, 32%, 38%, 44%, 50%, 56%, 62%, 68%, 74%, 80% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    23%, 35%, 47%, 59%, 71% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    29%, 41%, 53%, 65%, 77% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
  outline: 0;
}

.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 100px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after, .h--timeline-dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}

.h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.h--timeline-dates::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 54px;
  height: 2px;
  background-color: #f7f7f7;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0a6cff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #0a6cff;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
  bottom: 0px;
  height: 13px;
  width: 13px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #0a6cff;
}

.h--timeline-date--selected {
  pointer-events: none;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #0a6cff;
}

.h--timeline-date--selected::before {
  background-color: #0a6cff;
}

.h--timeline-date--older-event::after {
  background-color: #0a6cff;
  border-color: #0a6cff;
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #f7f7f7;
  transition: border-color 0.3s;
  background: #52ce60;
}

.h--timeline-navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
}

.h--timeline-navigation:hover {
  border-color: #0a6cff;
  /* background: green; */
}

.h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
  right: 0;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}

.h--timeline-navigation--inactive:hover {
  border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 1rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: white;
}

.h--timeline-event--selected {
  position: relative;
  top: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right, .h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left, .h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right, .h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #0a6cff;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.h--timeline-event-date {
  display: block;
  font-style: italic;
  margin: 0.5rem auto;
  margin: 1rem auto;
}

.h--timeline-event-date::before {
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before {
  background-color: #0a6cff;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #0a6cff;
}

.h--timeline-date--older-event::after {
  background-color: #0a6cff;
  border-color: #0a6cff;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: -56px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
  width: 33px;
  height: 33px;
  bottom: -15px;
  background-color: #f7f7f7;
  border-color: #0a6cff;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  bottom: 42px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
  bottom: 41px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
  bottom: 51px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -6px;
}

a.h--timeline-date span:nth-child(even) {
    position: relative;
    font-size: 34px;
    top: -5px;
}
a.h--timeline-date span:nth-child(odd) {
    /* position: absolute; */
    font-size: 24px;
    /* top: 5px; */
    padding: 21px 0px;
    font-family: 'Space Mono', monospace;
    color: #51ca60;
    text-shadow: 1px 0px 2px #0a6cffd6;
}
section.cta {
    background: #c9c9c9;
}
p.tag {
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    font-size: 18px;
    /* text-align: center; */
}
.who_we {
    text-align: center;
    padding-top: 36px;
}

.side_media {
    position: fixed;
    right: 0;
    bottom: 25%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    width: 41px;
    gap: 2px;
    /* display: none; */
}
.side_media a{background: #727272;color:#fff;display: flex;height: 41px;width: 41px;justify-content: center;align-items: center;}
.side_media a i{}
.side_media a:hover {
    background: #0a6cff;
    color: #fff;
}
.tp-about-3-thumb {
    overflow: hidden;
}

.tp-about-3-thumb img {
    width: 100%;
}
.ics_ico img {
    width: 59px;
    margin: auto;
    display: block;
}
span.tgs_d {
    font-size: 17px;
    font-weight: 700;
    /* color: #000; */
    text-align: center;
}
.ics_ico {
    margin-bottom: 11px;
    border: 6px solid #727272;
    padding: 17px;
    width: 113px;
    height: 113px;
    /* line-height: 80px; */
    border-radius: 77px;
    margin: auto;
    margin-bottom: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
span.tag_title {
    font-size: 25px;
    font-weight: 600;
}
.ics_ico img {
  transition: transform .7s ease-in-out;
}
.ics_ico:hover.ics_ico img {
  transform: rotate(360deg);
}

main {
  overflow: hidden;
  text-align: left;
}




@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .con_tex {
    border: 2px solid #fff;
    padding-bottom: 45px;
    margin-left: 14px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.con_tex {
  padding-top: 45px;
}
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
  padding-top: 75px;
  padding-bottom: 75px;
  height: 100%;
  width: 100%!important;
}
.tp-countries-4-title {
  font-size: 45px;
}
.mb-50 {
  margin-bottom: 30px;
}
.tp-footer-logo img {
  width: 160px!important;
}
  }

  @media only screen and (max-width: 420px){
    section.tp-counter-area {
      margin-top: 90px;
  }
  .tp-about-3-wrapper > p {
    margin-bottom: 20px;
}
.tp-footer-copyright-inner p {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 14px;
}
.tp-footer-copyright-inner a {
  font-size: 14px;
  line-height: 25px;
  height: 0px;
  width: 100%;

  }
}

@media only screen and (max-width: 1024px){
  section.tp-about-3-area {
    height:100%;
}
.tp-about-3-wrapper {
  margin-bottom: 15px;
}
.swiper-wrapper {
  height: 100%;
}
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {

  padding-bottom: 164px;

}
.con_tex {
  padding: 40px 0;
  margin: 30px 15px;
}

.swiper-wrapper.new_size{
	height:65vh;
}

}



div#swiper-wrapper-81e8466d7eea468a {
    height: 100vh;
}
div#swiper-wrapper-36e75b83278855ab {
    height: 100vh;
}
div#swiper-wrapper-10fcb2e0ef26210a6b {
    height: 100vh;
}

.swiper-wrapper.new_size{
	height:90vh;
}



/********* media query 480px   ***********************/


@media screen and (max-width: 480px) {
  .tp-header-2-left {
    gap: 0px;
}
time {font-size: 23px!important;}
li.in-view div span {
    font-size: 15px!important;
    margin-top: 2px!important;
}
li.in-view div p {
    font-size: 11px;
    line-height: 15px;
}
ul.ims li {
    width: 190px;
}
.lig_con h2 {
    
    font-size: 31px;
    margin-top: 21px;
   
}
span.boly {
 padding-top: 19px;

}

.tp-hero-3-active .swiper-wrapper .swiper-slide {
    padding-top: 0px;
    padding-bottom: 0px;
}



.swiper-wrapper.new_size {
    height: 262px;
}

.tp-hero-2-subtitle {
    font-size: 32px;
    font-weight: 800;
    line-height: 66px;
    display: inline-block;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
    color: #fff;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}


.tp-hero-title-wrapper p {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 22px;
}


.tp-hero-btn .tp-btn {
    padding: 6px 20px;
}

.tp-hero-2-title {
    font-size: 21px;
    margin-bottom: 19px;
}

.tp-hero-3-bg {
    background-size: 100% 100%;
}

.tp-hero-4-bg {
    background-size: 100% 100%;

}


}
.tabs_d tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    /* margin-right: 24px; */
    padding: 4px 0px;
    border-bottom: 2px dashed #0a6cff;
    font-size: 15px;
    width: 100px;
    overflow: hidden;
    overflow-wrap: anywhere;
}
span.My_span {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 11px;
}
.feature_s ul {
    padding-left: 15px;
    margin-top: 11px;
}

.feature_s ul li {
    font-size: 16px;
    font-weight: 800;
    list-style: disc;
}

ul.ass_li {
    display: flex;
    gap: 10px;
    margin-top: 17px;
    flex-wrap: wrap;
}

ul.ass_li li {
    list-style: none;
    background: white;
    padding: 8px 20px;
    color: #0a6cff;
    font-weight: 900;
    border: 2px dashed;
    font-size: 18px;
}
.row.my_cone {
    margin-bottom: 40px;
}
h2.conee {
    color: #0a6cff;
    font-weight: 800;
}
section.breadcrumb__area:before {
    position: absolute;
    content: '';
    background: #0006;
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.breadcrumb__content {
    position: relative;
    z-index: 1;
}
/*********  media query 480px End ***********************/

table {
    width: 100%;
    overflow: hidden;
}
.tp-categories-2-icon img {
    width: 56px;
}

.intro {

  padding: 20px 0;
}

.container {
  /* width: 90%; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* text-align: center; */
}

h1 {
  font-size: 2.5rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #f3f3f3;
  /* padding: 50px 0; */
  padding-bottom: 51px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #727272;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #727272 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #6f7072;
}

time {
  display: block;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #727272;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #727272 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}


/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}
section.intro h1 {
    font-weight: 900;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -2px;
    color: #727272;
}
section.intro span {
    font-weight: 800;
    font-size: 22px;
    color: blue;
}
	
li.in-view div p {
    color: #fff;
    font-weight: 600;
}
li.in-view div span {
    color: #a5c5f5;
    font-weight: 600;
    font-size: 24px;
    margin-top: 15px;
    display: block;
}
.tp-footer-widget-content {
    text-align: left;
}
.imag {
    overflow: hidden;
}

.imag img {
    width: 100%;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.conts h2 {
    font-weight: 700;
    color: grey;
}
.conts span {
    color: #0a6cff;
    font-size: 20px;
    font-weight: 900;
}
.conts
{
	text-align:left;
}
section.ou_team {
    padding: 30px 0px;
}
section.ou_team .row {align-items: center;}
.lo_pr {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.lo_pr img {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.lo_con {
    text-align: left;
    text-align: justify;
}

.lo_con h2 {
    font-weight: bold;
    padding-top: 29px;
}
section.li_pract {
    padding: 50px 0px;
}
ul.list-lih {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 33px;
    line-height: 20px;
    font-weight: 700;
    justify-content: center;
}



ul.list-lih li {
    width: 340px;
    border: 2px dashed;
    text-align: center;
    padding: 14px 7px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
p.bol {
    font-weight: 700;
    font-size: 21px;
    margin-top: 35px;
}
.tp-work-content span {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 19px;
    display: block;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /* min-height: 100vh; */
    /* padding: 30px 50px; */
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
label.lab {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}
.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
	height: 150px;
  }
  input[type=file]
  {
	  outline: none;
	  background-color: #fff;
	  width: 100%;
	  font-size: 14px;
	  color: var(--tp-common-black);
	  padding-left: 26px;
	  padding-right: 26px;
	  border: 1px solid #E0E2E3;
	  padding-top: 6px;
	 }
	 
	 ul.ims {display: flex;gap: 23px;flex-wrap: wrap;justify-content: center;}

ul.ims li {
    width: 267px;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

ul.ims li img {
    width: 100%;
}
span.boly {
    font-size: 28px;
    font-weight: 700;
    padding-top: 38px;
    display: block;
}

ul.lig_con li {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

ul.lig_con {
    padding-top: 42px;
    padding-left: 19px;
}
section.lig_sss {
    padding: 50px 0px;
}
.lif-img {
    overflow: hidden;
    padding: 10px;
}

.lif-img img {
    width: 100%;
    padding: 12px;
}
.lif-img {
    overflow: hidden;
    padding: 10px;
}

.lif-img img {
    width: 100%;
    padding: 10px;
    margin-bottom: 11px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section.lig_sss2 {
    padding: 50px 0px;
    background: #fafafa;
}
.icv {
    background: #727272;
    padding: 25px;
    width: 127px;
    /* margin: auto; */
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.icv img {
    width: 100%;
}
.tp-cov {
    border: 1px solid #e6e1e1;
    padding: 21px;
    /* border-radius: 10px; */
    height: 466px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

ul.mil_li li {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}

ul.mil_li {
    padding-left: 26px;
    padding-top: 18px;
}
.tp-cov p {
    padding-top: 19px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 12px;
}
span.hed_li {
    font-size: 27px;
    font-weight: 800;
    color: #0a6cff;
    padding-left: 14px;
    padding-top: 29px;
    display: block;
}
.lig_con h2 {
    font-weight: 800;
    font-size: 34px;
}
a.view_pro {
    color: white;
    background: #0a6cff;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    display: block;
    /* text-align: center; */
    width: 135px;
    margin-top: 22px;
}

@media screen and (max-width: 1024px){
    .swiper-wrapper.new_size {
    height: 34vh;}
    ul.ims li {
    width: 229px;
   
}

}

@media screen and (max-width: 480px){
ul.ims li {
    width: 190px!important;
}
.lig_con h2 {
    font-size: 31px;
    margin-top: 21px;
}
span.boly {
    padding-top: 19px;
}
section.lig_sss {
    padding: 30px 0px;
}
#fix-rig {
    right: -70px;
}
section.ou_team {
    padding: 30px 29px;
}
section.shop-area {
    padding: 41px;
}
div#nav-one img {
    width: 235px!important;
}
.product__details-stock span { font-size: 19px;padding: 6px 10px!important;}
.product__details-wrapper p {font-size: 12px; margin-bottom: 11px!important;}
span.My_span {font-size: 19px!important;}
.feature_s ul li {font-size: 13px!important;line-height: 17px!important;}
.product__details-additional-inner {width: 100%!important;}
.t{ width: 480px!important;}
}