@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); :root {
--font-default: "Roboto", sans-serif;
--fontawesome: "Font Awesome 5 Pro";
--black: #000000;
--dark: #1b1b1b;
--dark-secondary: #24282b;
--white: #ffffff;
--color-primary: #1273eb;
--color-secondary: #18ebeb;
--color-style-two: #ee2852;
--color-style-three: #ca1579;
--color-heading: #1d2746;
--color-paragraph: #666666;
--border-default: #e7e7e7;
--box-shadow-primary: 0 0 25px rgb(0 0 0 / 8%);
--box-shadow-secondary: 0 10px 30px 0 rgb(44 130 237 / 40%);
--box-shadow-tertiary: 0px 2px 12px 0px #e7e7e7;
--box-shadow-dark: 0px 0px 0px;
--bg-gray: linear-gradient(
90deg,
rgba(237, 245, 255, 1) 0%,
rgba(204, 223, 247, 1) 100%
);
--bg-gradient: linear-gradient(
90deg,
var(--color-primary) 0%,
var(--color-secondary) 100%
);
--bg-gradient-secondary: linear-gradient(
90deg,
var(--color-style-two) 0%,
var(--color-style-three) 100%
);
}  * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body,
html {
height: 100%;
}
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
.wrapper {
height: 100%;
}
img {
border: none;
outline: none;
max-width: 100%;
}
label {
display: inline-block;
font-weight: normal;
margin-bottom: 5px;
max-width: 100%;
}
a {
outline: none;
text-decoration: none;
color: var(--color-heading);
}
a img {
border: none;
}
a:active {
outline: none;
text-decoration: none;
color: var(--color-heading);
opacity: 1;
}
a:focus {
outline: none;
text-decoration: none;
color: var(--color-heading);
}
a:hover {
outline: none;
text-decoration: none;
color: var(--color-primary);
opacity: 1;
}
.torch-red a:hover {
color: var(--color-style-two);
}
button {
outline: medium none;
}
iframe {
border: none;
}
hr {
margin-top: 0;
margin-bottom: 0;
border: 0;
border-top: 1px solid #eeeeee;
}
pre {
display: block;
margin: 0 0 30px;
padding: 9.5px;
word-wrap: break-word;
word-break: break-all;
color: #333333;
border: 1px solid #ededed;
border-radius: inherit;
background-color: #f9f9f9;
font-size: 13px;
line-height: 1.42857143;
}
input {
border: 1px solid #e7e7e7;
border-radius: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
min-height: 50px;
}
input:focus {
outline: none;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}
textarea:focus {
outline: none;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}
select:focus {
outline: none;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}
ul {
list-style-type: none;
}
ul,
li {
margin: 0;
padding: 0;
list-style: none;
}
b {
font-weight: 600;
}
strong {
font-weight: 600;
}
.row {
--bs-gutter-x: 30px;
} body {
font-family: var(--font-default);
font-size: 15px;
font-weight: 400;
line-height: 1.8;
overflow-x: hidden;
background-color: var(--white);
color: var(--color-paragraph);
}
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--color-heading);
font-weight: 600;
line-height: 1.2;
font-family: var(--font-heading);
letter-spacing: 0;
margin: 0;
margin-bottom: 15px;
}
h1 {
font-size: 40px;
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 30px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
a,
.btn,
button {
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
outline: medium none;
text-decoration: none;
font-weight: 600;
}
p {
color: var(--color-paragraph);
margin: 0 0 25px;
text-transform: none;
font-weight: 400;
font-family: var(--font-default);
}
.form-group {
margin-bottom: 20px;
} .container-medium {
padding: 0 15px;
margin: auto;
max-width: 1400px;
}
.container-full {
padding: 0 15px;
margin: auto;
max-width: 1400px;
}
.container-fill {
padding: 0 15px;
margin: auto;
max-width: 100%;
padding: 0;
}
@media (min-width: 576px) {
.container-medium {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-medium {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-medium {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-medium {
max-width: 1400px;
width: 80%;
}
}
@media (min-width: 576px) {
.container-full {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-full {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-full {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-full {
max-width: 1400px;
width: 90%;
}
}
@media (min-width: 576px) {
.container-fill {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-fill {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fill {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-fill {
width: 100%;
max-width: 100%;
}
}
@media (max-width: 1199px) {
.container-fill {
padding: 0 15px;
}
}
.fixed-bg {
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.bg-cover {
background-position: center center;
background-size: cover;
}
.bg-fixed {
background-attachment: fixed;
background-position: center top;
background-size: cover;
}
.bg-gray {
background: linear-gradient(
90deg,
rgba(237, 245, 255, 1) 0%,
rgba(204, 223, 247, 1) 100%
);
}
.bg-light {
background-color: var(--white);
}
.bg-dark {
background-color: var(--dark) !important;
}
.bg-theme {
background-color: var(--color-primary);
}
.bg-gradient {
background: var(--bg-gradient) !important;
}
.torch-red .bg-gradient {
background: var(--bg-gradient-secondary) !important;
}
.gradient-bg {
background-image: linear-gradient(
90deg,
var(--color-secondary) 23%,
var(--color-primary) 100%
);
background-color: var(--color-primary);
}
span.h2 {
display: block;
}
.text-light h1,
.text-light h2,
.text-light .h2,
.text-light h3,
.text-light .h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
color: var(--white);
}
.shadow {
position: relative;
z-index: 1;
box-shadow: inherit !important;
}
.shadow.dark::after {
background: var(--black) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.shadow.dark-hard::after {
background: var(--black) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.75;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.shadow.theme::after {
background: var(--color-primary) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.shadow.theme-hard::after {
background: var(--color-primary) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
position: relative;
}
.default-padding {
padding-top: 120px;
padding-bottom: 120px;
}
.default-padding-top {
padding-top: 120px;
}
.default-padding-bottom {
padding-bottom: 120px;
}
.default-padding.bottom-less {
padding-top: 120px;
padding-bottom: 90px;
}
.default-padding-bottom.bottom-less {
margin-bottom: -30px;
}
.default-padding-top.bottom-less {
margin-bottom: -30px;
}
.top-border {
border-top: 1px solid #e7e7e7;
}
.align-center {
align-items: center;
} .btn {
display: inline-block;
font-weight: 700;
text-transform: capitalize;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
overflow: hidden;
border-radius: 8px;
font-size: 15px;
text-transform: none;
letter-spacing: 0.5px;
}
.btn-md {
padding: 17px 42px;
}
.btn-md.btn-theme {
padding: 17px 40px;
}
.btn-md i {
font-size: 18px;
position: relative;
top: 3px;
margin-left: 30px;
}
.btn-md i::after {
position: absolute;
left: -19px;
top: 8px;
content: "";
border: 1px solid var(--white);
width: 30px;
height: 1px;
}
.btn-sm {
padding: 14px 40px;
font-size: 14px;
}
a:hover,
a:active {
opacity: 1;
text-decoration: none;
}
.btn.btn-gradient {
position: relative;
z-index: 1;
color: var(--white);
}
.btn.btn-gradient::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background-image: linear-gradient(
to right,
var(--color-primary),
var(--color-secondary),
var(--color-primary)
);
background-size: 220% 150%;
text-transform: uppercase;
display: inline-block;
color: var(--white) !important;
background-color: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.torch-red .btn.btn-gradient::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background-image: linear-gradient(
to right,
var(--color-style-two),
var(--color-style-three),
var(--color-style-two)
);
background-size: 220% 150%;
text-transform: uppercase;
display: inline-block;
color: var(--white) !important;
background-color: var(--color-style-two);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
background-position: -70% 0;
color: var(--white);
}
.btn.btn-light.effect {
color: var(--color-heading);
border: 2px solid transparent;
overflow: hidden;
position: relative;
}
.btn.btn-light.effect::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: var(--white);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn.btn-light.effect:hover {
border: 2px solid var(--white);
color: var(--white);
background: transparent;
}
.btn.btn-light.effect:hover::after {
width: 0;
}
.btn.btn-dark.effect {
color: var(--white);
border: 2px solid transparent;
box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
overflow: hidden;
z-index: 1;
position: relative;
}
.btn.btn-dark.effect::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: #202942;
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn.btn-dark.effect:hover {
border: 2px solid #202942;
color: #202942;
background: transparent;
}
.btn.btn-dark.effect:hover::after {
width: 0;
}
.btn-light.border {
background: var(--white);
border: 2px solid #e7e7e7 !important;
}
.btn.btn-theme.effect {
color: var(--white);
border: 2px solid #35b4f1;
overflow: hidden;
position: relative;
}
.btn.btn-theme.effect::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: #35b4f1;
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn.btn-theme.effect::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 0;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.shadow .btn.btn-theme.effect::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 0;
background: var(--white);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn.btn-theme.effect:hover {
border: 2px solid var(--color-primary);
color: var(--white);
background: transparent;
}
.shadow .btn.btn-theme.effect:hover {
border: 2px solid var(--white);
color: var(--color-heading);
background: transparent;
}
.btn.btn-theme.effect:hover::after {
width: 0;
}
.btn.btn-theme.effect:hover::before {
width: 100%;
}
.torch-red .btn.btn-theme.effect {
color: var(--white);
border: 2px solid var(--color-style-two);
overflow: hidden;
position: relative;
}
.torch-red .btn.btn-theme.effect::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: var(--color-style-two);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.torch-red .btn.btn-theme.effect::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 0;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.torch-red .shadow .btn.btn-theme.effect::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 0;
background: var(--white);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.torch-red .btn.btn-theme.effect:hover {
border: 2px solid var(--color-primary);
color: var(--white);
background: transparent;
}
.torch-red .shadow .btn.btn-theme.effect:hover {
border: 2px solid var(--white);
color: var(--color-style-two);
background: transparent;
}
.torch-red .btn.btn-theme.effect:hover::after {
width: 0;
}
.torch-red .btn.btn-theme.effect:hover::before {
width: 100%;
}
.btn-theme-border {
border: 2px solid var(--color-primary);
overflow: hidden;
position: relative;
z-index: 1;
}
.btn-theme-border::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 0;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn-theme-border.circle::after {
border-radius: 30px;
}
.btn-theme-border:hover::after {
width: 100%;
}
.btn-theme-border:hover {
color: var(--white);
}
.btn-light-border {
border: 2px solid var(--white);
overflow: hidden;
position: relative;
z-index: 1;
color: var(--white);
}
.btn-light-border::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 0;
background: var(--white);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn-light-border.circle::after {
border-radius: 30px;
}
.btn-light-border:hover::after {
width: 100%;
}
.btn-light-border:hover {
color: var(--color-heading);
}
.btn-theme-effect {
border: 2px solid var(--color-primary);
overflow: hidden;
position: relative;
z-index: 1;
color: var(--white);
}
.btn-theme-effect::after {
position: absolute;
left: -10%;
top: -10%;
content: "";
height: 120%;
width: 120%;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.btn-theme-effect.circle::after {
border-radius: 30px;
}
.btn-theme-effect:hover::after {
width: 0;
}
.btn-theme-effect:hover {
color: var(--color-heading);
} .relative {
position: relative;
z-index: 1;
}
.bg-fixed {
background-attachment: fixed !important;
background-position: center center !important;
background-size: cover !important;
}
.bg-cover {
background-position: center center !important;
background-size: cover !important;
}
.overflow-hidden {
overflow: hidden;
}
button,
button:focus {
border: none !important;
box-shadow: inherit !important;
outline: inherit !important;
} .site-heading h4 {
text-transform: uppercase;
font-weight: 600;
color: var(--color-primary);
position: relative;
z-index: 1;
display: inline-block;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.torch-red .site-heading h4 {
color: var(--color-style-two);
background: var(--bg-gradient-secondary);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.site-heading p {
margin: 0;
margin-top: 10px;
}
.site-heading span.h2,
.site-heading h2 {
display: block;
font-weight: 700;
position: relative;
margin-bottom: 0;
}
@media (min-width: 1024px) {
.site-heading span.h2,
.site-heading h2 {
font-size: 36px;
}
.title {
font-size: 50px;
line-height: 1.1;
}
}
.site-heading .devider {
display: inline-block;
width: 50px;
height: 2px;
background: var(--color-primary);
position: relative;
z-index: 1;
left: 10px;
}
.torch-red .site-heading .devider {
background: var(--color-style-two);
}
.site-heading.light .devider {
background: var(--white);
}
.site-heading .devider:before {
position: absolute;
left: -15px;
top: 0;
content: "";
height: 2px;
width: 10px;
background: var(--color-primary);
}
.torch-red .site-heading .devider:before {
background: var(--color-style-two);
}
.area-title {
font-size: 40px;
line-height: 1.2;
}
.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}
.left-heading {
margin-bottom: 60px;
}
.left-heading h4 {
text-transform: uppercase;
display: inline-block;
font-weight: 600;
color: var(--color-primary);
margin-top: -5px;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.left-heading h2 {
font-weight: 600;
margin-bottom: 0;
}
.carousel-shadow .owl-stage-outer {
margin: -15px -15px;
padding: 15px;
}
@media only screen and (min-width: 1100px) {
.left-border::before {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 70px;
background: #edf5ff;
}
.bg-gray.left-border::before {
background: var(--white);
}
} .top-bar-area .container-full {
padding: 0 30px;
}
.top-bar-area {
font-family: var(--font-default);
font-weight: 400;
}
.top-bar-area.transparent {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 9;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
overflow: hidden;
}
.top-bar-area.transparent i {
color: var(--white) !important;
}
.top-bar-area.inc-border {
border-bottom: 1px solid #e7e7e7;
}
.top-bar-area li {
display: inline-block;
margin-left: 15px;
padding-left: 15px;
position: relative;
z-index: 1;
font-size: 13px;
}
.top-bar-area li:first-child {
margin: 0;
padding: 0;
border: none;
}
.top-bar-area p {
margin: 0;
font-weight: 600;
}
.top-bar-area p a {
text-decoration: underline;
font-weight: 600;
}
.top-bar-area.inc-border {
border-bottom: 1px solid #e7e7e7;
}
.top-bar-area .button a {
display: inline-block;
padding: 6px 25px;
color: var(--white);
position: relative;
z-index: 1;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.top-bar-area li::after {
position: absolute;
left: 0;
top: 5px;
content: "";
height: 19px;
width: 1px;
border-left: 1px solid #dddddd;
}
.top-bar-area.transparent li::after {
border-left: 1px solid rgba(255, 255, 255, 0.3);
height: 80px;
top: -30px;
}
.top-bar-area li:first-child::after {
display: none;
}
.top-bar-area .item-flex {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-area .social ul {
margin-left: 30px;
}
.top-bar-area .social ul li::after {
display: none;
}
.top-bar-area .social li {
margin-left: 10px;
}
.top-bar-area.inc-pad {
padding: 10px 0;
}
.top-bar-area.inc-padding {
padding: 10px 0;
}
.top-bar-area .button i {
margin-right: 5px;
}
.top-bar-area .info li i {
margin-right: 5px;
color: #104cba;
}
.top-bar-area.fixed {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 9;
}
.top-bar-area.fixe .row {
align-items: center;
}
.top-bar-area.fixed {
padding: 20px 0;
}
.top-bar-area .address-info li {
text-align: left;
}
.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
display: inline-block;
}
.top-bar-area .address-info li .icon i {
margin-right: 10px;
}
.top-bar-area .info a {
margin-left: 20px;
}
.top-bar-area.fixed .container {
padding-right: 30px;
}
.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
color: var(--white);
}
.top-bar-area.inc-logo {
padding: 15px 0;
}
.top-bar-area .info-colums ul {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-area .info-colums ul .info span {
display: block;
font-weight: 600;
text-transform: uppercase;
}
.top-bar-area .info-colums li i {
font-size: 35px;
}
.top-bar-area .info-colums ul .info {
font-size: 14px;
text-align: left;
}
.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
display: inline-block;
}
.top-bar-area .info-colums ul li {
text-align: left;
}
.top-bar-area .info-colums ul li .info {
line-height: 24px;
}
.top-bar-area .info-colums ul li .icon {
margin-right: 15px;
}
.top-bar-area .info-colums ul li::after {
height: 90%;
top: 5%;
}
.top-bar-area.bg-theme .info-colums ul li::after {
border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar-area .info-colums ul li .icon i {
color: #104cba;
}
.top-bar-area.bg-theme .info-colums ul li .icon i {
color: var(--white);
}
.top-bar-area.bg-theme {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} .breadcrumb-area {
padding: 150px 0;
position: relative;
z-index: 1;
overflow: hidden;
}
.breadcrumb-area.top-pad-extra {
padding-top: 240px;
}
.breadcrumb-area .row {
position: relative;
z-index: 1;
}
.breadcrumb-area .breadcrumb {
background: transparent none repeat scroll 0 0;
display: inline-block;
margin: 0;
padding: 0;
position: relative;
z-index: 1;
}
.breadcrumb-area h1 {
display: block;
font-weight: 600;
text-transform: capitalize;
font-size: 40px;
margin-top: -10px;
margin-bottom: 20px;
}
.breadcrumb > li + li::before {
content: "\f105";
font-family: "Font Awesome 5 Pro";
font-weight: 600;
padding: 0 5px;
color: var(--white);
display: none;
}
.breadcrumb-area .breadcrumb li i {
margin-right: 5px;
}
.breadcrumb-area .breadcrumb li {
padding: 0 20px;
position: relative;
z-index: 1;
display: inline-block;
}
.breadcrumb-area .breadcrumb li::after {
content: "";
height: 2px;
left: -10px;
margin-top: -1px;
position: absolute;
top: 50%;
background: var(--white);
width: 15px;
}
.breadcrumb-area .breadcrumb li:first-child::after {
display: none;
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
font-weight: 600;
text-transform: uppercase;
color: var(--white);
font-family: var(--font-default);
} body,
.banner-area,
.banner-area div {
height: 100%;
}
.banner-area.auto-height,
.banner-area.auto-height div {
height: auto;
}
.banner-area.auto-height .content {
padding: 150px 0;
}
.banner-area .box-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.banner-area .box-table {
display: table;
width: 100%;
}
.banner-area .box-cell,
.banner-area .box-cell div {
height: auto;
}
.banner-area {
position: relative;
overflow: hidden;
z-index: 1;
}
.banner-area .content {
position: relative;
z-index: 9;
overflow: hidden;
} .banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
animation-delay: 0.5s;
}
.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
animation-delay: 0.7s;
}
.banner-area .carousel-item p {
animation-delay: 0.5s;
}
.banner-area .carousel-item ul {
animation-delay: 0.6s;
}
.banner-area .carousel-item a,
.banner-area .carousel-item button {
animation-delay: 0.7s;
} .carousel-fade .carousel-inner .carousel-item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
} @-webkit-keyframes zoom {
from {
-webkit-transform: scale(1, 1);
}
to {
-webkit-transform: scale(1.2, 1.2);
}
}
@-moz-keyframes zoom {
from {
-moz-transform: scale(1, 1);
}
to {
-moz-transform: scale(1.2, 1.2);
}
}
@-o-keyframes zoom {
from {
-o-transform: scale(1, 1);
}
to {
-o-transform: scale(1.2, 1.2);
}
}
@keyframes zoom {
from {
transform: scale(1, 1);
}
to {
transform: scale(1.2, 1.2);
}
}
.carousel-inner .carousel-item > .slider-thumb {
-webkit-animation: zoom 20s;
animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
height: 100%;
position: absolute;
width: 100%;
}
.banner-area .carousel-control {
background: transparent none repeat scroll 0 0;
height: 60px;
font-size: 16px;
line-height: 60px;
margin-top: -25px;
opacity: 1;
padding: 0;
position: absolute;
top: 50%;
width: 60px;
z-index: 9;
display: inline-block;
text-align: center;
border: 2px solid var(--white) !important;
border-radius: 50%;
color: var(--white);
opacity: 0;
transition: all 0.35s ease-in-out;
}
.banner-area .carousel-control.shadow {
background: transparent none repeat scroll 0 0;
color: var(--white);
font-size: 20px;
height: 50px;
line-height: 50px;
margin-top: -25px;
opacity: 1;
padding: 0;
position: absolute;
text-shadow: inherit;
top: 50%;
width: 50px;
z-index: 1;
}
.banner-area .carousel-control.shadow::after {
background: #1e2726 none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.banner-area .carousel-control.left {
left: -80px;
}
.banner-area .carousel-control.left::after {
position: absolute;
left: 25px;
top: 50%;
content: "";
height: 1px;
width: 80px;
background: var(--white);
}
.banner-area .carousel-control.left::before {
position: absolute;
left: 20px;
top: 22px;
content: "";
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid var(--white);
}
.banner-area:hover .carousel-control.left {
left: 50px;
opacity: 1;
}
.banner-area:hover .carousel-control.shadow.left {
left: 20px;
}
.banner-area .carousel-control.right {
right: -80px;
}
.banner-area:hover .carousel-control.right {
right: 50px;
opacity: 1;
}
.banner-area .carousel-control.right::after {
position: absolute;
right: 25px;
top: 50%;
content: "";
height: 1px;
width: 80px;
background: var(--white);
}
.banner-area .carousel-control.right::before {
position: absolute;
right: 20px;
top: 23px;
content: "";
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid var(--white);
}
.banner-area:hover .carousel-control.shadow.right {
right: 20px;
} .banner-area .carousel-control.position-right {
position: absolute;
right: -100px;
left: auto !important;
margin: 0;
top: 50%;
transform: translateX(-50%);
}
.banner-area .carousel-control.position-right.right {
margin-top: -80px;
}
.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
right: 0;
left: auto !important;
}
.carousel-control.light-bg::after,
.carousel-control.light-bg::before {
display: none;
}
.carousel-control.light-bg {
background: var(--white);
color: var(--color-primary);
box-shadow: 0 0 10px #cccccc !important;
}
.banner-area .container {
position: relative;
} .banner-area .carousel-indicator {
position: absolute;
left: 10px;
bottom: 0;
width: 100%;
}
.banner-area .carousel-indicators {
position: absolute;
right: auto;
left: 0;
width: auto;
height: auto;
top: auto;
bottom: 0;
margin: 0;
padding: 30px 0;
}
.banner-area .carousel-indicators.right {
padding: 80px 0;
left: auto;
right: 0;
}
.banner-area .carousel-indicators button {
display: block;
height: 20px;
width: 20px;
margin: 10px 5px;
border: 2px solid rgba(255, 255, 255, 0.7) !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: transparent;
position: relative;
z-index: 1;
}
.banner-area .carousel-indicators.theme button {
border: 2px solid #e7e7e7 !important;
opacity: 1;
}
.banner-area .carousel-indicators button.active {
border: 2px solid var(--white) !important;
}
.banner-area .carousel-indicators.theme button.active {
border: 2px solid var(--color-primary) !important;
}
.torch-red .banner-area .carousel-indicators.theme button.active {
border: 2px solid var(--color-style-two) !important;
}
.banner-area .carousel-indicators button::after {
position: absolute;
left: 50%;
top: 50%;
content: "";
height: 5px;
width: 5px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: var(--white);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.banner-area .carousel-indicators.theme button::after {
background: var(--color-primary);
}
.torch-red .banner-area .carousel-indicators.theme button::after {
background: var(--color-style-two);
}
.double-items > .row div {
height: auto;
} .banner-area .top-right-shape {
position: absolute;
right: 0;
top: 0;
height: 100% !important;
width: 60%;
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
background-position: right top;
}
.banner-area .top-left-shape {
position: absolute;
left: 0;
top: 0;
height: 60% !important;
width: 60%;
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
background-position: left top;
}
.banner-area .shape-thumb {
margin-right: -50px;
}
.banner-area .shape-thumb img {
padding: 50px;
}
.banner-area.top-pad-140p .carousel-item {
padding-top: 140px;
}
.banner-area.inc-shape::after {
position: absolute;
right: -100px;
top: -200px;
content: "";
height: 600px;
width: 800px;
background: linear-gradient(
90deg,
var(--color-primary) 57%,
var(--color-secondary) 100%
);
z-index: -1;
border-radius: 30px;
transform: rotate(45deg);
opacity: 0.1;
}
.banner-area.text-default h4 {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 600;
margin-bottom: 25px;
background: linear-gradient(
90deg,
var(--color-primary) 0%,
var(--color-secondary) 37%
);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.torch-red .banner-area.text-default h4 {
color: var(--color-style-two);
background: linear-gradient(
90deg,
var(--color-style-two) 0%,
var(--color-style-three) 37%
);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.banner-area.text-default h2 {
font-weight: 600;
font-size: 70px;
margin: 0;
line-height: 1.1;
}
.banner-area.text-default a {
margin-top: 40px;
}
.banner-area.inc-video h2 {
font-size: 42px;
font-weight: 600;
line-height: 1.1;
}
.banner-area.inc-video h4 {
text-transform: uppercase;
color: var(--white);
font-weight: 400;
margin-bottom: 30px;
}
.banner-area h2 span {
font-weight: 200;
}
.banner-area.inc-video a.btn {
margin-top: 23px;
}
.banner-area p {
padding-right: 30%;
font-size: 18px;
line-height: 36px;
font-weight: 300;
}
.banner-area.text-center p {
padding-left: 15%;
padding-right: 15%;
}
.banner-area.inc-video a span {
position: absolute;
left: 80px;
top: 0;
min-width: 129px;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
cursor: inherit;
}
.banner-area.inc-video a.video-play-button {
margin-bottom: 50px;
}
.banner-area.inc-video .content {
overflow: inherit;
}
.banner-area.top-pad-50 .content {
padding-top: 25px;
}
.banner-area.top-pad-80 .content {
padding-top: 80px;
}
.banner-area .shape-right-bottom {
position: absolute;
right: 0;
bottom: 0;
height: 60%;
width: 40%;
z-index: 9;
background-size: contain;
background-repeat: no-repeat;
background-position: right bottom;
}
.banner-area.text-big h2 {
font-size: 150px;
line-height: 120px;
font-weight: 600;
text-transform: uppercase;
}
.banner-area.text-big h2 span {
font-weight: 100;
font-size: 80px;
display: block;
line-height: 1.2;
}
.banner-area.text-big a.btn {
margin-top: 20px;
}
.banner-area .fixed-shape {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100% !important;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
opacity: 0.5;
}
.banner-area.auto-height .shape-thumb img {
padding: 50px;
margin-top: 120px;
padding-bottom: 0;
}
.banner-area.auto-height .content {
padding: 0;
padding-top: 120px;
} .video-play-button {
color: var(--color-primary);
font-size: 30px;
left: 50%;
padding-left: 7px;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: var(--white) repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button.theme:before,
.video-play-button.theme:after {
background: var(--color-primary) repeat scroll 0 0;
}
.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
background: #ff5621 repeat scroll 0 0;
}
.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: var(--white) repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: all 200ms;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
}
@-webkit-keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.video-play-button i {
display: block;
position: relative;
z-index: 3;
color: var(--color-primary);
}
.torch-red .video-play-button i {
color: var(--color-style-two);
}
.video-play-button.theme i {
color: var(--white);
}
.video-play-button.relative {
position: relative;
display: inline-block;
left: 30px;
height: 68px;
width: 68px;
line-height: 68px;
text-align: center;
margin-top: 0 !important;
top: 55px;
margin-left: 10px;
}
.video-play-button.relative::before,
.video-play-button.relative::after {
height: 60px;
width: 60px;
line-height: 60px;
}
.video-play-button.relative i {
line-height: 70px;
font-size: 25px;
} .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: var(--white);
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 50px;
line-height: 50px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
margin-bottom: 15px;
z-index: 1;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
border-color: #999;
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: "";
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
overflow-y: auto !important;
height: 200px;
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #96aac1;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: var(--white);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
background-color: #f6f6f6;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
} @media only screen and (min-width: 1367px) {
.about-area .container {
margin-left: calc((100% - 1140px) / 2);
padding: 0;
width: auto;
min-width: auto;
max-width: inherit;
}
}
@media (min-width: 1601px) {
.about-area .container {
margin-left: calc((100% - 1320px) / 2);
padding: 0;
width: auto;
min-width: auto;
max-width: inherit;
}
}
.about-area {
position: relative;
z-index: 1;
}
.about-area::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 80px;
width: 100%;
background: var(--white);
z-index: -1;
}
.about-area .fixed-shape {
position: absolute;
left: 0;
top: 80px;
height: 100%;
width: 60%;
background-size: cover;
background-position: left bottom;
background-repeat: no-repeat;
z-index: -1;
}
.about-area .about-items .row {
margin-left: 0;
}
.about-area .thumb {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.about-area .info {
margin-top: 200px;
padding-bottom: 120px;
}
.about-area .thumb .success-rate {
position: absolute;
display: flex;
align-items: center;
}
.about-items .thumb .successr-ate {
position: absolute;
left: -80px;
display: flex;
align-items: center;
background: var(--color-primary);
padding: 30px;
top: 80px;
}
.torch-red .about-items .thumb .successr-ate {
background: var(--color-style-two);
}
.about-items .thumb .successr-ate i {
display: inline-block;
font-size: 60px;
margin-right: 20px;
}
.about-items .thumb .successr-ate h2 {
font-weight: 600;
margin-bottom: 0;
line-height: 1;
}
.about-area .info > h4 {
text-transform: uppercase;
display: inline-block;
font-weight: 600;
color: var(--color-primary);
margin-top: -5px;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.torch-red .about-area .info > h4 {
color: var(--color-style-two);
background: var(--bg-gradient-secondary);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.about-area .info .h2,
.about-area .info h2 {
font-weight: 600;
margin-bottom: 30px;
}
.about-area .info p {
color: #a0a2a6;
}
.about-area .info {
padding-right: 50px;
}
.about-area .info ul {
margin-right: -15px;
margin-top: 35px;
overflow: hidden;
}
.about-area .info li {
float: left;
width: 50%;
padding: 0 15px;
position: relative;
padding-left: 60px;
}
.about-area .info li::after {
position: absolute;
left: 0;
top: 0;
content: "N";
font-family: "ElegantIcons";
height: 40px;
width: 40px;
background: var(--white);
border-radius: 50%;
color: var(--color-primary);
text-align: center;
line-height: 40px;
font-size: 16px;
}
.torch-red .about-area .info li::after {
color: var(--color-style-two);
}
.about-area .info li h5 {
font-weight: 600;
margin-bottom: 10px;
}
.about-area .info li p {
margin-bottom: 0;
}
.about-area .info > a {
margin-top: 40px;
} .about-us-area .about-items .thumb {
padding-left: 50px;
position: relative;
z-index: 1;
}
.about-us-area .about-items .thumb h2 {
position: absolute;
left: 0;
bottom: 50px;
margin: 0;
background: var(--white);
padding: 37px;
padding-top: 30px;
font-size: 20px;
font-weight: 600;
line-height: 1.1;
color: var(--color-paragraph);
border-radius: 8px;
}
.about-us-area .about-items .thumb h2 strong {
font-size: 62px;
color: var(--color-primary);
}
.about-us-area .about-items .thumb::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 50%;
width: 25px;
background: var(--color-primary);
z-index: -1;
border-radius: 8px;
}
.about-us-area .about-items .thumb img {
border-radius: 8px;
}
.about-us-area .info {
padding-left: 35px;
}
.about-us-area .info h2 {
font-weight: 600;
margin-bottom: 25px;
}
.about-us-area .author {
display: flex;
align-items: center;
margin-top: 30px;
}
.about-us-area .author img {
height: 80px;
}
.about-us-area .author .signature {
border-right: 1px solid #999999;
padding-right: 20px;
margin-right: 20px;
}
.about-us-area .author h5 {
font-weight: 600;
margin-bottom: 5px;
}
.about-us-area .about-items .info ul {
margin-top: 30px;
}
.about-us-area .about-items .info ul li {
display: block;
padding-left: 25px;
margin-top: 10px;
position: relative;
z-index: 1;
font-family: var(--font-default);
color: var(--color-heading);
font-weight: 500;
}
.about-us-area .about-items .info ul li::after {
position: absolute;
left: 0;
top: 0;
content: "N";
font-family: "ElegantIcons";
height: 100%;
width: 100%;
color: var(--color-primary);
} .about-content-area .content-box .thumb {
padding-right: 35px;
}
.about-content-area .thumb-box .shape {
position: absolute;
height: 300px;
left: -150px;
top: -80px;
width: 300px;
background-size: contain;
background-repeat: no-repeat;
background-position: left bottom;
z-index: -1;
}
.about-content-area .thumb-box {
position: relative;
}
.about-content-area .thumb-box img:first-child {
width: 80%;
border-radius: 8px;
}
.about-content-area .thumb-box img:last-child {
position: relative;
width: 80%;
right: 0;
}
.about-content-area .thumb-box img:nth-child(2) {
position: relative;
right: 0;
width: 50%;
float: right;
top: -200px;
margin-bottom: -200px;
border: 5px solid var(--white);
border-radius: 50%;
}
.about-content-area .thumb-box .experience {
position: absolute;
right: -50px;
bottom: 50px;
background: var(--color-primary);
padding: 30px 50px;
overflow: hidden;
z-index: 1;
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.about-content-area .thumb-box .experience h2 {
font-size: 120px;
color: var(--white);
font-weight: 800;
line-height: 1;
padding-right: 200px;
margin: 0;
margin-top: -10px;
}
.about-content-area .thumb-box .experience h2 strong {
font-size: 22px;
font-weight: 600;
display: block;
}
.about-content-area .thumb-box .experience .video-play-button {
position: absolute;
right: 60px;
left: auto;
}
.about-content-area .thumb-box .experience::after {
position: absolute;
right: -110px;
top: -55px;
content: "";
height: 300px;
width: 300px;
background: var(--white);
z-index: -1;
border-radius: 50%;
}
.about-content-area .content-box .info h2 {
font-weight: 600;
margin-bottom: 30px;
}
.about-content-area .content-box .info ul li {
display: flex;
margin-top: 30px;
}
.about-content-area .content-box .info ul li i {
display: inline-block;
font-size: 40px;
margin-right: 25px;
color: var(--color-primary);
}
.about-content-area .content-box .info ul li h4 {
font-weight: 600;
}
.about-content-area .content-box .info ul li p {
margin: 0;
}
.about-content-area .content-box .info .call {
border-top: 1px solid #e7e7e7;
margin-top: 30px;
padding-top: 30px;
display: flex;
align-items: center;
}
.about-content-area .content-box .info .call i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 75px;
background: var(--color-primary);
text-align: center;
border-radius: 50%;
margin-right: 25px;
color: var(--white);
font-size: 30px;
position: relative;
z-index: 1;
margin-left: 7px;
margin-top: 7px;
}
.about-content-area .content-box .info .call i::after {
position: absolute;
left: -10%;
top: -10%;
content: "";
height: 120%;
width: 120%;
background: var(--color-primary);
z-index: -1;
border-radius: 50%;
opacity: 0.3;
}
.about-content-area .content-box .info .call h5 {
font-weight: 600;
margin-bottom: 3px;
} .features-area .features-content .top {
display: flex;
align-items: center;
}
.features-area .features-content .top h4 {
margin: 0;
font-weight: 600;
}
.features-area .features-content .top {
margin-bottom: 20px;
}
.features-area .features-content .top span {
font-family: var(--font-default);
font-size: 40px;
font-weight: 800;
position: relative;
padding-right: 70px;
color: var(--color-primary);
text-shadow: -5px 5px 0px #eceefe;
}
.torch-red .features-area .features-content .top span {
color: var(--color-style-two);
}
.features-area .features-content .top span::after {
position: absolute;
left: 65px;
top: 50%;
content: "";
height: 1px;
width: 35px;
background: #cccccc;
}
.features-area .item a {
display: inline-block;
margin-top: 10px;
}
.features-area .item a {
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
border: 2px solid #e7e7e7;
text-align: center;
border-radius: 50%;
font-size: 20px;
position: relative;
}
.features-area .item a::before,
.features-area .item a::after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 50%;
}
.features-area .item a::before {
border: 2px solid transparent;
}
.features-area .item:hover a::before {
border-top-color: var(--color-primary);
border-right-color: var(--color-primary);
border-bottom-color: var(--color-primary);
transition: border-top-color 0.15s linear,
border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.torch-red .features-area .item:hover a::before {
border-top-color: var(--color-style-two);
border-right-color: var(--color-style-two);
border-bottom-color: var(--color-style-two);
}
.features-area .item a::after {
border: 0 solid transparent;
}
.features-area .item:hover a::after {
border-top: 2px solid var(--color-primary);
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.torch-red .features-area .item:hover a::after {
border-top: 2px solid var(--color-style-two);
}
.features-area .item:hover a {
border-color: transparent;
}
.features-area .item a i {
position: relative;
top: 2px;
}
.features-area .single-item .item {
padding: 60px 30px;
transition: all 0.35s ease-in-out;
overflow: hidden;
position: relative;
}
.features-area .single-item .item > i {
display: inline-block;
position: absolute;
right: -60px;
bottom: -60px;
font-size: 120px;
opacity: 0.06;
transition: all 0.35s ease-in-out;
opacity: 0;
}
.features-area .single-item .item:hover > i,
.features-area .single-item:nth-child(2n) .item > i {
opacity: 0.07;
right: -20px;
bottom: -20px;
color: var(--color-primary);
}
.features-area .single-item:nth-child(2n) .item,
.features-area .single-item .item:hover {
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
} .services-area {
position: relative;
z-index: 1;
}
.services-area .right-shape {
position: absolute;
right: 0;
top: 120px;
z-index: -1;
}
.services-area .services-items .item .info > i {
display: inline-block;
font-size: 45px;
margin-bottom: 30px;
color: var(--white);
height: 90px;
width: 90px;
line-height: 105px;
background: linear-gradient(
90deg,
var(--color-primary) 57%,
rgba(4, 215, 242, 1) 100%
);
text-align: center;
border-radius: 50%;
position: relative;
z-index: 1;
}
.torch-red .services-area .services-items .item .info > i {
background: var(--color-style-two);
}
.services-area .services-items .item .info > i::after {
position: absolute;
right: 8px;
bottom: 0;
content: "";
height: 20px;
width: 20px;
background: var(--color-primary);
z-index: -1;
border-radius: 50%;
border: 3px solid var(--white);
}
.torch-red .services-area .services-items .item .info > i::after {
background: var(--color-style-two);
}
.services-area .services-items .item h4 {
font-weight: 700;
font-size: 20px;
}
.services-area .services-items {
position: relative;
z-index: 1;
}
.services-area .services-items .single-item {
margin-bottom: 30px;
}
.services-area .services-items .single-item .item {
padding: 60px 30px;
background: var(--white);
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.35s ease-in-out;
border-radius: 5px;
}
.services-area.inc-thumbnail .services-items .single-item .item {
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
padding: 0;
}
.services-area.inc-thumbnail .services-items .single-item .item .info {
padding: 30px;
padding-top: 0;
position: relative;
top: -45px;
margin-bottom: -45px;
}
.services-area .services-items .single-item .item::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 0;
width: 100%;
background: linear-gradient(
to top,
var(--color-primary) 0%,
var(--color-primary) 50%,
var(--color-secondary) 100%
);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.torch-red .services-area .services-items .single-item .item::after {
background: var(--color-style-two);
}
.services-area .services-items .single-item .item i,
.services-area .services-items .single-item .item h4,
.services-area .services-items .single-item .item p,
.services-area .services-items .single-item .item span {
transition: all 0.35s ease-in-out;
}
.services-area .services-items .single-item .item:hover i,
.services-area .services-items .single-item .item:hover h4,
.services-area .services-items .single-item .item:hover p,
.services-area .services-items .single-item .item:hover span {
color: var(--white);
}
.services-area .services-items .single-item .item:hover i {
background: var(--white);
color: var(--color-primary);
}
.torch-red .services-area .services-items .single-item .item:hover i {
color: var(--color-style-two);
}
.services-area .services-items .single-item .item:hover span,
.services-area .services-items .single-item .item:hover a {
background: transparent;
}
.services-area .services-items .single-item .item:hover span {
opacity: 0.3;
}
.services-area .services-items .item:hover .info .bottom::after {
opacity: 0;
}
.services-area .services-items .single-item .item:hover a {
color: var(--white);
}
.services-area .services-items .single-item .item:hover::after {
height: 100%;
}
.services-area .services-items .info .bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
position: relative;
z-index: 1;
}
.services-area .services-items .info .bottom::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 1px;
width: 100%;
background: #e7e7e7;
z-index: -1;
transition: all 0.35s ease-in-out;
}
.services-area .services-items .info .bottom a {
display: inline-block;
text-align: center;
border-radius: 50%;
color: var(--color-heading);
text-transform: uppercase;
background: var(--white);
padding-left: 20px;
font-size: 14px;
}
.services-area .services-items .info .bottom span {
font-family: var(--font-default);
font-size: 36px;
font-weight: 900;
padding-right: 15px;
position: relative;
z-index: 1;
color: #e9e9e9;
background: var(--white);
line-height: 1;
}
.services-area .services-items .info .bottom a i {
position: relative;
top: 1px;
} .services-area .fixed-shape {
position: absolute;
right: 0;
top: 0;
height: 80%;
width: 46%;
background-size: contain;
background-position: top right;
background-repeat: no-repeat;
z-index: -1;
}
@media screen and (min-width: 1800px) {
.services-area .fixed-shape {
height: 80%;
width: 80%;
}
}
@media screen and (min-width: 2201px) {
.services-area .fixed-shape {
height: 130%;
width: 130%;
}
}
.services-area .services-heading {
margin-bottom: 60px;
}
.services-area .services-heading h2 {
font-weight: 600;
margin-bottom: 0;
}
.services-area .services-heading h4 {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 600;
display: inline-block;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.services-area ul.achivement {
float: right;
}
.services-area ul.achivement li {
display: inline-block;
margin-right: 80px;
float: left;
font-family: var(--font-default);
}
.services-area ul.achivement li:last-child {
padding: 0;
margin: 0;
border: none;
}
.services-area ul.achivement li .counter {
position: relative;
}
.services-area ul.achivement li .counter {
position: relative;
display: flex;
align-items: center;
font-size: 50px;
font-weight: 600;
color: var(--white);
line-height: 1;
margin-bottom: 5px;
}
.services-area ul.achivement li .counter .operator {
font-size: 40px;
margin-left: 2px;
}
.services-area ul.achivement li .medium {
font-weight: 600;
color: var(--white);
text-align: right;
float: right;
}
.services-area .services-content .single-item {
margin-bottom: 30px;
}
.services-area .services-content .item {
padding: 60px 30px;
background: var(--white);
border-radius: 8px;
position: relative;
z-index: 1;
overflow: hidden;
}
.services-area .services-content .item i {
display: inline-block;
font-size: 50px;
margin-bottom: 30px;
margin-top: 25px;
color: var(--color-primary);
background: linear-gradient(
to right,
var(--color-primary),
var(--color-primary),
var(--color-primary),
#9a009c,
#9a009c
);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
}
.services-area .services-content .item i::after {
position: absolute;
left: -21px;
top: -25px;
content: "";
height: 80px;
width: 81px;
background: linear-gradient(-62.5deg, transparent, rgba(237, 245, 255, 0.9));
z-index: -1;
border-radius: 50%;
transform: rotate(65deg);
transition: all 0.35s ease-in-out;
}
.services-area .services-content .item h4 {
font-weight: 600;
font-size: 18px;
}
.services-area .services-content .item p {
margin-bottom: -5px;
} .thumb-services-area .right-shape {
position: absolute;
right: 0;
top: 120px;
}
.thumb-services-area .single-item {
margin-bottom: 30px;
}
.thumb-services-area .services-items .item {
background-size: cover;
background-position: center;
padding: 60px 37px;
position: relative;
z-index: 1;
}
.thumb-services-area .services-items .item::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: var(--white);
z-index: -1;
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .item .info h4 {
font-weight: 600;
}
.thumb-services-area .services-items .item .info > i {
display: inline-block;
font-size: 45px;
margin-bottom: 30px;
color: var(--white);
height: 90px;
width: 90px;
line-height: 105px;
background: linear-gradient(
90deg,
var(--color-primary) 57%,
rgba(4, 215, 242, 1) 100%
);
text-align: center;
border-radius: 50%;
position: relative;
z-index: 1;
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .item .info > i::after {
position: absolute;
right: 8px;
bottom: 0;
content: "";
height: 20px;
width: 20px;
background: var(--color-primary);
z-index: -1;
border-radius: 50%;
border: 3px solid var(--white);
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .single-item .item::before {
opacity: 0.6;
transition: all 0.35s ease-in-out;
background: var(--black);
position: absolute;
left: 0;
top: 0;
content: "";
height: 0;
width: 100%;
z-index: -1;
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .single-item .item:hover::after,
.thumb-services-area .services-items .single-item:first-child .item::after {
opacity: 0;
}
.thumb-services-area .services-items .single-item .item:hover::before,
.thumb-services-area .services-items .single-item:first-child .item::before {
height: 100%;
}
.thumb-services-area .services-items .single-item:first-child .item .info > i,
.thumb-services-area .services-items .single-item .item:hover .info > i {
background: var(--white);
color: var(--color-primary);
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .single-item .item h4,
.thumb-services-area .services-items .single-item .item p,
.thumb-services-area .services-items .single-item .item a {
transition: all 0.35s ease-in-out;
}
.thumb-services-area .services-items .single-item:first-child .item h4,
.thumb-services-area .services-items .single-item:first-child .item p,
.thumb-services-area .services-items .single-item:first-child .item a,
.thumb-services-area .services-items .single-item .item:hover h4,
.thumb-services-area .services-items .single-item .item:hover p,
.thumb-services-area .services-items .single-item .item:hover a {
color: var(--white);
}
.thumb-services-area .services-items .item .bottom a {
margin-top: 5px;
color: var(--color-heading);
display: inline-block;
text-transform: uppercase;
font-size: 14px;
}
.thumb-services-area .services-items .item .bottom a i {
font-size: 12px;
margin-right: 3px;
}
.thumb-services-area .services-items .single-item:first-child .item .bottom a {
border-color: rgba(255, 255, 255, 0.5);
} .default-services-area .item {
padding: 30px;
}
.default-services-area .item .info i {
display: inline-block;
font-size: 45px;
margin-bottom: 30px;
background: rgba(18, 115, 235, 0.1);
height: 90px;
width: 90px;
line-height: 100px;
color: var(--color-primary);
border-radius: 5px;
text-align: center;
}
.torch-red .default-services-area .item .info i {
background: rgba(238, 40, 82, 0.07);
color: var(--color-style-two);
}
.default-services-area .item .info p {
margin: 0;
}
.default-services-area .services-items {
margin-top: -30px;
margin-left: -30px;
margin-right: -30px;
} .thumbs-services-area .single-item {
margin-bottom: 30px;
}
.thumbs-services-area .item img {
border-radius: 7px;
margin-bottom: 30px;
}
.thumbs-services-area .item {
position: relative;
z-index: 1;
margin: 0 15px;
}
.thumbs-services-area .item::after {
position: absolute;
left: -15px;
top: 80px;
right: -15px;
background: var(--dark-secondary);
content: "";
bottom: 0;
z-index: -1;
border-radius: 7px;
}
.thumbs-services-area .item .info {
padding: 30px;
padding-top: 0;
}
.thumbs-services-area .item .info p {
color: #cccccc;
}
.thumbs-services-area .item .info > a {
text-transform: uppercase;
font-size: 13px;
color: #cccccc;
display: inline-block;
margin-top: 15px;
border: 2px solid rgba(255, 255, 255, 0.1);
padding: 8px 25px;
border-radius: 7px;
overflow: hidden;
position: relative;
z-index: 1;
font-weight: 600;
}
.thumbs-services-area .item .info > a i {
margin-left: 3px;
position: relative;
top: 1px;
}
.thumbs-services-area .item:hover .info > a {
color: var(--white);
border: 2px solid var(--color-primary);
}
.thumbs-services-area .item .info > a::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 0;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.thumbs-services-area .item:hover .info > a::after {
width: 100%;
}
.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots {
margin-top: 40px;
margin-bottom: -8px;
}
.thumbs-services-area
.thumb-services-carousel.owl-carousel
.owl-dots
.owl-dot
span {
display: block;
height: 20px;
width: 20px;
margin: 0 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: var(--white);
position: relative;
z-index: 1;
}
.thumbs-services-area
.thumb-services-carousel.owl-carousel
.owl-dots
.owl-dot.active
span::after {
position: absolute;
left: 50%;
top: 50%;
content: "";
height: 10px;
width: 10px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: var(--color-primary);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
} .services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
font-weight: 600;
}
.services-details-items .services-sidebar .single-widget {
margin-top: 50px;
}
.services-details-items .services-sidebar .single-widget:first-child {
margin-top: 0;
}
.services-details-items .services-sidebar .widget-title {
font-weight: 800;
margin-top: -5px;
position: relative;
text-transform: capitalize;
z-index: 1;
font-size: 20px;
display: inline-block;
padding-bottom: 15px;
}
.services-details-items .services-sidebar .widget-title::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 2px;
width: 50px;
border-bottom: 2px solid var(--color-primary);
}
.services-details-items .services-sidebar .services-list a {
display: block;
padding: 18px 25px;
background: rgba(237, 245, 255, 1);
margin-top: 15px;
position: relative;
z-index: 1;
font-weight: 600;
overflow: hidden;
border-radius: 5px;
}
.services-details-items .services-sidebar .services-list a::after {
position: absolute;
right: 20px;
top: 50%;
content: "";
transform: translateY(-50%);
height: 13px;
width: 13px;
border: 3px solid var(--color-primary);
border-radius: 50%;
transition: all 0.35s ease-in-out;
}
.services-details-items .services-sidebar .services-list .current-item a::after,
.services-details-items .services-sidebar .services-list a:hover::after {
border-color: var(--white);
}
.services-details-items .services-sidebar .services-list a::before {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 0;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.services-details-items
.services-sidebar
.services-list
li.current-item
a::before {
width: 100%;
}
.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
color: var(--white);
}
.services-details-items .services-sidebar .services-list a:hover::before {
width: 100%;
}
.services-details-items .services-sidebar {
padding-left: 35px;
}
.services-details-items .services-sidebar .single-widget.quick-contact {
position: relative;
z-index: 1;
background-size: cover;
background-position: center;
}
.services-details-items .services-sidebar .single-widget.quick-contact::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: var(--color-heading);
opacity: 0.7;
}
.services-details-items
.services-sidebar
.single-widget.quick-contact
.content {
padding: 50px 30px;
position: relative;
z-index: 1;
}
.services-details-items
.services-sidebar
.single-widget.quick-contact
.content
i {
display: inline-block;
font-size: 25px;
color: var(--white);
margin-bottom: 35px;
height: 70px;
width: 70px;
line-height: 70px;
background: var(--color-primary);
border-radius: 50%;
position: relative;
z-index: 1;
text-align: center;
}
.services-details-items
.services-sidebar
.single-widget.quick-contact
.content
i::after {
position: absolute;
left: -10%;
top: -10%;
content: "";
height: 120%;
width: 120%;
background: var(--color-primary);
z-index: -1;
border-radius: 50%;
opacity: 0.3;
}
.services-details-items
.services-sidebar
.single-widget.quick-contact
.content
p {
color: var(--white) D1;
}
.services-details-items
.services-sidebar
.single-widget.quick-contact
.content
h2 {
font-size: 16px;
font-weight: 600;
color: var(--white);
margin: 0;
margin-top: 25px;
}
.services-details-items .services-sidebar .single-widget.brochure ul {
margin-top: 15px;
}
.services-details-items .services-sidebar .single-widget.brochure a {
display: flex;
align-items: center;
margin-top: 15px;
background: var(--white);
padding: 18px 25px;
border-radius: 5px;
border: 2px solid rgb(205 223 247);
}
.services-details-items .services-sidebar .single-widget.brochure a i {
font-size: 30px;
font-weight: 600;
color: var(--color-primary);
margin-right: 16px;
}
.services-details-items
.services-sidebar
.single-widget.brochure
li:first-child
a {
margin-top: 0;
}
.services-details-items .services-sidebar .single-widget.brochure a:hover {
color: var(--color-primary);
}
.services-details-items .services-single-content h2 {
font-weight: 600;
margin-top: 30px;
margin-bottom: 20px;
}
.services-details-area .features .col-lg-6 {
display: flex;
}
.services-details-area .features i {
display: inline-block;
font-size: 50px;
color: var(--color-primary);
margin-right: 25px;
}
.services-details-area .features h4 {
font-weight: 600;
}
.services-details-area .features p {
margin: 0;
}
.services-details-area .features {
margin: 20px 0;
}
.services-details-area .services-single-content ul {
list-style: disc;
margin-left: 20px;
}
.services-details-area .services-single-content ul li {
line-height: 30px;
list-style: disc;
} .fun-factor-area .fun-fact-items {
position: relative;
z-index: 1;
padding: 120px 50px;
}
.fun-factor-area .fun-fact-items::after {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 400%;
background: var(--color-primary);
z-index: -1;
} .business-groth-area .info {
padding-right: 35px;
position: relative;
z-index: 1;
}
.business-groth-area .info h4 {
text-transform: uppercase;
font-weight: 600;
color: var(--color-primary);
margin-top: -5px;
display: inline-block;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.business-groth-area .info h2 {
font-weight: 600;
margin-bottom: 30px;
}
.business-groth-area .info::after {
position: absolute;
content: "";
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/14.png);
background-size: contain;
background-repeat: no-repeat;
left: -200px;
top: -200px;
height: 100%;
width: 100%;
z-index: -1;
opacity: 0.1;
}
.business-groth-area .info a {
margin-top: 20px;
} .choose-us-area {
position: relative;
z-index: 1;
}
.choose-us-area::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 120px;
width: 100%;
background: linear-gradient(
90deg,
rgba(237, 245, 255, 1) 0%,
rgba(204, 223, 247, 1) 100%
);
z-index: -1;
}
.choose-us-area .item-box {
padding-left: 15px;
margin-right: 15px;
}
.choose-us-area .item-box .thumb {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.choose-us-area .info {
padding-top: 240px;
padding-left: 50px;
}
.choose-us-area .thumb {
position: relative;
z-index: 1;
}
.choose-us-area .thumb .transform-text {
position: absolute;
left: -260px;
bottom: 50%;
transform: rotate(-90deg);
margin-bottom: -22%;
}
.choose-us-area .thumb .transform-text h2 {
margin: 0;
font-size: 200px;
font-weight: 900;
opacity: 0.2;
color: var(--color-primary);
}
.torch-red .choose-us-area .thumb .transform-text h2 {
color: var(--color-style-two);
}
.choose-us-area .info .award {
display: flex;
align-items: center;
font-family: var(--font-default);
font-weight: 600;
font-size: 20px;
color: var(--color-heading);
margin-top: 30px;
}
.choose-us-area .info .award i {
display: inline-block;
font-size: 70px;
margin-right: 30px;
border-right: 1px solid #dddddd;
padding-right: 25px;
background: linear-gradient(
to right,
var(--color-primary),
var(--color-secondary),
var(--color-primary)
);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.torch-red .choose-us-area .info .award i {
color: var(--color-style-two);
-webkit-background-clip: inherit;
-moz-background-clip: inherit;
background-clip: inherit;
-webkit-text-fill-color: inherit;
background: transparent;
}
.choose-us-area .info .award span {
line-height: 30px;
}
.choose-us-area .info h4 {
text-transform: uppercase;
font-weight: 600;
color: var(--color-primary);
display: inline-block;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.torch-red .choose-us-area .info h4 {
color: var(--color-style-two);
background: var(--bg-gradient-secondary);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.choose-us-area .info h2 {
font-weight: 600;
margin-bottom: 30px;
} .partner-area .item-box {
padding: 120px 0;
padding-right: 50px;
position: relative;
z-index: 1;
}
.partner-area .item-box img {
width: auto;
margin: auto;
}
.partner-area .item-box::after {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 400%;
background: var(--color-primary);
z-index: -1;
}
.torch-red .partner-area .item-box::after {
background: var(--dark);
}
.torch-red .partner-area .item-box.red::after {
background: var(--color-style-two);
}
.partner-area .item-box::before {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 500px;
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/4.png);
opacity: 0.2;
}
.partner-area {
position: relative;
z-index: 1;
}
.partner-area::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 120px;
width: 100%;
background: linear-gradient(
90deg,
rgba(237, 245, 255, 1) 0%,
rgba(204, 223, 247, 1) 100%
);
z-index: -1;
}
.partner-area.bg-gray::after {
background: var(--white);
}
.partner-area.shadow-less::after {
display: none;
}
.partner-area.shape-less::after {
display: none;
}
.partner-area .info {
padding-right: 50px;
}
.partner-area .info h2 {
font-weight: 600;
margin-top: -8px;
}
.partner-area .info p {
margin-bottom: -5px;
} .team-area .fixed-shape {
position: absolute;
left: 0;
top: 120px;
height: 100%;
width: 100%;
}
.team-area .fixed-shape img {
width: 100%;
}
.team-area .team-items {
position: relative;
z-index: 1;
}
.team-area .team-items::after {
position: absolute;
left: -80px;
top: -80px;
content: "";
height: 150px;
width: 150px;
background: url(//empira.pl/wp-content/themes/empira/assets//img/shape/3.png);
z-index: -1;
}
.team-area::after {
position: absolute;
right: -150px;
bottom: -120px;
content: "";
height: 600px;
width: 600px;
border: 100px solid var(--white);
z-index: -1;
border-radius: 50%;
opacity: 0.3;
}
.team-area {
position: relative;
z-index: 1;
}
.team-area .single-item {
margin-bottom: 30px;
}
.team-area .item {
position: relative;
}
.team-area .team-items .thumb {
position: relative;
z-index: 1;
overflow: hidden;
border-bottom: 3px solid var(--color-primary);
border-radius: 8px;
}
.torch-red .team-area .team-items .thumb {
border-bottom: 3px solid var(--color-style-two);
}
.team-area .team-items .thumb .share {
position: absolute;
right: 30px;
bottom: 0;
display: inline-block;
padding: 17px;
padding-bottom: 10px;
background: var(--color-primary);
border-radius: 30px 30px 0 0;
color: var(--white);
transition: all 0.35s ease-in-out;
}
.torch-red .team-area .team-items .thumb .share {
background: var(--color-style-two);
}
.team-area .team-items .item:hover .thumb .share {
transform: translateY(60px);
}
.team-area .item .info {
padding: 30px;
padding-bottom: 0;
}
.team-area .team-items .thumb {
position: relative;
z-index: 1;
overflow: hidden;
}
.team-area .team-items .thumb img {
transition: all 0.35s ease-in-out;
}
.team-area .team-items .item:hover img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.team-area .item .info h4 {
font-weight: 600;
margin-bottom: 5px;
}
.team-area .item .info span {
font-weight: 500;
text-transform: uppercase;
display: block;
margin-bottom: -10px;
font-size: 13px;
font-family: var(--font-default);
}
.share-button i {
transition: 0.3s ease;
}
.team-area .team-items .item .share-icon {
opacity: 0;
}
.team-area .team-items .item:hover .share-icon {
opacity: 1;
}
.team-area .team-items .item:hover .share-icon:first-child {
transform: translateY(-30px) rotate(0);
}
.team-area .team-items .item:hover .share-icon:nth-child(2) {
transform: translateY(-85px) rotate(0);
}
.team-area .team-items .item:hover .share-icon:nth-child(3) {
transform: translateY(-140px) rotate(0);
}
.team-area .team-items .item:hover .share-icon:nth-child(4) {
transform: translateY(-195px) rotate(0);
}
.share-icon {
position: absolute;
bottom: 0;
right: 30px;
display: flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
border-radius: 45px;
transform: translateX(0) rotate(180deg);
cursor: pointer;
transition: 0.3s ease-in-out;
}
.team-area .team-items .social a {
color: var(--white);
}
.team-area .team-items .social a.facebook {
background: #3b5998 none repeat scroll 0 0;
}
.team-area .team-items .social a.twitter {
background: #1da1f2 none repeat scroll 0 0;
}
.team-area .team-items .social a.pinterest {
background: #bd081c none repeat scroll 0 0;
}
.team-area .team-items .social a.g-plus {
background: #db4437 none repeat scroll 0 0;
}
.team-area .team-items .social a.linkedin {
background: #0077b5 none repeat scroll 0 0;
}
.team-area .team-items .social a.instagram {
background: #3f729b none repeat scroll 0 0;
} .team-single-area .team-content-top {
background: var(--white);
padding: 40px;
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.team-single-area .team-content-top .right-info {
padding-left: 35px;
padding-right: 50px;
}
.team-single-area .team-content-top .right-info h2 {
font-weight: 600;
}
.team-single-area .team-content-top .right-info span {
display: block;
text-transform: uppercase;
color: var(--color-primary);
font-weight: 600;
margin-bottom: 25px;
}
.team-single-area .right-info ul {
margin-top: 25px;
border-top: 1px solid #e7e7e7;
padding-top: 17px;
}
.team-single-area .right-info ul li {
margin-top: 10px;
color: var(--color-heading);
}
.team-single-area .right-info ul li a {
font-weight: 400;
}
.team-single-area .right-info ul li a:hover {
color: var(--color-primary);
}
.team-single-area .right-info .social {
display: flex;
margin-top: 25px;
font-weight: 600;
align-items: center;
}
.team-single-area .right-info .social h4 {
font-weight: 600;
margin-bottom: 0;
margin-right: 25px;
}
.team-single-area .right-info .social ul {
margin: 0;
padding: 0;
border: none;
}
.team-single-area .right-info .social .share-link {
position: relative;
z-index: 1;
margin-left: 15px;
}
.team-single-area .right-info .social .share-link > i {
display: inline-block;
height: 45px;
background: var(--white);
box-shadow: 0 0 10px #cccccc;
line-height: 45px;
width: 45px;
text-align: center;
border-radius: 50%;
cursor: pointer;
color: var(--color-primary);
}
.team-single-area .right-info .social ul {
display: flex;
list-style-type: none;
grid-gap: 10px;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
z-index: 0;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease-in-out 0s;
}
.team-single-area .right-info .social .share-link:hover ul {
left: 58px;
opacity: 1;
pointer-events: auto;
}
.team-single-area .right-info .social ul li {
display: inline-block;
margin: 0;
margin-right: 10px;
}
.team-single-area .right-info .social ul li a {
display: inline-block;
height: 45px;
width: 45px;
line-height: 47px;
background: #f1f1f1;
text-align: center;
border-radius: 50%;
}
.team-single-area .bottom-info {
margin-top: 80px;
}
.team-single-area .bottom-info h2 {
font-weight: 600;
margin-bottom: 25px;
}
.team-single-area .bottom-info p:last-child {
margin-bottom: 0;
}
.team-single-area .bottom-info .skill-items {
padding-left: 35px;
} .testimonials-area .fixed-shape {
position: absolute;
left: 0;
bottom: 0;
height: 80%;
width: 50%;
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
}
.testimonials-area .testimonial-items {
position: relative;
z-index: 1;
}
.testimonials-area .testimonial-items::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 60%;
z-index: -1;
background: rgba(0, 0, 0, 0)
linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 96%)
repeat scroll 0 0;
border-radius: 10px;
}
.testimonials-area .item {
padding: 120px 50px;
position: relative;
z-index: 1;
}
.testimonials-area .item::after {
position: absolute;
left: 50px;
top: 10px;
content: "\f10d";
font-family: "Font Awesome 5 Pro";
font-weight: 600;
font-size: 80px;
opacity: 0.07;
z-index: -1;
}
.testimonials-area .item .provider {
display: flex;
align-items: center;
margin-top: 25px;
}
.testimonials-area .item .provider img {
height: 80px;
width: 80px;
border-radius: 50%;
margin-right: 20px;
}
.testimonials-area .item .provider h4 {
margin-bottom: 5px;
font-weight: 600;
}
.testimonials-area .row > .info h4 {
text-transform: uppercase;
font-weight: 600;
color: var(--color-primary);
}
.torch-red .testimonials-area .row > .info h4 {
color: var(--color-style-two);
}
.testimonials-area .row > .info h2 {
font-weight: 600;
margin-bottom: 25px;
}
.testimonials-area .row > .info p {
margin: 0;
}
.testimonials-area .item .provider span {
font-family: var(--font-default);
font-weight: 600;
color: var(--color-primary);
}
.torch-red .testimonials-area .item .provider span {
color: var(--color-style-two);
}
.testimonials-area .row > .info {
padding-left: 50px;
border-left: 1px solid #c7c7c7;
}
.testimonials-area .testimonials-carousel .owl-nav {
position: absolute;
right: 30px;
bottom: 135px;
}
.testimonials-area .testimonials-carousel .owl-nav .owl-prev,
.testimonials-area .testimonials-carousel .owl-nav .owl-next {
background: transparent;
color: var(--color-heading);
font-size: 25px;
margin: 0;
} .expertise-area {
position: relative;
z-index: 1;
}
.expertise-area .item-heading {
margin-bottom: 60px;
}
.expertise-area .info {
padding-right: 35px;
}
.expertise-area .info h4 {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 500;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
.torch-red .expertise-area .info h4 {
color: var(--color-style-two);
background: var(--bg-gradient-secondary);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.expertise-area .info h2 {
font-weight: 600;
margin-bottom: 0;
}
.skill-items .progress-box {
margin-bottom: 40px;
}
.skill-items .progress-box:last-child {
margin-bottom: 0;
}
.skill-items .progress-box h5 {
text-transform: capitalize;
font-weight: 600;
margin-bottom: 5px;
text-align: left;
position: relative;
z-index: 1;
font-size: 16px;
}
.skill-items .progress-box h5 span {
position: absolute;
font-size: 50px;
line-height: 1;
top: -21px;
left: 0;
z-index: -1;
opacity: 0.05;
font-weight: 900;
}
.skill-items .skill-items {
margin-top: 40px;
}
.skill-items .progress-box .progress {
background: transparent;
border-bottom: 2px solid #e7e7e7;
box-shadow: inherit;
border-radius: inherit;
overflow: inherit;
}
.skill-items .progress-box .progress .progress-bar {
height: 6px;
border-radius: 30px;
background: var(--bg-gradient);
top: 12px;
position: relative;
overflow: inherit;
}
.torch-red .skill-items .progress-box .progress .progress-bar {
background: var(--color-style-two);
}
.skill-items .progress-box .progress .progress-bar span {
position: absolute;
right: 0;
top: -40px;
display: block;
font-size: 15px;
color: var(--color-heading);
font-weight: 600;
font-family: var(--font-default);
}
.torch-red .skill-items .progress-box .progress .progress-bar span {
top: -50px;
}
.torch-red .skill-items .progress-box .progress .progress-bar {
position: relative;
z-index: 1;
}
.torch-red .skill-items .progress-box .progress .progress-bar::after {
position: absolute;
right: 13px;
top: -28px;
content: "\f106";
font-family: "Font Awesome 5 Pro";
font-weight: 600;
color: var(--color-style-two);
font-size: 20px;
}
.expertise-area .expertise-content .item {
padding: 50px;
padding-top: 450px;
position: relative;
z-index: 1;
}
.expertise-area .expertise-content .single-item {
border-right: 1px solid rgba(255, 255, 255, 0.6);
z-index: 1;
}
.expertise-area .expertise-content .single-item:last-child {
border: none;
}
.expertise-content {
background-size: cover;
background-position: center;
position: relative;
padding: 0 15px;
border-radius: 8px;
}
.expertise-content .fixed-shape {
position: absolute;
left: -180px;
bottom: -120px;
height: 350px;
width: 350px;
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
}
.expertise-area .expertise-content::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
border-radius: 0 0 8px 8px;
background: rgba(0, 0, 0, 0)
linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%)
repeat scroll 0 0;
}
.expertise-content h4 {
font-weight: 600;
}
.expertise-content p {
margin: 0;
}
.expertise-content .content i {
display: inline-block;
font-size: 35px;
margin-bottom: 25px;
height: 80px;
width: 80px;
line-height: 80px;
background: rgba(255, 255, 255, 0.8);
text-align: center;
border-radius: 50%;
color: var(--color-primary);
border: 2px solid rgba(255, 255, 255, 0.7);
}
.expertise-area .expertise-content .content {
position: absolute;
transition: all 0.35s ease-in-out;
transform: translateY(5px);
left: 50px;
right: 50px;
bottom: 50px;
}
.expertise-area .expertise-content .item:hover .content {
transform: translateY(-90px);
}
.expertise-content a {
display: inline-block;
text-align: center;
border-radius: 30px;
z-index: 1;
bottom: 65px;
position: absolute;
opacity: 0;
transform: translateX(-30px);
background: rgba(255, 255, 255, 0.8);
border: 2px solid var(--white) !important;
font-size: 14px;
color: var(--color-heading);
padding: 12px 35px;
}
.expertise-area .expertise-content .item:hover a {
opacity: 1;
transform: translateX(0);
}
.expertise-area .expertise-content .item a:hover {
background: rgba(255, 255, 255, 1);
} .faq-content-area .faq-content .accordion-item {
border: none;
border-bottom: 1px solid #e7e7e7;
}
.faq-content-area .faq-content .accordion-item .accordion-body {
padding: 0;
padding-bottom: 30px;
}
.faq-content-area .faq-content .accordion-item button.accordion-button {
box-shadow: none;
background: transparent;
border: none;
padding: 20px 0;
color: var(--color-heading);
font-size: 20px;
}
.faq-content-area .faq-content .accordion-item .accordion-body a {
color: var(--color-primary);
} .faq-area .faq-items .fixed-thumb {
position: absolute;
left: -195px;
bottom: 0;
width: 350px;
}
.faq-area .faq-items {
position: relative;
z-index: 1;
padding-left: 50px;
}
.faq-area .faq-items .faq-content {
padding: 120px 0;
z-index: 9;
}
.faq-area .faq-items::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 400%;
background: var(--color-primary);
z-index: -1;
}
.faq-area .faq-items .icon i {
position: absolute;
right: -170px;
top: 50%;
font-size: 300px;
opacity: 0.1;
transform: translateY(-50%);
}
.faq-area {
position: relative;
z-index: 1;
}
.faq-area::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 120px;
width: 100%;
background: linear-gradient(
90deg,
rgba(237, 245, 255, 1) 0%,
rgba(204, 223, 247, 1) 100%
);
z-index: -1;
}
.faq-area .faq-items .faq-content .accordion-item {
background: transparent;
border: none;
}
.faq-area .faq-items .faq-content .accordion-item .accordion-body {
border: none;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 0;
padding-top: 20px;
}
.faq-area .faq-items .faq-content .accordion-item button.accordion-button {
background: transparent;
color: var(--white);
padding: 15px 0;
box-shadow: none;
border: none;
font-size: 20px;
position: relative;
z-index: 1;
padding-left: 50px;
}
.faq-area
.faq-items
.faq-content
.accordion-item
button.accordion-button::after {
display: none;
}
.faq-area
.faq-items
.faq-content
.accordion-item
button.accordion-button:before {
font-family: "Font Awesome 5 Pro";
content: "\f068";
position: absolute;
left: 0;
top: 11px;
font-weight: 600;
background: #ffffff;
color: #1273eb;
font-size: 12px;
height: 28px;
width: 28px;
text-align: center;
line-height: 28px;
border-radius: 50%;
}
.faq-area
.faq-items
.faq-content
.accordion-item
button.accordion-button.collapsed:before {
content: "\f067";
font-weight: 600;
} .gallery-area {
position: relative;
z-index: inherit;
}
.gallery-area .fixed-shape {
position: absolute;
right: 0;
top: 0;
opacity: 0.03;
}
.gallery-area #portfolio-grid {
margin: -15px;
}
.gallery-area .gallery-items.colums-3 .pf-item {
float: left;
padding: 15px;
width: 33.3333%;
}
.gallery-area .gallery-items.colums-2 .pf-item {
float: left;
padding: 15px;
width: 50%;
}
.gallery-area .gallery-items.colums-4 .pf-item {
float: left;
padding: 15px;
width: 25%;
}
.gallery-area .gallery-items.colums-6 .pf-item {
float: left;
padding: 15px;
width: 16.6666%;
}
.gallery-area .gallery-items .pf-item.wide {
width: 66.6667%;
}
.gallery-area .pf-item .item {
position: relative;
overflow: hidden;
}
.gallery-area .pf-item .item .content {
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
left: 0;
padding: 30px;
display: flex;
justify-content: space-between;
flex-direction: column;
transition: all 0.35s ease-in-out;
bottom: 0;
opacity: 0;
}
.gallery-area .pf-item .item .content::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 80%;
background: var(--black);
z-index: -1;
opacity: 0;
transition: all 0.25s ease-in-out;
}
.gallery-area .pf-item .item:hover .content::after {
width: 100%;
opacity: 0.6;
}
.gallery-area .pf-item .item .content .info {
transition: all 0.35s ease-in-out;
transform: translateX(80px);
}
.gallery-area .pf-item .item:hover .content .info {
transform: translateX(0);
}
.gallery-area .pf-item .item .content .button a {
display: inline-block;
height: 50px;
width: 50px;
line-height: 44px;
background: var(--color-primary);
text-align: center;
color: var(--white);
border-radius: 50%;
transform: translateY(-30px);
}
.torch-red .gallery-area .pf-item .item .content .button a {
background: var(--color-style-two);
color: var(--white);
}
.gallery-area .pf-item .item:hover .content .button a {
transform: translateY(0);
}
.gallery-area .pf-item .item .content a i {
position: relative;
top: 5px;
}
.gallery-area .pf-item .item .content h4 {
font-weight: 600;
margin-bottom: 7px;
color: var(--white);
}
.gallery-area .pf-item .item .content h4 a {
color: var(--white);
}
.gallery-area .pf-item .item .content span {
text-transform: uppercase;
display: block;
margin-bottom: 15px;
font-family: var(--font-default);
font-weight: 500;
font-size: 13px;
color: #cccccc;
}
.gallery-area .pf-item .item:hover .content {
bottom: 0;
opacity: 1;
} .projects-area {
position: relative;
z-index: inherit;
}
.projects-area .fixed-shape {
position: absolute;
right: 0;
top: 0;
opacity: 0.03;
}
.projects-area .single-item .thumb img {
max-width: 120%;
}
.projects-area .single-item .content {
background: var(--white);
padding: 80px;
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
position: relative;
z-index: 1;
}
.projects-area .single-item .content::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 150px;
width: 150px;
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/1.png);
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
}
.projects-area .single-item span {
display: block;
font-family: var(--font-default);
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}
.projects-area .single-item h2,
.projects-area .single-item h3,
.projects-area .single-item h4 {
font-weight: 600;
margin-bottom: 30px;
}
.projects-area .single-item a {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 50%;
background: var(--color-primary);
text-align: center;
color: var(--white);
margin-top: 20px;
}
.torch-red .projects-area .single-item a {
background: var(--color-style-two);
}
.projects-area .single-item a i {
font-size: 25px;
position: relative;
top: 8px;
}
.projects-area .single-item .thumb {
background-size: cover;
background-position: center;
max-width: 120%;
}
.projects-area .single-item .info {
padding-left: 0;
position: relative;
}
.projects-area .owl-item,
.projects-area .owl-item:not(.center) {
opacity: 0.4;
}
.projects-area .owl-item.active.center {
opacity: 1;
}
.projects-area .projects-carousel .owl-nav {
margin: 0;
}
.projects-area .projects-carousel .owl-nav .owl-prev,
.projects-area .projects-carousel .owl-nav .owl-next {
background: transparent none repeat scroll 0 0;
color: var(--color-heading);
font-size: 30px;
height: 40px;
left: 0;
line-height: 40px;
margin: -20px 0 0;
padding: 0;
position: absolute;
top: 50%;
width: 40px;
transition: all 0.35s ease-in-out;
opacity: 0;
}
.projects-area .projects-carousel:hover .owl-nav .owl-prev,
.projects-area .projects-carousel:hover .owl-nav .owl-next {
opacity: 1;
}
.projects-area .projects-carousel .owl-nav .owl-next {
left: auto;
right: 0;
}
.projects-area .projects-carousel:hover .owl-nav .owl-prev {
left: 50px;
}
.projects-area .projects-carousel:hover .owl-nav .owl-next {
right: 50px;
} .project-details-area .top-info {
position: relative;
margin-top: 50px;
}
.project-details-area .top-info .left-info {
padding-right: 35px;
}
.project-details-area .top-info p:last-child {
margin-bottom: 0;
}
.project-details-area .project-info {
background: rgba(237, 245, 255, 1);
padding: 40px;
border-bottom: 2px solid var(--color-primary);
}
.project-details-area .project-info h2,
.project-details-area .project-info h3,
.project-details-area .project-info h4,
.project-details-area .project-info h5 {
font-weight: 600;
margin-bottom: 25px;
}
.project-details-area .project-info > ul li {
font-family: var(--font-default);
font-weight: 600;
font-size: 16px;
color: var(--color-heading);
}
.project-details-area .project-info > ul li i {
display: inline-block;
margin-right: 14px;
color: #086ad8;
font-size: 16px;
}
.project-details-area .project-info > ul {
display: inline-block;
grid-template-columns: repeat(2, 1fr);
display: grid;
grid-gap: 30px 30px;
}
.project-details-area .project-info > ul li span {
font-family: var(--font-default);
font-weight: 600;
position: relative;
font-size: 14px;
display: block;
margin-top: 2px;
color: var(--color-paragraph);
}
.project-details-area .project-info .share {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px dashed #bbbbbb;
margin-top: 20px;
padding-top: 20px;
}
.project-details-area .project-info .share ul li {
display: inline-block;
margin-right: 8px;
}
.project-details-area .project-info .share ul li a {
display: inline-block;
color: var(--white);
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
}
.project-details-area .project-info .share ul li.facebook a {
background: #3b5998 none repeat scroll 0 0;
}
.project-details-area .project-info .share ul li.twitter a {
background: #1da1f2 none repeat scroll 0 0;
}
.project-details-area .project-info .share ul li.pinterest a {
background: #bd081c none repeat scroll 0 0;
}
.project-details-area .project-info .share ul li.g-plus a {
background: #db4437 none repeat scroll 0 0;
}
.project-details-area .project-info .share ul li.linkedin a {
background: #0077b5 none repeat scroll 0 0;
}
.project-details-area .project-info .share h4 {
margin: 0;
padding-right: 50px;
}
.project-details-area .main-content {
margin-top: 50px;
}
.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
font-weight: 600;
margin-bottom: 25px;
}
.project-details-area .main-content .row img {
margin-top: 30px;
}
.project-details-area .top-info h2 {
font-weight: 600;
margin-bottom: 25px;
} .terms-policy-area h1,
.terms-policy-area h2,
.terms-policy-area h3,
.terms-policy-area h4,
.terms-policy-area h5,
.terms-policy-area h6 {
font-weight: 600;
}
.terms-policy-area p {
margin-bottom: 20px;
}
.terms-policy-area p:last-child {
margin-bottom: 0;
}
.terms-policy-area i {
position: fixed;
top: 50%;
right: 50px;
font-size: 200px;
z-index: -1;
opacity: 0.05;
margin-top: -50px;
}
.terms-policy-area i.fa-copy {
font-weight: 500;
}
.terms-policy-area ul li {
display: flex;
margin-top: 20px;
}
.terms-policy-area ul li span {
height: 30px;
width: 30px;
text-align: center;
line-height: 30px;
background: var(--color-primary);
color: var(--white);
font-weight: 600;
min-width: 30px;
border-radius: 50%;
margin-right: 20px;
font-size: 12px;
}
.terms-policy-area ul li:first-child {
margin: 0;
}
.terms-policy-area ul {
margin: 25px 0;
} .earna-career ul.job-list {
text-align: center;
margin-bottom: 50px;
}
.earna-career ul.job-list li {
display: inline-block;
margin: 0 30px;
text-align: center;
}
.earna-career ul.job-list li:last-child {
padding: 0;
margin: 0;
border: none;
}
.earna-career ul.job-list li .counter {
position: relative;
}
.earna-career ul.job-list li .counter {
position: relative;
display: flex;
align-items: center;
font-size: 50px;
font-weight: 600;
color: var(--color-primary);
line-height: 1;
margin-bottom: 5px;
}
.earna-career ul.job-list li .counter .operator {
font-size: 30px;
margin-left: 2px;
line-height: 1;
position: relative;
top: -10px;
}
.earna-career ul.job-list li .medium {
font-weight: 500;
color: var(--color-paragraph);
font-size: 14px;
}
.earna-career .job-lists .item {
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
padding: 50px;
border-radius: 7px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--white);
}
.earna-career .job-lists .item:last-child {
margin-bottom: 0;
}
.earna-career .job-lists .item .info {
padding-right: 30px;
}
.earna-career .job-lists .item .info h4 {
font-weight: 600;
margin-bottom: 2px;
font-size: 24px;
margin-right: 50px;
}
.earna-career .job-lists .item .info h4 span {
background: rgba(18, 115, 235, 0.2);
color: rgba(18, 115, 235, 1);
font-weight: 500;
font-size: 12px;
padding: 5px 10px;
position: relative;
z-index: 1;
top: -18px;
}
.earna-career .job-lists .item .info h4 span::after {
position: absolute;
left: 5px;
bottom: -8px;
content: "";
border-left: 2px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid rgba(18, 115, 235, 0.2);
}
.earna-career .job-lists .item .info .top {
display: flex;
align-items: center;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.earna-career .job-lists .item .info .top i {
display: inline-block;
font-size: 40px;
margin-right: 9px;
color: var(--color-primary);
}
.earna-career .job-lists .item .info .top i.fa-wordpress {
font-weight: 500;
}
.earna-career .job-lists .item .info ul li {
display: inline-block;
margin-right: 20px;
position: relative;
z-index: 1;
}
.earna-career .job-lists .item .info ul li::after {
position: absolute;
right: -15px;
top: 50%;
content: "";
height: 5px;
width: 5px;
background: var(--color-paragraph);
border-radius: 50%;
margin-top: -2px;
}
.earna-career .job-lists .item .info ul li:last-child::after {
display: none;
} .blog-area .blog-items .single-item {
margin-bottom: 30px;
}
.blog-area .blog-items .item {
box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}
.blog-area .blog-items .item .thumb img {
border-radius: 8px;
}
.blog-area .blog-items .info {
padding-top: 40px !important;
background: var(--white);
border-radius: 0 0 5px 5px;
}
.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
font-weight: 600;
line-height: 1.4;
}
.blog-area .blog-items .info h2 a,
.blog-area .blog-items .info h3 a,
.blog-area .blog-items .info h4 a,
.blog-area .blog-items .info h5 a {
font-weight: 600;
}
.blog-area .blog-items .info {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
.blog-area .blog-items .info > a {
margin-top: 8px;
}
.blog-area .blog-items .thumb {
position: relative;
padding: 15px;
background: var(--white);
border-radius: 8px 8px 0 0;
}
.blog-area .blog-items .thumb .date {
background: var(--white);
position: absolute;
left: 30px;
bottom: -10px;
color: var(--color-heading);
font-weight: 600;
padding: 10px 20px;
border-radius: 5px;
text-transform: capitalize;
border: 1px solid var(--white);
box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
font-family: var(--font-default);
}
.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
color: var(--color-primary);
}
.torch-red .blog-area .blog-items h2 a:hover,
.torch-red .blog-area .blog-items h3 a:hover,
.torch-red .blog-area .blog-items h4 a:hover,
.torch-red .blog-area .blog-items h5 a:hover,
.torch-red .blog-area .blog-items .meta a:hover {
color: var(--color-style-two);
}
.blog-area .meta {
display: block;
margin-bottom: 15px;
}
.blog-area .meta ul li {
position: relative;
z-index: 1;
font-size: 16px;
text-transform: uppercase;
padding-right: 60px;
display: flex;
align-items: center;
font-family: var(--font-default);
}
.blog-area .meta ul li img {
height: 35px;
width: 35px !important;
border-radius: 50%;
margin-right: 10px;
}
.blog-area .meta ul li:last-child {
padding-right: 0;
}
.blog-area .meta ul {
display: flex;
align-items: center;
}
.blog-area .meta ul li::after {
position: absolute;
right: 15px;
top: 50%;
content: "";
height: 1px;
width: 30px;
background: #dddddd;
}
.blog-area .meta ul li:last-child::after {
display: none;
}
.blog-area .meta ul li a {
margin-left: 3px;
display: inline-block;
line-height: 1.4;
}
.blog-area .meta ul li:first-child a {
color: #1272eb;
}
.torch-red .blog-area .meta ul li:first-child a {
color: var(--color-style-two);
}
.blog-area .meta ul li a:hover {
color: var(--color-primary);
}
.torch-red .blog-area .meta ul li a:hover {
color: var(--color-style-two);
}
.blog-area .info p:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.blog-area .meta ul li img {
display: none;
}
} .pagi-area .pagination {
text-align: center;
display: block;
margin-top: 30px;
}
.pagi-area .pagination li.page-item {
float: none;
display: inline-block;
}
.pagi-area .pagination li a {
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
margin: 0 2px;
margin-top: 5px;
color: var(--color-heading);
font-weight: 600;
}
.pagi-area .pagination li.active a {
background: var(--color-primary);
border-color: var(--color-primary);
} .blog-area.left-sidebar .blog-content {
float: right;
}
.blog-area.left-sidebar .sidebar {
padding-right: 35px;
}
.blog-area.right-sidebar .sidebar {
padding-left: 35px;
}
.blog-area .sidebar .title {
display: block;
}
.blog-area .sidebar .title h4 {
font-weight: 600;
margin-bottom: 30px;
margin-top: -5px;
position: relative;
text-transform: capitalize;
z-index: 1;
font-size: 20px;
display: inline-block;
padding-bottom: 15px;
}
.blog-area .sidebar .title h4::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 2px;
width: 50px;
border-bottom: 2px solid var(--color-primary);
}
.blog-area .sidebar input[type="text"] {
border: 1px solid #e7e7e7;
border-radius: inherit;
box-shadow: inherit;
min-height: 60px;
}
.blog-area .sidebar form {
position: relative;
}
.blog-area .sidebar button[type="submit"] {
background: transparent;
border: medium none;
color: var(--color-heading);
font-weight: 600;
letter-spacing: 1px;
min-height: 50px;
width: 50px;
position: absolute;
right: 5px;
text-transform: uppercase;
top: 5px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
border-radius: inherit;
font-size: 18px;
border-left: 1px solid #e7e7e7 !important;
}
.blog-area .sidebar input[type="submit"]:hover {
background: var(--color-primary) none repeat scroll 0 0;
}
.blog-area .sidebar .sidebar-item {
float: left;
margin-bottom: 50px;
width: 100%;
}
.blog-area .sidebar .sidebar-item:last-child {
margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
margin-top: -5px;
}
.blog-area .sidebar .sidebar-item.category li {
display: block;
position: relative;
margin-top: 13px;
}
.blog-area .sidebar .sidebar-item.category li a {
display: flex;
text-transform: capitalize;
font-weight: 600;
color: var(--color-paragraph);
align-items: center;
justify-content: space-between;
}
.blog-area .sidebar .sidebar-item li a:hover {
color: var(--color-primary);
}
.blog-area .sidebar .sidebar-item.category li a span {
font-size: 12px;
margin-left: 5px;
background: #f1f1f1;
min-width: 40px;
padding: 3px;
text-align: center;
color: var(--color-heading);
border-radius: 30px;
}
.blog-area .sidebar .sidebar-item.category li:first-child a span {
top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child {
margin-top: 0;
padding-top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child a::after {
top: 0;
}
.blog-area .sidebar .sidebar-item.category li:last-child {
border: medium none;
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-item.recent-post li a {
color: var(--color-heading);
display: block;
font-weight: 600;
}
.sidebar-item.recent-post li a:last-child {
display: inline-block;
}
.sidebar-item.recent-post .meta-title {
margin-bottom: 8px;
font-weight: 600;
text-transform: capitalize;
font-size: 13px;
}
.sidebar-item.recent-post .meta-title i {
margin-right: 3px;
font-weight: 100;
}
.sidebar-item.recent-post li a:hover {
color: var(--color-primary);
}
.sidebar-item.recent-post li a span {
display: inline-block;
color: #002359;
}
.sidebar-item.recent-post li span {
display: inline-block;
font-size: 14px;
color: var(--color-paragraph);
font-weight: 400;
text-transform: capitalize;
font-family: var(--font-default);
}
.sidebar-item.recent-post .meta-title a {
color: #999999;
}
.sidebar-item.recent-post li {
color: #cdd0d3;
}
.sidebar-item.recent-post li {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 15px;
padding-bottom: 15px;
}
.sidebar-item.recent-post li:last-child {
border: medium none;
margin: 0;
padding: 0;
}
.sidebar-item.recent-post li:last-child {
margin: 0;
}
.sidebar-item.recent-post li .thumb {
display: table-cell;
padding: 0;
padding-top: 5px;
vertical-align: top;
width: 80px;
}
.sidebar-item.recent-post .thumb img {
width: 100%;
border-radius: inherit;
}
.sidebar-item.recent-post li .info {
box-shadow: inherit;
color: #837f7e;
display: table-cell;
line-height: 26px;
padding: 0;
padding-left: 25px;
vertical-align: top;
padding-top: 0 !important;
}
.sidebar-item.recent-post li .info a {
text-decoration: inherit;
font-weight: 600;
font-size: 18px;
margin-top: 0;
}
.blog-area .sidebar-item.gallery ul {
margin: -7px;
overflow: hidden;
}
.sidebar-item.gallery ul li {
box-sizing: border-box;
float: left;
padding: 7px;
width: 33.333%;
}
.sidebar-item.gallery ul li img {
min-height: 70px;
width: 100%;
}
.sidebar-item.archives ul li {
display: block;
margin-bottom: 20px;
position: relative;
}
.sidebar-item.archives ul li:last-child {
margin-bottom: 0;
}
.sidebar-item.archives ul li a {
display: inline-block;
font-weight: 600;
text-transform: capitalize;
z-index: 1;
padding-left: 25px;
font-size: 14px;
color: var(--color-paragraph);
}
.sidebar-item.archives ul li a::after {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "\f07b";
font-family: "Font Awesome 5 Pro";
height: 8px;
left: 0;
position: absolute;
width: 8px;
font-weight: 600;
}
.sidebar-item.social-sidebar ul {
margin-bottom: -10px;
overflow: hidden;
}
.sidebar-item.social-sidebar li {
display: inline-block;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.sidebar-item.social-sidebar li a {
background: #002359 none repeat scroll 0 0;
border: medium none;
color: var(--white);
display: inline-block;
height: 50px;
line-height: 54px;
margin-bottom: 5px;
text-align: center;
width: 50px;
font-size: 14px;
}
.sidebar-item.social-sidebar li a:hover {
color: var(--white) !important;
}
.sidebar-item.social-sidebar li.facebook a {
background: #3b5998 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.twitter a {
background: #1da1f2 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.pinterest a {
background: #bd081c none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.g-plus a {
background: #db4437 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.linkedin a {
background: #0077b5 none repeat scroll 0 0;
}
.sidebar-item.tags ul {
margin-top: -8px;
}
.sidebar-item.tags ul li {
display: inline-block;
}
.sidebar-item.tags ul li a {
border: 1px solid #e7e7e7;
display: inline-block;
font-weight: 600;
margin-top: 8px;
margin-right: 2px;
padding: 9px 25px;
text-transform: capitalize;
font-size: 13px;
border-radius: 30px;
color: var(--color-paragraph);
background: #fafafa;
}
.sidebar-item.tags ul li a:hover {
color: var(--color-primary);
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 80px 50px;
text-align: center;
position: relative;
z-index: 1;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: var(--color-primary);
z-index: -1;
opacity: 0.7;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
color: var(--white);
font-weight: 600;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
color: var(--white);
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
display: inline-block;
color: var(--white);
border: 1px dashed rgba(255, 255, 255, 0.7);
padding: 10px 25px;
margin-top: 9px;
}
.blog-area .blog-items.content-less .item .info > a {
margin-top: 10px;
} .blog-area.single .item .content-box span {
background: var(--color-primary) none repeat scroll 0 0;
color: var(--white);
display: inline-block;
font-weight: 600;
letter-spacing: 1px;
padding: 3px 20px;
text-transform: uppercase;
}
.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
font-weight: 600;
}
.blog-area.single .content-box .cats {
float: left;
margin-right: 5px;
}
.blog-area.single .content-box .meta .date {
float: right;
letter-spacing: 1px;
text-transform: uppercase;
}
.blog-area.single .content-box .meta {
overflow: hidden;
width: 100%;
border: none;
margin: 0;
padding: 0;
}
.blog-area .blog-items .info > ul li {
margin-bottom: 5px;
color: var(--color-heading);
position: relative;
z-index: 1;
padding-left: 15px;
display: block;
}
.blog-area .blog-items .info > ul {
margin-bottom: 25px;
margin-top: 25px;
}
.blog-area .blog-items .info > ul li::after {
position: absolute;
left: 0;
top: 10px;
content: "";
height: 5px;
width: 5px;
background: #333333;
border-radius: 50%;
}
.blog-area.single .item {
margin-bottom: 0;
}
.blog-area .item blockquote {
position: relative;
z-index: 1;
border: none;
font-size: 20px;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 85px;
color: var(--color-heading);
font-weight: 600;
line-height: 32px;
background: #ecf6fa;
padding: 50px;
font-family: var(--font-default);
}
.blog-area .item blockquote cite {
display: block;
margin-top: 15px;
color: #999999;
font-weight: 600;
font-style: normal;
}
.blog-area .item blockquote::before {
position: absolute;
left: 0;
top: 5%;
content: "";
height: 90%;
width: 3px;
background: var(--color-primary);
}
.blog-area .item blockquote::after {
position: absolute;
right: 50px;
content: "\f10d";
font-family: "Font Awesome 5 Pro";
color: var(--color-paragraph);
bottom: 50px;
font-weight: 600;
opacity: 0.1;
font-size: 80px;
}
.blog-area .item blockquote p {
margin: 0;
position: relative;
z-index: 1;
line-height: 34px;
font-size: 16px;
font-style: italic;
font-weight: 600;
}
.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 10px 0;
padding-bottom: 6px;
}
.blog-area .blog-content .share li {
display: inline-block;
margin-left: 15px;
}
.blog-area .blog-content .share li a {
display: inline-block;
color: var(--color-primary);
}
.blog-area .blog-content .share li.facebook a {
color: #3b5998;
}
.blog-area .blog-content .share li.twitter a {
color: #1da1f2;
}
.blog-area .blog-content .share li.pinterest a {
color: #bd081c;
}
.blog-area .blog-content .share li.g-plus a {
color: #db4437;
}
.blog-area .blog-content .share li.linkedin a {
color: #0077b5;
}
.blog-area .blog-content .post-tags .tags a {
background: #f7f7f7;
padding: 10px 15px;
font-size: 14px;
margin-right: 3px;
margin-bottom: 5px;
display: inline-block;
}
.blog-area.single .post-pagi-area {
margin-top: 50px;
overflow: hidden;
}
.blog-area.single .post-pagi-area a {
display: inline-block;
font-weight: 600;
text-transform: capitalize;
color: #999999;
border-radius: 30px;
}
.blog-area.single .post-pagi-area h5 {
margin: 0;
margin-top: 5px;
font-weight: 600;
transition: all 0.35s ease-in-out;
font-size: 18px;
}
.blog-area.single .post-pagi-area h5:hover {
color: var(--color-primary);
}
.blog-area.single.color-yellow .post-pagi-area a:hover {
color: #ff9800;
}
.blog-area.single .post-pagi-area a:last-child {
float: right;
}
.blog-area.single .post-pagi-area a:first-child i {
margin-right: 3px;
}
.blog-area.single .post-pagi-area a:last-child i {
margin-left: 3px;
}
.comments-area .commen-item .comments-info p {
display: block;
margin: 0;
}
.blog-area .contact-comments .submit {
margin-bottom: 0;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .blog-area .comments-form {
margin-top: 50px;
}
.blog-area .blog-comments .comments-list {
margin-bottom: 50px;
}
.blog-area .blog-comments .comments-list:last-child {
margin-bottom: 0;
}
.comments-list .commen-item .avatar {
height: 120px;
width: 120px;
min-width: 120px;
}
.comments-list .commen-item .content {
position: relative;
}
.comments-list .commen-item .avatar img {
height: 90px;
width: 90px;
border-radius: 5px;
}
.comments-list .commen-item {
margin-top: 30px;
display: flex;
border-top: 1px solid #e7e7e7;
padding-top: 30px;
}
.comments-list .commen-item:first-child {
border: none;
margin: 0;
padding: 0;
}
.comments-list .commen-item:last-child {
margin-bottom: 0;
}
.comments-list .commen-item.reply {
margin-left: 80px;
}
.comments-area {
margin-top: 40px;
}
.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
font-weight: 600;
margin-bottom: 30px;
text-transform: capitalize;
}
.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.comments-list .commen-item .content .reply a {
font-size: 14px;
background: #0a1015;
color: var(--white);
display: inline-block;
padding: 8px;
font-weight: 600;
}
.comments-list .commen-item .content .reply a:hover {
background: var(--color-primary);
}
.comments-list .commen-item .content .reply i {
font-size: 12px;
}
.comments-list .commen-item .content p:last-child {
margin-bottom: 0;
}
.comments-list .commen-item .content .title {
align-items: center;
margin-bottom: 15px;
font-weight: 600;
}
.comments-list .commen-item .content .title span {
font-weight: 400;
color: var(--color-primary);
display: block;
margin-top: 0;
font-size: 13px;
}
.comments-list .commen-item .content .title span i {
font-weight: 600;
margin-right: 5px;
}
.comments-list .commen-item .content .title span i.fa-reply {
font-weight: 600;
margin-right: 3px;
}
.comments-list .commen-item .content .title span a {
margin-left: 10px;
}
.comments-info a {
border: 1px solid #e7e7e7;
color: #002359;
display: inline-block;
font-size: 12px;
margin-top: 5px;
padding: 1px 20px;
background: var(--white);
text-transform: uppercase;
font-weight: 600;
border-radius: 30px;
}
.comments-info a:hover {
color: var(--color-primary);
}
.comments-info a i {
margin-right: 10px;
}
.comments-form input,
.comments-form textarea {
border: none;
box-shadow: inherit;
padding: 15px;
background: #ecf6fa;
font-size: 14px;
}
.comments-form textarea {
min-height: 180px;
padding: 15px;
}
.blog-area.full-blog.single-blog .form-group.submit {
margin-bottom: 0;
}
.comments-form button,
.comments-form button:focus {
background: transparent;
margin-top: 15px;
border: 2px solid var(--color-primary);
overflow: hidden;
position: relative;
z-index: 1;
color: var(--white);
transition: all 0.35s ease-in-out;
padding: 14px 40px;
font-size: 15px;
border-radius: 30px;
font-weight: 600;
}
.comments-form button::after {
position: absolute;
left: -10%;
top: -10%;
content: "";
height: 120%;
width: 120%;
background: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
}
.comments-form button:hover::after {
width: 0;
}
.comments-form button:hover {
color: var(--color-heading);
}
.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
font-weight: 600;
margin-bottom: 30px;
text-transform: capitalize;
}
.blog-area .contact-comments .comments {
margin-top: 20px;
}
.blog-area.single .blog-items .item .contact-comments .col-md-6 {
float: left;
padding: 0 15px;
} .pagination li {
display: inline-block;
margin-top: 7px;
}
ul.pagination {
display: block;
margin-top: 30px;
}
.pagination li a {
display: inline-block;
padding: 15px 20px;
border-radius: 5px;
margin: 0 2px;
color: var(--color-primary);
font-weight: 800;
}
.pagination li.page-item.active a {
background: var(--color-primary);
border-color: var(--color-primary);
} .contact-area.extra-margin {
margin: 120px 0;
}
.contact-area {
position: relative;
z-index: 1;
}
.contact-area::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 120px;
background: var(--white);
z-index: -1;
}
.contact-area::before {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 120px;
background: var(--white);
z-index: -1;
}
.contact-area .info .content {
padding: 50px;
background: var(--white);
position: relative;
z-index: 1;
padding-left: 80px;
padding-top: 80px;
}
.contact-area .info .content::after {
position: absolute;
right: -30px;
top: 30px;
content: "";
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.2);
z-index: -1;
}
.contact-area .info h2 {
font-weight: 600;
margin-bottom: 30px;
}
.contact-area .info ul {
display: block;
margin-top: 35px;
}
.contact-area .info ul li {
display: flex;
margin-top: 30px;
}
.contact-area .info ul li:first-child {
margin-top: 0;
}
.contact-area .info ul li i {
display: inline-block;
height: 60px;
width: 60px;
min-width: 60px;
line-height: 60px;
background: linear-gradient(
90deg,
var(--color-primary) 57%,
rgba(4, 215, 242, 1) 100%
);
text-align: center;
color: var(--white);
border-radius: 50%;
margin-right: 20px;
font-size: 20px;
}
.contact-area .info ul li p {
margin: 0;
}
.contact-area .form-box input,
.contact-area .form-box textarea {
padding: 20px;
padding-left: 0;
border: none;
box-shadow: inherit;
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
color: var(--white);
border-radius: inherit;
}
.contact-area .form-box input::-webkit-input-placeholder,
.contact-area .form-box textarea::-webkit-input-placeholder { color: var(--white);
}
.contact-area .form-box input::-moz-placeholder,
.contact-area .form-box textarea::-moz-placeholder { color: var(--white);
}
.contact-area .form-box input:-ms-input-placeholder,
.contact-area .form-box textarea:-ms-input-placeholder { color: var(--white);
}
.contact-area .form-box input:-moz-placeholder,
.contact-area .form-box textarea:-moz-placeholder { color: var(--white);
}
.contact-area .form-box textarea {
min-height: 180px;
}
.contact-area .form-box button {
display: inline-block;
padding: 15px 42px;
border-radius: 5px;
background: var(--white);
font-weight: 600;
color: var(--color-primary);
}
.contact-area .form-box button i {
margin-left: 3px;
}
.contact-area .form-box img.loader {
margin-left: 10px;
} .google-maps iframe {
border: medium none;
height: 550px;
margin-bottom: -10px;
width: 100%;
}
.maps-area {
overflow: hidden;
} .contact-us-area .info h2 {
font-weight: 600;
}
.contact-us-area .info ul li {
display: flex;
margin-top: 30px;
}
.contact-us-area .info ul li:first-child {
margin-top: 0;
}
.contact-us-area .info ul li p {
margin: 0;
}
.contact-us-area .info ul li i {
display: inline-block;
font-size: 30px;
height: 70px;
width: 70px;
text-align: center;
line-height: 70px;
background: rgba(18, 115, 235, 0.1);
color: rgba(18, 115, 235, 1);
border-radius: 8px;
margin-right: 20px;
}
.contact-us-area .info ul {
margin-top: 50px;
}
.contact-us-area .info ul li h5 {
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.contact-us-area form {
background: var(--white);
box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
padding: 60px;
}
.contact-us-area form input,
.contact-us-area form textarea {
border: none;
background: #f4f4f4;
padding: 20px;
font-size: 15px;
}
.contact-us-area form textarea {
min-height: 180px;
}
.contact-us-area form button {
padding: 15px 42px;
font-weight: 600;
font-size: 15px;
border-radius: 5px;
background: transparent;
position: relative;
z-index: 1;
transition: all 0.35s ease-in-out;
color: var(--white);
}
.contact-us-area form button::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background-image: linear-gradient(
to right,
var(--color-primary),
var(--color-secondary),
var(--color-primary)
);
background-size: 220% 150%;
text-transform: uppercase;
display: inline-block;
color: var(--white) !important;
background-color: var(--color-primary);
z-index: -1;
transition: all 0.35s ease-in-out;
border-radius: 5px;
}
.contact-us-area form button:hover::after,
.contact-us-area form button:active {
background-position: -70% 0;
color: var(--white);
} form.white-popup-block {
background: var(--white) none repeat scroll 0 0;
border-radius: 5px;
margin: auto;
overflow: hidden;
padding: 50px 30px;
position: relative;
width: 50%;
}
form.white-popup-block button.mfp-close {
color: red;
}
form.white-popup-block li {
display: inline-block;
margin-bottom: 6px;
margin-right: 3px;
margin-left: 3px;
}
form.white-popup-block li a {
background: #002147 none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
color: var(--white);
display: inline-block;
font-size: 15px;
height: 45px;
line-height: 48px;
text-align: center;
width: 45px;
}
form.white-popup-block li.facebook a {
background: #3b5998 none repeat scroll 0 0;
}
form.white-popup-block li.twitter a {
background: #1da1f2 none repeat scroll 0 0;
}
form.white-popup-block li.pinterest a {
background: #bd081c none repeat scroll 0 0;
}
form.white-popup-block li.g-plus a {
background: #db4437 none repeat scroll 0 0;
}
form.white-popup-block li.linkedin a {
background: #0077b5 none repeat scroll 0 0;
}
form.white-popup-block .col-md-6:last-child {
border-left: 1px solid #e7e7e7;
}
form.white-popup-block .col-md-6:last-child {
border-left: 1px solid;
}
form.white-popup-block h3,
form.white-popup-block h4 {
font-weight: 600;
margin-bottom: 30px;
}
form.white-popup-block .login-social h3,
form.white-popup-block .login-social h4 {
margin-bottom: 20px;
}
form.white-popup-block .login-social {
padding-right: 30px;
text-align: center;
}
form.white-popup-block .login-social > i {
display: inline-block;
height: 90px;
width: 90px;
line-height: 90px;
background: rgba(18, 115, 235, 0.1);
color: rgba(18, 115, 235, 1);
font-size: 36px;
border-radius: 50%;
margin-bottom: 30px;
}
form.white-popup-block .login-social > i.fa-user-plus {
font-size: 30px;
position: relative;
padding-left: 6px;
}
form.white-popup-block .login-custom {
border-left: 1px solid #e7e7e7;
padding-left: 35px;
}
form.white-popup-block input {
border: none;
box-shadow: inherit;
background: rgba(237, 245, 255, 1);
padding-left: 25px;
}
form.white-popup-block .lost-pass-link {
float: right;
}
form.white-popup-block .lost-pass-link:hover {
text-decoration: underline;
}
form.white-popup-block label {
float: left;
}
form.white-popup-block label input {
float: left;
margin-right: 10px;
min-height: 25px;
}
form.white-popup-block button[type="submit"] {
background: var(--color-primary) none repeat scroll 0 0;
border: medium none;
color: var(--white);
display: inline-block;
font-weight: 600;
margin-top: 10px;
padding: 12px 55px;
text-transform: uppercase;
border-radius: 30px;
}
form.white-popup-block .link-bottom {
display: block;
float: left;
margin-bottom: 0;
margin-top: 15px;
width: 100%;
}
form.white-popup-block .link-bottom a:hover {
text-decoration: underline;
}
.login-area form.white-popup-block {
box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
width: auto;
}
.login-area .form-group {
width: 100%;
} .error-page-area {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.error-page-area .error-box h1 {
color: var(--color-paragraph);
font-size: 300px;
font-weight: 900;
line-height: 215px;
z-index: -1;
margin-bottom: 30px;
}
.error-page-area h2 {
font-weight: 600;
text-transform: capitalize;
margin-bottom: 25px;
}
.error-page-area a {
margin-top: 15px;
}
.error-box .search {
margin-top: 30px;
text-align: center;
}
.error-box .search form {
margin: auto;
position: relative;
width: 400px;
}
.error-box .search .input-group {
width: 100%;
}
.error-box .search form input {
border: 1px solid #e7e7e7;
box-shadow: inherit;
border-radius: 30px;
min-height: 60px;
padding: 25px;
}
.error-box .search form button {
background: transparent none repeat scroll 0 0;
border: medium none;
line-height: 60px;
padding: 0 25px;
position: absolute;
right: 0;
top: 0;
z-index: 9;
} footer {
position: relative;
z-index: 1;
}
footer::after {
position: absolute;
right: 0;
top: 0;
content: "";
height: 400px;
width: 400px;
background: url(//empira.pl/wp-content/themes/empira/assets/img/map.svg);
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.3;
}
footer .widget-title,
footer img {
margin-bottom: 30px;
font-weight: 600;
}
footer .f-items .f-item.about {
border-right: 1px solid rgba(255, 255, 255, 0.1);
padding-right: 40px;
margin-right: 10px;
}
footer .f-items .f-item.about img {
height: 60px;
}
footer .f-items .f-item form {
position: relative;
margin-top: 30px;
}
footer .f-items .f-item form input {
background: var(--dark-secondary);
color: var(--white);
border: 1px dashed rgba(255, 255, 255, 0.1);
font-size: 14px;
}
footer .f-items .f-item form input::-webkit-input-placeholder { color: #adb5bd;
}
footer .f-items .f-item form input::-moz-placeholder { color: #adb5bd;
}
footer .f-items .f-item form input:-ms-input-placeholder { color: #adb5bd;
}
footer .f-items .f-item form input:-moz-placeholder { color: #adb5bd;
}
footer .f-items .f-item form button {
position: absolute;
right: 0;
top: 0;
height: 50px;
width: 50px;
background: transparent;
color: var(--color-primary);
font-size: 25px;
}
.torch-red footer .f-items .f-item form button {
color: var(--color-style-two);
}
footer .f-items .f-item form button::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 30px;
width: 1px;
margin-top: -15px;
opacity: 0.1;
border-left: 1px solid var(--white);
}
footer .f-items .f-item form button i {
position: relative;
top: 4px;
}
footer p {
color: #a0a2a6 !important;
}
footer a {
font-weight: 500;
}
footer .f-items .f-item.link li {
margin-bottom: 12px;
}
footer .f-items .f-item.link li:last-child {
margin-bottom: 0;
}
footer .f-items .f-item.link li a:hover {
color: var(--white);
margin-left: 10px;
}
footer .f-items .f-item.link li a {
font-weight: 400;
color: #a0a2a6;
}
footer .f-items .f-item.link li a i {
font-size: 12px;
margin-right: 3px;
}
footer .f-items .f-item .address li {
display: flex;
margin-bottom: 25px;
}
footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
color: #a0a2a6;
}
footer .f-items .f-item .address li i {
display: inline-block;
margin-right: 20px;
color: var(--white);
font-size: 24px;
color: var(--color-primary);
position: relative;
top: 5px;
}
.torch-red footer .f-items .f-item .address li i {
color: var(--color-style-two);
}
footer .f-items .f-item .address li:last-child {
margin-bottom: -8px;
}
footer .f-items .f-item .address li strong {
display: block;
font-family: var(--font-default);
font-weight: 600;
text-transform: uppercase;
color: var(--white);
} footer .footer-bottom {
overflow: hidden;
}
footer .footer-bottom p {
margin-bottom: 0;
}
footer .footer-bottom li {
display: inline-block;
margin-left: 15px;
position: relative;
z-index: 1;
padding-left: 25px;
}
footer .footer-bottom li::before {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 5px;
width: 5px;
background: var(--white);
border-radius: 50%;
margin-top: -3px;
opacity: 0.5;
}
footer .footer-bottom li:first-child::before {
display: none;
}
footer .footer-bottom-box {
padding: 50px 0;
padding-right: 80px;
position: relative;
z-index: 1;
}
footer .footer-bottom-box::after {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 400%;
background: var(--dark-secondary);
z-index: -1;
opacity: 0.8;
clip-path: polygon(0 0, 99% 0, 100% 100%, 10% 100%);
} .earna-preloader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: default;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9000;
}
.earna-preloader .animation-preloader {
z-index: 1000;
}
.earna-preloader .animation-preloader .spinner {
-webkit-animation: spinner 1s infinite linear;
animation: spinner 1s infinite linear;
border-radius: 50%;
border: 3px solid rgba(0, 0, 0, 0.2);
border-top-color: var(--color-primary);
height: 150px;
margin: 0 auto 3.5em auto;
width: 150px;
}
.torch-red .earna-preloader .animation-preloader .spinner {
border-top-color: var(--color-style-two);
}
.earna-preloader .animation-preloader .txt-loading {
font: bold 5em var(--font-default);
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.earna-preloader .animation-preloader .txt-loading .letters-loading {
color: rgba(0, 0, 0, 0.2);
position: relative;
}
.earna-preloader .animation-preloader .txt-loading .letters-loading:before {
-webkit-animation: letters-loading 4s infinite;
animation: letters-loading 4s infinite;
color: var(--black);
content: attr(data-text-preloader);
left: 0;
opacity: 0;
font-family: var(--font-default);
position: absolute;
top: -3px;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
.earna-preloader.dark .animation-preloader .spinner {
border-color: rgba(255, 255, 255, 0.2);
border-top-color: var(--white);
}
.earna-preloader.dark .animation-preloader .txt-loading .letters-loading {
color: rgba(255, 255, 255, 0.2);
}
.earna-preloader.dark
.animation-preloader
.txt-loading
.letters-loading:before {
color: var(--white);
}
.earna-preloader p {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 8px;
color: #3b3b3b;
}
.earna-preloader .loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
pointer-events: none;
}
.earna-preloader .loader .row {
height: 100%;
}
.earna-preloader .loader .loader-section {
padding: 0px;
}
.earna-preloader .loader .loader-section .bg {
background-color: var(--white);
height: 100%;
left: 0;
width: 100%;
-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.earna-preloader .loader.dark_bg .loader-section .bg {
background: #111339;
}
.earna-preloader.loaded .animation-preloader {
opacity: 0;
-webkit-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}
.earna-preloader.loaded .loader-section .bg {
width: 0;
-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@keyframes spinner {
to {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@-webkit-keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.earna-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
.earna-preloader .animation-preloader .txt-loading {
font: bold 3.5em var(--font-default);
}
}
@media screen and (max-width: 500px) {
.earna-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.earna-preloader .animation-preloader .txt-loading {
font: bold 2em var(--font-default);
}
} .top-bar-style-two {
background: var(--bg-gradient);
padding: 10px 30px;
border-radius: 0 0 10px 10px;
}
.top-bar-style-two .info li i {
font-weight: 100;
color: var(--white);
}
nav.navbar.bootsnav {
background-color: var(--white);
border-radius: 0;
border: none;
box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
-moz-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
-o-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
}
.btn.btn-theme.effect {
border: 2px solid var(--color-primary);
}
.btn.btn-theme.effect::after {
background: var(--color-primary);
}
.btn.btn-theme.effect::before {
background: var(--color-style-two);
}
.btn.btn-theme.effect:hover {
border: 2px solid var(--color-style-two);
}
.banner-style-six .content h2 {
font-size: 75px;
font-weight: 600;
margin-bottom: 25px;
}
.banner-style-six .content a {
margin-top: 15px;
}
.banner-style-six .content p {
color: var(--color-heading);
font-weight: 400;
}
.banner-style-six .carousel-control i {
font-weight: 100;
font-size: 30px;
position: relative;
top: 5px;
color: var(--color-heading);
}
.banner-style-six .content h2 strong {
font-weight: 600;
display: inline-block;
position: relative;
z-index: 2;
}
.banner-style-six .content h2 strong::after {
position: absolute;
left: 5px;
right: 5px;
bottom: 12px;
content: "";
height: 7px;
background: var(--color-style-two);
z-index: -1;
}
.banner-style-six .content h2 strong::before {
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
content: "";
height: 3px;
background: var(--color-style-two);
z-index: -1;
transform: rotate(-1deg);
}
.banner-area .fixed-shape img {
height: 100%;
width: auto;
float: right;
}
.banner-area.banner-style-six .fixed-shape {
bottom: -100px;
top: auto;
}
.banner-area.banner-style-six.auto-height .content {
padding-top: 200px;
padding-bottom: 200px;
}
.navbar .attr-nav .call i.fa-user-headset {
font-weight: 100;
-webkit-text-fill-color: var(--color-heading);
}
.about-service-list {
background-color: var(--color-style-two);
padding: 50px;
background: linear-gradient(
30deg,
var(--color-primary) 5%,
var(--color-style-two) 90%
);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-width: 60%;
}
.about-style-six.d-flex {
position: relative;
}
.about-style-six .thumb {
max-width: 120%;
margin-left: -20%;
border-right: 5px solid var(--white);
}
.about-service-list li {
margin-top: 30px;
border-top: 2px solid rgba(255, 255, 255, 0.4);
padding-top: 30px;
}
.about-service-list li i {
display: inline-block;
font-size: 50px;
font-weight: 100;
margin-right: 30px;
}
.about-service-list li p {
margin: 0;
opacity: 0.9;
}
.about-service-list li:first-child {
margin-top: 0;
padding: 0;
border: none;
}
.about-service-list li h4 {
font-weight: 600;
}
.about-service-list img {
width: 60px;
min-width: 80px;
margin-bottom: 30px;
}
.shape-inner {
position: absolute;
z-index: -1;
right: -65px;
top: -80px;
margin-left: -120px;
transform: rotate(5deg);
}
.shape-inner img {
height: 100px;
}
.compnay-author {
display: flex;
align-items: center;
}
.compnay-author img {
height: 100px;
margin-right: 30px;
border-right: 1px solid #e7e7e7;
padding-right: 30px;
margin-top: 30px;
}
.compnay-author h4 {
font-weight: 600;
margin-bottom: 5px;
}
.compnay-author span strong {
color: var(--color-primary);
}
.about-style-six-info .title {
font-weight: 600;
margin-bottom: 30px;
}
.circle-progress-items {
display: grid;
grid-template-columns: 1fr 1fr;
text-align: center;
grid-column-gap: 50px;
}
.circle-progress-items .circle {
position: relative;
z-index: 1;
}
.circle-progress-items .circle strong {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: var(--font-default);
color: var(--color-heading);
font-size: 20px;
}
.circle-progress-items h5 {
font-weight: 600;
margin: 0;
margin-top: 15px;
}
.services-style-six .item {
padding: 60px 37px;
background: rgba(255, 255, 255, 0.6);
box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 30px;
}
.services-style-six {
margin-bottom: 30px;
}
.services-style-six .item i {
display: inline-block;
font-size: 40px;
margin-bottom: 30px;
height: 90px;
width: 90px;
line-height: 90px;
text-align: center;
color: var(--color-primary);
border-radius: 50%;
position: relative;
z-index: 1;
}
.services-style-six .item p {
margin: 0;
}
.services-style-six .item i::before {
line-height: inherit;
}
.services-style-six .item i::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: var(--color-primary);
z-index: -1;
border-radius: 50%;
opacity: 0.1;
}
.services-style-six:nth-child(2) .item i {
color: #ff5a0f;
}
.services-style-six:nth-child(2) .item i::after {
background: #ff5a0f;
}
.services-style-six:nth-child(4) .item i {
color: #00ddc1;
}
.services-style-six:nth-child(4) .item i::after {
background: #00ddc1;
}
.services-style-six:nth-child(3) .item i {
color: #ff35b7;
}
.services-style-six:nth-child(3) .item i::after {
background: #ff35b7;
}
.services-style-six .item img {
height: 80px;
margin-bottom: 30px;
}
.service-six-grid:nth-child(2) {
margin-top: 60px;
}
.shape-box {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
text-align: right;
}
.shape-box .shape-item {
position: absolute;
height: 700px;
width: 200px;
background: var(--white);
z-index: -1;
right: 0;
transform: skewX(30deg);
opacity: 0.5;
}
.services-style-six-area {
position: relative;
z-index: 1;
}
.shape-box .shape-item:nth-child(2) {
top: 300px;
right: 50px;
}
.shape-box .shape-item:nth-child(3) {
top: 700px;
}
.half-bg-light {
position: relative;
z-index: 1;
}
.half-bg-light::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 30%;
width: 100%;
background: var(--white);
z-index: -1;
}
.compnay-owner-carousel-carousel .item {
position: relative;
}
.compnay-owner-carousel-carousel .item .company-owner-info {
max-width: 33.333%;
position: absolute;
left: 7%;
bottom: -85px;
background: var(--white);
}
.compnay-owner-carousel-carousel .item .company-owner-info .content {
padding: 50px;
position: relative;
z-index: 1;
}
.compnay-owner-carousel-carousel .item .company-owner-info .content p {
margin: 0;
font-size: 17px;
line-height: 1.8;
font-weight: 500;
font-family: var(--font-default);
}
.compnay-owner-carousel-carousel .item .company-owner-info .content::after {
position: absolute;
left: 50px;
top: 30px;
content: "";
height: 80px;
width: 80px;
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/quote.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left top;
z-index: -1;
opacity: 0.15;
}
.compnay-owner-carousel-carousel .item .company-owner-info .provider {
background: linear-gradient(
30deg,
var(--color-primary) 5%,
var(--color-style-two) 90%
);
padding: 15px 30px;
}
.compnay-owner-carousel-carousel .item .company-owner-info .provider h4 {
color: var(--white);
font-weight: 600;
margin-bottom: 3px;
}
.compnay-owner-carousel-carousel .item .company-owner-info .provider span {
color: var(--white);
opacity: 0.9;
}
.compnay-owner-carousel-carousel .owl-stage-outer {
padding-bottom: 85px;
}
.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
position: absolute;
margin: 0;
bottom: 0;
right: 0;
}
.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav > div {
margin: 0;
margin-left: 10px;
height: 50px;
width: 50px;
text-align: center;
line-height: 45px;
border-radius: 50%;
background: var(--color-primary);
} @keyframes infiUpDown {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes infiUpDown {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
.banner-area.banner-style-seven.auto-height .content {
padding: 0;
text-align: center;
display: inline-block;
position: relative;
z-index: 1;
height: 600px;
width: 600px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
overflow: inherit;
}
.banner-area.banner-style-seven.auto-height .carousel-item {
padding: 160px 0;
}
.banner-area.banner-style-seven.auto-height .content::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: var(--color-primary);
z-index: -1;
mix-blend-mode: multiply;
opacity: 0.8;
border-radius: 50%;
}
.banner-area.banner-style-seven.auto-height .content p {
padding: 0 15%;
}
.banner-style-seven h2 {
padding: 0 15%;
font-size: 42px;
font-weight: 600;
margin-bottom: 20px;
}
.banner-style-seven p {
opacity: 1 !important;
z-index: 1;
position: relative;
animation: inherit;
font-weight: 400;
animation: infinite;
}
.banner-style-seven a {
margin-top: 15px;
}
.banner-area.banner-style-seven.auto-height .content::before {
position: absolute;
right: 0;
top: 100px;
content: "";
height: 200px;
width: 200px;
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/17.png);
background-repeat: no-repeat;
background-position: top right;
background-size: contain;
transition: all 0.35s ease-in-out;
opacity: 0;
}
.banner-area.banner-style-seven.auto-height
.carousel-item.active
.content::before {
opacity: 1;
top: 0;
transition-delay: 300ms;
}
.banner-area .carousel-indicators.left.center {
bottom: auto;
top: 50%;
height: auto;
width: auto;
transform: translateY(-50%);
display: block;
left: 5%;
}
.banner-area.banner-style-seven .carousel-indicator {
bottom: auto;
top: 50%;
transform: translateY(-50%);
z-index: 9;
left: 50px;
}
.banner-area .carousel-indicators.left.center button {
display: block;
}
.heading-left {
margin-bottom: 60px;
}
.heading-left .sub-title {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 600;
background: var(--bg-gradient);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
.heading-left .title {
font-weight: 600;
margin-bottom: 0;
}
.services-style-seven .item {
display: flex;
margin-bottom: 30px;
padding: 50px 37px;
transition: all 0.35s ease-in-out;
border-radius: 10px;
position: relative;
z-index: 1;
overflow: hidden;
}
.services-style-seven .item::before {
position: absolute;
bottom: -10px;
right: -50px;
content: "";
background: url(//empira.pl/wp-content/themes/empira/assets/css/assets/img/shape/20.png);
height: 60px;
width: 70px;
background-size: contain;
background-repeat: no-repeat;
transition: all 0.35s ease-in-out;
opacity: 0;
}
.services-style-seven .item:hover::before,
.services-style-seven:first-child .item::before {
opacity: 1;
right: 0;
}
.services-style-seven .item::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 70%;
width: 100%;
transition: all 0.35s ease-in-out;
background: var(--color-primary);
z-index: -1;
border-radius: 10px;
opacity: 0;
visibility: hidden;
}
.services-style-seven .item i {
display: inline-block;
font-size: 50px;
min-width: 70px;
color: var(--color-primary);
}
.services-style-seven .item p {
margin: 0;
}
.services-style-seven:first-child .item::after,
.services-style-seven .item:hover::after {
height: 100%;
opacity: 1;
visibility: visible;
}
.services-style-seven .item i,
.services-style-seven .item p,
.services-style-seven .item a {
transition: all 0.35s ease-in-out;
}
.services-style-seven:first-child .item i,
.services-style-seven:first-child .item p,
.services-style-seven:first-child .item a,
.services-style-seven .item:hover i,
.services-style-seven .item:hover p,
.services-style-seven .item:hover a {
color: var(--white);
}
.services-style-seven:first-child .item p {
opacity: 0.9;
}
.services-style-seven-area {
background-size: cover;
background-position: left top;
} .about-style-seven h2 {
font-weight: 600;
margin-bottom: 25px;
}
.about-style-seven h4 {
text-transform: uppercase;
font-weight: 600;
color: var(--color-primary);
position: relative;
z-index: 1;
display: inline-block;
background: linear-gradient(
90deg,
var(--color-primary) 30%,
rgb(115 4 242) 100%
);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.about-style-seven .thumb {
position: relative;
margin-right: 50px;
}
.about-style-seven .author {
display: flex;
align-items: center;
margin-top: 30px;
}
.about-style-seven .author img {
height: 70px;
margin-right: 20px;
}
.about-style-seven .author h5 {
font-weight: 600;
margin-bottom: 5px;
}
.about-style-seven ul {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 30px;
margin-top: 23px;
}
.about-style-seven ul li {
position: relative;
z-index: 1;
font-weight: 500;
padding-left: 28px;
line-height: 32px;
font-family: var(--font-default);
color: var(--color-heading);
}
.about-style-seven ul li::after {
position: absolute;
left: 0;
top: 8px;
content: "\f00c";
font-family: "Font Awesome 5 Pro";
height: 18px;
width: 18px;
text-align: center;
line-height: 18px;
background: var(--color-primary);
color: var(--white);
font-size: 12px;
border-radius: 50%;
font-weight: 500;
}
.about-style-seven .video {
position: absolute;
bottom: 50px;
right: -30px;
overflow: hidden;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.about-style-seven .video i {
display: inline-block;
height: 80px;
width: 80px;
background: var(--color-primary);
text-align: center;
line-height: 80px;
color: var(--white);
font-weight: 100;
font-size: 30px;
}
.about-style-seven .video i::before {
position: relative;
left: 7px;
}
.about-style-seven .video a {
display: inline-block;
background: var(--white);
}
.about-style-seven .video span {
padding: 0 25px;
position: relative;
top: -5px;
padding-right: 35px;
}
.about-style-seven .thumb img:nth-child(2) {
position: absolute;
left: -80px;
bottom: 50px;
height: 150px;
border: none;
border-radius: inherit;
}
.about-style-seven .thumb img {
border: 5px solid var(--white);
border-radius: 50%;
}
.shape-left-top {
position: absolute;
left: 0;
top: -80px;
max-width: 15%;
} .process-style-two img {
height: 80px;
margin-bottom: 30px;
}
.process-style-two h4 {
font-weight: 600;
margin: 0;
padding-right: 30%;
}
.process-style-two .item {
position: relative;
border: 1px solid #e7e7e7;
padding: 50px;
border-radius: 30px;
}
.process-style-two .item span {
position: absolute;
margin-left: 30px;
font-family: var(--font-default);
font-weight: 800;
font-size: 50px;
top: 60px;
opacity: 0.15;
color: transparent;
-webkit-text-stroke: 2px var(--color-paragraph);
text-shadow: -5px 5px 0px #eceefe;
line-height: 1;
} @media (max-width: 1023px) {
.navbar .attr-nav .call i.fa-user-headset {
display: none;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.top-bar-style-two {
background: no-repeat;
}
.top-bar-area.top-bar-style-six-area {
background: var(--bg-gradient);
}
.banner-area.banner-style-six.auto-height .content {
padding: 120px 0 !important;
margin: 0;
}
.banner-style-six .content h2 {
font-size: 55px;
}
.banner-area.banner-style-seven.auto-height .content {
margin: auto;
}
.about-style-six.d-flex {
display: block !important;
}
.about-style-six .thumb {
margin: 0;
max-width: 100%;
border: none;
margin-bottom: 30px;
}
.about-style-six .shape-inner {
display: none;
}
.about-service-list {
text-align: center;
margin-bottom: 50px;
width: 100%;
min-width: 100%;
padding: 50px 30px;
}
.compnay-author {
display: block;
}
.about-style-six-info {
text-align: center;
}
.compnay-author img {
margin: 0;
padding: 0;
border: none;
margin-bottom: 15px;
}
.about-style-six .thumb img {
width: 100%;
}
.about-style-seven .thumb img:nth-child(2) {
left: 0;
}
.about-style-seven .thumb {
margin: 0;
margin-bottom: 80px;
}
.about-style-seven .video {
right: 0;
}
.heading-left {
text-align: center;
}
.process-style-two {
margin-bottom: 80px;
}
.process-style-two-area {
padding-bottom: 40px;
}
.process-style-two-area .text-end {
text-align: center !important;
margin-top: 30px;
}
.services-style-six-area {
text-align: center;
}
.services-style-six-area .right-info {
margin-top: 50px;
}
.service-six-grid:nth-child(2) {
margin-top: 0;
}
.services-style-seven-area {
text-align: center;
}
.heading-left .text-right {
text-align: center !important;
margin-top: 20px;
}
.services-style-seven .item {
display: block;
background: #f9f9f9;
}
.services-style-seven .item i {
margin-bottom: 30px;
}
.compnay-owner-carousel-carousel .item .company-owner-info {
position: relative;
max-width: 100%;
left: 0;
bottom: 0;
border: 1px solid #e7e7e7;
}
.compnay-owner-carousel-carousel .owl-stage-outer {
padding-bottom: 0;
}
.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
display: none;
}
} @media only screen and (max-width: 767px) {
.banner-style-six .content h2 {
font-size: 36px;
}
.banner-area.banner-style-six.auto-height .content {
padding-top: 60px;
padding-bottom: 60px;
}
.banner-area.banner-style-seven.auto-height .content {
height: 100%;
width: 100%;
}
.banner-area.banner-style-seven.auto-height .content::after {
height: 500%;
width: 500%;
border-radius: inherit;
left: -150%;
top: -150%;
}
.banner-area.banner-style-seven.auto-height .carousel-item {
padding-top: 60px;
padding-bottom: 100px;
}
.banner-area.banner-style-seven.auto-height
.carousel-item.active
.content::before {
display: none;
}
.banner-area .carousel-indicators.left.center {
bottom: 20px;
top: auto;
transform: translateY(0);
left: 0;
width: 100%;
right: 0;
margin: 0;
padding: 0;
}
.banner-area.banner-style-seven .carousel-indicator {
top: auto;
transform: inherit;
bottom: 0;
left: 0;
}
.banner-area .carousel-indicators.left.center button {
display: inline-block;
}
.about-style-six.d-flex {
display: block !important;
}
.about-style-six .thumb {
margin: 0;
max-width: 100%;
border: none;
margin-bottom: 30px;
}
.about-style-six .shape-inner {
display: none;
}
.about-service-list {
text-align: center;
margin-bottom: 50px;
width: 100%;
min-width: 100%;
padding: 50px 30px;
}
.about-style-seven .thumb img:nth-child(2) {
left: 0;
bottom: 0;
max-width: 50%;
height: auto;
}
.about-style-seven .thumb {
margin: 0;
margin-bottom: 70px;
}
.about-style-seven .video {
left: 50%;
right: auto;
transform: translateX(-50%);
min-width: auto;
bottom: -30px;
}
.about-style-seven .video span {
display: none;
}
.about-style-seven .video i::before {
left: 4px;
}
.about-style-seven ul {
grid-template-columns: 1fr;
}
.about-style-seven ul li {
line-height: 36px;
}
.about-style-seven ul li::after {
top: 9px;
}
.compnay-author {
display: block;
}
.about-style-six-info {
text-align: center;
}
.compnay-author img {
margin: 0;
padding: 0;
border: none;
margin-bottom: 15px;
}
.services-style-six-area {
text-align: center;
}
.services-style-six-area .right-info {
margin-top: 30px;
}
.service-six-grid:nth-child(2) {
margin-top: 0;
}
.services-style-seven-area {
background-image: none !important;
text-align: center;
}
.heading-left .text-right {
text-align: center !important;
margin-top: 20px;
}
.services-style-seven .item {
display: block;
background: #f9f9f9;
}
.services-style-seven .item i {
margin-bottom: 30px;
}
.compnay-owner-carousel-carousel .item .company-owner-info {
position: relative;
max-width: 100%;
left: 0;
bottom: 0;
border: 1px solid #e7e7e7;
}
.compnay-owner-carousel-carousel .owl-stage-outer {
padding-bottom: 0;
}
.heading-left {
text-align: center;
}
.process-style-two {
text-align: center;
margin-top: 50px;
}
.process-style-two:first-child {
margin: 0;
}
.process-style-two h4 {
padding: 0 10%;
}
.process-style-two .item span {
position: inherit;
display: block;
top: 0;
bottom: 0;
left: 0;
margin: 0;
margin-bottom: 25px;
}
} @media only screen and (max-width: 500px) {
}
@media (max-width: 1023px) {
.navbar .attr-nav .call i {
display: none;
}
}
.h3{
display: block;
}