html,
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
list-style: none;
word-wrap: break-word;
}
body {
font-family: 'Didact Gothic', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.75em;
color: #999;
overflow-x: hidden !important;
background: #272727;
}
p {
font-family: 'Didact Gothic', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.75em;
color: #999;
margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 1.25em;
margin: 0 0 20px 0;
}
img {
width: 100%;
height: auto;
}
img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #323232;
}
span,
a,
a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}
b {
font-weight: 400;
color: #b19777;
} button,
input,
optgroup,
select,
textarea {
font-family: 'Oswald', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="tel"]:focus,
textarea:focus {
outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="tel"],
textarea {
max-width: 100%;
margin-bottom: 10px;
padding: 10px 0;
height: auto;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-width: 0 0 1px;
border-style: solid;
display: block;
width: 100%;
line-height: 1.5em;
font-family: 'Didact Gothic', sans-serif;
font-size: 16px;
font-weight: 400;
color: #999;
background-image: none;
border-bottom: 1px solid #323232;
border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
border-bottom-width: 1px;
border-color: #b19777;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
text-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 1.75em;
-webkit-transition: background-color .15s ease-out;
transition: background-color .15s ease-out;
background: #b19777;
border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
background-color: #323232;
color: #999;
border: 1px solid transparent;
}
select {
padding: 10px;
border-radius: 5px;
}
table,
th,
tr,
td {
border: 1px solid #ececec;
}
th,
tr,
td {
padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
display: inline;
} ::-webkit-input-placeholder {
color: #999;
font-size: 15px;
font-weight: 400;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
opacity: 1;
}
:-ms-input-placeholder {
color: #999;
}
.o-hidden {
overflow: hidden;
}
.position-re {
position: relative;
}
.full-width {
width: 100%;
}
.bg-img {
background-size: cover;
background-repeat: no-repeat;
}
.bg-fixed {
background-attachment: fixed;
}
.pattern {
background-repeat: repeat;
background-size: auto;
}
.bold {
font-weight: 600;
}
.count {
font-family: 'Oswald', sans-serif;
}
.valign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.v-middle {
position: absolute;
width: 100%;
top: 50%;
left: 0;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.js .animate-box {
opacity: 0;
} ::-webkit-selection {
color: #999;
background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
color: #999;
background: rgba(0, 0, 0, 0.1);
}
::selection {
color: #999;
background: rgba(0, 0, 0, 0.1);
} .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 0px;
line-height: .7;
display: block;
}
.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 0 3px;
border-radius: 50%;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: transparent;
border: 1px solid #b19777;
} .section-padding {
padding: 90px 0;
}
.section-padding2 {
padding: 0 0 90px 0;
}
.section-padding h6 {
color: #b19777;
font-size: 20px;
margin-bottom: 20px;
}
.section-title {
font-size: 40px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 10px;
word-spacing: 5px;
margin-bottom: 30px;
}
.section-title span {
color: #b19777;
}
.section-title2 {
font-size: 35px;
font-weight: 300;
color: #b19777;
position: relative;
line-height: 1.25em;
margin-bottom: 30px;
letter-spacing: 3px;
text-transform: uppercase;
} .navbar {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: transparent;
z-index: 99;
padding-right: 10%;
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.navbar .icon-bar {
color: #b19777;
}
.navbar .navbar-nav .nav-link {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
margin: 5px 5px;
-webkit-transition: all .4s;
transition: all .4s;
}
.navbar .navbar-nav .nav-link.black-color {
color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
color: #b19777;
}
.navbar .navbar-nav .active {
color: #b19777 !important;
}
.nav-scroll {
background: #272727;
padding: 0 10% 0 0;
position: fixed;
top: -100px;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform .5s;
transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s;
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
color: #b19777;
}
.nav-scroll .navbar-nav .nav-link {
color: #fff;
}
.nav-scroll .navbar-nav .active {
color: #b19777 !important;
}
.nav-scroll .navbar-nav .logo {
padding: 15px 0;
color: #999;
}
.nav-scroll .logo {
width: 100px;
}
.nav-scroll .logo-img {
margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
font-family: 'Oswald', sans-serif;
font-size: 28px;
font-weight: 400;
margin-bottom: 0px;
display: block;
width: 100%;
position: relative;
color: #b19777;
line-height: 1.25em;
letter-spacing: 5px;
display: none;
}
.nav-scroll .logo-wrapper .logo span {
display: block;
font-family: 'Oswald', sans-serif;
font-size: 13px;
color: #575757;
font-weight: 400;
letter-spacing: 3px;
display: block;
margin-top: 3px;
line-height: 1.2em;
text-transform: uppercase;
margin-left: 5px;
display: none !important;
}
.nav-scroll .logo-wrapper {
padding: 15px 70px 15px 150px;
background: #272727;
}
.logo-wrapper {
float: left;
background: #272727;
padding: 30px 50px;
}
.logo-wrapper .logo h2 {
font-family: 'Oswald', sans-serif;
font-size: 45px;
font-weight: 400;
display: block;
width: 100%;
position: relative;
color: #b19777;
letter-spacing: 9px;
margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
color: #999;
font-size: 20px;
vertical-align: super;
}
.logo-wrapper .logo span {
display: block;
font-family: 'Oswald', sans-serif;
font-size: 12px;
color: #999;
font-weight: 400;
letter-spacing: 4px;
display: block;
margin-top: 5px;
line-height: 1.5em;
text-transform: uppercase;
}
.logo {
padding: 0;
width: 150px;
text-align: center;
}
.logo-img {
width: 75px;
margin-bottom: 5px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.dropdown .nav-link {
cursor: pointer;
}
.dropdown .nav-link i {
padding-left: 1px;
font-size: 9px;
}
.dropdown-item {
position: relative;
}
.dropdown-item:hover .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.dropdown-item span {
display: block;
cursor: pointer;
}
.dropdown-menu,
.sub-menu {
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
width: 200px;
padding: 15px 10px;
border-radius: 0;
border: 0;
background-color: #272727;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all .3s;
transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
padding: 5px 15px;
font-family: 'Didact Gothic', sans-serif;
font-size: 15px;
font-weight: 300;
color: #fff;
position: relative;
-webkit-transition: all .4s;
transition: all .4s;
border-bottom: 1px solid rgba(255, 255, 255, 0.025);
background-color: transparent;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
background: transparent;
padding-left: 20px;
color: #b19777;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
padding: 13px 0 0 5px;
font-size: 8px;
float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
font-size: 8px;
background-color: #272727;
padding: 2px 4px;
color: #fff;
border-radius: 2px;
position: absolute;
right: 10px;
top: 5px;
}
.dropdown-menu.last {
left: -60%;
}
.sub-menu {
position: absolute;
left: 100%;
top: -5px;
}
.sub-menu.left {
left: -100%;
margin-left: -20px;
}
.mega-menu {
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
right: -150px;
width: 800px;
background-color: #fff;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all .3s;
transition: all .3s;
}
.mega-menu .dropdown-title {
display: block;
color: #fff;
font-size: 15px;
font-weight: 300;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 15px;
padding: 0 15px 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
position: static !important;
float: left;
-webkit-box-shadow: none;
box-shadow: none;
border-right: 1px solid rgba(255, 255, 255, 0.03);;
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
-webkit-transition: all .3s;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.navbar {
padding-right: 0px;
padding-right: 0px;
background: #272727;
}
.nav-scroll {
background: #272727;
}
.logo-wrapper {
float: left;
padding: 15px;
}
.nav-scroll .logo-wrapper {
padding: 15px;
background-color: #272727;
}
} .header {
min-height: 100vh;
overflow: hidden;
}
.header .caption .o-hidden {
display: inline-block;
}
.header .caption h2 {
font-weight: 400;
font-size: 30px;
}
.header .caption h4 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 5px;
color: #fff;
text-align: right;
margin-bottom: 30px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.header .caption h1 {
position: relative;
margin-bottom: 20px;
font-family: 'Oswald', sans-serif;
font-size: 48px;
text-transform: uppercase;
line-height: 1.35em;
-webkit-animation-delay: .4s;
animation-delay: .4s;
color: #fff;
font-weight: 400;
letter-spacing: 15px;
}
.header .caption p {
font-size: 18px;
line-height: 1.75em;
margin-bottom: 0;
color: #fff;
-webkit-animation-delay: .6s;
animation-delay: .6s;
margin-right: 15px;
}
.header .caption p span {
letter-spacing: 5px;
text-transform: uppercase;
margin: 0 5px;
padding-right: 14px;
position: relative;
}
.header .caption p span:last-child {
padding: 0;
}
.header .caption p span:last-child:after {
display: none;
}
.header .caption p span:after {
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: #272727;
position: absolute;
top: 10px;
right: 0;
opacity: .5;
}
.header .caption .butn-light {
-webkit-animation-delay: .8s;
animation-delay: .8s;
margin-right: 15px;
}
.header .social a {
color: #eee;
font-size: 20px;
margin: 10px 15px;
} .slider .owl-item,
.slider-fade .owl-item {
height: 100vh;
position: relative;
}
.slider .item,
.slider-fade .item {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
position: absolute;
bottom: 5vh;
width: 100%;
} .owl-nav {
position: absolute;
bottom: 3%;
left: 12%;
}
.owl-prev {
float: left;
}
.owl-next {
float: right;
}
.owl-theme .owl-nav [class*=owl-] {
width: 40px;
height: 40px;
line-height: 34px;
background: transparent;
border-radius: 100%;
color: rgba(255, 255, 255, 0.75);
font-size: 11px;
margin-right: 3px;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.3);
transition: all 0.2s ease-in-out;
transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
transform: scale(0.9);
background: transparent;
border: 1px solid #b19777;
color: #b19777;
}
@media screen and (max-width: 768px) {
.owl-nav {
display: none;
}
} .left-panel {
background: #272727;
position: absolute;
width: 143px;
height: 100%;
left: 0;
top: 0;
z-index: 1;
overflow: hidden;
}
.social-left {
display: block;
margin: 0;
padding: 10px 0;
list-style: none;
text-align: center;
position: absolute;
left: 0;
width: 100%;
bottom: 24px;
background: #272727;
z-index: 10;
}
.social-left:before {
content: '';
position: absolute;
left: 50%;
width: 1px;
height: 70px;
top: -70px;
background: #373737;
}
.social-left li {
display: block;
margin: 0;
padding: 3px 0;
}
.social-left li:first-child {}
.social-left li a {
display: inline-block;
text-decoration: none;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 13px;
border: 1px solid #373737;
color: #999;
border-radius: 100%;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.social-left li a:hover {
color: #b19777;
border: 1px solid #b19777;
}
@media (max-width: 1259.98px) {
.left-panel {
width: 100px;
}
}
@media (max-width: 991.98px) {
.left-panel {
width: 50px;
}
}
@media (max-width: 767.98px) {
.left-panel:not(.el-left-panel) {
display: none;
}
.left-panel.bn-if-social-off {
display: none;
}
.admin-bar .left-panel.el-left-panel{
top: inherit!important;
}
.left-panel.el-left-panel{
left: 30px!important;
top: inherit!important;
bottom:30px;
right:unset;
}
.left-panel.el-left-panel ul{
max-width:100%;
display:inline-block;
}
.left-panel.el-left-panel ul li{
float:left;
margin-right: 8px;
}
.left-panel.el-left-panel .social-left,
.left-panel.el-left-panel{
background:transparent;
}
.left-panel.el-left-panel{
width:100%;
}
.left-panel.el-left-panel .social-left:before{
background:none;
}
} .banner-header {
height: 50vh;
z-index: -2;
}
.banner-header h6 {
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
}
.banner-header h6 a:hover {
color: #fff;
}
.banner-header h6 i {
margin: 0 15px;
font-size: 10px;
}
.banner-header h5 {
color: #b19777;
font-size: 17px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
margin-bottom: 5px;
}
.banner-header h1 {
font-size: 40px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #b19777;
position: relative;
margin-bottom: 10px;
line-height: 1.2em;
}
.banner-header p {
font-size: 20px;
font-weight: 400;
margin-bottom: 0;
color: #999;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.banner-header p a {
color: #b19777;
}
@media screen and (max-width: 767px) {
.banner-header {
height: 30vh;
margin-top: 70px;
}
.banner-header h6 {
font-size: 12px;
font-weight: 400;
margin-bottom: 10px;
}
.banner-header h6 a:hover {
color: #b19777;
}
.banner-header h6 i {
margin: 0 15px;
font-size: 10px;
}
.banner-header h5 {}
.banner-header h1 {}
.banner-header p {
font-size: 20px;
color: #999;
}
}
.banner-img:after {
position: absolute;
height: 100%;
right: 0;
left: 0;
content: "";
background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
object-fit: cover;
} .content-wrapper {
position: relative;
}
.content-lines-wrapper {
position: absolute;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.content-lines-inner {
position: absolute;
width: 1140px;
left: 50%;
margin-left: -570px;
top: 0;
height: 100%;
border-left: 1px solid #323232;
border-right: 1px solid #323232;
border-bottom: 1px solid #323232;
}
.content-lines {
position: absolute;
left: 33.666666%;
right: 33.666666%;
height: 100%;
border-left: 1px solid #323232;
border-right: 1px solid #323232;
} .about {
padding-bottom: 90px;
}
.about .about-img img:hover {
transform: scale(0.95);
}
.about .about-img {
position: relative;
}
.about .about-img .img {
padding: 0 15px 30px 30px;
position: relative;
}
.about .about-img .img:before {
content: '';
position: absolute;
top: 30px;
left: 0;
right: 45px;
bottom: 0;
border: 1px solid #323232;
}
.about .about-img .img img {
position: relative;
z-index: 2;
background: #272727;
}
.about-img-2 {
position: relative
}
.about-img .about-img-2 {
width: 40% !important;
position: absolute;
bottom: 0px;
right: 45px;
z-index: 3;
padding: 20px 15px;
color: #fff;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-weight: 300;
letter-spacing: 5px;
font-size: 13px;
line-height: 1.5em;
text-align: center;
}
.about-buro {
background: #323232;
} .team .item {
margin-bottom: 30px;
}
.team .item .img:before {
top: 20px;
left: 20px;
border-left: 1px solid;
border-top: 1px solid;
content: '';
position: absolute;
width: 60px;
height: 60px;
z-index: 20;
border-color: rgba(255, 255, 255, 0.2);
}
.team .item:hover .info .social {
top: 0;
}
.team .info {
text-align: center;
padding: 30px 20px;
position: relative;
overflow: hidden;
}
.team .info h6 {
font-size: 17px;
margin-bottom: 5px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 3px;
color: #fff;
}
.team .info p {
margin-bottom: 5px;
color: #999;
}
.team .info .social {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background-color: #323232;
-webkit-transition: all .4s;
transition: all .4s;
}
.team .info .social a {
font-size: 15px;
color: #b19777;
margin: 0 5px;
}
.team .info .social a:hover {
color: #fff;
} .services {}
.services .item {
padding: 60px 30px;
margin-bottom: 30px;
position: relative;
}
.services .item:hover {
background: #323232;
}
.services .item:hover .numb {
color: transparent;
-webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}
.services .item h5 {
font-size: 16px;
font-weight: 300;
margin-bottom: 15px;
color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
}
.services .item p {
margin-bottom: 0;
}
.services .item img {
width: 60px;
margin-bottom: 20px;
}
.services .item .numb {
font-size: 40px;
font-weight: 600;
font-family: 'Oswald', sans-serif;
position: absolute;
bottom: 30px;
right: 30px;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
line-height: 1em;
} .services .item .line {
width: 100%;
display: inline-block;
position: relative;
margin-bottom: 5px;
}
.services .item .line:after {
position: absolute;
left: 0;
bottom: 10px;
width: 50px;
height: 1px;
background-color: rgba(255, 255, 255, 0.1);
content: '';
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}
.services .item:hover .line:after {
width: 100%;
background-color: rgba(177, 151, 119, 0.5);
transition-property: all;
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
} .sidebar .sidebar-widget {
position: relative;
display: block;
margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
position: relative;
display: block;
padding: 45px;
background: #323232;
border-radius: 0px;
}
.sidebar-title {
position: relative;
margin-bottom: 20px;
border-bottom: 1px solid #373737;
padding-bottom: 15px;
}
.sidebar-title h4 {
position: relative;
display: inline-block;
font-family: 'Oswald', sans-serif;
font-size: 20px;
line-height: 1.1em;
color: #fff;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 0px;
}
.sidebar .services ul {
position: relative;
}
.sidebar .services ul li {
position: relative;
line-height: 48px;
font-size: 16px;
color: #999;
font-weight: 300;
margin-bottom: 5px;
}
.sidebar .services ul li:before {
content: "";
position: absolute;
left: -20px;
top: 0;
right: -20px;
bottom: 0;
background: #b19777;
border-radius: 0;
opacity: 0;
transition: all 0.3s ease;
}
.sidebar .services ul li:after {
content: "";
position: absolute;
left: -20px;
top: 50%;
margin-top: -12px;
height: 24px;
border-left: 2px solid var(--thm-base);
opacity: 0;
transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
margin-bottom: 0;
}
.sidebar .services ul li a {
position: relative;
display: block;
font-size: 16px;
color: #999;
font-weight: 400;
transition: all 0.3s ease;
z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
opacity: 1;
}
.sidebar .services ul li a:after {
position: absolute;
right: 0;
top: -1px;
font-family: "themify";
content: "\e649";
opacity: 1;
font-size: 10px;
font-weight: normal;
z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
opacity: 1;
transform: scaleX(1);
transition: all 0.3s ease 0.1s;
} .projects .item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.projects .item:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.09, 1.09);
transform: scale(1.09, 1.09);
-webkit-filter: brightness(70%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.projects .item:hover .con {
bottom: 0;
}
.projects .item img {
-webkit-transition: all .5s;
transition: all .5s;
}
.projects .item .con {
padding: 30px 15px;
position: absolute;
bottom: -58px;
left: 0;
width: 100%;
-webkit-transition: all .3s;
transition: all .3s;
text-align: center;
z-index: 20;
height: auto;
box-sizing: border-box;
background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
position: relative;
color: #b19777;
font-size: 13px;
font-weight: 400;
margin-top: 0px;
margin-bottom: 10px;
letter-spacing: 5px;
text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
position: relative;
color: #fff;
font-size: 20px;
font-weight: 300;
margin-top: 0px;
margin-bottom: 10px;
letter-spacing: 5px;
text-transform: uppercase;
}
.projects .item .con p {
color: #fff;
font-size: 20px;
}
.projects .item .con i {
color: #fff;
font-size: 20px;
}
.projects .item .con i:hover {
color: #b19777;
}
.projects .item .con .butn-light {
margin-left: 0;
border-radius: 30px;
border-color: #999;
padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
border-color: #b19777;
} .projects .item .line {
text-align: center;
height: 1px;
width: 60px;
background-color: rgba(255, 255, 255, 0.2);
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
margin: 0 auto 30px;
}
.projects .item:hover .line {
width: 100%;
transition-property: all;
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
} .projects-prev-next {
padding: 40px 0;
border: none;
border-top: 1px solid #323232;
}
@media (max-width: 576px) {
.projects-prev-next {
text-align: center;
}
.projects-prev-next-left {
margin-bottom: 10px;
}
}
.projects-prev-next a {
display: inline-block;
font-size: 16px;
color: #999;
line-height: 1em;
}
.projects-prev-next a i {
font-size: 20px;
}
.projects-prev-next a:hover {
color: #b19777;
}
.projects-prev-next .projects-prev-next-left a i {
margin-right: 5px;
font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
font-size: 12px;
margin-left: 0;
margin-left: 5px;
} .clients {
background-color: #323232;
}
.clients .owl-carousel {
margin: 20px 0;
}
.clients .clients-logo {
opacity: 1;
line-height: 0;
}
.clients .clients-logo:hover {
opacity: 1;
}
.clients img {
-webkit-filter: none;
filter: none;
}
.clients img:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all .5s;
transition: all .5s;
} .gallery-item {
position: relative;
padding-top: 20px;
}
.gallery-box {
overflow: hidden;
position: relative;
}
.gallery-box .gallery-img {
position: relative;
overflow: hidden;
}
.gallery-box .gallery-img:after {
content: " ";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
border-radius: 0;
}
.gallery-box .gallery-detail {
opacity: 0;
color: #FFF;
width: 100%;
padding: 20px;
box-sizing: border-box;
position: absolute;
left: 0;
overflow: hidden;
transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
font-size: 18px;
}
.gallery-box .gallery-detail p {
color: Rgba(0, 0, 0, 0.4);
font-size: 14px;
}
.gallery-box .gallery-detail i {
color: #272727;
padding: 8px;
}
.gallery-box .gallery-detail i:hover {
color: #272727;
}
.gallery-box:hover .gallery-detail {
top: 50%;
transform: translate(0, -50%);
opacity: 1;
}
.gallery-box:hover .gallery-img:after {
background: rgba(0,0,0, 0.4);
}
.gallery-box:hover .gallery-img > img {
transform: scale(1.05);
} .mfp-figure button {
border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
border: 0px solid transparent;
background: transparent;
}  .vid-area h5 {
font-size: 20px;
font-weight: 300;
color: #fff;
letter-spacing: 5px;
margin-bottom: 30px;
text-transform: uppercase;
}
.play-button {
position: relative;
width: 85px;
height: 85px;
margin: auto;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
z-index: 4;
margin-left: 15px;
}
.play-button svg {
position: absolute;
width: 100%;
height: 100%;
}
.circle-fill circle {
opacity: 1;
fill: rgba(197, 164, 126, 0.5);
}
.polygon {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
line-height: 90px;
font-size: 35px;
z-index: 2;
padding-left: 5px;
}
.play-button svg.circle-fill {
z-index: 1;
stroke-dasharray: 322;
stroke-dashoffset: 322;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
z-index: 0;
}
.play-button.color {
color: #b19777;
}
.play-button.color .circle-fill circle {
fill: #b19777;
} .video-gallery-button {
position: relative;
margin: auto;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
z-index: 4;
margin-left: 15px;
float: right;
}
.video-gallery-polygon {
z-index: 2;
padding-left: 5px;
display: inline-block;
position: absolute;
bottom: 15px;
right: 15px;
background: transparent;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.5);
color: #fff;
padding: 7px 6px 7px 8px;
line-height: 0;
}
.video-gallery-polygon:hover {
background: #fff;
border: 1px solid #fff;
color: #b19777;
} .testimonials-box {
position: relative;
background: #272727;
padding: 60px 45px;
margin-bottom: -90px;
}
.testimonials-box .head-box h6 {
font-weight: 400;
color: #999;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
font-size: 20px;
font-weight: 300;
color: #fff;
letter-spacing: 5px;
border-bottom: 1px solid #373737;
padding-bottom: 15px;
text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
color: #fff;
}
@media screen and (max-width: 991px) {
.testimonials-box {
margin-bottom: 90px;
padding: 35px 20px;
}
}
.testimonials .item {
margin-bottom: 30px;
position: relative;
}
.testimonials .item .quote {
position: absolute;
right: 15px;
top: 60px;
width: 100px;
margin: 0 auto 30px;
opacity: .05;
}
.testimonials .item p {
color: #999;
}
.testimonials .item .info {
text-align: left;
margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
width: 55px;
height: 55px;
border-radius: 50%;
float: left;
overflow: hidden;
}
.testimonials .item .info .cont {
margin-left: 70px;
}
.testimonials .item .info h6 {
font-size: 16px;
margin-bottom: 0px;
padding-top: 7px;
font-weight: 400;
font-family: 'Didact Gothic', sans-serif;
color: #b19777;
}
.testimonials .item .info span {
font-size: 16px;
color: #999;
margin-right: 5px;
line-height: 1.25em;
}
.testimonials .item .info .rate {
float: right;
}
.testimonials .item .info i {
color: #b19777;
font-size: 10px;
} .bauen-blog .item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.bauen-blog .item:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.09, 1.09);
transform: scale(1.09, 1.09);
-webkit-filter: brightness(75%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bauen-blog .item:hover .con {
bottom: 0;
}
.bauen-blog .item img {
-webkit-transition: all .5s;
transition: all .5s;
-webkit-filter: brightness(100%);
}
.bauen-blog .item .con {
margin: -120px 20px 75px;
padding: 15px 15px 25px 15px;
background-color: #323232 !important;
border: 1px solid #323232;
border-radius: 0;
overflow: hidden;
-webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
transition: .2s cubic-bezier(.3, .58, .55, 1);
bottom: -55px;
position: relative;
}
.bauen-blog .item .con .category {
font-size: 12px;
font-weight: 400;
margin-bottom: 0;
letter-spacing: 1px;
}
.bauen-blog .item .con .category a {
margin-right: 5px;
position: relative;
}
.bauen-blog .item .con .category a:hover {
color: #b19777;
}
.bauen-blog .item .con .category a:last-child {
margin-right: 0;
}
.bauen-blog .item .con .category a:last-child:after {
display: none;
}
.bauen-blog .item .con h5,
.bauen-blog .item .con h5 a {
color: #b19777;
font-size: 25px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
margin-bottom: 0px;
letter-spacing: 1px;
}
.bauen-blog .item .con h5:hover,
.bauen-blog .item .con h5 a:hover {
color: #b19777;
}
.bauen-blog .item .con p {
color: #fff;
font-size: 17px;
}
.bauen-blog .item .con i {
color: #fff;
font-size: 20px;
} .bauen-blog2 .img {
position: relative;
overflow: hidden;
}
.bauen-blog2 .img:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.09, 1.09);
transform: scale(1.09, 1.09);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bauen-blog2 .img img {
-webkit-transition: all .5s;
transition: all .5s;
}
.bauen-blog2 .content {
width: 100%;
padding: 30px 45px;
}
.bauen-blog2 .content .date {
display: table-cell;
position: relative;
width: 80px;
z-index: 2;
}
.bauen-blog2 .content .date h3 {
font-size: 65px;
font-weight: 500;
color: #b19777;
margin-bottom: 0px;
}
.bauen-blog2 .content .date h6 {
color: #999;
letter-spacing: 2px;
font-size: 10px;
font-family: 'Didact Gothic', sans-serif;
text-transform: uppercase;
font-weight: 300;
}
.bauen-blog2 .content .cont {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.bauen-blog2 .content .cont h4 {
margin: 15px 0;
font-size: 20px;
color: #fff;
letter-spacing: 5px;
font-weight: 300;
text-transform: uppercase;
line-height: 1.5em;
}
.bauen-blog2 .content .cont .more {
font-size: 13px;
font-weight: 300;
letter-spacing: 2px;
text-transform: uppercase;
color: #b19777;
padding-left: 40px;
position: relative;
}
.bauen-blog2 .content .cont .more:after {
content: '';
width: 30px;
height: 1px;
background: #b19777;
position: absolute;
top: 50%;
left: 0px;
}
.bauen-blog2 .content .cont .more:hover {
color: #fff; 
}
.bauen-blog2 .content .info h6 {
font-size: 11px;
letter-spacing: 2px;
color: #999;
font-family: 'Didact Gothic', sans-serif;
text-transform: uppercase;
}
.bauen-blog2 .content .info .tags {
color: #b19777;
}
@media screen and (max-width: 991px) {
.bauen-blog2 .content {
padding: 0 30px;
margin-top: 40px;
}
.bauen-blog2 .content .cont h4 {
line-height: 1.25em;
}
.order2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}  
}
@media screen and (max-width: 480px) {
.bauen-blog2 .content {
padding: 0 15px;
}
.bauen-blog2 .content .date {
width: 60px;
}
.bauen-blog2 .content .info .tags {
margin: 5px 0 0;
}
.bauen-blog2 .content .date h3 {
font-size: 40px;
}
} .bauen-blog3 .item {
margin-bottom: 30px;
}
.bauen-blog3 .post-img {
position: relative;
overflow: hidden;
}
.bauen-blog3 .post-img:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.09, 1.09);
transform: scale(1.09, 1.09);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bauen-blog3 .post-img a {
display: block;
}
.bauen-blog3 .post-img img {
-webkit-transition: all .5s;
transition: all .5s;
}
.bauen-blog3 .post-cont {
padding: 30px 0;
}
.bauen-blog3 .post-cont .tag {
display: block;
font-weight: 400;
font-size: 12px;
letter-spacing: 2px;
color: #b19777;
font-family: 'Didact Gothic', sans-serif;
text-transform: uppercase;
margin-bottom: 5px;
}
.bauen-blog3 .post-cont h5 {
color: #fff;
font-size: 25px;
margin-bottom: 15px;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
}
.bauen-blog3 .post-cont h5 a {
color: #fff;
}
.bauen-blog3 .post-cont h5 a:hover {
color: #b19777;
}
.bauen-blog3 .post-cont .date {
margin-top: 0px;
font-size: 12px;
text-align: right;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 5px;
}
.bauen-blog3 .post-cont .date a {
color: #b19777;
}
.bauen-blog3 .post-cont i {
color: #777;
margin: 0 10px;
font-size: 12px;
} .blog-sidebar .widget {
background: #323232;
padding: 30px;
margin-bottom: 30px;
overflow: hidden;
}
.blog-sidebar .widget ul {
margin-bottom: 0;
padding: 0;
}
.blog-sidebar .widget ul li {
margin-bottom: 15px;
color: #999;
font-size: 16px;
line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
color: #999;
}
.blog-sidebar .widget ul li a.active {
color: #b19777;
}
.blog-sidebar .widget ul li a:hover {
color: #b19777;
}
.blog-sidebar .widget ul li:last-child {
margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
font-size: 9px;
margin-right: 10px;
}
.blog-sidebar .widget .recent li {
display: block;
overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
width: 90px;
overflow: hidden;
float: left;
}
.blog-sidebar .widget .recent a {
display: block;
margin-left: 105px;
}
.blog-sidebar .widget-title {
margin-bottom: 20px;
}
.blog-sidebar .widget-title h6 {
padding-bottom: 5px;
border-bottom: 1px solid rgba(255,255,255,0.05);
font-size: 20px;
line-height: 1.75em;
margin-bottom: 15px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;
}
.blog-sidebar .search form {
position: relative;
}
.blog-sidebar .search form input {
width: 100%;
padding: 10px;
border: 0;
background: #272727;
margin-bottom: 0;
}
.blog-sidebar .search form button {
position: absolute;
right: 0;
top: 0;
background-color: transparent;
color: #999;
border: 0;
padding: 10px;
cursor: pointer;
outline: none;
}
.blog-sidebar .tags li {
margin: 3px !important;
padding: 6px 16px;
background-color: #b19777;
color: #fff !important;
float: left;
}
.blog-sidebar ul.tags li a {
font-size: 14px;
color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
background-color: #272727;
color: #fff;
} .bauen-pagination-wrap {
padding: 0;
margin: 0;
text-align: center;
}
.bauen-pagination-wrap li {
display: inline-block;
margin: 0 5px;
}
.bauen-pagination-wrap li a {
background: transparent;
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
color: #999;
font-weight: 300;
border: 1px solid #323232;
font-family: 'Oswald', sans-serif;
font-size: 13px;
border-radius: 100%;
}
.bauen-pagination-wrap li a i {
font-size: 11px;
}
.bauen-pagination-wrap li a:hover {
opacity: 1;
text-decoration: none;
background: transparent;
border: 1px solid #b19777;
color: #b19777;
}
.bauen-pagination-wrap li a.active {
background-color: transparent;
border: 1px solid #b19777;
color: #b19777;
}
@media screen and (max-width: 768px) {
.bauen-pagination-wrap {
padding: 0;
margin: 0;
text-align: center;
}
} .bauen-post-section {
padding-top: 120px;
}
.bauen-comment-section {
padding-top: 60px;
margin-bottom: 60px;
}
.bauen-comment-section h3 {
font-size: 16px;
color: #b19777;
font-family: 'Didact Gothic', sans-serif;
font-weight: 400;
}
.bauen-comment-section h3 span {
font-size: 12px;
color: #999;
font-weight: 400;
margin-left: 15px;
}
.bauen-post-caption h1 {
margin-bottom: 20px;
font-size: 40px;
text-transform: uppercase;
}
.bauen-post-comment-wrap {
display: flex;
margin-bottom: 60px;
}
.bauen-user-comment {
margin-right: 30px;
flex: 0 0 auto;
}
.bauen-user-comment img {
border-radius: 100%;
width: 100px;
}
.bauen-user-content {
margin-right: 26px;
}
.bauen-repay {
font-size: 14px;
color: #b19777;
margin: 0;
font-weight: 400;
} #bauen-contactMap {
width: 100%;
height: 550px;
}  .butn-dark {
position: relative;
line-height: 1.2em;
}
.butn-dark a {
font-weight: 300;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
background: #b19777;
color: #fff;
padding: 13px 30px;
margin: 0;
position: relative;
font-size: 16px;
letter-spacing: 3px;
}
.butn-dark a:after {
content: '';
width: 0;
height: 100%;
position: absolute;
bottom: 0;
left: 100%;
z-index: 1;
background: #323232;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.butn-dark a span {
position: relative;
z-index: 2;
}
.butn-dark a:hover:after {
width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.butn-dark a:hover span {
color: #fff;
} .butn-light {
position: relative;
line-height: 1.2em;
}
.butn-light a {
font-weight: 300;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
background: transparent;
color: #fff;
padding: 12px 24px;
margin: 0;
position: relative;
font-size: 16px;
letter-spacing: 3px;
border: 1px solid #fff;
}
.butn-light a:after {
content: '';
width: 0;
height: 100%;
position: absolute;
bottom: 0;
left: 100%;
z-index: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #fff;
}
.butn-light a span {
position: relative;
z-index: 2;
}
.butn-light a:hover:after {
width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.butn-light a:hover span {
color: #272727;
} .main-footer {
padding: 60px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
background: #272727;
color: #fff;
}
.main-footer .abot p {
color: #fff;
}
.main-footer .abot .social-icon {
text-align: center;
margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
border: 1px solid #373737;
color: #999;
border-radius: 100%;
margin-right: 3px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
border: 1px solid #b19777;
background: transparent;
color: #b19777;
}
.main-footer .fothead h6 {
margin-bottom: 0px;
font-family: 'Oswald', sans-serif;
color: #b19777;
font-size: 17px;
}
.main-footer .fotcont .fothead h6 {
font-family: 'Didact Gothic', sans-serif;
font-weight: 400;
position: relative;
padding-bottom: 5px;
font-size: 16px;
}
.main-footer .fotcont .fothead h6:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 100%;
border: none;
}
.main-footer .fotcont p {
margin-bottom: 0px;
} .main-footer .sub-footer {
padding: 30px 0 10px 0;
margin-top: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer .sub-footer p {
font-size: 14px;
color: #999;
margin-top: 7px;
}
.main-footer .sub-footer p a:hover {
color: #b19777;
}
.main-footer .sub-footer p.right {
text-align: right;
} .hero-corner {
top: 50px;
right: 50px;
z-index: 21;
border-top: 1px solid;
border-right: 1px solid;
}
.hero-corner2 {
top: 50px;
left: 50px;
border-top: 1px solid;
border-left: 1px solid;
}
.hero-corner3 {
bottom: 50px;
right: 50px;
border-bottom: 1px solid;
border-right: 1px solid;
}
.hero-corner4 {
bottom: 50px;
left: 50px;
border-bottom: 1px solid;
border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
position: absolute;
width: 70px;
height: 70px;
z-index: 21;
border-color: rgba(255, 255, 255, 0.2);
}   .progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 40px;
width: 40px;
cursor: pointer;
display: block;
border-radius: 50px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
z-index: 100;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: 'themify';
content: '\e648';
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 700;
color: #323232;
left: 0;
top: 0;
height: 40px;
width: 40px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: rgba(255, 255, 255, 0.2);
stroke-width: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap {
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
color: #b19777;
}
.progress-wrap svg.progress-circle path {
stroke: #b19777;
} .accordion-box {
position: relative;
}
.accordion-box .block {
position: relative;
background: #323232;
border-radius: 0px;
overflow: hidden;
margin-bottom: 16px;
}
.accordion-box .block.active-block {
background-color: #323232;
}
.accordion-box .block:last-child {
margin-bottom: 0;
}
.accordion-box .block .acc-btn {
position: relative;
font-size: 20px;
line-height: 27px;
font-weight: 300;
letter-spacing: 1px;
cursor: pointer;
padding: 20px 40px;
padding-right: 60px;
color: #999;
transition: all 500ms ease;
font-family: 'Oswald', sans-serif;
}
.accordion-box .block .acc-btn .count {
color: #b19777;
padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
position: absolute;
right: 35px;
top: 20px;
height: 30px;
font-size: 14px;
font-weight: normal;
color: #b19777;
line-height: 30px;
content: "\e61a";
font-family: "Themify";
transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
background-color: #323232;
color: #b19777;
}
.accordion-box .block .acc-btn.active:before {
color: "Themify";
content: "\e622";
}
.accordion-box .block .acc-content {
position: relative;
display: none;
}
.accordion-box .block .content {
position: relative;
padding: 0px 40px 30px;
background-color: #323232;
color: #999;
}
.accordion-box .block .acc-content.current {
display: block;
}
.accordion-box .block .content .text {
display: block;
position: relative;
top: 0px;
display: block;
} .pricing-card {
background-color: #323232;
padding: 60px 40px 40px 40px;
border-radius: 0;
margin-bottom: 30px;
}
.pricing-card-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-card-list {
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.pricing-card-list li {
position: relative;
font-size: 16px;
padding-left: 30px;
}
.pricing-card-list li+li {
margin-top: 5px;
}
.pricing-card-list li i {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
font-size: 15px;
color: #b19777;
}
.pricing-card-list li i.unavailable {
color: #999;
}
.pricing-card:hover {
opacity: 1;
}
.pricing-card:hover i {
color: #b19777;
}
.pricing-card-name {
line-height: 1;
margin: 0;
font-size: 16px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
color: #b19777;
margin-bottom: 20px;
letter-spacing: 5px;
font-weight: 300;
}
.pricing-card-amount {
margin: 0;
line-height: 1;
font-size: 40px;
margin-bottom: 20px;
color: #fff;
} .butn-pricing {
position: relative;
line-height: 1.2em;
}
.butn-pricing a {
font-weight: 300;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
background: #b19777;
color: #fff;
padding: 13px 30px;
margin: 0;
position: relative;
font-size: 16px;
letter-spacing: 3px;
}
.butn-pricing a:after {
content: '';
width: 0;
height: 100%;
position: absolute;
bottom: 0;
left: 100%;
z-index: 1;
background: #272727;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.butn-pricing a span {
position: relative;
z-index: 2;
}
.butn-pricing a:hover:after {
width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.butn-pricing a:hover span {
color: #fff;
} .error-form {
position: relative;
max-width: 520px;
margin: 50px auto 0;
}
.error-form form {
position: relative;
}
.error-form .form-group {
position: relative;
margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
position: relative;
width: 100%;
line-height: 30px;
padding: 20px 60px 20px 30px;
height: 70px;
display: block;
font-family: 'Didact Gothic', sans-serif;
font-size: 16px;
background: #323232;
color: #999;
border-radius: 7px;
border: 1px solid #323232;
transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
border-color: #323232;
}
.error-form .form-group input::-webkit-input-placeholder {
color: #323232;
}
.error-form .form-group .theme-btn {
position: absolute;
right: 20px;
top: 10px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
background: none;
color: #999;
}
.error-form .form-group .theme-btn span {
vertical-align: middle;
outline: none;
} .process .item {
position: relative;
z-index: 4;
}
.process .item img {
position: absolute;
width: 70%;
right: -40%;
top: 15px;
opacity: .5;
}
.process .item img.tobotm {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.process .item.odd {
margin-top: 50px;
}
.process .item .cont {
padding: 40px 20px;
background-color: #323232;
border: 1px solid #323232;
border-radius: 10px;
position: relative;
z-index: 3;
-webkit-transition: all .3s;
transition: all .3s;
text-align: left;
}
.process .item .cont:hover {
background-color: #b19777;
border: 1px solid #b19777;
}
.process .item .cont:hover h6 {
color: #fff;
}
.process .item .cont:hover p {
color: #fff;
}
.process .item .icon {
color: #b19777;
font-size: 30px;
width: 80px;
height: 80px;
line-height: 85px;
border-radius: 50%;
border: 1px dashed #525151;
margin-bottom: 30px;
}
.process .item h3 {
position: absolute;
bottom: 0px;
text-align: right;
width: 100%;
font-size: 40px;
font-weight: 600;
z-index: -1;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
right: 20px;
}
.process .item h6 {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 16px;
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 300;
}
@media screen and (max-width: 991px) {
.process .item img {
display: none;
}
.mb-md50 {
margin-bottom: 50px;
}
} .process .item .line {
width: 100%;
display: inline-block;
position: relative;
margin-bottom: 0px;
}
.process .item .line:after {
position: absolute;
left: 0;
bottom: 10px;
width: 50px;
height: 1px;
background-color: rgba(255,255,255, 0.05);
content: '';
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}
.process .item:hover .line:after {
width: 100%;
background-color: rgba(255,255,255,0.5);
transition-property: all;
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
} .comming{
min-height: 100vh;
height: auto;
position: relative;
background-blend-mode: overlay;
background: rgba(0,0,0,.6);
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #fff;
}
@media (max-width: 767px){
.comming{
min-height: 200vh;
}
}
.comming .item {
background-color: rgba(0,0,0, 0.3);
border: 1px solid rgba(255,255,255,0.1);
padding: 30px 15px;
margin-bottom: 30px;
}
.comming h6 {
color: #b19777;
font-size: 13px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 5px;
line-height: 1.5em;
}
.comming h3 {
font-size: 48px;
line-height: 1.25em;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
position: relative;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 15px;
}
.comming h2 {
font-size: 48px;
line-height: 1.25em;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
position: relative;
text-transform: uppercase;
letter-spacing: 15px;
margin-bottom: 20px;
margin-top: 20px;
}
.comming p {
color: #fff;
font-size: 16px;
} .comming form {
margin-top: 30px;
position: relative;
}
.comming form input {
width: 100%;
padding: 11px 50px 11px 11px;
background-color: transparent;
border: 1px solid #b19777;
border-radius: 0px;
color: #fff;
margin-bottom: 15px;
outline: none;
}
.comming form button {
background-color: #b19777;
padding: 8px 20px;
border-radius: 0px;
color: #fff;
border: 0;
position: absolute;
top: 4px;
right: 4px;
cursor: pointer;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 300;
outline: none;
}
.comming form button:hover {
background-color: #323232;
color: #fff;
outline: none;
} .go-back{
margin-top: 45px;
}
.go-back a {
color: #fff;
display: inline-block;
font-size: 13px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 5px;
}
.go-back a:hover {
color: #b19777;
}
.go-back a span{
transition: all .5s;
}
.go-back a span i {
color: #fff;
font-size: 14px;
}
.go-back a:hover span{
padding-right: 15px;
} @media screen and (max-width: 991px) {
.bg-fixed {
background-attachment: scroll !important;
}
.navbar .logo {
text-align: left;
margin-left: 0px;
}
.nav-scroll .logo {
width: 150px;
}
.logo-img {
margin-bottom: 0px;
}
.navbar button {
margin-right: 15px;
outline: none !important;
background: #272727;
}
.navbar button:hover {
background: #272727;
}
.navbar .container {
max-width: 100%;
}
.navbar .navbar-collapse {
max-height: 600px;
overflow: auto;
background: #272727;
text-align: left;
padding: 15px 30px 30px 15px
}
.navbar .nav-link {
margin: 0px auto !important;
}
.navbar .navbar-nav .nav-link {
color: #999;
}
.nav-scroll .navbar-collapse .nav-link {
color: #999 !important;
}
.nav-scroll .navbar-collapse .active {
color: #b19777 !important;
}
.dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
width: 100%;
display: none;
}
.dropdown-menu .sub-menu {
position: static;
margin-top: 15px;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
width: 100%;
display: none;
}
.dropdown .mega-menu {
width: 100%;
position: static;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
width: 100%;
display: none;
}
.dropdown .mega-menu .dropdown-menu {
border: 0;
margin: 0;
}
.dropdown .mega-menu .dropdown-title {
border-bottom-color: #999;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
color: #999;
}
.header {
background-attachment: scroll !important;
background-position: 50% 0% !important;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
display: none;
}
.header .caption h1 {
font-size: 40px;
}
}
@media screen and (max-width: 767px) {
.logo-wrapper .logo h2 {
display: none;
}
.hero .intro h3 {
font-size: 28px;
}
.hero .intro h4 {
font-size: 20px;
}
.header .caption h1 {
font-size: 30px;
margin-bottom: 15px;
letter-spacing: 10px;
line-height: 1.35em;
}
.header .caption p {
font-size: 15px;
margin-right: 10px;
}
.header .caption .butn-light {
margin-right: 10px;
}
.portfolio .filtering span {
margin-bottom: 10px;
}
.bauen-blog .item .con h5,
.bauen-blog .item .con h5 a {
font-size: 20px;
}
.bauen-comment-section h3 span {
margin-left: 0px;
}
.main-footer .sub-footer p.right {
text-align: left;
}
.main-footer .abot .social-icon {
text-align: left;
margin-bottom: 15px;
}
.footer .logo {
padding: 0;
width: auto;
margin: 0px 0;
}
}
@media screen and (max-width: 480px) {
.section-head h4 {
font-size: 30px;
}
.footer {
padding: 60px 0;
}
.text-left {
text-align: center;
}
.text-center {
text-align: center;
}
.text-right {
text-align: center;
}
}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile{display:block!important}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:#f56c6c;content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:#f56c6c;content:" *";margin-left:3px}.fluentform .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}.fluentform .ff-el-ratings{--fill-inactive:#d4d4d4;--fill-active:#ffb100;display:inline-block;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings svg{fill:var(--fill-inactive);height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings svg.scale{transition:all .15s}.fluentform .ff-el-ratings label{display:inherit;margin-right:3px}.fluentform .ff-el-ratings label.active svg{fill:#ffb100;fill:var(--fill-active)}.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:hover svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:hover svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:#f56c6c}.fluentform .ff-el-is-error .ff-el-form-control{border-color:#f56c6c}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:#1a7efb}.fluentform .ff-el-help-message{color:#595959;font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:#1a7efb;color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:#f56c6c;cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:#f56c6c;text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.fluentform .ff_submitting{pointer-events:none}.fluentform .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff_btn_style:focus,.fluentform .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.fluentform .ff-btn-primary:not(.ff_btn_no_style):focus,.fluentform .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.fluentform .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.fluentform .ff-btn-secondary:not(.ff_btn_no_style):focus,.fluentform .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.fluentform .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.fluentform .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-float-right{float:right}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid #dadbdd;border-radius:7px;color:#606266;display:block;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.fluentform .ff-el-form-control:focus{background-color:#fff;border-color:#1a7efb;color:#606266;outline:none}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.fluentform .ff-el-form-check label.ff-el-form-check-label>span:after,.fluentform .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.fluentform .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:42px}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}table.ff_flexible_table.ff-checkable-grids{width:100%}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.fluentform{font-family:inherit}.fluentform *{box-sizing:border-box}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1)}.fluentform label{font-weight:400}.fluentform .text-danger{color:#f56c6c}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{display:none}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform input[type=checkbox]{-webkit-appearance:checkbox}.fluentform input[type=radio]{-webkit-appearance:radio}.ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}ul.ff_coupon_responses{list-style:none;margin:0;padding:0}ul.ff_coupon_responses li{padding-top:5px}ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{display:none;margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}