@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap"); :root {
--thm-font: 'DM Sans', sans-serif;
--thm-primary: #2c333d;
--thm-primary-rgb: 233, 11, 53;
--thm-white: #ffffff;
--thm-white-rgb: 255, 255, 255;
--thm-black: #11161f;
--thm-black-rgb: 17, 22, 31;
--thm-gray: #363636;
--thm-gray-rgb: 118, 118, 118;
--thm-gray-bg: #363636;
--thm-gray-bg-rgb: 245, 245, 248;
--thm-font-size: 16px;
--thm-font-weight: 400;
--thm-white-bg: #ffffff;
--thm-heading-font-weight: 700;
--thm-blue: #1b3e62;
--thm-indigo: #6610f2;
--thm-purple: #6f42c1;
--thm-pink: #d63384;
--thm-red: #dc3545;
--thm-orange: #fd7e14;
--thm-yellow: #ffc107;
--thm-green: #198754;
--thm-teal: #20c997;
--thm-cyan: #0dcaf0;
}
body {
font-family: var(--thm-font);
font-weight: var(--thm-font-weight);
font-size: var(--thm-font-size);
line-height: 30px;
color: var(--thm-gray);
font-style: normal;
background-color: #2c333d;
}
p {
font-size: var(--thm-font-size);
font-weight: var(--thm-font-weight);
line-height: 27px;
color: var(--thm-gray); }
ul,
li {
list-style: none;
padding: 0px;
margin: 0px;
}
img,
.img {
max-width: 100%;
transition: all 0.3s ease-out 0s;
}
a,
button {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-decoration: none;
}
button {
outline: none;
border: none;
}
a:focus,
.btn:focus,
button:focus {
text-decoration: none;
outline: none;
box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
color: var(--thm-primary);
text-decoration: none;
}
a,
button {
color: var(--thm-primary);
outline: medium none;
text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
outline: 0
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--thm-font);
color: var(--thm-black);
margin-top: 0px;
margin-bottom: 0;
font-style: normal;
line-height: 1.2em;
font-weight: var(--thm-heading-font-weight);
text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
} .swiper-nav-style1 {
position: absolute;
display: flex;
align-items: center;
justify-content: flex-end;
top: 162px;
left: 0;
right: 0;
max-width: 1320px;
width: 100%;
padding: 0px 15px 0px;
margin: 0 auto;
height: 40px;
}
.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 40px;
border-radius: 20px;
background-color: transparent;
color: var(--thm-white);
font-size: 20px;
font-weight: 400;
border: 1px solid var(--thm-white);
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.swiper-nav-style1 .swiper-button-next {
margin-left: 10px;
}
.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
font-weight: 400;
}
.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
background: var(--thm-primary);
border-color: var(--thm-primary);
color: #ffffff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 0px;
left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 0px;
right: auto;
}
.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
display: none;
} .sec-title {
position: relative;
display: block;
margin-top: -7px;
padding-bottom: 57px;
}
.sec-title .sub-title {
position: relative;
display: block;
margin-bottom: 10px;
}
.sec-title .sub-title h5 {
color: var(--thm-primary);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
}
.sec-title h2 {
color: #0060ac;
font-size: 38px;
line-height: 60px;
font-weight: 400;
text-transform: none; } .thm-btn {
position: relative;
display: inline-flex;
align-items: center;
overflow: hidden;
padding-top: 10px;
padding-left: 45px;
padding-right: 45px;
padding-bottom: 10px;
background-color: #0060ac;
color: var(--thm-white);
font-size: 14px;
line-height: 40px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.018em;
font-family: var(--thm-font);
border-radius: 0px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
z-index: 2;
}
.thm-btn:hover{
background-color:var(--thm-primary)
}  .thm-btn .txt {
position: relative;
display: inline-flex;
align-items: center;
z-index: 1;
}
.thm-btn:hover,
.thm-btn:focus {
color: var(--thm-white);
-webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
-moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
} .owl-nav-style1.owl-theme .owl-nav {
position: relative;
display: block;
margin-top: 0;
}
.owl-nav-style1.owl-carousel .owl-nav button.owl-prev,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
position: relative;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--thm-black-bg);
color: var(--thm-white);
font-size: 15px;
font-weight: 700;
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
margin-left: 15px;
}
.owl-nav-style1.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next:hover {
background: var(--thm-primary-color);
color: #ffffff;
}
.owl-nav-style1.owl-carousel .owl-nav button.owl-prev span,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next span {
position: relative;
display: inline-block;
font-weight: 700;
}
.owl-nav-style1.owl-theme .owl-nav [class*=owl-] {
margin: 0px;
} .owl-carousel.owl-dot-style1 .owl-dots {
position: relative;
text-align: center;
line-height: 0;
margin-top: 53px !important;
display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background-color: #d8d8d8;
border: 1px solid #d8d8d8;
margin: 0px 10px;
padding: 0px;
border-radius: 50%;
transition: all 100ms linear;
transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
content: "";
position: absolute;
top: -5px;
left: -1px;
bottom: -5px;
right: -1px;
border-radius: 9px;
background-color: var(--thm-primary);
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
transform-origin: bottom right;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
transition: all 900ms ease;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: top center;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
display: none;
}
.list-wrap {
margin: 0px;
padding: 0px;
}
.list-wrap li {
list-style: none
}
hr {
border-bottom: 1px solid var(--thm-primary);
border-top: 0 none;
margin: 30px 0;
padding: 0;
}
label {
color: var(--thm-gray);
cursor: pointer;
font-size: 16px;
font-weight: 400;
}
*::-moz-selection {
background: var(--thm-primary);
color: var(--thm-black);
text-shadow: none;
}
::-moz-selection {
background: var(--thm-primary);
color: var(--thm-black);
text-shadow: none;
}
::selection {
background: var(--thm-primary);
color: var(--thm-black);
text-shadow: none;
}
*::-moz-placeholder {
color: var(--thm-gray);
font-size: var(--thm-font-size);
opacity: 1;
}
*::placeholder {
color: var(--thm-gray);
font-size: var(--thm-font-size);
opacity: 1;
}
.theme-overlay {
position: relative
}
.theme-overlay::before {
background: var(--thm-primary) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.6;
position: absolute;
top: 0;
width: 100%;
}
.separator {
border-top: 1px solid var(--thm-primary);
}
.auto-container {
position: static;
max-width: 1320px;
width: 100%;
padding: 0px 15px;
margin: 0 auto;
} .container {
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
}
.row {
--bs-gutter-x: 30px;
}
.row.g-0 {
--bs-gutter-x: 0;
}
.gutter-y-30 {
--bs-gutter-y: 30px;
}
.fix {
position: relative;
margin: 0 auto;
width: 100%;
min-width: 300px;
overflow: hidden;
} .search-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 99;
padding-left: 20px;
padding-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.search-popup.active {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.search-popup__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--thm-black);
opacity: 0.95;
cursor: pointer;
}
.search-popup__close-icon {
position: absolute;
top: 30px;
right: 47px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--thm-white);
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 999;
}
.search-popup__close-icon:hover {
background: var(--thm-primary);
}
.search-popup__close-icon span {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 20px;
line-height: 20px;
font-weight: 700;
transform: rotate(45deg);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.search-popup__close-icon:hover span {
color: var(--thm-white);
}
.search-popup__content {
width: 100%;
max-width: 560px;
}
.search-popup__content form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background-color: var(--thm-white);
border-radius: 10px;
overflow: hidden;
}
.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
width: 100%;
background-color: var(--thm-white);
font-size: 16px;
border: none;
outline: none;
height: 66px;
padding-left: 30px;
padding-right: 75px;
}
.search-popup__content .btn-box {
padding: 0;
width: 68px;
height: 68px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: absolute;
top: 0;
right: 0px;
border-radius: 0;
background-color: var(--thm-primary);
border: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.search-popup__content .btn-box:hover {
background: var(--thm-black);
}
.search-popup__content .btn-box i::before {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 20px;
font-weight: 700;
background-color: transparent;
margin-left: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 5;
}
.search-popup__content .btn-box:hover i::before {
color: var(--thm-white);
} #preloader {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
margin-top: 0px;
top: 0px;
z-index: 999;
}
#loading-center {
width: 100%;
height: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.loader {
position: relative;
width: 60px;
height: 60px;
border-radius: 50%;
margin: 75px;
display: inline-block;
vertical-align: middle;
}
.loader .loader-outter {
position: absolute;
border: 4px solid var(--thm-primary);
border-left-color: transparent;
border-bottom: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader .loader-inner {
position: absolute;
border: 4px solid var(--thm-primary);
border-radius: 50%;
width: 40px;
height: 40px;
left: calc(50% - 20px);
top: calc(50% - 20px);
border-right: 0;
border-top-color: transparent;
-webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.preloader-two .loader .loader-outter {
position: absolute;
border: 4px solid var(--thm-primary-color-two);
border-left-color: transparent;
border-bottom: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-two .loader .loader-inner {
position: absolute;
border: 4px solid var(--thm-primary-color-two);
border-radius: 50%;
width: 40px;
height: 40px;
left: calc(50% - 20px);
top: calc(50% - 20px);
border-right: 0;
border-top-color: transparent;
-webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-three .loader .loader-outter {
position: absolute;
border: 4px solid var(--thm-primary-color-three);
border-left-color: transparent;
border-bottom: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-three .loader .loader-inner {
position: absolute;
border: 4px solid var(--thm-primary-color-three);
border-radius: 50%;
width: 40px;
height: 40px;
left: calc(50% - 20px);
top: calc(50% - 20px);
border-right: 0;
border-top-color: transparent;
-webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
} .scroll-top {
width: 40px;
height: 40px;
line-height: 40px;
position: fixed;
bottom: -10%;
right: 30px;
font-size: var(--thm-body-font-size);
border-radius: 6px;
z-index: 99;
color: var(--thm-white);
text-align: center;
cursor: pointer;
background: var(--thm-primary);
transition: 1s ease;
border: none;
font-size: 20px;
}
.scroll-top.open {
bottom: 20px;
}
.scroll-top::after {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 1;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
background: var(--thm-black);
}
.custom-container {
max-width: 1320px;
}
.body-dark-bg {
background-color: var(--thm-primary);
} .rating-box {
position: relative;
display: block;
}
.rating-box a {
position: relative;
color: var(--thm-primary);
font-size: 15px;
line-height: 15px;
} .styled-pagination {
position: relative;
display: block;
width: 100%;
height: auto;
padding-top: 30px;
}
.styled-pagination li {
position: relative;
display: inline-block;
margin-right: 6px;
}
.styled-pagination li:last-child {
margin-right: 0;
}
.styled-pagination li a {
position: relative;
display: inline-block;
width: 45px;
height: 45px;
background: transparent;
border-radius: 0px;
color: var(--thm-gray);
font-size: 16px;
line-height: 45px;
font-weight: 600;
border: 1px solid rgba(var(--thm-gray-rgb), 0.6);
text-align: center;
transition: all 500ms ease;
font-family: var(--thm-font);
z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a {
color: var(--thm-white);
background: var(--thm-primary);
border-color: var(--thm-primary);
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
border-radius: 0%;
color: var(--thm-gray);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
color: var(--thm-white);
}
.styled-pagination li a span:before {
position: relative;
top: 1px;
color: var(--thm-gray);
font-size: 17px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
color: var(--thm-white);
} .xs-sidebar-group .xs-overlay {
left: 0%;
top: 0;
position: fixed;
height: 100%;
opacity: 0;
width: 100%;
visibility: hidden;
transition: all 200ms linear;
transition-delay: 0.1s;
cursor: url(//nischeundco.de/wp-content/themes/developer_pro/assets/img/icon/cross-out.png), pointer;
z-index: 99999999;
}
.xs-sidebar-group.isActive .xs-overlay {
opacity: .6;
visibility: visible;
transition-delay: 0.0s;
right: 100%;
background-color: #000000;
}
.xs-sidebar-widget {
position: fixed;
left: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 365px;
background-color: #000000;
overflow: hidden;
overflow-y: auto;
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
-webkit-transition: 0.6s;
transition: 0.6s;
opacity: 1;
z-index: 999999999;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
left: 0;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.sidebar-textwidget {
padding: 70px 30px;
}
.sidebar-widget-container {
position: relative;
top: -150px;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 300ms ease 100ms;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 600ms ease 800ms;
}
.xs-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: .8;
z-index: 0;
background-color: #000000;
}
.xs-sidebar-group .widget-heading {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.xs-sidebar-group .widget-heading a {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
line-height: 26px;
text-align: center;
border: 2px solid var(--thm-white);
border-radius: 50%;
color: var(--thm-white);
font-size: 16px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.xs-sidebar-group .widget-heading a:hover {
color: var(--thm-primary);
border-color: var(--thm-primary);
}
.xs-sidebar-group .content-inner .logo {
position: relative;
display: block;
margin-bottom: 30px;
}
.xs-sidebar-group .content-inner .logo a {
position: relative;
display: inline-block;
}
.xs-sidebar-group .content-inner h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: var(--thm-white);
font-weight: 600;
text-transform: uppercase;
padding-bottom: 14px;
margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background: var(--thm-white);
}
.xs-sidebar-group .content-inner .content-box {
margin-bottom: 30px;
padding-right: 15px;
}
.xs-sidebar-group .content-inner .content-box .inner-text {
position: relative;
display: block;
padding-top: 2px;
}
.xs-sidebar-group .content-inner .content-box p {
color: rgba(255, 255, 255, .7);
margin: 0;
}
.xs-sidebar-group .content-inner .form-inner .form-group {
position: relative;
margin-bottom: 20px;
}
.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
margin-bottom: 0px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 50px;
font-size: 15px;
padding: 10px 20px;
color: var(--thm-body-font-color);
transition: all 500ms ease;
outline: none;
border: none;
}
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
resize: none;
height: 120px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
border-color: transparent;
}
.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
position: relative;
}
.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
border: none;
}
.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
position: relative;
}
.sidebar-contact-info {
position: relative;
display: block;
padding-top: 43px;
}
.sidebar-contact-info ul {
position: relative;
display: block;
padding-bottom: 22px;
}
.sidebar-contact-info ul li {
position: relative;
display: block;
color: var(--thm-white);
line-height: 30px;
}
.sidebar-contact-info ul li span {
position: relative;
display: inline-block;
width: 25px;
}
.sidebar-contact-info ul li span:before {
position: relative;
display: inline-block;
color: #ffffff;
}
.sidebar-contact-info ul li a {
color: var(--thm-white);
}
.sidebar-contact-info ul li a:hover {
color: var(--thm-primary);
}
.xs-sidebar-group .content-inner .thm-social-link1 {
overflow: hidden;
}
.thm-social-link1 {
position: relative;
display: block;
}
.thm-social-link1 ul {
position: relative;
}
.thm-social-link1 ul li {
position: relative;
display: inline-block;
margin-right: 6px;
}
.thm-social-link1 ul li:last-child {
margin-right: 0;
}
.thm-social-link1 ul li a {
position: relative;
display: block;
width: 40px;
height: 40px;
background: var(--thm-white);
border-radius: 50%;
color: var(--thm-black);
font-size: 14px;
line-height: 40px;
text-align: center;
z-index: 1;
transition: all 500ms ease;
}
.thm-social-link1 ul li a:before {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: var(--thm-primary);
border-radius: 50%;
transition: .5s;
transform: scale(.5);
opacity: 0;
content: '';
z-index: -1;
}
.thm-social-link1 ul li a:hover:before {
transform: scale(1);
opacity: 1;
}
.thm-social-link1 ul li a:hover {
color: var(--thm-black);
} .main-slider-one {
position: relative;
display: block;
z-index: 1;
}
.main-slider-one .image-layer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 7500ms ease;
transition: -webkit-transform 7500ms ease;
transition: transform 7500ms ease;
transition: transform 7500ms ease, -webkit-transform 7500ms ease;
z-index: 1;
}
.main-slider.main-slider-one .swiper-slide-active .image-layer {
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
.main-slider-one .image-layer::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(var(--thm-black-rgb), 0.6);
content: "";
z-index: -1;
}
.main-slider-one .shape1 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 1200ms ease;
transition: all 1200ms ease;
-webkit-transform: translateX(-80px);
transform: translateX(-80px);
z-index: 1;
}
.main-slider-one .swiper-slide-active .shape1 {
opacity: 1;
transform: translatex(0) scalex(1);
filter: blur(0);
transition-delay: 1000ms;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 300ms;
transition-delay: 300ms;
}
.main-slider-one__single {
position: relative;
display: block;
padding: 238px 0px 53px;
z-index: 1;
min-height: 550px;
}
.main-slider-one__content {
position: relative;
display: block;
z-index: 3;
}
.main-slider-one__content .shape2 {
position: absolute;
bottom: 35px;
right: 0;
z-index: -1;
}
.main-slider-one__content h3 {
color: var(--thm-white);
font-size: 60px;
line-height: 1em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.03em;
margin-bottom: 10px;
opacity: 0;
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(80px);
transform: translateY(80px);
z-index: 5;
text-align: center;
}
.main-slider-one .swiper-slide-active .main-slider-one__content h3 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 900ms;
transition-delay: 900ms;
}
.main-slider-one__content h2 {
color: var(--thm-white);
font-size: 70px;
line-height: 1em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.03em;
opacity: 0;
-webkit-transition: all 1500ms ease;
transition: all 1500ms ease;
-webkit-transform: translateY(80px);
transform: translateY(80px);
z-index: 5;
}
.main-slider-one .swiper-slide-active .main-slider-one__content h2 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1200ms;
transition-delay: 1200ms;
}
.main-slider-one__content .btn-box {
position: relative;
display: flex;
align-items: center;
margin-top: 42px;
opacity: 0;
-webkit-transition: all 1500ms ease;
transition: all 1500ms ease;
-webkit-transform: translateY(80px);
transform: translateY(80px);
z-index: 5;
}
.main-slider-one .swiper-slide-active .main-slider-one__content .btn-box {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1500ms;
transition-delay: 1500ms;
}
.main-slider-one__content .btn-box .btn-one {
position: relative;
display: block;
}
.main-slider-one__content .btn-box .btn-one .thm-btn::before {
background: #000000;
}
.main-slider-one__content .btn-box .btn-two {
position: relative;
display: block;
margin-left: 40px;
}
.main-slider-one__content .btn-box .btn-two a {
position: relative;
display: block;
}
.main-slider-one__icon {
position: relative;
display: flex;
align-items: center;
}
.main-slider-one__icon i {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
border: 1px solid rgba(var(--thm-white-rgb), 0.4);
color: var(--thm-primary);
background: rgba(4, 23, 26, 0.4);
font-size: 18px;
font-weight: 700;
}
.main-slider-one__icon span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 16px;
line-height: 26px;
font-weight: 400;
text-transform: capitalize;
margin-left: 20px;
}
.main-slider-one__content .contact-info {
position: relative;
display: block;
margin-top: 207px;
opacity: 0;
-webkit-transition: all 1500ms ease;
transition: all 1500ms ease;
-webkit-transform: translateY(80px);
transform: translateY(80px);
}
.main-slider-one .swiper-slide-active .main-slider-one__content .contact-info {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1800ms;
transition-delay: 1800ms;
}
.main-slider-one__content .contact-info ul {
position: relative;
display: flex;
align-items: center;
}
.main-slider-one__content .contact-info ul li {
position: relative;
display: flex;
align-items: center;
margin-right: 60px;
}
.main-slider-one__content .contact-info ul li:last-child {
margin-right: 0;
}
.main-slider-one__content .contact-info ul li .icon-box {
position: relative;
display: block;
}
.main-slider-one__content .contact-info ul li .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 15px;
line-height: 15px;
font-weight: 700;
}
.main-slider-one__content .contact-info ul li .text-box {
position: relative;
display: block;
margin-left: 15px;
}
.main-slider-one__content .contact-info ul li .text-box p {
color: var(--thm-white);
}
.main-slider-one__content .contact-info ul li .text-box p a {
color: var(--thm-white);
}
.main-slider-one__content .contact-info ul li .text-box p a:hover {
color: var(--thm-primary);
}
.main-slider-one__content .social-links {
position: absolute;
bottom: 0;
right: -226px;
display: flex;
align-items: center;
opacity: 0;
-webkit-transition: all 1200ms ease;
transition: all 1200ms ease;
-webkit-transform: translateX(80px);
transform: translateX(80px);
z-index: 2;
}
.main-slider-one .swiper-slide-active .main-slider-one__content .social-links {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 2000ms;
transition-delay: 2000ms;
}
.main-slider-one__content .social-links a {
position: relative;
display: block;
color: var(--thm-white);
}
.main-slider-one__content .social-links a+a {
margin-left: 40px;
}
.main-slider-one__content .social-links a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.main-slider-one__content .social-links a:hover {
color: var(--thm-primary);
}
#main-slider-one__pagination {
position: absolute;
bottom: 20px;  z-index: 55;
}
#main-slider-one__pagination .swiper-pagination-bullet {
position: relative; width: 17px;
height: 17px;
margin: 15px 0px;
background: transparent;
border: 1px solid var(--thm-white);
border-radius: 50%;
opacity: 1;
transition: all 200ms linear;
transition-delay: 0.1s;
margin: 0 10px;
}
#main-slider-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: transparent;
}
#main-slider-one__pagination .swiper-pagination-bullet::before {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
background: var(--thm-white);
border-radius: 50%;
transform: scale(1.0);
transition: all 400ms linear;
transition-delay: 0.1s;
opacity: 1;
content: "";
}
#main-slider-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
background: transparent;
transform: scale(0.5);
opacity: 0;
} .main-slider-two {
position: relative;
display: block;
z-index: 1;
}
.main-slider-two .image-layer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 7500ms ease;
transition: -webkit-transform 7500ms ease;
transition: transform 7500ms ease;
transition: transform 7500ms ease, -webkit-transform 7500ms ease;
z-index: 1;
}
.main-slider.main-slider-two .swiper-slide-active .image-layer {
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
.main-slider-two__pattern {
position: absolute;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: center center;
height: 70px;
animation: bgSlide 20s linear infinite;
z-index: 1;
}
.main-slider-two__social-links {
position: absolute;
top: 50%;
left: 80px;
transform: translateY(-50%);
z-index: 5;
}
.main-slider-two__social-links a {
position: relative;
display: block;
color: var(--thm-white);
}
.main-slider-two__social-links a:hover {
color: var(--thm-primary);
}
.main-slider-two__social-links a+a {
margin-top: 4px;
}
.main-slider-two__social-links a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.main-slider-two__single {
position: relative;
display: block;
padding: 256px 0px 270px;
z-index: 1;
}
.main-slider-two__content {
position: relative;
display: block;
z-index: 10;
}
.main-slider-two__content .big-title {
position: absolute;
top: -71px;
left: -60px;
opacity: 0;
-webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
-ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
transform: perspective(400px) rotateY(0deg) translateX(80px);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
z-index: 10;
}
.main-slider-two .swiper-slide-active .main-slider-two__content .big-title {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
-ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
transform: perspective(400px) rotateY(0deg) translateX(0px);
-webkit-transition-delay: 800ms;
-moz-transition-delay: 800ms;
-ms-transition-delay: 800ms;
-o-transition-delay: 800ms;
transition-delay: 800ms;
}
.main-slider-two__content .big-title h2 {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
font-size: 160px;
line-height: 1.1em;
text-transform: uppercase;
font-weight: 700;
}
.main-slider-two__content h2 {
color: var(--thm-white);
font-size: 100px;
line-height: 1em;
font-weight: 700;
opacity: 0;
-webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
-ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
transform: perspective(400px) rotateY(0deg) translateX(80px);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
z-index: 10;
}
.main-slider-two .swiper-slide-active .main-slider-two__content h2 {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
-ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
transform: perspective(400px) rotateY(0deg) translateX(0px);
-webkit-transition-delay: 800ms;
-moz-transition-delay: 800ms;
-ms-transition-delay: 800ms;
-o-transition-delay: 800ms;
transition-delay: 800ms;
}
.main-slider-two__content .btn-box {
position: relative;
display: flex;
align-items: center;
margin-top: 49px;
opacity: 0;
-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
transform: perspective(400px) rotateY(0deg) translateY(80px);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
z-index: 10;
}
.main-slider-two .swiper-slide-active .main-slider-two__content .btn-box {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
transform: perspective(400px) rotateY(0deg) translateY(0px);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.main-slider-two__content .btn-two {
position: relative;
display: block;
margin-left: 40px;
}
.main-slider-two__content .main-slider-one__icon i {
border: 1px solid rgba(var(--thm-white-rgb), 1.0);
background: var(--thm-white);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-slider-two__content .main-slider-one__icon i:hover {
border: 1px solid rgba(var(--thm-primary-rgb), 1.0);
color: var(--thm-white);
background: var(--thm-primary);
}
#main-slider-two__pagination {
position: absolute;
left: 0;
bottom: 20px;
right: 0;
z-index: 55;
}
#main-slider-two__pagination .swiper-pagination-bullet {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 5px;
background: var(--thm-white);
border-radius: 50%;
opacity: 1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
#main-slider-two__pagination .swiper-pagination-bullet::before {
position: absolute;
top: -2px;
left: -2px;
bottom: -2px;
right: -2px;
background: var(--thm-primary);
border-radius: 50%;
transition: all 300ms linear;
transition-delay: 0.1s;
transform: scale(0.7);
opacity: 0;
content: "";
}
#main-slider-two__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
transform: scale(1.0);
opacity: 1;
}
.main-slider__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 80px;
z-index: 100;
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
color: var(--thm-black);
font-size: 22px;
font-weight: 700;
background: var(--thm-white);
border: none;
margin: 0px 0px;
text-align: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 50%;
z-index: 100;
}
.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i {
font-weight: 700;
}
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
background: var(--thm-black);
color: var(--thm-white);
border: none;
}
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
display: none;
}
.main-slider__nav .swiper-button-next {
margin-left: 0px;
margin-top: 20px;
} .main-slider-three {
position: relative;
display: block;
z-index: 1;
}
.main-slider-three .image-layer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #11161f;
background-blend-mode: luminosity;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 7500ms ease;
transition: -webkit-transform 7500ms ease;
transition: transform 7500ms ease;
transition: transform 7500ms ease, -webkit-transform 7500ms ease;
z-index: 1;
}
.main-slider.main-slider-three .swiper-slide-active .image-layer {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.main-slider-three .image-layer::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000d24;
opacity: 0.6;
content: "";
z-index: -1;
}
.main-slider-three .swiper-container {
max-width: 1760px;
width: 100%;
}
.main-slider-three .container {
padding-top: 260px;
padding-bottom: 260px;
}
.main-slider-three__single {
position: relative;
display: block;
}
.main-slider-three__content {
position: relative;
display: block;
overflow: hidden;
z-index: 5;
}
.main-slider-three__content .logo-box {
position: relative;
display: block;
margin-bottom: 35px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
z-index: 10;
}
.main-slider-three .swiper-slide-active .main-slider-three__content .logo-box {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-three__content .logo-box img {
width: auto;
}
.main-slider-three__content .title {
position: relative;
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
z-index: 10;
}
.main-slider-three .swiper-slide-active .main-slider-three__content .title {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-three__content .title h2 {
color: var(--thm-white);
font-size: 110px;
line-height: 1em;
font-weight: 700;
text-transform: uppercase;
}
.main-slider-three__content .btn-box {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: 42px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
z-index: 10;
}
.main-slider-three .swiper-slide-active .main-slider-three__content .btn-box {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-three__content .btn-box .btn-one {
position: relative;
display: block;
}
.main-slider-three__content .btn-box .btn-two {
position: relative;
display: block;
margin-left: 30px;
}
.main-slider-three__content .btn-box .btn-two .thm-btn:after {
background-color: transparent;
border: 1px solid var(--thm-white);
}
.main-slider-three__content .btn-box .btn-two .thm-btn::before {
background: var(--thm-primary);
}
.main-slider-three__social-links {
position: absolute;
display: flex;
align-items: center;
top: 0px;
left: -70px;
bottom: 0px;
transform: rotate(-90deg);
z-index: 5;
}
.main-slider-three__social-links .title-box {
position: relative;
display: flex;
align-items: center;
}
.main-slider-three__social-links .title-box .text {
position: relative;
display: block;
}
.main-slider-three__social-links .title-box .text p {
color: var(--thm-white);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: capitalize;
}
.main-slider-three__social-links .title-box .border-box {
position: relative;
display: block;
width: 60px;
height: 1px;
background: var(--thm-white);
margin-left: 10px;
}
.main-slider-three__social-links .social-links {
position: relative;
display: block;
margin-left: 30px;
}
.main-slider-three__social-links .social-links li {
position: relative;
display: inline-block;
margin-right: 11px;
}
.main-slider-three__social-links .social-links li:last-child {
margin-right: 0;
}
.main-slider-three__social-links .social-links li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #59657c;
transition: all 300ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.main-slider-three__social-links .social-links li a::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
background: var(--thm-white);
transform: scale(0.5);
opacity: 0;
transition: all 300ms linear;
transition-delay: 0.1s;
content: "";
}
.main-slider-three__social-links .social-links li a:hover::before {
transform: scale(1);
opacity: 1;
}
.main-slider-three__social-links .social-links li a:hover {
border-color: var(--thm-white);
transition: all 300ms linear;
transition-delay: 0.2s;
}
.main-slider-three__social-links .social-links li a span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 15px;
line-height: 15px;
transform: rotate(90deg);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-slider-three__social-links .social-links li a:hover span {
color: var(--thm-primary);
}
.main-slider-three__control-wrap {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 100px;
display: flex;
align-items: center;
justify-content: flex-start;
height: 0;
line-height: 0;
z-index: 100;
}
.main-slider-three__control-wrap .swiper-counter {
position: relative;
display: inline-flex;
align-items: baseline;
justify-content: space-between;
width: 20px;
z-index: 9;
}
.main-slider-three__control-wrap .swiper-counter div {
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 26px;
font-weight: 700;
font-family: var(--thm-font);
}
.main-slider-three__control-wrap .swiper-counter div#current2 {
margin-right: 6px;
}
.main-slider-three__control-wrap .swiper-counter div#total2 {
position: relative;
right: 0px;
color: #ffffff;
font-size: 16px;
line-height: 26px;
font-weight: 700;
font-family: var(--thm-font);
} .feauture-one {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 90px;
z-index: 1;
}
.feauture-one__single {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 31px 40px 40px;
margin-bottom: 30px;
z-index: 1;
}
.feauture-one__single::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0px;
right: 0;
background-color: var(--thm-black);
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
transform-origin: top right;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
z-index: -1;
}
.feauture-one__single:hover::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: bottom center;
}
.feauture-one__single-text {
position: relative;
display: block;
margin-bottom: 54px;
}
.feauture-one__single-text p {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-one__single:hover .feauture-one__single-text p {
color: #848484;
}
.feauture-one__single-text h2 {
font-size: 26px;
line-height: 30px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.02em;
}
.feauture-one__single-text h2 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-one__single:hover .feauture-one__single-text h2 a {
color: var(--thm-white);
}
.feauture-one__single-bottom {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.feauture-one__single-bottom .btn-box {
position: relative;
display: block;
}
.feauture-one__single-bottom .btn-box a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--thm-white);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-one__single:hover .feauture-one__single-bottom .btn-box a {
background: var(--thm-primary);
}
.feauture-one__single-bottom .btn-box a span {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 15px;
line-height: 15px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-one__single:hover .feauture-one__single-bottom .btn-box a span {
color: var(--thm-white);
}
.feauture-one__single-bottom .icon-box {
position: relative;
display: block;
}
.feauture-one__single-bottom .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 50px;
line-height: 50px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-one__single:hover .feauture-one__single-bottom .icon-box span {
color: var(--thm-white);
} .feauture-three {
position: relative;
display: block;
background: var(--thm-white);
padding: 80px 0px 80px;
z-index: 1;
}
.feauture-three .shape1 {
position: absolute;
top: 75px;
right: 0;
z-index: -1;
}
.feauture-three .row {
align-items: center;
}
.feauture-three__img {
position: relative;
display: block;
margin-right: -20px;
}
.feauture-three__img .inner {
position: relative;
display: block;
}
.feauture-three__img .inner img {
position: relative;
max-width: none;
float: right;
border-radius: 30px;
border: 13px solid var(--thm-black);
}
.feauture-three__content {
position: relative;
display: block;
margin-left: 70px;
}
.feauture-three__content .sec-title {
padding-bottom: 28px;
}
.feauture-three__content .text-box {
position: relative;
display: block;
}
.feauture-three__content .text-box p {
margin: 0;
}
.feauture-three__content .btn-box {
position: relative;
display: block;
margin-top: 45px;
} .video-one {
position: relative;
display: block;
padding: 250px 0px 0px;
background: var(--thm-black);
z-index: 1;
}
.video-one__pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
opacity: 0.2;
text-align: center;
z-index: -1;
}
.video-one .auto-container {
max-width: 1620px;
width: 100%;
}
.video-one__inner {
position: relative;
display: block;
padding: 129px 0px 140px;
z-index: 1;
}
.video-one__inner .shape1 {
position: absolute;
left: 635px;
bottom: 185px;
}
.video-one__bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: -1;
}
.video-one__bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #020d23;
opacity: 0.6;
content: "";
z-index: -2;
}
.video-one__inner .title-box {
position: relative;
display: block;
}
.video-one__inner .title-box h2 {
color: var(--thm-white);
font-size: 80px;
line-height: 1em;
font-weight: 700;
letter-spacing: -0.02em;
}
.video-one__video-btn {
position: relative;
display: block;
margin-top: 37px;
}
.video-one__icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--thm-white);
width: 140px;
height: 140px;
background: rgba(var(--thm-white-rgb), 0.15);
border-radius: 50%;
transition: all 200ms linear;
transition-delay: 0.1s;
margin: 0 auto;
}
.video-one__icon:hover {
background: var(--thm-primary);
color: var(--thm-white);
}
.video-one__icon::before,
.video-one__icon::after {
position: absolute;
width: 140px;
height: 140px;
border-radius: 50%;
background: transparent;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
transition: all .4s ease;
}
.video-one__icon::after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.video-one__icon span {
position: relative;
display: inline-block;
font-size: 22px;
line-height: 22px;
} .feauture-two {
position: relative;
display: block;
padding: 0px 0px 0px;
margin-top: -130px;
margin-bottom: -130px;
z-index: 3;
}
.feauture-two__single {
position: relative;
display: block;
background: var(--thm-white);
padding: 100px 0px 100px;
padding-right: 40px;
overflow: hidden;
box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.06);
z-index: 1;
}
.feauture-two__single::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0px;
right: 0;
background-color: var(--thm-primary);
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
transform-origin: bottom right;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
z-index: -1;
}
.feauture-two__single:hover::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: top center;
}
.feauture-two__single-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 210px;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.feauture-two__single-img:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
background: #000000;
opacity: 0;
z-index: 1;
content: "";
}
.feauture-two__single:hover .feauture-two__single-img:before {
opacity: 0.5;
}
.feauture-two__single-img .icon-box {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--thm-black);
border: 5px solid var(--thm-white);
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 5;
}
.feauture-two__single:hover .feauture-two__single-img .icon-box {
background: var(--thm-white);
border-color: var(--thm-primary);
}
.feauture-two__single-img .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 50px;
line-height: 50px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-two__single:hover .feauture-two__single-img .icon-box span {
color: var(--thm-black);
}
.feauture-two__single-content {
position: relative;
display: block;
max-width: 240px;
width: 100%;
float: right;
}
.feauture-two__single-content h2 {
font-size: 26px;
line-height: 30px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.04em;
}
.feauture-two__single-content h2 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.feauture-two__single:hover .feauture-two__single-content h2 a {
color: var(--thm-white);
} .faq-one {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 120px 0px 250px;
overflow: hidden;
z-index: 1;
}
.faq-one .shape1 {
position: absolute;
left: 0;
bottom: 0;
opacity: 0.8;
z-index: -1;
}
.faq-one__inner {
position: relative;
display: block;
}
.faq-one__inner .big-title {
position: absolute;
top: 0;
left: -180px;
transform: rotate(180deg) translateX(0%);
width: max-content;
writing-mode: vertical-rl;
text-orientation: mixed;
}
.faq-one__inner .big-title h2 {
color: #eaeaea;
font-size: 200px;
line-height: 0.9em;
font-weight: 700;
text-transform: uppercase;
}
.faq-one__accrodion {
position: relative;
display: block;
max-width: 870px;
width: 100%;
float: right;
}
.faq-one__accrodion .accrodion {
position: relative;
display: block;
margin-bottom: 15px;
transition: all 500ms ease;
}
.faq-one__accrodion .accrodion:last-child {
margin-bottom: 0px;
}
.faq-one__accrodion .accrodion .accrodion-title {
position: relative;
display: block;
cursor: pointer;
transition: all 500ms ease;
background: #ffffff;
border-radius: 0px;
padding-top: 23px;
padding-left: 40px;
padding-bottom: 22px;
padding-right: 40px;
}
.faq-one__accrodion .accrodion .accrodion-title.active {
padding-bottom: 22px;
}
.faq-one__accrodion .accrodion .accrodion-title h3 {
color: var(--thm-black);
font-size: 20px;
line-height: 30px;
font-weight: 700;
transition: all 500ms ease;
}
.faq-one__accrodion .accrodion .accrodion-title h3::before {
position: absolute;
top: 50%;
right: 40px;
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
background: var(--thm-primary);
border: 0px solid var(--thm-primary);
border-radius: 0%;
color: var(--thm-white);
font-size: 15px;
font-weight: 400;
text-align: center;
transform: translateY(-50%);
transition: all 500ms ease;
font-family: 'icomoon' !important;
content: "\e90d";
}
.faq-one__accrodion .accrodion.active .accrodion-title h3::before {
content: "\e911";
font-family: 'icomoon' !important;
color: var(--thm-white);
background: var(--thm-black);
}
.faq-one__accrodion .accrodion .accrodion-content {
position: relative;
display: none;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 39px;
padding-right: 40px;
background: #ffffff;
}
.faq-one__accrodion .accrodion .accrodion-content .inner {
position: relative;
display: block;
background-color: var(--thm-gray-bg);
padding: 22px 30px 22px;
}
.faq-one__accrodion .accrodion .accrodion-content .inner p {
margin: 0;
color: var(--thm-black);
} .project-one {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 90px;
z-index: 1;
}
.project-one .auto-container {
max-width: 1940px;
width: 100%;
padding: 0px 5px;
}
.project-one .row {
--bs-gutter-x: 10px;
}
.project-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.project-one__single-img {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.project-one__single-img::before {
position: absolute;
top: 20px;
left: 15px;
bottom: 20px;
right: 15px;
background: rgba(var(--thm-black-rgb), 0.9);
-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
transform: perspective(400px) rotateX(90deg) scaleY(0.5);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
content: "";
z-index: 1;
}
.project-one__single:hover .project-one__single-img::before {
-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
.project-one__single-img img {
width: 100%;
transition: .7s ease;
transform: scale(1.0);
}
.project-one__single:hover .project-one__single-img img {
transform: scale(1.08);
}
.project-one__single .overlay-btn {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: translateY(-50px);
transition: all 800ms ease;
z-index: 5;
}
.project-one__single:hover .overlay-btn {
opacity: 1;
transform: translateY(0%);
transition-delay: 500ms;
}
.project-one__single .overlay-btn a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--thm-white);
color: var(--thm-black);
z-index: 1;
}
.project-one__single .overlay-btn a:hover {
color: var(--thm-white);
}
.project-one__single .overlay-btn a::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 0%;
background: var(--thm-primary);
transform: scale(0.5);
opacity: 0;
transition: all 300ms linear;
transition-delay: 0.1s;
content: "";
z-index: -1;
}
.project-one__single .overlay-btn a:hover::before {
transform: scale(1);
opacity: 1;
}
.project-one__single .overlay-btn a+a {
margin-left: 10px;
}
.project-one__single .overlay-btn a span {
position: relative;
display: inline-block;
font-size: 20px;
line-height: 20px;
}
.project-one__single .overlay-text {
position: absolute;
left: 55px;
bottom: 55px;
opacity: 0;
transform: translateY(50px);
transition: all 800ms ease;
z-index: 5;
}
.project-one__single:hover .overlay-text {
opacity: 1;
transform: translateY(0%);
transition-delay: 500ms;
}
.project-one__single .overlay-text p {
color: #abafb5;
text-transform: capitalize;
}
.project-one__single .overlay-text h2 {
font-size: 26px;
line-height: 30px;
font-weight: 700;
text-transform: capitalize;
}
.project-one__single .overlay-text h2 a {
color: var(--thm-white);
}
.project-one__single .overlay-text h2 a:hover {
color: var(--thm-primary);
} .call-to-action-one {
position: relative;
display: block;
padding: 120px 0px 120px;
z-index: 1;
}
.call-to-action-one__bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: -1;
}
.call-to-action-one__bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 30px; background: #1e1e1e99;
content: "";
width: 100%;
height: 100%;
}
.call-to-action-one__inner {
position: relative;
display: block;
}
.call-to-action-one__content {
position: relative;
display: block;
}
.call-to-action-one__content h2 {
color: var(--thm-white);
font-size: 40px;
line-height: 1.2em;
font-weight: 600;
margin-bottom: 9px;
}
.call-to-action-one__content h3 {
color: var(--thm-white);
font-size: 26px;
line-height: 46px;
font-weight: 500;
}
.call-to-action-one__content .btn-box {
position: relative;
display: block;
margin-top: 39px;
}  .why-choose-us-one {
position: relative;
display: block;
padding: 120px 0px 120px;
z-index: 1;
}
.why-choose-us-one .row {
align-items: center;
}
.why-choose-us-one__img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-us-one__img .shape1 {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
}
.why-choose-us-one__img ul {
position: relative;
display: flex;
align-items: center;
margin-left: -5px;
margin-right: -5px;
}
.why-choose-us-one__img ul li {
position: relative;
display: block;
padding: 0px 5px 0px;
}
.why-choose-us-one__img ul li .img-box {
position: relative;
display: block;
overflow: hidden;
}
.why-choose-us-one__img ul li .img-box::before {
background: rgba(255, 255, 255, 0.3);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
opacity: 1;
z-index: 8;
pointer-events: none;
}
.why-choose-us-one__img ul li .img-box:hover::before {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.why-choose-us-one__img ul li .img-box img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.why-choose-us-one__img ul li .img-box:hover img {
transform: scale(1);
}
.why-choose-us-one__content {
position: relative;
display: block;
margin-left: 70px;
}
.why-choose-us-one__content ul {
position: relative;
display: block;
}
.why-choose-us-one__content ul li {
position: relative;
display: block;
border-bottom: 1px solid #dedede;
margin-bottom: 41px;
padding-bottom: 40px;
}
.why-choose-us-one__content ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.why-choose-us-one__content ul li:last-child {
border-bottom: none;
}
.why-choose-us-one__content ul li .inner {
position: relative;
display: block;
padding-left: 100px;
}
.why-choose-us-one__content ul li .inner .icon-box {
position: absolute;
top: 8px;
left: 0;
}
.why-choose-us-one__content ul li .inner .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 65px;
line-height: 65px;
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.why-choose-us-one__content ul li:hover .inner .icon-box span {
color: var(--thm-primary);
transform: scale(0.9);
}
.why-choose-us-one__content ul li .inner .content-box {
position: relative;
display: block;
}
.why-choose-us-one__content ul li .inner .content-box h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
margin-bottom: 7px;
}
.why-choose-us-one__content ul li .inner .content-box p {
margin: 0;
} .contact-one {
position: relative;
display: block;
padding: 120px 0px 50px;
z-index: 1;
}
.contact-one::before {
position: absolute;
top: 0;
left: 0;
bottom: 170px;
right: 0;
background: var(--thm-gray-bg);
content: "";
z-index: -1;
}
.contact-one__pattern {
position: absolute;
top: 0;
left: 0;
bottom: 170px;
right: 0;
opacity: 0.6;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
}
.contact-one__bg {
position: absolute;
top: 120px;
left: 0px;
bottom: 170px;
right: 0;
width: calc((100% - 74px) / 2);
background-position: top left;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.contact-one__counter {
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
}
.contact-one__counter ul {
position: relative;
display: flex;
align-items: center;
}
.contact-one__counter ul li {
position: relative;
display: block;
width: 270px;
background: var(--thm-black);
padding: 26px 40px 38px;
}
.contact-one__counter ul li:last-child {
background: var(--thm-primary);
}
.contact-one__counter ul li .content-box {
position: relative;
display: block;
}
.contact-one__counter ul li .content-box h2 {
color: var(--thm-white);
font-size: 48px;
line-height: 48px;
font-weight: 700;
margin-bottom: 2px;
}
.contact-one__counter ul li .content-box h2 .plus {
position: relative;
display: inline-block;
right: 7px;
}
.contact-one__counter ul li .content-box p {
color: var(--thm-white);
font-size: 18px;
line-height: 26px;
font-weight: 700;
}
.contact-one__img {
position: absolute;
right: 0;
bottom: 170px;
z-index: -1;
}
.contact-one__inner {
position: relative;
display: block;
}
.contact-one__form {
position: relative;
display: block;
max-width: 530px;
width: 100%;
background: var(--thm-white);
box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
padding: 73px 80px 80px;
float: right;
z-index: 1;
}
.contact-one__form .title-box {
position: relative;
display: block;
margin-bottom: 35px;
}
.contact-one__form .title-box p {
color: var(--thm-primary);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.contact-one__form .title-box h2 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.04em;
}
.contact-one__form form {
position: relative;
}
.contact-one__form form .form-group {
position: relative;
margin-bottom: 20px;
}
.contact-one__form form .form-group input[type="text"],
.contact-one__form form .form-group input[type="email"],
.contact-one__form form .form-group input[type="tel"],
.contact-one__form form .form-group input[type="url"],
.contact-one__form form .form-group textarea {
position: relative;
display: block;
font-size: 16px;
color: var(--thm-gray);
font-weight: 400;
text-transform: none;
padding: 0px 30px 0px;
width: 100%;
height: 60px;
background-color: var(--thm-gray-bg);
border-radius: 0px;
outline: none;
border: none;
font-family: var(--thm-font);
}
.contact-one__form form .form-group textarea {
height: 150px;
resize: none;
padding-top: 21px;
} .pricing-one {
position: relative;
display: block;
padding: 120px 0px 90px;
z-index: 1;
}
.pricing-one__single {
position: relative;
display: block;
background: var(--thm-gray-bg);
border: 1px solid #dcdcdc;
padding: 15px 15px 60px;
margin-bottom: 30px;
z-index: 1;
}
.pricing-one__single::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transform: scaleX(0.9) rotateX(0deg);
transition: all 0.4s linear;
background: transparent;
border: 1px solid var(--thm-primary);
opacity: 0;
border-radius: 0px;
content: "";
z-index: -1;
}
.pricing-one__single:hover:before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.pricing-one__single-pattern {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 265px;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
z-index: -1;
}
.pricing-one__single .table-header {
position: relative;
display: block;
background: var(--thm-white);
padding: 35px 45px 45px;
}
.pricing-one__single .table-header h2 {
font-size: 48px;
line-height: 58px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.pricing-one__single:hover .table-header h2 {
color: var(--thm-primary);
}
.pricing-one__single .table-header h2 span {
font-size: 18px;
}
.pricing-one__single .table-header p {
color: var(--thm-black);
font-size: 18px;
line-height: 28px;
font-weight: 500;
text-transform: capitalize;
}
.table-header-bottom {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-top: 37px;
}
.table-header-bottom .icon-box {
position: relative;
display: block;
}
.table-header-bottom .icon-box img {
width: auto;
}
.table-header-bottom .text-box {
position: relative;
display: block;
width: 125px;
background: var(--thm-white);
box-shadow: 0px 0px 14px 0px rgba(4, 23, 26, 0.08);
text-align: center;
padding: 3px 0px 2px;
}
.table-header-bottom .text-box p {
color: var(--thm-black);
font-weight: 700;
}
.pricing-one__single .table-content {
position: relative;
display: block;
padding: 33px 40px 35px;
padding-right: 20px;
}
.pricing-one__single .table-content ul {
position: relative;
display: block;
}
.pricing-one__single .table-content ul li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 5px;
}
.pricing-one__single .table-content ul li .icon-box {
position: relative;
display: block;
}
.pricing-one__single .table-content ul li .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 20px;
line-height: 20px;
}
.pricing-one__single .table-content ul li .text-box {
position: relative;
display: block;
margin-left: 12px;
}
.pricing-one__single .table-content ul li .text-box p {
margin: 0;
}
.pricing-one__single .table-footer {
position: relative;
display: block;
padding-left: 40px;
}
.pricing-one__single .table-footer .btn-box {
position: relative;
display: block;
}
.pricing-one__single .table-footer .btn-box .thm-btn::before {
background: var(--thm-primary);
}
.pricing-one__single .table-footer .btn-box .thm-btn::after {
background: var(--thm-black);
} .feauture-one.style2 {
position: relative;
display: block;
background: var(--thm-gray-bg);
}
.feauture-one.style2 .feauture-one__single {
background: var(--thm-white);
box-shadow: 0px 4px 60px 0px rgba(4, 23, 26, 0.08);
}
.feauture-one.style2 .feauture-one__single-bottom .btn-box a {
background: var(--thm-gray-bg);
}
.feauture-one.style2 .feauture-one__single:hover .feauture-one__single-bottom .btn-box a {
background: var(--thm-primary);
} .video-one--two {
position: relative;
display: block;
padding-top: 102px;
} .scrolling-text-one {
position: relative;
display: block;
margin-bottom: 70px;
}
.scrolling-text-one__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
white-space: nowrap;
min-width: 100%;
}
.scrolling-text-one__wrap:hover .scrolling-text-one__title {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.scrolling-text-one__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 6px;
-webkit-animation: slide-left 20s linear infinite;
animation: slide-left 20s linear infinite;
}
.scrolling-text-one__wrap .scrolling-text-one__title {
padding: 0;
-webkit-animation: slide-left 20s linear infinite;
animation: slide-left 20s linear infinite;
}
.scrolling-text-one__title h2 {
position: relative;
color: transparent;
-webkit-text-stroke: 1px rgba(var(--thm-white-rgb), 0.4);
font-size: 100px;
line-height: 1.1em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
@keyframes slide-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
} .feauture-two.style4 {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 0;
} .awards-one {
position: relative;
display: block;
background: var(--thm-black);
padding: 120px 0px 120px;
z-index: 1;
}
.awards-one .sec-title h2 {
color: var(--thm-white);
}
.awards-one__inner {
position: relative;
display: block;
}
.awards-one__inner ul {
position: relative;
display: block;
}
.awards-one__single {
position: relative;
}
.awards-one__inner ul li {
position: relative;
display: flex;
align-items: center;
border-bottom: 2px solid #2e3540;
padding: 33px 0px 35px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.awards-one__inner ul li::before {
position: absolute;
left: 0;
bottom: -2px;
right: 0;
height: 2px;
background: var(--thm-primary);
transform: scaleX(0.9) rotateX(0deg);
transition: all 0.4s linear;
opacity: 0;
content: "";
}
.awards-one__inner ul li:hover::before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.awards-one__inner ul li:first-child {
border-top: 2px solid #2e3540;
}
.awards-one__inner ul li .content-box {
position: relative;
display: flex;
align-items: center;
}
.awards-one__inner ul li .date-box {
position: relative;
display: block;
text-align: center;
}
.awards-one__inner ul li .date-box span {
color: var(--thm-white);
font-size: 16px;
line-height: 16px;
font-weight: 400;
text-transform: uppercase;
}
.awards-one__inner ul li .date-box h2 {
color: var(--thm-white);
font-size: 40px;
line-height: 40px;
font-weight: 700;
}
.awards-one__inner ul li .logo-box {
position: relative;
display: block;
margin-left: 130px;
}
.awards-one__inner ul li .logo-box img {
width: 100%;
}
.awards-one__inner ul li .text-box {
position: relative;
display: block;
margin-left: 130px;
}
.awards-one__inner ul li .text-box p {
color: var(--thm-white);
}
.awards-one__inner ul li .text-box h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
}
.awards-one__inner ul li .text-box h2 a {
color: var(--thm-white);
}
.awards-one__inner ul li .text-box h2 a:hover {
color: var(--thm-primary);
}
.awards-one__img {
position: absolute;
width: 220px;
height: 95px;
top: 50px;
left: 185px;
pointer-events: none;
transform: translate(-100%, -50%);
overflow: hidden;
border-radius: 0%;
opacity: 0;
transform: scale(0.8);
transition: all .5s ease-out;
z-index: 9;
}
.awards-one__img img {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
transition: transform .4s ease-out;
} .project-two {
position: relative;
display: block;
padding: 120px 0px 120px;
background: var(--thm-black);
z-index: 1;
}
.project-two .sec-title h2 {
color: var(--thm-white);
}
.project-two .container {
overflow: hidden;
}
.project-two .overlay-content {
position: absolute;
left: 0;
bottom: 29px;
right: 0;
text-align: center;
opacity: 0;
transform: translateY(50px);
transition: all 800ms ease;
z-index: 5;
}
.project-two .swiper-slide-active .overlay-content {
opacity: 1;
transform: translateY(0%);
transition-delay: 500ms;
}
.project-two .overlay-content p {
color: var(--thm-white);
}
.project-two .overlay-content h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
}
.project-two .overlay-content h2 a {
color: var(--thm-white);
} .project-three {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 120px;
overflow: hidden;
z-index: 1;
}
.project-three .shape1 {
position: absolute;
top: 0;
left: 0;
opacity: 0.6;
z-index: -1;
}
.project-three::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-gray-bg);
height: 510px;
content: "";
z-index: -1;
}
.project-three__top {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
padding-bottom: 57px;
}
.project-three__top .sec-title {
padding-bottom: 0px;
}
.project-three__top .btn-box {
position: relative;
display: block;
margin-bottom: 5px;
}
.project-three__top .btn-box a {
color: var(--thm-primary);
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
text-decoration: underline;
}
.project-three__box {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.project-three__box li {
position: relative;
flex: 0 0 50%;
margin-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
transition: background-color 0.5s ease;
transition: all 0.5s ease;
}
.project-three__box li.active {
flex: 0 0 50%;
}
.project-three__single-inner {
position: relative;
display: block;
min-height: 550px;
}
.project-three__single-inner .bg-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--thm-black);
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transform: perspective(540px) rotateX(-10deg);
-ms-transform: perspective(540px) rotateX(-10deg);
transform: perspective(540px) rotateX(-10deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
z-index: 1;
}
.project-three__single-inner:hover .bg-overlay {
opacity: 0.65;
-webkit-transform: perspective(540px) rotateX(0deg);
-ms-transform: perspective(540px) rotateX(0deg);
transform: perspective(540px) rotateX(0deg);
}
.project-three__box li.active .project-three__single-inner .bg-overlay {
opacity: 0.65;
-webkit-transform: perspective(540px) rotateX(0deg);
-ms-transform: perspective(540px) rotateX(0deg);
transform: perspective(540px) rotateX(0deg);
}
.project-three__single-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: 1;
}
.project-three__overlay-icon {
position: absolute;
top: 40px;
right: 25px;
opacity: 0;
-webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
-ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
transform: perspective(400px) rotateX(20deg) translateX(100%);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
z-index: 5;
}
.project-three__box li.active .project-three__overlay-icon {
opacity: 1.0;
-webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
-ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
transform: perspective(400px) rotateX(0deg) translateX(-0%);
transition-delay: .3s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
}
.project-three__overlay-icon ul {
position: relative;
display: block;
}
.project-three__overlay-icon ul>li {
position: relative;
display: block;
margin-bottom: 10px;
}
.project-three__overlay-icon ul>li>a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--thm-white);
z-index: 1;
}
.project-three__overlay-icon ul>li>a::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 0%;
background: var(--thm-primary);
transform: scale(0.5);
opacity: 0;
transition: all 300ms linear;
transition-delay: 0.1s;
content: "";
z-index: -1;
}
.project-three__overlay-icon ul>li>a:hover::before {
transform: scale(1);
opacity: 1;
}
.project-three__overlay-icon ul>li>a span {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 20px;
line-height: 20px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-three__overlay-icon ul>li>a:hover span {
color: var(--thm-white);
}
.project-three__single-content {
position: absolute;
left: 0;
bottom: 0;
background: var(--thm-white);
padding: 33px 40px 31px;
padding-right: 110px;
overflow: hidden;
-webkit-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
-ms-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
transform: perspective(400px) rotateX(40deg) scaleY(0.7);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .1s;
transition-property: all;
opacity: 0;
z-index: 3;
}
.project-three__box li.active .project-three__single-content {
-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .6s;
transition-property: all;
opacity: 1;
}
.project-three__single-content p {
margin: 0;
line-height: 26px;
opacity: 0;
transform: translateY(-10px);
transition: all 700ms ease;
}
.project-three__box li.active .project-three__single-content p {
opacity: 1;
transform: translateY(0%);
transition-delay: 900ms;
}
.project-three__single-content h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
text-transform: capitalize;
opacity: 0;
transform: translateY(2rem);
clip-path: inset(0 100% 0 0);
transition: all 0.5s ease-in-out 0s;
transition-delay: 0.5s;
}
.project-three__box li.active .project-three__single-content h2 {
text-transform: capitalize;
visibility: visible;
opacity: 1;
clip-path: inset(0 0 0 0);
transform: translateY(0);
}
.project-three__single-content h2 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-three__single-content h2 a:hover {
color: var(--thm-primary);
}
#project-three__pagination {
position: relative;
display: block;
text-align: center;
max-width: 730px;
margin: 0 auto !important;
background: #e6e6e6;
border-radius: 0px;
height: 2px;
line-height: 2px;
overflow: hidden;
margin-top: 60px !important;
}
#project-three__pagination .swiper-pagination-bullet {
position: relative;
display: inline-block;
background: transparent;
width: 33.333%;
height: 2px;
float: left;
background: transparent;
border-radius: 0px;
transition: all 500ms ease;
}
#project-three__pagination .swiper-pagination-bullet-active {
background: var(--thm-primary);
} .about-one--about {
position: relative;
display: block;
padding: 100px 0px 100px;
background-color: #3c4754 ;
z-index: 1;
} .brand-one--two.about {
position: relative;
display: block;
padding-top: 116px;
z-index: 1;
} .testimonials-two--testimonials {
position: relative;
display: block;
padding-bottom: 90px;
}
.testimonials-two--testimonials .testimonials-two__single {
margin-bottom: 30px;
} .cta-one {
position: relative;
display: block;
background: var(--thm-primary);
padding: 49px 0px 49px;
z-index: 1;
}
.cta-one__pattern {
position: absolute;
top: 0;
left: 140px;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.12;
z-index: -1;
}
.cta-one__inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.cta-one__content {
position: relative;
display: block;
}
.cta-one__content h2 {
color: var(--thm-white);
font-size: 40px;
line-height: 50px;
font-weight: 700;
}
.cta-one__btn {
position: relative;
display: block;
}
.cta-one__btn .thm-btn:after {
background-color: transparent;
border: 1px solid var(--thm-white);
} .faq-one--faq {
position: relative;
display: block;
padding-bottom: 120px;
} .about-one {
position: relative;
display: block;
padding: 80px 0px 80px;
z-index: 1;
margin-top: -150px;
}
.about-one .shape1 {
position: absolute;
left: 0;
bottom: 120px;
opacity: 0.7;
z-index: -1;
}
.about-one__img {
position: relative;
display: block;
margin-right: -10px; }
.about-one__img::before {
position: absolute;
top: 0;
left: 0;
bottom: 175px;
width: 10px;
background: var(--thm-primary);
content: "";
display: none;
}
.about-one__img .inner {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.about-one__img .inner::before {
background: rgba(255, 255, 255, 0.4);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
opacity: 1;
z-index: 1;
pointer-events: none;
}
.about-one__img:hover .inner::before {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.about-one__img .inner img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.about-one__img:hover .inner img {
transform: scale(1);
}
.about-one__img .experience-box {
position: absolute;
left: -130px;
bottom: -36px;
display: flex;
align-items: center;
z-index: 5;
}
.about-one__img .experience-box .counter-box {
position: relative;
display: block;
}
.about-one__img .experience-box .counter-box h2 {
font-size: 180px;
line-height: 0.9em;
font-weight: 700;
}
.about-one__img .experience-box .text-box {
position: relative;
display: block;
margin-left: 15px;
}
.about-one__img .experience-box .text-box p {
color: var(--thm-black);
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
}
.about-one__content {
position: relative;
display: block;
padding: 50px;
}
.about-one__content .sec-title {
position: relative;
display: block;
margin-top: -7px;
padding-bottom: 29px;
}
.about-one__content .text-box {
position: relative;
display: block;
}
.about-one__content .text-box p { }
.about-one__content-progress {
position: relative;
display: block;
max-width: 515px;
width: 100%;
margin-top: 34px;
}
.about-one__content-progress-single {
position: relative;
display: flex;
align-items: center;
margin-bottom: 22px;
}
.about-one__content-progress-single.mb0 {
margin-bottom: 0;
}
.about-one__content-progress-single .title {
position: relative;
display: block;
width: 75px;
margin-right: 25px;
}
.about-one__content-progress-single .title h4 {
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: capitalize;
}
.about-one__content-progress-single .bar {
position: relative;
width: 100%;
height: 2px;
background-color: var(--thm-gray);
border-radius: 0px;
flex: 1;
}
.about-one__content-progress-single .bar-inner {
position: relative;
display: block;
width: 0px;
height: 2px;
border-radius: 0px;
background: var(--thm-primary);
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
transition: all 1500ms ease;
}
.about-one__content-progress-single .bar-inner::before {
position: absolute;
top: -5px;
right: 0;
width: 2px;
height: 12px;
background: var(--thm-primary);
content: "";
}
.about-one__content-progress-single .count-text {
position: absolute;
right: -134px;
bottom: -13px;
color: var(--thm-gray);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-align: center;
opacity: 0;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
font-family: var(--thm-font);
}
.about-one__content-progress-single .count-text.style2 {
right: -93px;
}
.about-one__content-progress-single .bar-inner.counted .count-text {
opacity: 1;
}
.about-one__content-bottom {
position: relative;
display: block;
margin-top: 52px;
}
.about-one__content-bottom-author-box {
position: relative;
display: flex;
align-items: center;
}
.about-one__content-bottom-author-box .btn-box {
position: relative;
display: block;
}
.about-one__content-bottom-author-box .author-info {
position: relative;
display: flex;
align-items: center;
margin-left: 60px;
flex: 1;
}
.about-one__content-bottom-author-box .author-info .img-box {
position: relative;
display: block;
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid var(--thm-black);
overflow: hidden;
}
.about-one__content-bottom-author-box .author-info .img-box img {
width: 100%;
}
.about-one__content-bottom-author-box .author-info .signature-box {
position: relative;
display: block;
margin-left: 20px;
flex: 1;
}
.about-one__content-bottom-author-box .author-info .signature-box img {
width: auto;
}
.about-one__content-bottom .text {
position: relative;
display: block;
margin-top: 54px;
}
.about-one__content-bottom .text h4 {
font-size: 18px;
line-height: 26px;
font-weight: 700;
}
.about-one__content-bottom .text h4 a {
color: var(--thm-primary);
} .about-two {
position: relative;
display: block;
padding: 0px 0px 120px;
z-index: 1;
}
.about-two .row {
align-items: center;
}
.about-two__img {
position: relative;
display: block;
margin-left: -190px;
margin-right: 70px;
}
.about-two__img1 {
position: relative;
display: block;
}
.about-two__img1 .inner {
position: relative;
display: block;
overflow: hidden;
}
.about-two__img1 img {
width: 100%;
}
.about-two__img1::before {
position: absolute;
top: 35px;
left: 0;
bottom: 35px;
right: -7px;
background: var(--thm-black);
content: "";
z-index: -1;
}
.about-two__img2 {
position: absolute;
bottom: 135px;
right: -260px;
z-index: 2;
}
.about-two__img2::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(var(--thm-black-rgb), 0.3);
content: "";
}
.about-two__img2 img {
width: 100%;
}
.about-two__video-btn {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.about-two__icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: var(--thm-white);
border-radius: 50%;
color: var(--thm-black);
font-size: 20px;
line-height: 20px;
}
.about-two__icon::before,
.about-two__icon::after {
position: absolute;
width: 70px;
height: 70px;
border-radius: 50%;
background: transparent;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
transition: all .4s ease;
}
.about-two__icon::after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.about-two__icon span {
position: relative;
display: inline-block;
font-weight: 700;
}
.about-two__content {
position: relative;
display: block;
margin-left: 20px;
}
.about-two__content .sec-title {
padding-bottom: 28px;
}
.about-two__content-text {
position: relative;
display: block;
}
.about-two__content-text p {
margin: 0;
}
.about-two__content-list {
position: relative;
display: block;
padding-left: 240px;
margin-top: 45px;
}
.about-two__content-list ul {
position: relative;
display: block;
}
.about-two__content-list ul li {
position: relative;
display: block;
max-width: 290px;
width: 100%;
background: var(--thm-gray-bg);
padding: 8px 20px 7px;
margin-bottom: 15px;
}
.about-two__content-list ul li:last-child {
margin-bottom: 0;
}
.about-two__content-list ul li p {
color: var(--thm-black);
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.about-two__content-list ul li p span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 15px;
line-height: 15px;
margin-right: 4px;
}
.about-two__content-bottom {
position: relative;
display: flex;
align-items: center;
margin-top: 88px;
}
.about-two__content-bottom .author-box {
position: relative;
display: flex;
align-items: center;
}
.about-two__content-bottom .author-box .img-box {
position: relative;
display: block;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
border: 1px solid var(--thm-primary);
}
.about-two__content-bottom .author-box .img-box img {
width: 100%;
}
.about-two__content-bottom .author-box .signature {
position: relative;
display: block;
margin-left: 30px;
flex: 1;
}
.about-two__content-bottom .author-box .signature img {
width: 100%;
}
.about-two__content-bottom .btn-box {
position: relative;
display: block;
margin-left: 110px;
} .about-three {
position: relative;
display: block;
padding: 0px 0px 99px;
z-index: 1;
}
.about-three__img {
position: relative;
display: flex;
align-items: flex-end;
margin-left: -140px;
margin-right: 25px;
}
.about-three__img1 {
position: relative;
display: block;
max-width: 390px;
width: 100%;
}
.about-three__img1 .inner {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.about-three__img1 .inner::before {
background: rgba(255, 255, 255, 0.4);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
opacity: 1;
z-index: 1;
pointer-events: none;
}
.about-three__img1:hover .inner::before {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.about-three__img1 .inner img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.about-three__img1:hover .inner img {
transform: scale(1);
}
.about-three__img1 .experience-box {
position: relative;
display: flex;
align-items: flex-end;
justify-content: flex-end;
margin-top: 16px;
z-index: 5;
}
.about-three__img1 .experience-box .counter-box {
position: relative;
display: block;
}
.about-three__img1 .experience-box .counter-box h2 {
color: var(--thm-primary);
font-size: 140px;
line-height: 0.8em;
font-weight: 700;
}
.about-three__img1 .experience-box .text-box {
position: relative;
display: block;
margin-left: 30px;
margin-bottom: 13px;
}
.about-three__img1 .experience-box .text-box p {
color: var(--thm-black);
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
}
.about-three__img2 {
position: relative;
display: block;
margin-left: 20px;
margin-bottom: 21px;
}
.about-three__img2 ul {
position: relative;
display: block;
}
.about-three__img2 ul li {
position: relative;
display: block;
}
.about-three__img2 ul li+li {
margin-top: 20px;
}
.about-three__img2-single {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.about-three__img2-single::before {
background: rgba(255, 255, 255, 0.4);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
opacity: 1;
z-index: 1;
pointer-events: none;
}
.about-three__img2-single:hover::before {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.about-three__img2-single img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.about-three__img2-single:hover img {
transform: scale(1);
}
.about-three .about-one__content {
margin-left: 10px;
margin-top: 0;
padding-top: 110px;
}
.about-three .about-one__content-bottom .text {
margin-top: 49px;
} .project-details {
position: relative;
display: block;
padding: 120px 0px 120px;
z-index: 1;
}
.project-details__inner {
position: relative;
display: block;
}
.project-details-img {
position: relative;
display: block;
}
.project-details-img .inner {
position: relative;
display: block;
overflow: hidden;
}
.project-details-img .inner img {
width: 100%;
}
.project-details__text1 {
position: relative;
display: block;
background: var(--thm-white);
padding: 43px 45px 42px;
margin-left: 60px;
margin-right: 60px;
margin-top: -60px;
z-index: 5;
}
.project-details__text1>ul {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.project-details__text1>ul>li {
position: relative;
display: block;
}
.project-details__text1>ul>li .text-box {
position: relative;
display: block;
}
.project-details__text1>ul>li .text-box p {
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.014em;
}
.project-details__text1>ul>li .text-box h4 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.project-details__text1>ul>li .social-links {
position: relative;
display: block;
line-height: 0;
}
.project-details__text1>ul>li .social-links>li {
position: relative;
display: inline-block;
}
.project-details__text1>ul>li .social-links>li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #4661c5;
border-radius: 50%;
color: var(--thm-white);
float: left;
}
.project-details__text1>ul>li .social-links>li a.tw {
background: #1da1f2;
}
.project-details__text1>ul>li .social-links>li a.ins {
background: #ff2e2e;
}
.project-details__text1>ul>li .social-links>li a.in {
background: #0073b0;
}
.project-details__text1>ul>li .social-links>li a+a {
margin-left: 15px;
}
.project-details__text1>ul>li .social-links>li a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.project-details__text2 {
position: relative;
display: block;
margin-top: 39px;
}
.project-details__text2 h2 {
font-size: 48px;
line-height: 58px;
font-weight: 700;
margin-bottom: 33px;
}
.project-details__text2 p {
margin: 0;
}
.project-details__text2-bottom {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 52px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 30px;
}
.project-details__text2-bottom .tag-box {
position: relative;
display: block;
}
.project-details__text2-bottom .tag-box a {
position: relative;
display: inline-block;
color: var(--thm-gray);
font-weight: 16px;
line-height: 35px;
font-weight: 400;
padding: 0px 20px 0px;
background: var(--thm-gray-bg);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-details__text2-bottom .tag-box a:hover {
color: var(--thm-white);
background: var(--thm-primary);
}
.project-details__text2-bottom .tag-box a+a {
margin-left: 5px;
}
.project-details__text2-bottom .icon-box {
position: relative;
display: block;
}
.project-details__text2-bottom .icon-box a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--thm-black);
color: var(--thm-white);
border-radius: 50%;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.project-details__text2-bottom .icon-box a:hover {
color: var(--thm-white);
background: var(--thm-primary);
}
.project-details__text2-bottom .icon-box a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.project-details__previous-next {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 36px;
}
.project-details__previous-next .single-box {
position: relative;
display: flex;
align-items: center;
}
.project-details__previous-next .single-box .icon-box {
position: relative;
display: block;
}
.project-details__previous-next .single-box .icon-box a {
position: relative;
display: inline-block;
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-details__previous-next .single-box .icon-box a:hover {
color: var(--thm-primary);
}
.project-details__previous-next .single-box .icon-box a span {
position: relative;
display: inline-block;
font-size: 25px;
line-height: 25px;
font-weight: 700;
}
.project-details__previous-next .single-box .text-box {
position: relative;
display: block;
margin-left: 30px;
}
.project-details__previous-next .single-box .text-box p {
margin: 0;
}
.project-details__previous-next .single-box .text-box h4 {
font-size: 18px;
line-height: 25px;
font-weight: 700;
text-transform: capitalize;
}
.project-details__previous-next .single-box .text-box h4 a {
color: var(--thm-black);
}
.project-details__previous-next .single-box .text-box h4 a:hover {
color: var(--thm-primary);
}
.project-details__previous-next .single-box.next {
position: relative;
}
.project-details__previous-next .single-box.next .text-box {
text-align: right;
margin-left: 0;
margin-right: 30px;
} .team-one {
position: relative;
display: block;
background: var(--thm-white);
padding: 80px 0px 80px;
z-index: 1;
}
.team-one__top {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 57px;
}
.team-one__top .sec-title {
padding-bottom: 0px;
}
.team-one__top .btn-box {
position: relative;
display: block;
top: -13px;
}
.team-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.team-one__single-img {
position: relative;
display: block;
}
.team-one__single-img .inner {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.team-one__single-img .inner::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000000;
opacity: 0;
-webkit-transition: .7s;
-o-transition: .7s;
transition: .7s;
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
z-index: 1;
}
.team-one__single:hover .team-one__single-img .inner::before {
opacity: 0.50;
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
.team-one__single-img .inner img {
width: 100%;
}
.team-one__single-img .inner img {
width: 100%;
transform: scale3d(1, 1, 1);
transition: transform 1s ease-in-out;
}
.team-one__single:hover .team-one__single-img .inner img {
transform: scale(1.05) rotate(0deg);
}
.team-one__single-content {
position: relative;
display: block;
padding: 12px 20px 0px;
}
.team-one__single-content h3 {
font-size: 22px;
line-height: 32px;
font-weight: 700;
text-transform: capitalize;
}
.team-one__single-content h3 a {
color: var(--thm-black);
}
.team-one__single-content h3 a:hover {
color: var(--thm-primary);
}
.team-one__single-content p {
margin: 0;
}
.team-one__single-icon {
position: absolute;
left: 20px;
bottom: 20px;
z-index: 5;
}
.team-one__single-icon .social-links {
position: relative;
display: block;
z-index: 5;
}
.team-one__single-icon .social-links li {
position: relative;
display: inline-block;
}
.team-one__single-icon .social-links li.share {
position: relative;
display: block;
}
.team-one__single-icon .social-links>li>a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 0%;
background: var(--thm-black);
overflow: hidden;
z-index: 1;
}
.team-one__single-icon .social-links>li>a::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-primary);
border-radius: 0%;
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: -1;
}
.team-one__single-icon .social-links>li>a:hover::before {
transform: scale(1.0);
opacity: 1;
}
.team-one__single-icon .social-links>li>a>span {
position: relative;
display: inline-block;
top: 0px;
color: var(--thm-white);
font-size: 15px;
line-height: 15px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.team-one__single-icon .social-links>li>a:hover>span {
color: var(--thm-white);
}
.team-one__single-icon .social-links .share .social-links-inner {
position: absolute;
top: 50%;
left: 42px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
line-height: 0;
transform: scaleY(0);
transform: translateY(-50%);
overflow: hidden;
transform-origin: center;
transform-style: preserve-3d;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
transform-origin: bottom center;
}
.team-one__single-icon .social-links .share:hover .social-links-inner {
transform: scaleY(1.0, -50%);
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-ms-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
.team-one__single-icon .social-links .share .social-links-inner li {
position: relative;
display: block;
margin-right: 2px;
}
.team-one__single-icon .social-links .share .social-links-inner li:last-child {
margin-right: 0;
}
.team-one__single-icon .social-links .share .social-links-inner li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--thm-black);
border-radius: 0%;
z-index: 1;
}
.team-one__single-icon .social-links .share .social-links-inner li a.fb {
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 300ms ease;
}
.team-one__single-icon .social-links .share:hover .social-links-inner li a.fb,
.team-one__single-icon .social-links .share .social-links-inner li a.active.fb {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 200ms;
}
.team-one__single-icon .social-links .share .social-links-inner li a.tw {
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 400ms ease;
}
.team-one__single-icon .social-links .share:hover .social-links-inner li a.tw,
.team-one__single-icon .social-links .share .social-links-inner li a.active.tw {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 300ms;
}
.team-one__single-icon .social-links .share .social-links-inner li a.ins {
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 500ms ease;
}
.team-one__single-icon .social-links .share:hover .social-links-inner li a.ins,
.team-one__single-icon .social-links .share .social-links-inner li a.active.ins {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 400ms;
}
.team-one__single-icon .social-links .share .social-links-inner li a.pin {
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 600ms ease;
}
.team-one__single-icon .social-links .share:hover .social-links-inner li a.pin,
.team-one__single-icon .social-links .share .social-links-inner li a.active.pin {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 500ms;
}
.team-one__single-icon .social-links .share .social-links-inner li a:hover {
border-color: var(--thm-primary-color);
transition-delay: 0.3s;
}
.team-one__single-icon .social-links .share .social-links-inner li a::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-primary);
border-radius: 0%;
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: -1;
}
.team-one__single-icon .social-links .share .social-links-inner li a:hover::before {
transform: scale(1.0);
opacity: 1;
}
.team-one__single-icon .social-links .share .social-links-inner li a i {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 15px;
line-height: 15px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.team-one__single-icon .social-links .share .social-links-inner li a:hover i {
color: #ffffff;
}
#team-one__pagination {
position: relative;
padding-top: 17px;
z-index: 55;
}
#team-one__pagination .swiper-pagination-bullet {
position: relative;
width: 8px;
height: 8px;
margin: 0px 7.5px;
background: #a7a7a7;
border-radius: 50%;
opacity: 1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
#team-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--thm-primary);
}
#team-one__pagination .swiper-pagination-bullet::before {
position: absolute;
top: -4px;
left: -4px;
bottom: -4px;
right: -4px;
border: 1px solid var(--thm-primary);
border-radius: 50%;
transform: scaleX(0);
transition: all 200ms linear;
transition-delay: 0.1s;
content: "";
}
#team-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#team-one__pagination .swiper-pagination-bullet:hover {
transform: scaleX(1.0);
} .team-two {
position: relative;
display: block;
padding: 80px 0px 80px;
z-index: 1;
}
.team-two__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.team-two__single-img {
position: relative;
display: block;
}
.team-two__single-img .inner {
position: relative;
display: block;
overflow: hidden;
min-height: 370px;
}
.team-two__single-img .inner img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
height: 370px;
object-fit: cover;
}
.team-two__single:hover .team-two__single-img .inner img {
transform: scale(1);
}
.team-two__single-img .inner::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
background-image: -moz-linear-gradient(90deg, rgb(42, 40, 51) 0%, rgba(42, 40, 51, 0) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(42, 40, 51) 0%, rgba(42, 40, 51, 0) 100%);
background-image: -ms-linear-gradient(90deg, rgb(42, 40, 51) 0%, rgba(42, 40, 51, 0) 100%);
opacity: 0.5;
content: "";
z-index: 1;
}
.team-two__single:hover .team-two__single-img .inner::before {
opacity: 1;
}
.team-two__single-img .content-box {
position: absolute;
left: 30px;
bottom: 5px;
z-index: 3;
}
.team-two__single-img .content-box h3 {
font-size: 22px;
line-height: 27px;
font-weight: 700;
text-transform: capitalize;
}
.team-two__single-img .content-box h3 a {
color: var(--thm-white);
}
.team-two__single-img .content-box h3 a:hover {
color: var(--thm-white);
opacity: 0.7;
}
.team-two__single-img .content-box p {
color: var(--thm-white);
}
.team-two__single-img .social-links {
position: absolute;
bottom: 40px;
right: 40px;
z-index: 5;
}
.team-two__single-img .social-links li {
position: relative;
display: inline-block;
}
.team-two__single-img .social-links li.share {
position: relative;
}
.team-two__single-img .social-links>li>a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--thm-primary);
border-radius: 0px;
z-index: 1;
}
.team-two__single-img .social-links>li>a::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-primary);
border-radius: 0px;
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: -1;
}
.team-two__single .team-two__single-img .social-links>li>a:hover::before {
transform: scale(1.0);
opacity: 1;
}
.team-two__single-img .social-links>li>a>span {
position: relative;
display: block;
}
.team-two__single-img .social-links>li>a>span::before {
position: relative;
display: inline-block;
top: -1px;
color: var(--thm-white);
font-size: 14px;
line-height: 14px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.team-two__single .team-two__single-img .social-links>li>a:hover span::before {
color: var(--thm-white);
}
.team-two__single-img .social-links .share .social-links-inner {
position: absolute;
top: -117px;
left: 0px;
right: 0;
text-align: center;
line-height: 0;
transform: scaleY(0);
background: var(--thm-white);
padding: 19px 0px 20px;
transform-origin: center;
transform-style: preserve-3d;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
transform-origin: bottom center;
}
.team-two__single-img .social-links .share:hover .social-links-inner {
transform: scaleY(1.0);
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-ms-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
.team-two__single-img .social-links .share .social-links-inner li {
position: relative;
display: block;
margin-bottom: 15px;
}
.team-two__single-img .social-links .share .social-links-inner li:last-child {
margin-bottom: 0px;
}
.team-two__single-img .social-links .share .social-links-inner li a {
position: relative;
display: block;
z-index: 1;
}
.team-two__single-img .social-links .share .social-links-inner li a i {
position: relative;
display: block;
}
.team-two__single-img .social-links .share .social-links-inner li a i::before {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 15px;
line-height: 15px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.team-two__single-img .social-links .share .social-links-inner li a:hover i::before {
color: var(--thm-primary);
} .team-details {
position: relative;
display: block;
background: var(--thm-white);
padding: 0px 0px 120px;
z-index: 1;
}
.team-details .row {
align-items: center;
}
.team-details__top {
position: relative;
display: block;
padding: 120px 0px 120px;
background: var(--thm-gray-bg);
z-index: 1;
}
.team-details__top-img {
position: relative;
display: block;
padding-left: 100px;
}
.team-details__top-img .big-title {
position: absolute;
top: 14px;
left: -118px;
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(-180deg) translateX(0%);
width: max-content;
}
.team-details__top-img .big-title h2 {
color: rgba(var(--thm-black-rgb), 0.2);
font-size: 120px;
line-height: 1em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.09em;
}
.team-details__top-img .inner {
position: relative;
display: block;
overflow: hidden;
border-top-left-radius: 90px;
border-bottom-right-radius: 90px;
z-index: 1;
}
.team-details__top-img .inner img {
width: 100%;
}
.team-details__top-content {
position: relative;
display: block;
margin-left: 50px;
}
.team-details__top-content-top {
position: relative;
display: block;
margin-bottom: 33px;
}
.team-details__top-content-top h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 2px;
}
.team-details__top-content-top p {
color: var(--thm-primary);
font-size: 18px;
line-height: 28px;
text-transform: capitalize;
}
.team-details__top-content-text {
position: relative;
display: block;
}
.team-details__top-content-text p {
margin: 0;
}
.team-details__top-content-text p+p {
margin-top: 7px;
}
.team-details__top-content-text p span {
color: var(--thm-black);
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
}
.team-details__top-content-text p a {
color: var(--thm-gray);
}
.team-details__top-content-text p a:hover {
color: var(--thm-primary);
}
.team-details__top-content .social-links {
position: relative;
display: block;
margin-top: 40px;
}
.team-details__top-content .social-links ul {
position: relative;
display: block;
}
.team-details__top-content .social-links ul li {
position: relative;
display: inline-block;
margin-right: 11px;
}
.team-details__top-content .social-links ul li:last-child {
margin-right: 0;
}
.team-details__top-content .social-links ul li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #4661c5;
overflow: hidden;
}
.team-details__top-content .social-links ul li a.tw {
background: #1da1f2;
}
.team-details__top-content .social-links ul li a.ins {
background: #dc395c;
}
.team-details__top-content .social-links ul li a.in {
background: #0073b0;
}
.team-details__top-content .social-links ul li a span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 15px;
line-height: 15px;
}
.team-details__middle {
position: relative;
display: block;
padding: 110px 0px 0px;
}
.team-details__middle-inner {
position: relative;
display: block;
}
.team-details__middle-text1 {
position: relative;
display: block;
}
.team-details__middle-text1 h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px;
}
.team-details__middle-text1 p {
margin: 0;
}
.team-details__middle-text1 p+p {
margin-top: 31px;
}
.team-details__middle-text2 {
position: relative;
display: block;
margin-top: 34px;
}
.team-details__middle-text2-progress {
position: relative;
display: block;
max-width: 500px;
width: 100%;
margin-top: -14px;
}
.team-details__middle-text2-progress-single {
position: relative;
display: block;
margin-bottom: 24px;
}
.team-details__middle-text2-progress-single.mb0 {
margin-bottom: 0;
}
.team-details__middle-text2-progress-single .title {
position: relative;
display: block;
margin-bottom: 8px;
}
.team-details__middle-text2-progress-single .title h4 {
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: capitalize;
}
.team-details__middle-text2-progress-single .bar {
position: relative;
width: 100%;
height: 2px;
background-color: var(--thm-gray-bg);
border-radius: 0px;
flex: 1;
}
.team-details__middle-text2-progress-single .bar-inner {
position: relative;
display: block;
width: 0px;
height: 4px;
border-radius: 0px;
background: #fd547d;
top: -1px;
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
transition: all 1500ms ease;
}
.team-details__middle-text2-progress-single .count-text {
position: absolute;
top: -28px;
right: 0px;
color: #8f8e9a;
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-align: center;
opacity: 0;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
font-family: var(--thm-font);
}
.team-details__middle-text2-progress-single .bar-inner.counted .count-text {
opacity: 1;
}
.team-details__middle-text2-content {
position: relative;
display: block;
}
.team-details__middle-text2-content .single-content {
position: relative;
display: block;
margin-bottom: 27px;
}
.team-details__middle-text2-content .single-content h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 2px;
}
.team-details__middle-text2-content .single-content p {
margin: 0;
}
.team-details__middle-text3 {
position: relative;
display: block;
margin-top: 30px;
}
.team-details__middle-text3 h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px;
}
.team-details__middle-text3 p {
margin: 0;
}
.filter-buttons button {
padding: 8px 15px;
margin: 5px;
background: transparent;
color: white;
border: none;
cursor: pointer;
border-radius: 4px;
}
.filter-buttons button.active {
background: var(--thm-blue);
} .shop-page {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 120px;
z-index: 1;
}
.shop-page__top {
position: relative;
display: block;
margin-bottom: 50px;
}
.shop-page__top-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--thm-gray-bg);
padding: 0px 30px 0px;
border-radius: 5px;
}
.shop-page__top-left {
position: relative;
display: block;
}
.shop-page__top-left p {
color: var(--thm-black);
margin: 0;
}
.shop-page__top-right {
position: relative;
display: flex;
align-items: center;
}
.product__showing-sort {
position: relative;
display: block;
max-width: 300px;
width: 100%;
}
.product-view-style {
position: relative;
display: block;
padding-left: 23px;
margin-left: 7px;
max-width: 80px;
width: 100%;
}
.product-view-style::before {
position: absolute;
top: 3px;
left: 0;
bottom: 1px;
width: 1px;
background: var(--thm-gray);
content: "";
}
.product-view-style li {
position: relative;
display: inline-block;
margin-right: 11px;
}
.product-view-style li:last-child {
margin-right: 0;
}
.product-view-style li a {
position: relative;
display: block;
border-radius: 0%;
color: var(--thm-black);
font-size: 16px;
text-align: center;
transition: all 300ms ease 100ms;
}
.product-view-style li a:hover {
color: var(--thm-primary);
}
.shop-page__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.shop-page__single-img {
position: relative;
display: block;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
overflow: hidden;
z-index: 1;
}
.shop-page__single-img::before {
position: absolute;
top: 0%;
right: 0%;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, .4);
border-radius: 50%;
-webkit-transform: translateX(-50%, -50%);
transform: translateX(-50%, -50%);
opacity: 0;
z-index: 1;
}
.shop-page__single:hover .shop-page__single-img::before {
-webkit-animation: circle .95s;
animation: circle .95s;
}
.shop-page__single-img img {
width: 100%;
transform: scale(1.0);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
.shop-page__single:hover .shop-page__single-img img {
transform: scale(1.1) rotate(1deg);
}
.shop-page__single-img .text {
position: absolute;
top: 20px;
left: 20px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--thm-white);
font-size: 14px;
width: 55px;
height: 25px;
border-radius: 25px;
background: var(--thm-primary);
z-index: 5;
}
.shop-page__single-img .btn-box {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transform: translateY(10%);
transition: 700ms ease;
z-index: 2;
}
.shop-page__single:hover .shop-page__single-img .btn-box {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.shop-page__single-img .btn-box a {
position: relative;
display: block;
line-height: 55px;
background-color: var(--thm-black);
color: var(--thm-white);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
padding: 0px 40px 0px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-page__single-img .btn-box a:hover {
background: var(--thm-primary);
}
.shop-page__single-content {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
padding: 32px 25px 32px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.shop-page__single-content .text-box {
position: relative;
display: block;
}
.shop-page__single-content .text-box h4 {
font-size: 22px;
line-height: 32px;
font-weight: 700;
text-transform: capitalize;
font-family: var(--thm-font);
margin-bottom: 2px;
}
.shop-page__single-content .text-box h4 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-page__single-content .text-box h4 a:hover {
color: var(--thm-primary);
}
.shop-page__single-content .text-box p {
color: var(--thm-primary);
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.shop-page__single-content .rating-box {
position: relative;
display: block;
} .shop-details {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 120px;
z-index: 1;
}
.shop-details__top {
position: relative;
display: block;
}
.shop-details__top-img {
position: relative;
display: block;
}
.shop-details__top-img .inner {
position: relative;
display: block;
overflow: hidden;
}
.shop-details__link {
position: absolute;
top: 40px;
right: 40px;
z-index: 2;
}
.shop-details__link a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--thm-black);
border-radius: 50%;
}
.shop-details__link a span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 18px;
line-height: 18px;
}
.shop-details__top-img .inner img {
width: 100%;
}
.shop-details__top-content {
position: relative;
display: block;
padding-left: 70px;
margin-top: -10px;
}
.shop-details__top-content-text1 {
position: relative;
display: block;
}
.shop-details__top-content-text1 h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 7px;
}
.shop-details__review {
position: relative;
display: flex;
align-items: center;
}
.shop-details__review .rating-box {
position: relative;
display: block;
}
.shop-details__review .text-box {
position: relative;
display: block;
margin-left: 13px;
}
.shop-details__review .text-box p {
margin: 0;
}
.shop-details__top-content-text1 h3 {
font-size: 28px;
line-height: 38px;
font-weight: 700;
margin-top: 12px;
margin-bottom: 10px;
}
.shop-details__top-content-text1 p {
margin: 0;
}
.shop-details__top-content-text2 {
position: relative;
display: block;
margin-top: 23px;
}
.shop-details__top-content-text2 h4 {
font-size: 18px;
line-height: 28px;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 3px;
}
.shop-details__top-content-text2 p {
color: var(--thm-primary);
margin: 0;
}
.shop-details__top-content-text3 {
position: relative;
display: block;
margin-top: 25px;
}
.shop-details__top-content-text3 .inner {
position: relative;
display: flex;
align-items: center;
}
.shop-details__top-content-text3 .product-quantity {
position: relative;
display: block;
}
.shop-details__top-content-text3 .product-quantity-box {
position: relative;
display: flex;
align-items: center;
border: 1px solid var(--thm-gray);
border-radius: 0px;
padding-left: 1px;
}
.shop-details__top-content-text3 .product-quantity-box .input-group.bootstrap-touchspin {
position: relative;
width: 102px;
height: 60px;
}
.shop-details__top-content-text3 .product-quantity-box input.quantity-spinner.form-control {
position: relative;
display: block;
padding: 0;
width: 30px;
flex: none;
height: 60px;
color: var(--thm-black);
font-size: 16px;
font-weight: 500;
outline: none;
margin: 0 auto;
text-align: center;
border: none;
font-family: var(--thm-font);
z-index: 5;
left: 11px;
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
position: absolute;
top: 0;
left: 0px;
bottom: 0;
right: 0;
width: 100%;
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
position: absolute;
top: 19px;
right: 23px;
cursor: pointer;
margin: 0;
padding: 0;
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
border-left: none;
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
border-right: none;
}
.shop-details__top-content-text3 .product-quantity-box .form-control {
background: transparent;
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
position: absolute;
top: 0px;
left: 1px;
right: 0px;
width: 100%;
height: 100%;
font-family: 'icomoon' !important;
content: "\e934";
color: var(--thm-black);
font-size: 17px;
font-weight: 700;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0%;
transform: rotate(0deg);
}
.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-family: 'icomoon' !important;
content: "\e935";
color: var(--thm-black);
font-size: 17px;
font-weight: 700;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0%;
margin-top: 22px;
}
.shop-details__top-content-text3 .cart-btn {
position: relative;
display: block;
margin-left: 30px;
}
.shop-details__top-content-text4 {
position: relative;
display: block;
margin-top: 31px;
}
.shop-details__top-content-text4 p {
margin: 0;
}
.shop-details__top-content-text4 p span {
color: var(--thm-black);
font-weight: 500;
}
.shop-details__top-content-text5 {
position: relative;
display: flex;
align-items: center;
margin-top: 20px;
}
.shop-details__top-content-text5 .title-box {
position: relative;
display: block;
margin-right: 20px;
}
.shop-details__top-content-text5 .title-box p {
color: var(--thm-black);
font-weight: 700;
}
.shop-details__top-content-text5 .social-links {
position: relative;
display: block;
}
.shop-details__top-content-text5 .social-links ul {
position: relative;
display: block;
}
.shop-details__top-content-text5 .social-links ul li {
position: relative;
display: inline-block;
margin-right: 10px;
}
.shop-details__top-content-text5 .social-links ul li:last-child {
margin-right: 0px;
}
.shop-details__top-content-text5 .social-links ul li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
color: var(--thm-black);
border: 1px solid #dfdfdf;
border-radius: 50%;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-details__top-content-text5 .social-links ul li a:hover {
background: var(--thm-primary);
border-color: var(--hm-primary);
color: var(--thm-white);
}
.shop-details__top-content-text5 .social-links ul li a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.shop-details__description {
position: relative;
display: block;
border: 1px solid var(--thm-black);
padding: 50px 60px 50px;
margin-top: 60px;
}
.shop-details__description h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 25px;
}
.shop-details__description p {
margin: 0;
}
.shop-details__description p+p {
margin-top: 36px;
}
.shop-details__client-reviews {
position: relative;
display: block;
margin-top: 50px;
}
.shop-details__client-reviews .title-box {
position: relative;
display: block;
margin-bottom: 29px;
}
.shop-details__client-reviews .title-box h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
}
.shop-details__client-reviews .inner {
position: relative;
display: block;
padding-left: 110px;
}
.shop-details__client-reviews .inner .img-box {
position: absolute;
top: 7px;
left: 0;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
}
.shop-details__client-reviews .inner .img-box img {
width: 100%;
}
.shop-details__client-reviews .inner .content-box {
position: relative;
display: block;
}
.shop-details__client-reviews .inner .content-box h4 {
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: var(--thm-gray);
}
.shop-details__client-reviews .inner .content-box h4 span {
color: var(--thm-black);
}
.shop-details__client-reviews .inner .content-box .rating-box {
position: relative;
display: block;
}
.shop-details__client-reviews .inner .content-box p {
margin: 0;
}
.shop-details__form {
position: relative;
display: block;
margin-top: 45px;
}
.shop-details__form .title-box {
position: relative;
display: block;
margin-bottom: 29px;
}
.shop-details__form .title-box h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
}
.shop-details__form form {
position: relative;
}
.shop-details__form form .form-group {
position: relative;
margin-bottom: 30px;
}
.shop-details__form form .form-group input[type="text"],
.shop-details__form form .form-group input[type="email"],
.shop-details__form form .form-group input[type="tel"],
.shop-details__form form .form-group input[type="url"],
.shop-details__form form .form-group textarea {
position: relative;
display: block;
font-size: 16px;
color: var(--thm-gray);
font-weight: 400;
text-transform: none;
padding: 0px 30px 0px;
width: 100%;
height: 60px;
background-color: var(--thm-gray-bg);
border-radius: 0px;
outline: none;
border: none;
font-family: var(--thm-font);
}
.shop-details__form form .form-group textarea {
height: 180px;
resize: none;
padding-top: 21px;
} .error-page {
position: relative;
display: block;
padding: 104px 0px 120px;
background: #ffffff;
z-index: 1;
}
.error-page__shape1 {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.7;
z-index: -1;
}
.error-page__wrapper {
position: relative;
display: block;
}
.error-page__content {
position: relative;
display: block;
}
.error-page__content h2 {
color: transparent;
-webkit-text-stroke: 4px var(--thm-black);
font-size: 250px;
line-height: 0.9em;
font-weight: 700;
margin-bottom: 15px;
}
.error-page__content h3 {
font-size: 60px;
line-height: 1.1em;
font-weight: 600;
margin-bottom: 25px;
}
.error-page__content p {
color: var(--thm-black);
font-weight: 600;
margin: 0px;
}
.error-page__content .btn-box {
position: relative;
display: block;
margin-top: 41px;
} .project-three--project {
position: relative;
display: block;
padding-bottom: 90px;
}
.project-three__single {
margin-bottom: 30px;
}
.project-three--project.project-three::before {
display: none;
}
.project-three--project .project-three__single-content {
right: 20px;
padding-right: 30px;
}
.project-three--project .project-three__single:hover .project-three__single-content {
-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transform: perspective(400px) rotateX(0deg) scaleY(1.0);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .6s;
transition-property: all;
opacity: 1;
}
.project-three--project .project-three__single:hover .project-three__single-content p {
opacity: 1;
transform: translateY(0%);
transition-delay: 900ms;
}
.project-three--project .project-three__single:hover .project-three__single-content h2 {
text-transform: capitalize;
visibility: visible;
opacity: 1;
clip-path: inset(0 0 0 0);
transform: translateY(0);
}
.project-three--project .project-three__single:hover .project-three__overlay-icon {
opacity: 1.0;
-webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
-ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
transform: perspective(400px) rotateX(0deg) translateX(-0%);
transition-delay: .3s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
} .cart-page {
position: relative;
display: block;
background: var(--thm-white);
padding: 113px 0px 120px;
}
.cart-page__left {
position: relative;
display: block;
margin-right: -30px;
}
.cart-page .table-responsive {
position: relative;
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media(max-width: 1199px) {
.cart-table {
min-width: 800px;
}
}
.cart-table {
margin-bottom: 24px;
}
.cart-table thead th {
color: var(--thm-black);
font-size: 18px;
line-height: 28px;
font-weight: 500;
padding: 0;
border: none;
padding-bottom: 12px;
font-family: var(--thm-font);
text-transform: capitalize;
}
.cart-table thead th:last-child {
text-align: right;
}
.cart-table tbody tr {
vertical-align: middle;
}
.cart-table tbody tr:last-child {
border-bottom: 1px solid #eaeaea;
}
.cart-table tbody td {
font-size: 16px;
font-weight: 500;
color: var(--thm-black);
vertical-align: middle;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 0;
padding-right: 0;
letter-spacing: 0;
font-family: var(--thm-font);
}
.cart-table tbody td:last-child {
text-align: right;
}
.cart-table .product-box {
display: flex;
align-items: center;
}
.cart-table .product-box .img-box {
position: relative;
display: block;
width: 85px;
margin-right: 26px;
}
.cart-table .product-box .img-box .inner {
position: relative;
display: block;
width: 85px;
border-radius: 3px;
overflow: hidden;
}
.cart-table .product-box .img-box img {
width: 100%;
}
.product-box-croos-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -12px;
height: 25px;
width: 25px;
background-color: var(--thm-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: var(--thm-white);
z-index: 2;
}
.cart-table h3 {
color: var(--thm-black);
font-size: 16px;
line-height: 28px;
font-weight: 500;
margin: 0;
text-transform: none;
font-family: var(--thm-font);
}
.cart-table h3 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.cart-table h3 a:hover {
color: var(--thm-primary);
}
.cart-cupon__form-box {
position: relative;
display: block;
}
.cart-cupon__sub-title {
font-size: 18px;
color: var(--thm-black);
font-weight: 500;
line-height: 28px;
margin-bottom: 16px;
}
.cart-cupon__form {
position: relative;
display: block;
}
.cart-cupon__input {
width: 100%;
background-color: transparent;
padding-left: 20px;
padding-right: 210px;
font-family: var(--thm-font);
font-size: 15px;
color: rgba(var(--thm-black-rgb), 0.5);
height: 60px;
border: 1px solid #dddddd;
outline: none;
font-weight: 400;
outline: none;
}
.cart-cupon__form input[type="text"]:focus {
border: 1px solid #dddddd;
}
.cart-cupon__form::placeholder {
color: rgba(var(--thm-black-rgb), .5);
}
.cart-cupon__form button {
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
border: none;
outline: none !important;
padding: 0px 60px 0px;
font-size: 16px;
line-height: 60px;
font-weight: 500;
text-transform: capitalize;
border-radius: 0;
font-family: var(--thm-font);
}
.cart-cupon__btn {
font-size: 15px;
font-weight: 500;
color: var(--thm-black);
position: relative;
display: inline-block;
font-family: var(--thm-font);
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-top: 23px;
}
.cart-cupon__btn:hover {
color: var(--thm-primary);
}
.cart-cupon__btn:before {
content: "";
position: absolute;
bottom: 6px;
left: 0;
right: 0;
height: 1px;
background-color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.cart-cupon__btn:hover:before {
background: var(--thm-primary);
}
.cart-page__right {
position: relative;
display: block;
margin-left: 40px;
margin-top: 5px;
}
.cart-page__total-box {
position: relative;
display: block;
}
.cart-page__total-table-outer {
position: relative;
width: 100%;
overflow-x: auto;
background-color: var(--thm-gray-bg);
padding-bottom: 25px;
}
.cart-page__total-table {
min-width: 330px;
width: 100%;
}
.cart-page__total-table tbody {
position: relative;
}
.cart-page__total-table tbody tr {
display: flex;
align-items: center;
justify-content: space-between;
padding: 19px 0px;
border-bottom: 1px solid #e4e2e0;
margin-left: 20px;
margin-right: 20px;
}
.cart-page__total-table tbody tr:first-child {
background-color: rgba(var(--thm-gray-rgb), 0.3);
padding: 13px 20px;
border-bottom: 0;
margin: 0;
}
.cart-page__total-table tbody tr:last-child {
border-bottom: 0;
}
.cart-page__total-table tbody tr td {
font-size: 18px;
font-weight: 600;
color: var(--thm-black);
text-transform: capitalize;
}
.cart-page__total-table tbody tr td .flat-rate {
color: var(--thm-black);
font-size: 16px;
line-height: 20px;
font-weight: 400;
text-transform: none;
}
.cart-page__total-table tbody tr td .shipping-usa {
font-size: 14px;
color: rgba(8, 5, 1, 0.7);
line-height: 20px;
}
.cart-page__total-table tbody tr td .change-address {
position: relative;
display: inline-block;
font-size: 14px;
color: var(--thm-black);
line-height: 14px;
font-weight: 400;
}
.cart-page__total-table tbody tr td .change-address a {
color: var(--thm-black);
}
.cart-page__total-table tbody tr td .change-address:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: var(--thm-black);
}
.proceed-checkout {
font-size: 15px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
border: none;
outline: none;
padding: 9px 0;
position: relative;
display: block;
width: 100%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.cart-page .product-quantity {
position: relative;
display: block;
max-width: 152px;
border-radius: 0px;
margin-right: 20px;
}
.cart-page .product-quantity-box {
position: relative;
display: flex;
align-items: center;
border: 1px solid #dddddd;
border-radius: 0px;
overflow: hidden;
padding-left: 1px;
}
.cart-page .product-quantity-box .input-group.bootstrap-touchspin {
position: relative;
width: 150px;
height: 60px;
}
.cart-page .product-quantity-box input.quantity-spinner.form-control {
position: relative;
display: block;
padding: 0;
width: 50px;
flex: none;
height: 60px;
color: var(--thm-black);
font-size: 16px;
font-weight: 500;
outline: none;
margin: 0 auto;
text-align: center;
border: none;
font-family: var(--thm-font);
z-index: 5;
left: 50px;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
position: absolute;
top: 0;
left: 0px;
bottom: 0;
right: 0;
width: 100%;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
position: relative;
display: block;
margin-left: 0px;
background: #f7f7f7;
color: var(--thm-black);
cursor: pointer;
height: 60px;
width: 50px;
margin: 0;
padding: 0;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
float: right;
border-left: none;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
float: left;
border-right: none;
}
.cart-page .product-quantity-box .form-control {
background: #f7f7f7;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
position: absolute;
top: 11px;
left: 0px;
right: 10px;
width: 100%;
height: 100%;
font-family: 'icomoon' !important;
content: "\e934";
color: var(--thm-black);
font-size: 15px;
padding: 0;
line-height: 60px;
width: 35px;
height: 35px;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transform: rotate(0deg);
font-weight: 700;
}
.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
position: absolute;
top: 11px;
left: 10px;
width: 100%;
height: 100%;
font-family: 'icomoon' !important;
content: "\e935";
color: var(--thm-black);
font-size: 15px;
padding: 0;
line-height: 60px;
width: 35px;
height: 35px;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-weight: 700;
}
.cart-page .table>:not(:first-child) {
border-top: 0px solid currentColor;
} .checkout-area {
position: relative;
display: block;
background: #ffffff;
padding: 120px 0px 120px;
}
.checkout-area .form {
position: relative;
display: block;
margin-top: -7px;
}
.checkout-area .form .title {
position: relative;
display: block;
border-bottom: 1px solid #eaeaea;
padding-bottom: 8px;
margin-bottom: 25px;
}
.checkout-area .form .title h3 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.checkout-area .form form .field-label {
color: var(--thm-black);
font-size: 16px;
font-weight: 400;
margin: 0 0 10px;
text-transform: none;
}
.checkout-area .form form .field-label.style2 {
color: var(--thm-black);
font-size: 18px;
font-weight: 600;
}
.checkout-area form .input-box {
position: relative;
display: block;
margin-bottom: 20px;
}
.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
position: relative;
display: block;
border: 1px solid #e0e0e0;
color: rgba(var(--thm-black-rgb), .8);
font-size: 15px;
height: 60px;
margin-bottom: 20px;
padding: 0 20px;
border-radius: 0px;
width: 100%;
outline: none;
transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea {
position: relative;
display: block;
border: 1px solid #e0e0e0;
color: rgba(var(--thm-black-rgb), .8);
font-size: 15px;
font-weight: 400;
height: 120px;
padding: 10px 20px;
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
outline: none;
}
.checkout__select-box {
position: relative;
display: block;
max-width: 100%;
width: 100%;
}
.checkout__select-box .nice-select {
position: relative;
display: block;
border: 1px solid #e0e0e0;
color: rgba(var(--thm-black-rgb), .8);
font-size: 15px;
line-height: 60px;
height: 60px;
margin-bottom: 20px;
padding: 0 20px;
border-radius: 0px;
width: 100%;
outline: none;
transition: all 500ms ease;
}
.checkout__select-box .nice-select .list {
width: 100%;
}
.checkout-area__checkbox {
position: relative;
display: block;
margin-bottom: 19px;
}
.checkout-area__checkbox-single+.checkout-area__checkbox-single {
margin-top: 0px;
}
.checkout-area__checkbox-single label {
position: relative;
display: inline-block;
padding-left: 30px;
margin-right: 0px;
margin-bottom: 0;
color: rgba(9, 9, 9, 0.87);
font-size: 15px;
line-height: 30px;
font-weight: 500;
cursor: pointer;
}
.checkout-area__checkbox-single input[type="checkbox"] {
display: none;
}
.checkout-area__checkbox-single input[type="checkbox"]+label span {
position: absolute;
display: block;
top: 7px;
left: 0;
width: 17px;
height: 17px;
vertical-align: middle;
border: 1px solid #d6d3d0;
cursor: pointer;
border-radius: 0%;
transition: all 300ms ease;
}
.checkout-area__checkbox-single label span:before {
position: absolute;
top: 3px;
left: 3px;
bottom: 3px;
right: 3px;
content: "";
background: #d6d3d0;
border-radius: 0%;
transform: scale(0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.checkout-area__checkbox-single input[type="checkbox"]:checked+label span {
border-color: #d6d3d0;
}
.checkout-area__checkbox-single input[type="checkbox"]:checked+label span:before {
transform: scale(1.0);
}
.checkout-area__sidebar {
position: relative;
display: block;
margin-left: 45px;
}
.checkout-area__sidebar-single {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 26px 20px 37px;
margin-bottom: 30px;
}
.checkout-area__sidebar-single.mb0 {
margin-bottom: 0;
padding-bottom: 55px;
}
.checkout-area__sidebar-single .title {
position: relative;
display: block;
border-bottom: 1px solid #e4e2e0;
padding-bottom: 11px;
}
.checkout-area__sidebar-single .title h3 {
color: var(--thm-black);
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.checkout-area__sidebar-single ul {
position: relative;
display: block;
}
.checkout-area__sidebar-single ul li {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #e4e2e0;
padding-top: 24px;
padding-bottom: 23px;
}
.checkout-area__sidebar-single ul li.bg {
position: relative;
z-index: 1;
}
.checkout-area__sidebar-single ul li.bg::before {
position: absolute;
top: -1px;
left: -20px;
bottom: -1px;
right: -20px;
background: #ffffff;
content: "";
z-index: -1;
}
.checkout-area__sidebar-single ul li:last-child {
border-bottom: none;
padding-bottom: 0px;
}
.checkout-area__sidebar-single ul li .text-box {
position: relative;
display: flex;
align-items: center;
}
.checkout-area__sidebar-single ul li .text-box .img-box {
position: relative;
display: block;
margin-right: 15px;
width: 50px;
overflow: hidden;
border-radius: 5px;
}
.checkout-area__sidebar-single ul li .text-box .img-box img {
width: 100%;
}
.checkout-area__sidebar-single ul li .title-one {
position: relative;
display: block;
}
.checkout-area__sidebar-single ul li .title-one p {
color: #080501;
font-size: 14px;
line-height: 22px;
font-weight: 500;
}
.checkout-area__sidebar-single ul li .title-box {
position: relative;
display: block;
}
.checkout-area__sidebar-single ul li .title-box p {
color: var(--thm-black);
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.checkout-area__sidebar-single ul li .title-box p span {
position: relative;
display: inline-block;
margin-left: 15px;
}
.checkout-area__sidebar-single ul li .price {
position: relative;
display: block;
line-height: 0;
}
.checkout-area__sidebar-single ul li .price p {
color: #080501;
font-size: 18px;
line-height: 24px;
font-weight: 600;
}
.checkout-area__sidebar-single ul li .price .text1 {
color: var(--thm-black);
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: var(--thm-font);
}
.checkout-area__sidebar-single ul li .price span {
color: rgba(var(--thm-black-rgb), 0.7);
font-size: 14px;
line-height: 20px;
}
.checkout-area__sidebar-single ul li .price a {
position: relative;
display: block;
color: var(--thm-black);
font-size: 14px;
line-height: 20px;
text-decoration: underline;
margin-top: 5px;
}
.checkout__payment {
position: relative;
display: block;
margin-bottom: 10px;
margin-top: 40px;
}
.checkout__payment__item {
position: relative;
display: block;
border: 1px solid #232323;
padding: 14px 20px 15px;
transition: all 200ms linear;
transition-delay: 0.1s;
margin-bottom: 10px;
}
.checkout__payment__item--active.checkout__payment__item {
border-color: var(--thm-primary);
}
.checkout__payment__item.mb0 {
margin-bottom: 0;
}
.checkout__payment__title {
display: flex;
color: var(--thm-black);
font-size: 16px;
font-weight: 400;
margin: 0;
align-items: center;
cursor: pointer;
font-family: var(--thm-font);
}
.checkout__payment__title::before {
content: '';
width: 18px;
height: 18px;
background-color: transparent;
border: 1px solid #0d0d0d;
border-radius: 50%;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 10px;
color: var(--thm-primary);
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
position: relative;
top: 0px;
transition: all 500ms ease;
}
.checkout__payment__item--active .checkout__payment__title::before {
background-color: transparent;
border-color: var(--thm-primary);
content: '\f00c';
}
.checkout__payment__content {
font-size: 15px;
line-height: 25px;
margin-top: 13px;
}
.checkout__payment__checkbox {
position: relative;
display: block;
margin-top: 28px;
}
.checkout__payment__checkbox label {
color: rgb(8, 5, 1, 0.87);
font-size: 15px;
line-height: 28px;
font-weight: 400;
padding-left: 25px;
}
.checkout__payment-btn {
position: relative;
display: block;
margin-top: 30px;
text-align: center;
}
.checkout__payment-btn a {
width: 100%;
background: var(--thm-primary);
color: #ffffff;
}
.checkout__payment-btn a.thm-btn {
justify-content: center;
} .project-three--project.style4 {
position: relative;
display: block;
padding-top: 0px;
} .nav-outer .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
display: none;
color: var(--thm-white);
margin-right: 30px;
top: 15px;
}
.nav-logo img {
width: 150px;
}
.mobile-menu {
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right: 30px;
max-width: 100%;
height: 100%;
z-index: 99;
border-radius: 0px;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
display: block !important;
}
.mobile-menu .nav-logo {
position: relative;
padding: 30px 25px;
text-align: left;
}
.mobile-menu-visible {
overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
height: 100%;
}
.menu-backdrop {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
background: var(--thm-white);
padding: 0px 0px;
z-index: 5;
box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
opacity: 1;
visibility: visible;
}
.mobile-menu .close-btn {
position: absolute;
right: 15px;
top: 28px;
line-height: 30px;
width: 35px;
text-align: center;
font-size: 20px;
color: #292b37;
cursor: pointer;
z-index: 10;
-webkit-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.mobile-menu .navigation {
position: relative;
display: block;
width: 100%;
float: none;
margin: 0;
padding: 0;
}
.mobile-menu .navigation ul {
padding: 0;
margin: 0;
}
.mobile-menu .navigation li {
position: relative;
display: block;
border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>a {
position: relative;
display: block;
line-height: 24px;
padding: 10px 60px 10px 25px;
font-size: 16px;
font-weight: 700;
color: var(--thm-black);
text-transform: capitalize;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: none;
}
.mobile-menu .navigation li>a:hover {
color: var(--thm-primary);
}
.mobile-menu .navigation li ul li>a {
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
margin-left: 60px;
}
.mobile-menu .navigation li>a:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
position: absolute;
right: 15px;
top: 6px;
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: var(--thm-white);
background: var(--thm-primary);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
color: var(--thm-primary);
}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
display: none;
}
.mobile-menu .social-links ul {
display: flex;
position: relative;
text-align: center;
padding: 30px 20px 20px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.mobile-menu .social-links li {
position: relative;
display: inline-block;
margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
position: relative;
line-height: 32px;
font-size: 16px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid var(--thm-black);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
border-color: var(--thm-primary);
background: var(--thm-primary);
color: var(--thm-white);
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 30px;
cursor: pointer;
line-height: 1;
color: var(--thm-white);
display: none;
padding: 34px 0 35px;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 5;
}
.menu-area .mobile-nav-toggler:hover {
color: var(--thm-primary);
}
.mobile-menu .contact-info {
position: relative;
display: flex;
align-items: center;
padding: 30px 25px 0px;
}
.mobile-menu .contact-info .icon-box {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
background: var(--thm-primary);
border-radius: 50%;
}
.mobile-menu .contact-info .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 14px;
line-height: 14px;
font-weight: 700;
}
.mobile-menu .contact-info p {
margin: 0;
margin-left: 15px;
font-weight: 600;
}
.mobile-menu .contact-info p a {
color: var(--thm-black);
}
.mobile-menu .contact-info p a:hover {
color: var(--thm-primary);
}
@keyframes menu_sticky {
0% {
margin-top: -90px;
}
50% {
margin-top: -50px;
}
100% {
margin-top: 0;
}
}
.sticky-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: auto;
background: var(--thm-primary);
-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
border-radius: 0;
z-index: 99;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
}
.sticky-menu .navbar-wrap ul li a {
padding: 35px 0;
} .main-header {
position: relative;
display: block;
width: 100%;
z-index: 99;
}
.menu-wrap {
position: relative;
display: block;
}
.menu-area__inner {
position: relative;
display: block;
}
.menu-nav {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.logo-box-one {
position: relative;
display: flex;
}
.logo-box-one a {
position: relative;
display: inline-block;
}
.navbar-wrap {
position: relative;
}
.navbar-wrap ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0 0;
margin: 0 0 0 auto;
}
.navbar-wrap ul li {
position: relative;
display: block;
list-style: none;
}
.navbar-wrap ul li+li {
margin-left: 36px;
}
.navbar-wrap ul li a {
position: relative;
display: block;
color: var(--thm-white);
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-transform: capitalize;
font-family: var(--thm-font);
padding: 35px 0px 35px;
z-index: 1;
}
.navbar-wrap>ul>li::after {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 2px;
background: var(--thm-primary);
border-radius: 0px;
transition: transform 700ms ease;
transform: scale(0, 1);
transform-origin: left center;
content: "";
}
.navbar-wrap>ul>li.active:after,
.navbar-wrap>ul>li:hover:after {
transform: scale(1, 1);
transform-origin: left center;
}
.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a { opacity: 0.6;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
display: none;
}
.navbar-wrap>ul>li.menu-item-has-children>a {
margin-right: 0px;
}
.navbar-wrap ul li .sub-menu {
position: absolute;
left: 0;
right: 0;
top: 100%;
min-width: 230px;
border: 0px solid #f5f5f5;
background: var(--thm-white);
margin: 0 0;
transform: scale(1, 0);
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
border-radius: 0;
padding: 0px 0;
display: block;
visibility: hidden;
opacity: 0;
z-index: 9;
}
.navbar-wrap ul li:hover>.sub-menu {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.navbar-wrap ul li .sub-menu .sub-menu {
right: auto;
left: 100%;
top: 0;
}
.navbar-wrap ul li .sub-menu li {
margin-left: 0;
text-align: left;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navbar-wrap ul li .sub-menu li:last-child {
border-bottom: none;
}
.navbar-wrap ul li .sub-menu li a {
padding: 15px 15px 13px 25px;
font-size: 15px;
line-height: 1.4;
font-weight: 500;
color: #5d5d5d;
background: var(--thm-white);
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover {
color: var(--thm-white);
background: var(--thm-primary);
} .main-header-one { top: 0;
left: 0;
right: 0;
border-bottom: 1px solid rgba(var(--thm-white-rgb), 0.14);
z-index: 11;
background: #2c333d;
}
.main-header-one .auto-container {
max-width: 1670px;
width: 100%;
}
.main-header-one__inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.main-header-one__left {
position: relative;
display: block;
}
.main-header-one__left .logo-box {
position: relative;
display: block;
}
.main-header-one__left .logo-box a {
position: relative;
display: inline-block;
}
.main-header-one__left .logo-box a img { }
.main-header-one__middle {
position: relative;
display: block;
}
.main-header-one__right {
position: relative;
display: flex;
align-items: center;
}
.header-search-box {
position: relative;
display: block;
}
.header-search-box a {
position: relative;
display: block;
color: var(--thm-white);
font-size: 20px;
line-height: 20px;
}
.header-shopping-cart {
position: relative;
display: block;
margin-left: 30px;
}
.header-shopping-cart a {
position: relative;
display: block;
color: var(--thm-white);
}
.header-shopping-cart a span {
position: relative;
display: inline-block;
font-size: 20px;
line-height: 20px;
top: 3px;
} .main-header-one.style2 {
position: relative;
display: block;
}
.main-header-one.style2 .auto-container {
max-width: 1790px;
width: 100%;
}
.main-header-one.style2 .navbar-wrap>ul>li::after {
display: none;
}
.main-header-one.style2 .navbar-wrap ul li a {
color: var(--thm-black);
font-weight: 600;
}
.main-header-one.style2 .navbar-wrap>ul>li.active>a,
.main-header-one.style2 .navbar-wrap>ul>li:hover>a {
color: var(--thm-primary);
}
.main-header-one.style2 .main-header-one__left {
position: relative;
display: flex;
align-items: center;
}
.main-header-one.style2 .main-header-one__left .navbar-wrap {
position: relative;
margin-left: 140px;
}
.main-header-one.style2 .header-search-box a {
color: var(--thm-black);
font-weight: 600;
}
.main-header-one.style2 .header-search-box a:hover {
color: var(--thm-primary);
}
.main-header-one.style2 .header-shopping-cart a {
color: var(--thm-black);
}
.main-header-one.style2 .header-shopping-cart a span {
font-weight: 700;
}
.main-header-one.style2 .header-shopping-cart a:hover {
color: var(--thm-primary);
}
.main-header-one__right .btn-box {
position: relative;
display: block;
margin-left: 30px;
}
.main-header-one.style2 .sticky-menu {
background: #ffffff;
} .main-header-one.style3 {
position: relative;
display: block;
border-bottom: 0px solid rgba(var(--thm-white-rgb), 0.14);
}
.main-header-one.style3 .auto-container {
max-width: 1315px;
width: 100%;
}
.main-header-one.style3 .header-search-box a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--thm-black);
font-weight: 600;
width: 100px;
height: 100px;
background: var(--thm-gray-bg);
}
.main-header-one.style3 .navbar-wrap>ul>li>a {
padding: 38.5px 0px 37.5px;
} .main-header-one.style4 {
position: relative;
display: block;
}
.main-header-four__top {
position: relative;
display: block;
background: var(--thm-black);
padding: 12px 0px 10px;
z-index: 1;
}
.main-header-four__top-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-contact-box {
position: relative;
display: block;
}
.header-contact-box ul {
position: relative;
display: flex;
align-items: center;
}
.header-contact-box ul li {
position: relative;
display: block;
margin-right: 60px;
}
.header-contact-box ul li:last-child {
margin-right: 0px;
}
.header-contact-box ul li a {
color: var(--thm-white);
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.header-contact-box ul li a:hover {
color: var(--thm-primary);
}
.header-social-links {
position: relative;
display: block;
}
.header-social-links ul {
position: relative;
display: flex;
align-items: center;
}
.header-social-links ul li {
position: relative;
display: block;
margin-right: 20px;
}
.header-social-links ul li:last-child {
margin-right: 0;
}
.header-social-links ul li a {
position: relative;
display: block;
color: var(--thm-white);
}
.header-social-links ul li a:hover {
color: var(--thm-primary);
}
.header-social-links ul li a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
}
.main-header-four__bottom {
position: relative;
display: block;
}
.main-header-one.style4 .navbar-wrap ul li a {
color: var(--thm-black);
}
.main-header-one.style4 .navbar-wrap>ul>li.active>a,
.main-header-one.style4 .navbar-wrap>ul>li:hover>a {
color: var(--thm-primary);
}
.main-header-one.style4 .navbar-wrap>ul>li::after {
display: none;
}
.main-header-one.style4 .header-search-box a {
color: var(--thm-black);
}
.main-header-one.style4 .header-search-box a:hover {
color: var(--thm-primary);
}
.main-header-one.style4 .header-shopping-cart a {
color: var(--thm-black);
}
.main-header-one.style4 .header-shopping-cart a:hover {
color: var(--thm-primary);
}
.main-header-one.style4 .sticky-menu {
background: #ffffff;
}
.main-header-one.style4 .sticky-menu .main-header-four__top {
display: none;
}
.main-header-one.style4 .menu-area .mobile-nav-toggler {
color: var(--thm-black);
}
.main-header-one.style4 .menu-area .mobile-nav-toggler:hover {
color: var(--thm-primary);
} .service-one {
position: relative;
display: block;
padding: 80px 0 80px;
background: var(--thm-black);
z-index: 1;
}
.service-one__shape2 {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
background-position: center center;
background-repeat: repeat-x;
min-height: 12px;
animation: bgSlide 20s linear infinite;
z-index: 1;
}
.service-one .sec-title h2 { }
.service-one__single {
position: relative;
display: block;
padding: 7px 0px 20px;
margin-bottom: 30px;
overflow: hidden;
z-index: 1;
border-bottom: 1px solid;
} .service-one__single:hover::before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.service-one__single .shape1 {
position: absolute;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 1200ms ease;
transition: all 1200ms ease;
-webkit-transform: translateX(80px);
transform: translateX(80px);
z-index: -1;
}
.service-one__single:hover .shape1 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 300ms;
transition-delay: 300ms;
}
.service-one__single-inner {
position: relative;
display: block; z-index: 5;
}
.service-one__single-inner .count-text {
position: absolute;
left: 0;
bottom: 8px;
color: #202835;
font-size: 40px;
line-height: 50px;
font-weight: 700;
letter-spacing: 0.018em;
transform: rotate(180deg) translateX(0%);
width: max-content;
writing-mode: vertical-rl;
text-orientation: mixed;
}
.service-one__single-inner .icon-box {   }
.service-one__single-inner .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 65px;
line-height: 65px;
transition: all 600ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.service-one__single:hover .service-one__single-inner .icon-box span {
transform: scale(0.9);
color: var(--thm-primary);
}
.service-one__single-inner .content-box {
position: relative;
display: block;
}
.service-one__single-inner .content-box h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.02em;
margin-bottom: 18px;
}
.service-one__single-inner .content-box h2 a {
color: var(--thm-white);
}
.service-one__single-inner .content-box h2 a:hover { }
.service-one__single-inner .content-box p {
color: #abafb5;
}
.service-one__single-inner .content-box .btn-box {
position: relative;
display: block;
margin-top: 20px;
}
.service-one__single-inner .content-box .btn-box a {
color: var(--thm-white);
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.018em;
transition: all 400ms linear;
transition-delay: 0.1s;
}
.service-one__single:hover .service-one__single-inner .content-box .btn-box a {
color: var(--thm-primary);
} .service-two {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 120px 0px 90px;
overflow: hidden;
z-index: 1;
}
.service-two .shape1 {
position: absolute;
left: 0;
bottom: -20px;
opacity: 0.7;
z-index: -1;
}
.service-two__single {
position: relative;
display: block;
overflow: hidden;
background: var(--thm-white);
box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.06);
padding: 60px 60px 60px;
padding-right: 20px;
margin-bottom: 30px;
z-index: 1;
}
.service-two__single .shape2 {
position: absolute;
top: 0;
right: -101%;
transition: all 0.7s ease;
opacity: 0;
}
.service-two__single:hover .shape2 {
right: 0px;
opacity: 1;
}
.service-two__single::before {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
background: var(--thm-black);
content: "";
}
.service-two__single-bg {
position: absolute;
content: "";
top: 0;
left: -101%;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
transition: all 0.6s ease;
opacity: 0;
z-index: -1;
}
.service-two__single:hover .service-two__single-bg {
left: 0px;
opacity: 1;
}
.service-two__single-bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-black);
opacity: 0.9;
content: "";
}
.service-two__single-icon {
position: relative;
display: block;
margin-bottom: 24px;
}
.service-two__single-icon span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 65px;
line-height: 65px;
}
.service-two__single-text {
position: relative;
display: block;
}
.service-two__single-text h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 13px;
}
.service-two__single-text h2 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.service-two__single:hover .service-two__single-text h2 a {
color: var(--thm-white);
}
.service-two__single-text p {
margin: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.service-two__single:hover .service-two__single-text p {
color: #abafb5;
}
.service-two__single .btn-box {
position: relative;
display: block;
margin-top: 40px;
}
.service-two__single .btn-box a {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 14px;
line-height: 50px;
font-weight: 700;
letter-spacing: 0.018em;
text-transform: uppercase;
border: 1px solid #dcdcdc;
padding: 0px 20px 0px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.service-two__single:hover .btn-box a {
background: var(--thm-primary);
border-color: var(--thm-primary);
color: var(--thm-white);
} .services-details {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 120px;
}
.services-details__content {
position: relative;
display: block;
margin-right: 30px;
}
.services-details__content-img1 {
position: relative;
display: block;
margin-bottom: 45px;
}
.services-details__content-img1 img {
width: 100%;
}
.services-details__content .text-box1 {
position: relative;
display: block;
}
.services-details__content .text-box1 h2 {
font-size: 32px;
line-height: 42px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px;
}
.services-details__content .text-box1 .text1 {
position: relative;
display: block;
margin-bottom: 15px;
}
.services-details__content .text-box1 .text2 {
position: relative;
display: block;
}
.services-details__content .text-box1 ul {
position: relative;
display: block;
margin-top: 45px;
}
.services-details__content .text-box1 ul li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.services-details__content .text-box1 ul li:last-child {
margin-bottom: 0px;
}
.services-details__content .text-box1 ul li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--thm-gray-bg);
}
.services-details__content .text-box1 ul li .icon span::before {
position: relative;
display: inline-block;
color: var(--thm-gray);
font-size: 17px;
}
.services-details__content .text-box1 ul li .text {
position: relative;
display: block;
margin-left: 15px;
flex: 1;
}
.services-details__content .text-box1 ul li .text p {
margin: 0;
}
.services-details__content .text-box2 {
position: relative;
display: block;
margin-top: 30px;
}
.services-details__content .text-box2 p {
margin: 0;
}
.text-box2 ul {
position: relative;
display: block;
margin-top: 20px;
margin-bottom: 20px;
}
.text-box2 ul li:last-child {
margin-bottom: 0;
}
.text-box2 ul li{
position: relative;
margin: 0;
padding-left: 25px;
margin-bottom: 13px;
color: #abafb5;
}
.text-box2 ul li:before {
position: absolute;
top: 11px;
left: 0;
width: 10px;
height: 10px;
background: #bfc2c3;
border-radius: 50%;
content: "";
}
.services-details__content-img2 {
position: relative;
display: block;
margin-top: 54px;
}
.services-details__content-img2 img {
width: 100%;
}
.services-details__content .text-box3 {
position: relative;
display: block;
margin-top: 30px;
}
.services-details__content .text-box3 .text1 {
position: relative;
display: block;
margin-bottom: 15px;
}
.services-details__content .text-box3 .text2 {
position: relative;
display: block;
}
.services-details__content .text-box4 {
position: relative;
display: block;
margin-top: 34px;
margin-bottom: 20px;
}
.services-details__content .text-box4-single {
position: relative;
display: block;
margin-bottom: 30px;
}
.services-details__content .text-box4-single .title-box {
position: relative;
display: block;
margin-bottom: 12px;
}
.services-details__content .text-box4-single .title-box h2 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
text-transform: capitalize;
}
.services-details__content .text-box4-single ul {
position: relative;
display: block;
}
.services-details__content .text-box4-single ul li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 5px;
}
.services-details__content .text-box4-single ul li:last-child {
margin-bottom: 0;
}
.services-details__content .text-box4-single ul li .icon-box {
position: relative;
display: block;
}
.services-details__content .text-box4-single ul li .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 20px;
line-height: 20px;
}
.services-details__content .text-box4-single ul li .text-box {
position: relative;
display: block;
margin-left: 15px;
flex: 1;
}
.services-details__content .text-box4-single ul li .text-box p {
color: var(--thm-black);
font-weight: 500;
margin: 0;
}
.services-details__content .text-box4-single .text {
position: relative;
display: block;
}
.services-details__content .text-box4-single .text p {
margin: 0;
}
.services-details__accordion {
position: relative;
display: block;
}
.services-details__accordion .faq-one__accrodion .accrodion .accrodion-title {
background: var(--thm-gray-bg);
}
.services-details__accordion .faq-one__accrodion .accrodion .accrodion-content {
background: var(--thm-gray-bg);
}
.services-details__accordion .faq-one__accrodion .accrodion .accrodion-content .inner {
background-color: var(--thm-white);
} .blog-one {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0 80px;
z-index: 1;
}
.blog-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.blog-one__single-img {
position: relative;
display: block;
}
.blog-one__single-img .inner {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.blog-one__single-img .inner .overlay-icon {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
z-index: 5;
}
.blog-one__single:hover .blog-one__single-img .inner .overlay-icon {
transform: scale(1.0);
opacity: 1;
}
.blog-one__single-img .inner .overlay-icon a {
position: relative;
display: block;
color: var(--thm-white);
}
.blog-one__single-img .inner .overlay-icon a:hover {
color: var(--thm-primary);
}
.blog-one__single-img .inner .overlay-icon a span {
position: relative;
display: inline-block;
font-size: 40px;
line-height: 40px;
}
.blog-one__single-img .inner img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.blog-one__single:hover .blog-one__single-img .inner img {
transform: scale(1);
}
.blog-one__single-img .inner:before {
position: absolute;
left: 0;
top: 0;
height: 0;
width: 100%;
background: rgba(var(--thm-black-rgb), 0.6);
opacity: 0;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
content: "";
z-index: 1;
}
.blog-one__single:hover .blog-one__single-img .inner:before {
height: 100%;
opacity: 1;
}
.blog-one__single-img .inner:after {
position: absolute;
content: "";
background: rgba(var(--thm-black-rgb), 0.3);
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
z-index: 1;
-moz-transition: all 600ms ease-out 0s;
-webkit-transition: all 600ms ease-out 0s;
-ms-transition: all 600ms ease-out 0s;
-o-transition: all 600ms ease-out 0s;
transition: all 600ms ease-out 0s;
}
.blog-one__single:hover .blog-one__single-img .inner:after {
height: 0;
opacity: 1;
}
.blog-one__single-content {
position: relative;
display: block;
padding: 16px 0px 0px;
}
.blog-one__single-content .meta-info {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 17px;
}
.blog-one__single-content .meta-info li {
position: relative;
display: block;
}
.blog-one__single-content .meta-info li p {
margin: 0;
}
.blog-one__single-content .meta-info li p a {
color: var(--thm-gray);
}
.blog-one__single-content .meta-info li p a:hover {
color: var(--thm-primary);
}
.blog-one__single-content h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
letter-spacing: -0.04em;
}
.blog-one__single-content h2 a {
color: var(--thm-black);
}
.blog-one__single-content h2 a:hover {
color: var(--thm-primary);
}
.blog-one__single-content .btn-box {
position: relative;
display: block;
margin-top: 21px;
}
.blog-one__single-content .btn-box a {
color: var(--thm-gray);
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
}
.blog-one__single-content .btn-box a:hover {
color: var(--thm-primary);
}
.blog-one__single-content .btn-box a span {
position: relative;
display: inline-block;
font-size: 20px;
line-height: 20px;
font-weight: 700;
top: 4px;
padding-left: 6px;
} .blog-one.style2 {
position: relative;
display: block;
padding: 120px 0 90px;
z-index: 1;
}
.blog-two__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 430px;
z-index: -1;
}
.blog-two__bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(var(--thm-black-rgb), 0.85);
content: "";
}
.blog-one.style2 .sec-title h2 {
color: var(--thm-white);
}
.blog-one.style2 .blog-one__single-content {
position: relative;
display: block;
background: var(--thm-white);
box-shadow: 0px 0px 60px 0px rgba(16, 23, 40, 0.06);
padding: 16px 30px 40px;
}
.blog-one.style2 .blog-one__single-content .btn-box a {
color: var(--thm-primary);
display: flex;
align-items: center;
}
.blog-one.style2 .blog-one__single-content .btn-box a span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--thm-primary);
font-size: 11px;
line-height: 11px;
font-weight: 700;
top: 0px;
padding-left: 0px;
margin-left: 10px;
color: var(--thm-white);
transform: scale(0.9);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.blog-one.style2 .blog-one__single:hover .blog-one__single-content .btn-box a span {
transform: scale(1.0);
opacity: 1;
}
.blog-one.style2 .blog-one__single-img .inner .overlay-icon a span {
font-size: 35px;
line-height: 35px;
} .sidebar {
position: relative;
display: block;
}
.sidebar__single {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 40px 40px 40px;
margin-bottom: 30px;
z-index: 1;
}
.sidebar__category {
position: relative;
display: block;
}
.sidebar__title {
font-size: 22px;
line-height: 32px;
font-weight: 700;
text-transform: capitalize;
margin-top: -8px;
margin-bottom: 31px;
}
.sidebar__category-list {
position: relative;
display: block;
}
.sidebar__category-list li {
position: relative;
display: block;
margin-bottom: 10px;
}
.sidebar__category-list li:last-child {
margin-bottom: 0;
}
.sidebar__category-list li a {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--thm-white);
color: var(--thm-black);
font-size: 18px;
line-height: 40px;
font-weight: 500;
text-transform: capitalize;
padding: 4px 20px 6px;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.sidebar__category-list li a:hover,
.sidebar__category-list li a.active {
color: var(--thm-white);
}
.sidebar__category-list li a::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0px;
right: 0;
border-radius: 0px;
background-color: var(--thm-primary);
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
transform-origin: bottom right;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
z-index: -1;
}
.sidebar__category-list li a:hover::before,
.sidebar__category-list li a.active::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: top center;
}
.sidebar__category-list li a span {
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 700;
}
.sidebar__support {
position: relative;
display: block;
padding: 87px 40px 95px;
z-index: 1;
}
.sidebar__support-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: -1;
}
.sidebar__support-bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(var(--thm-black-rgb), 0.9);
content: "";
z-index: -2;
}
.sidebar__support__inner {
position: relative;
display: block;
}
.sidebar__support__inner h2 {
color: var(--thm-white);
font-size: 30;
line-height: 40px;
font-weight: 700;
}
.sidebar__support__inner .btn-box {
position: relative;
display: block;
margin-top: 46px;
}
.sidebar__contact {
position: relative;
display: block;
padding: 31px 40px 32px;
}
.sidebar__contact-inner {
position: relative;
display: flex;
align-items: center;
}
.sidebar__contact-inner .icon-box {
position: relative;
display: block;
}
.sidebar__contact-inner .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 40px;
line-height: 40px;
}
.sidebar__contact-inner .text-box {
position: relative;
display: block;
margin-left: 20px;
}
.sidebar__contact-inner .text-box p {
margin: 0;
}
.sidebar__contact-inner .text-box h4 {
color: var(--thm-black);
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.sidebar__contact-inner .text-box h4 a {
color: var(--thm-black);
}
.sidebar__contact-inner .text-box h4 a:hover {
color: var(--thm-primary);
}
.sidebar__search {
position: relative;
display: block;
}
.sidebar__search-form {
position: relative;
}
.sidebar__search-form input[type="search"] {
display: block;
border: none;
outline: none;
background-color: #ffffff;
color: var(--thm-gray);
font-size: 16px;
font-weight: 400;
padding-left: 30px;
height: 60px;
width: 100%;
padding-right: 60px;
border-radius: 3px;
border: 1px solid #dcdfe2;
}
.sidebar__search-form ::-webkit-input-placeholder {
color: var(--thm-gray);
opacity: 1;
}
.sidebar__search-form ::-moz-placeholder {
color: var(--thm-gray);
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: var(--thm-gray);
opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
color: var(--thm-gray);
opacity: 1;
}
.sidebar__search-form ::placeholder {
color: var(--thm-gray);
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: var(--thm-gray);
}
.sidebar__search-form ::-ms-input-placeholder {
color: var(--thm-gray);
}
.sidebar__search-form button[type="submit"] {
background-color: var(--thm-primary);
color: #ffffff;
font-size: 18px;
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
width: 50px;
outline: none;
border: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
border-radius: 3px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__search-form:hover button[type="submit"] {
background-color: var(--thm-black);
color: #ffffff;
}
.sidebar__recent-post {
position: relative;
display: block;
}
.sidebar__recent-post-box {
position: relative;
display: block;
}
.sidebar__recent-post-box li {
position: relative;
display: block;
border-bottom: 1px solid rgba(var(--thm-black-rgb), 0.2);
padding-bottom: 25px;
margin-top: 25px;
}
.sidebar__recent-post-box li:last-child {
padding-bottom: 0px;
border: none;
}
.sidebar__recent-post-box li .inner {
position: relative;
display: flex;
align-items: center;
}
.sidebar__recent-post-box li .inner .img-box {
position: relative;
display: block;
width: 95px;
height: 95px;
overflow: hidden;
z-index: 1;
}
.sidebar__recent-post-box li .inner .img-box:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
background: rgba(var(--thm-black-rgb), 0.6);
opacity: 0;
z-index: 1;
content: "";
}
.sidebar__recent-post-box li:hover .inner .img-box:before {
opacity: 1;
}
.sidebar__recent-post-box li .inner .img-box img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}
.sidebar__recent-post-box li:hover .inner .img-box img {
transform: scale(1);
}
.sidebar__recent-post-box li .inner .content-box {
position: relative;
display: block;
margin-left: 20px;
flex: 1;
}
.sidebar__recent-post-box li .inner .content-box h4 {
font-size: 16px;
line-height: 26px;
font-weight: 700;
}
.sidebar__recent-post-box li .inner .content-box h4 a {
color: var(--thm-black);
}
.sidebar__recent-post-box li .inner .content-box h4 a:hover {
color: var(--thm-primary);
}
.sidebar__recent-post-box li .inner .content-box p {
font-size: 15px;
}
.sidebar__recent-post-box li .inner .content-box p span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
top: 2px;
margin-right: 6px;
}
.sidebar__tags {
position: relative;
display: block;
overflow: hidden;
}
.sidebar__tags-list {
position: relative;
display: block;
margin-left: -5px;
margin-right: -5px;
}
.sidebar__tags-list li {
position: relative;
display: inline-block;
float: left;
padding: 0px 5px 0px;
margin-bottom: 10px;
}
.sidebar__tags-list li a {
position: relative;
display: block;
color: var(--thm-gray);
font-size: 15px;
font-weight: 400;
background: var(--thm-white);
padding: 6px 24px;
border-radius: 2px;
text-transform: capitalize;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.sidebar__tags-list li a:hover {
color: #ffffff;
background: var(--thm-primary);
} .blog-sidebar {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 90px;
z-index: 1;
}
.blog-sidebar__content {
position: relative;
display: block;
margin-right: 30px;
}
.blog-sidebar__single {
position: relative;
display: block;
margin-bottom: 40px;
}
.blog-sidebar__single-img {
position: relative;
display: block;
}
.blog-sidebar__single-img .inner {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.blog-sidebar__single-img .inner:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
background: rgba(var(--thm-black-rgb), 0.6);
opacity: 0;
z-index: 1;
content: "";
}
.blog-sidebar__single:hover .blog-sidebar__single-img .inner:before {
opacity: 1;
}
.blog-sidebar__single-img .inner img {
width: 100%;
transition: .5s ease;
transform: scale(1.03);
}
.blog-sidebar__single:hover .blog-sidebar__single-img .inner img {
transform: scale(1);
}
.blog-sidebar__single-content {
position: relative;
display: block;
background: var(--thm-white);
box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
padding: 34px 40px 40px;
margin-left: 40px;
margin-top: -80px;
z-index: 5;
}
.blog-sidebar__single-content .meta-box {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 12px;
}
.blog-sidebar__single-content .meta-box li {
position: relative;
display: flex;
align-items: center;
float: left;
margin-right: 18px;
}
.blog-sidebar__single-content .meta-box li:last-child {
margin-right: 0px;
}
.blog-sidebar__single-content .meta-box li .icon {
position: relative;
display: block;
}
.blog-sidebar__single-content .meta-box li .icon span {
position: relative;
display: inline-block;
color: var(--thm-black);
font-size: 15px;
line-height: 15px;
font-weight: 700;
}
.blog-sidebar__single-content .meta-box li .text {
position: relative;
display: block;
margin-left: 8px;
margin-top: 0;
}
.blog-sidebar__single-content .meta-box li .text p {
margin: 0;
}
.blog-sidebar__single-content .meta-box li .text p a {
color: var(--thm-gray);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-sidebar__single-content .meta-box li .text p a:hover {
color: var(--thm-primary);
}
.blog-sidebar__content h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
}
.blog-sidebar__content h2 a {
color: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-sidebar__content h2 a:hover {
color: var(--thm-primary);
}
.blog-sidebar__content .btn-box {
position: relative;
display: block;
margin-top: 29px;
}
.blog-sidebar__single-img .main-slider__nav {
position: absolute;
top: 50%;
left: -30px;
right: -30px;
line-height: 0;
height: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
z-index: 99;
} .blog-details {
position: relative;
display: block;
background: var(--thm-white);
padding: 120px 0px 120px;
z-index: 1;
}
.blog-details__content {
position: relative;
display: block;
margin-right: 30px;
}
.blog-details__content-img1 {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 40px;
z-index: 1;
}
.blog-details__content-img1::before {
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;
}
.blog-details__content-img1:hover::before {
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.blog-details__content-img1 img {
width: 100%;
transition: .5s ease;
transform: scale(1.03);
}
.blog-details__content-img1:hover img {
transform: scale(1);
}
.blog-details__content-text1 {
position: relative;
display: block;
}
.blog-details__content-text1 h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 22px;
}
.blog-details__content-text1 .text1 {
color: var(--thm-primary);
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.014em;
margin-bottom: 20px;
}
.blog-details__content-text1 .text2 {
margin: 0;
}
.blog-details__content-img2 {
position: relative;
display: block;
margin-top: 50px;
}
.blog-details__content-img2-single {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.blog-details__content-img2-single img {
width: 100%;
}
.blog-details__content-text2 {
position: relative;
display: block;
margin-top: 20px;
}
.blog-details__content-text2 h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 10px;
}
.blog-details__content-text2 p {
margin: 0;
}
.blog-details__content-text3 {
position: relative;
display: block;
background: var(--thm-gray-bg);
padding: 40px 40px 40px;
margin-top: 50px;
}
.blog-details__content-text3 .icon-box {
position: relative;
display: block;
margin-bottom: 16px;
}
.blog-details__content-text3 .icon-box span {
position: relative;
display: inline-block;
color: var(--thm-primary);
font-size: 45px;
line-height: 45px;
}
.blog-details__content-text3 .text-box {
position: relative;
display: block;
}
.blog-details__content-text3 .text-box h4 {
font-size: 20px;
line-height: 35px;
font-weight: 700;
margin-bottom: 10px;
}
.blog-details__content-text3 .text-box p {
color: var(--thm-primary);
font-weight: 600;
}
.blog-details__content-text4 {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #e0e0e0;
margin-top: 50px;
padding-top: 40px;
}
.blog-details__content-text4 .tag-box {
position: relative;
display: flex;
align-items: center;
}
.blog-details__content-text4 .tag-box .title {
position: relative;
display: block;
}
.blog-details__content-text4 .tag-box .title h2 {
font-size: 22px;
line-height: 32px;
font-weight: 700;
}
.blog-details__content-text4 .tag-box .tag-box-list {
position: relative;
display: block;
margin-left: 20px;
}
.blog-details__content-text4 .tag-box .tag-box-list ul {
position: relative;
display: block;
}
.blog-details__content-text4 .tag-box .tag-box-list ul li {
position: relative;
display: inline-block;
}
.blog-details__content-text4 .tag-box .tag-box-list ul li+li {
margin-left: 6px;
}
.blog-details__content-text4 .tag-box .tag-box-list ul li a {
position: relative;
display: block;
background: var(--thm-gray-bg);
color: var(--thm-gray);
font-size: 16px;
line-height: 30px;
text-transform: capitalize;
padding: 0px 20px 0px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-details__content-text4 .tag-box .tag-box-list ul li a:hover {
background: var(--thm-primary);
color: var(--thm-white);
}
.blog-details__content-text4 .icon-box {
position: relative;
display: block;
}
.blog-details__content-text4 .icon-box a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--thm-white);
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--thm-black);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-details__content-text4 .icon-box a:hover {
background: var(--thm-primary);
}
.blog-details__content-text4 .icon-box a span {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 15px;
} .comment-one {
position: relative;
display: block;
margin-top: 45px;
}
.comment-one__title {
color: var(--thm-black);
font-size: 32px;
line-height: 42px;
font-weight: 600;
text-transform: capitalize;
margin: 0;
margin-bottom: 31px;
}
.comment-one__single {
position: relative;
display: -webkit-box;
display: flex;
align-items: center;
margin-bottom: 53px;
}
.comment-one__image {
position: relative;
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
}
.comment-one__image img {
width: 100%;
}
.comment-one__content {
position: relative;
margin-left: 30px;
flex: 1;
}
.comment-one__content h3 {
margin: 0;
font-size: 22px;
margin-bottom: 11px;
font-weight: 600;
}
.comment-one__content p {
margin: 0;
margin-bottom: 13px;
}
.comment-one__content span {
color: var(--thm-gray);
font-size: 15px;
line-height: 25px;
font-weight: 600;
}
.comment-one__btn {
position: relative;
color: var(--thm-primary);
font-size: 15px;
line-height: 25px;
font-weight: 600;
text-transform: capitalize;
font-family: var(--thm-font);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
padding-left: 16px;
}
.comment-one__btn:hover {
color: var(--thm-black);
}
.blog-details__content-form {
position: relative;
display: block;
}
.blog-details__content-form .title-box {
position: relative;
display: block;
margin-bottom: 35px;
}
.blog-details__content-form .title-box h2 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
}
.blog-details__content-form .title-box p {
margin: 0;
}
.blog-details__content-form form input[type="text"],
.blog-details__content-form form input[type="email"] {
color: var(--thm-gray);
font-size: 16px;
font-weight: 400;
width: 100%;
height: 60px;
background: var(--thm-gray-bg);
border: 0px solid #e4e4e4;
padding: 0 30px;
margin-bottom: 20px;
border-radius: 0px;
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-details__content-form form textarea {
color: var(--thm-gray);
font-size: 16px;
font-weight: 400;
width: 100%;
height: 150px;
border: 0px solid #e4e4e4;
background: var(--thm-gray-bg);
padding: 20px 30px 30px;
margin-bottom: 10px;
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
border-radius: 0px;
}
.blog-details__content-form form input[type="text"]:focus {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="email"]:focus {
color: var(--thm-gray);
}
.blog-details__content-form form textarea:focus {
color: rgba(21, 23, 26, 1.0);
}
.blog-details__content-form form input[type="text"]::-webkit-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="text"]:-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="text"]::-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="text"]:-ms-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="email"]::-webkit-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="email"]:-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="email"]::-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form input[type="email"]:-ms-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form textarea::-webkit-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form textarea:-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form textarea::-moz-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form form textarea:-ms-input-placeholder {
color: var(--thm-gray);
}
.blog-details__content-form .contact-page__btn {
position: relative;
display: block;
}
.blog-details__content-form .contact-page__btn button {
position: relative;
display: block;
outline: none;
border: none;
} .testimonials-two {
position: relative;
display: block;
background: var(--thm-primary);
padding: 80px 0px 80px;
z-index: 1;
}
.testimonials-two__pattern {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 360px;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.12;
z-index: -1;
}
.testimonials-two .shape1 {
position: absolute;
left: -10px;
bottom: 0;
opacity: 0.06;
z-index: -1;
}
.testimonials-two__single {
position: relative;
display: block;
background: var(--thm-white);
box-shadow: 0px 2px 60px 0px rgba(18, 20, 31, 0.06);
padding: 30px 30px 30px;
z-index: 1;
}
.testimonials-two__single::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transform: scaleX(0.9) rotateX(0deg);
transition: all 0.4s linear;
background: transparent;
border: 1px solid var(--thm-primary);
opacity: 0;
border-radius: 0px;
content: "";
z-index: -1;
}
.testimonials-two__single:hover:before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.testimonials-two__single-top {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 26px;
}
.testimonials-two__single-top .img-box {
position: relative;
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
}
.testimonials-two__single-top .img-box img {
width: 100%;
}
.testimonials-two__single-top .icon-box {
position: relative;
display: block;
}
.testimonials-two__single-top .icon-box span {
position: relative;
display: inline-block;
color: #737373;
font-size: 30px;
line-height: 40px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.testimonials-two__single:hover .testimonials-two__single-top .icon-box span {
color: var(--thm-primary);
}
.testimonials-two__single-text {
position: relative;
display: block;
margin-bottom: 24px;
padding-right: 10px;
}
.testimonials-two__single-text p {
margin: 0;
}
.testimonials-two__single-bottom {
position: relative;
display: block;
}
.testimonials-two__single-bottom h3 {
font-size: 22px;
line-height: 27px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.02em;
}
.testimonials-two__single-bottom p {
margin: 0;
}
#testimonials-two__pagination {
position: relative;
padding-top: 42px;
z-index: 55;
}
#testimonials-two__pagination .swiper-pagination-bullet {
position: relative;
width: 8px;
height: 8px;
margin: 0px 7.5px;
background: #a7a7a7;
border-radius: 50%;
opacity: 1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
#testimonials-two__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--thm-white);
}
#testimonials-two__pagination .swiper-pagination-bullet::before {
position: absolute;
top: -4px;
left: -4px;
bottom: -4px;
right: -4px;
border: 1px solid var(--thm-primary);
border-radius: 50%;
transform: scaleX(0);
transition: all 200ms linear;
transition-delay: 0.1s;
content: "";
}
#testimonials-two__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#testimonials-two__pagination .swiper-pagination-bullet:hover {
transform: scaleX(1.0);
} .page-header {
position: relative;
display: block;
padding: 150px 0px 150px;
overflow: hidden;
z-index: 1;
}
.page-header__bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--thm-black);
background-blend-mode: luminosity;
background-attachment: scroll;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.page-header__bg::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000d24;
opacity: 0.2;
z-index: -2;
content: "";
}
.page-header__inner {
position: relative;
display: block;
}
.page-header__inner .thm-breadcrumb {
position: relative;
display: block;
margin-bottom: 13px;
}
.page-header__inner .thm-breadcrumb li {
position: relative;
display: inline-block;
color: var(--thm-white);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
font-family: var(--thm-font);
transition: all 200ms linear;
transition-delay: 0.1s;
padding-left: 8px;
padding-right: 13px;
}
.page-header__inner .thm-breadcrumb li.active {
color: var(--thm-primary);
}
.page-header__inner .thm-breadcrumb li::before {
position: absolute;
top: 4px;
right: 0;
bottom: 6px;
width: 2px;
background: var(--thm-primary);
transform: rotate(15deg);
content: "";
}
.page-header__inner .thm-breadcrumb li:last-child:before {
display: none;
}
.page-header__inner .thm-breadcrumb li:first-child {
padding-left: 0;
}
.page-header__inner .thm-breadcrumb li:last-child {
padding-right: 0;
}
.page-header__inner .thm-breadcrumb li a {
color: var(--thm-white);
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.016em;
font-family: var(--thm-font);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.page-header__inner .thm-breadcrumb li a:hover {
color: var(--thm-primary);
}
.page-header__inner h2 {
color: var(--thm-white);
font-size: 55px;
line-height: 1em;
font-weight: 700;
text-transform: capitalize;
} .footer-one {
position: relative;
display: block;
background: var(--thm-black);
overflow: hidden;
z-index: 10;
}
.footer-one .shape1 {
position: absolute;
top: 155px;
right: 0;
opacity: 0.08;
z-index: -1;
}
.footer-main {
position: relative;
display: block;
padding: 90px 0px 80px;
overflow: hidden;
z-index: 1;
}
.single-footer-widget {
position: relative;
display: block;
}
.single-footer-widget .title {
position: relative;
display: block;
margin-top: -8px;
}
.single-footer-widget .title h2 {
color: var(--thm-white);
font-size: 20px;
line-height: 36px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: -0.016em;
}
.footer-widget__about {
position: relative;
display: block;
}
.footer-widget__about .logo-box {
position: relative;
display: block;
}
.footer-widget__about .logo-box a {
position: relative;
display: block;
}
.footer-widget__about .logo-box a img { }
.footer-widget__about-inner {
position: relative;
display: block;
margin-top: 39px;
}
.footer-widget__about-inner .text-box {
position: relative;
display: block;
margin-bottom: 19px;
}
.footer-widget__about-inner .text-box p,
.footer-widget__about-inner,
.footer-widget__about-inner p {
color: #abafb5;
line-height: 26px;
}
.footer-widget__about-inner .number-box {
position: relative;
display: block;
}
.footer-widget__about-inner .number-box a {
color: var(--thm-white);
font-weight: 500;
}
.footer-social-link {
position: relative;
display: flex;
align-items: center;
margin-top: 11px;
}
.footer-social-link a {
position: relative;
display: block;
color: #abafb5;
font-size: 16px;
line-height: 30px;
font-weight: 500;
text-transform: uppercase;
}
.footer-social-link a::before {
position: absolute;
left: 0;
bottom: 6px;
right: 0;
height: 1px;
background: var(--thm-white);
transform: scaleX(0.8) rotateX(0deg);
transition: all 0.4s linear;
opacity: 0;
content: "";
}
.footer-social-link a:hover::before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.footer-social-link a:hover {
color: var(--thm-white);
}
.footer-social-link a+a {
margin-left: 15px;
}
.footer-widget__links {
position: relative;
display: block;
margin-left: 75px;
margin-right: -15px;
}
.footer-widget__links-box {
position: relative;
display: block;
margin-top: 27px;
}
.footer-widget__links-box ul {
position: relative;
display: block;
}
.footer-widget__links-box ul li {
position: relative;
display: block;
margin-bottom: 11px;
}
.footer-widget__links-box ul li:last-child {
margin-bottom: 0px;
}
.footer-widget__links-box ul li a {
position: relative;
display: inline-block;
color: #abafb5;
font-size: 16px;
line-height: 28px;
font-weight: 400;
text-transform: capitalize;
font-family: var(--thm-font);
}
.footer-widget__links-box ul li a:hover {
color: var(--thm-white);
padding-left: 15px;
}
.footer-widget__links-box ul li a::before {
position: absolute;
top: 9px;
left: 0;
color: var(--thm-white);
font-size: 10px;
line-height: 10px;
font-weight: 700;
font-family: 'icomoon' !important;
content: "\e90d";
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.footer-widget__links-box ul li a:hover::before {
transform: scale(1.0);
opacity: 1;
}
.footer-widget__links.quick-link {
position: relative;
display: block;
margin-left: 120px;
}
.footer-widget__newsletter {
position: relative;
display: block;
margin-left: 60px;
}
.footer-widget__newsletter-box {
margin-top: 27px;
}
.footer-widget__newsletter-text {
position: relative;
display: block;
}
.footer-widget__newsletter-text p {
color: #abafb5;
}
.footer-widget__newsletter-form {
position: relative;
display: block;
margin-top: 25px;
}
.footer-widget__newsletter-form .input-box {
position: relative;
display: block;
}
.footer-widget__newsletter-form .input-box input[type="email"] {
color: var(--thm-gray);
font-size: 16px;
height: 60px;
width: 100%;
background-color: var(--thm-white);
padding-left: 30px;
padding-right: 65px;
border-radius: 30px;
outline: none;
border: none;
border-bottom: 0px solid #495252;
font-family: var(--thm-font);
}
.footer-widget__newsletter-form-btn {
position: absolute;
top: 3px;
right: 3px;
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background-color: var(--thm-primary);
font-size: 15px;
color: var(--thm-white);
padding: 0;
margin: 0;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__newsletter-form-btn:hover {
background-color: var(--thm-black);
color: #ffffff;
}
.footer-bottom {
position: relative;
display: block;
border-top: 1px solid #191f2a;
padding: 30px 0px 30px;
}
.footer-bottom__inner {
position: relative;
display: block;
}
.footer-bottom__text {
position: relative;
display: block;
}
.footer-bottom__text p {
color: #bfbfbf;
font-weight: 500;
}
.footer-bottom__text p a {
color: var(--thm-primary);
}
.text-white p {color:#fff}
.text-white {color:#fff}