body{
-webkit-font-smoothing: antialiased;
}
a {
text-decoration: none;
outline:none;
cursor: pointer;
color:#333333;
}
a:focus, a:hover, a:active {
text-decoration: none;
outline:none;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}
p {
margin-bottom: 15px;
}
ul {
list-style: none;
padding: 0;
}
ul:last-child, ol li:last-child {
margin-bottom: 0px;
}
ol li {
margin-bottom: 0px;
}
ul.nav > li {
display: inline-block;
}
img, video {
max-width: 100%;
height: auto;
}
img {
display:block;
margin:0 auto;
}
select {
height: 40px;
line-height: 40px;
padding: 0 10px;
}
select:focus {
outline:0;
}
input:focus {
outline: 0;
}
span:focus {
outline: 0;
}
::selection {
color:#fff;
}
pre {
background: #eeeeee none repeat scroll 0 0;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
table td, table th {
border: 1px solid #e1e1e1;
padding: 5px 10px;
}
input {
border: 1px solid #cccccc;
}
table {
margin-bottom: 15px;
}
.form-control:focus {
box-shadow: none;
}
.btn-default {
background-color: #222;
} .before-icon {
margin-right: 4px;
}
ul.nav.top-meta-list,
ul.nav.bottom-meta-list {
display: inline-block;
}
ul.nav.bottom-meta-list.meta-left,
ul.nav.top-meta-list.meta-left {
float: left;
text-align: left;
}
ul.nav.bottom-meta-list.meta-left,
ul.nav.bottom-meta-list.meta-right {
width: 50%;
}
ul.nav.bottom-meta-list.meta-right,
ul.nav.top-meta-list.meta-right {
text-align: right;
}
ul.nav.meta-right {
float: right;
}
ul.nav.top-meta-list > li,
ul.nav.bottom-meta-list > li {
vertical-align: middle;
display: inline-block;
margin-right: 8px;
}
.text-center .blog-inner> div > ul.nav.meta-left:last-child:first-child,
.text-center .blog-inner> div ul.nav.meta-right:last-child:first-child {
text-align: center;
display: inline-block;
float: none;
}
.top-meta ul li i, .bottom-meta ul li i {
margin-right: 5px;
vertical-align: middle;
}
ul.nav.top-meta-list > li:last-child {
margin-right: 0;
}
.post-author a > span {
display: inline-block;
vertical-align: middle;
}
.blog-inner .bottom-meta .post-author, .blog-inner .top-meta .post-author {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.blog-style-modern .post-author a > span {
font-weight: 600;
text-transform: uppercase;
}
ul.post-pagination > li > a, ul.post-pagination > li > span {
padding: 6px;
background: #333;
color: #fff;
border-radius: 4px;
margin: 4px;
}
.post-thumb {
position: relative;
}
.post-overlay-items {
position: absolute;
bottom: 0;
padding: 10px;
left: 0;
right: 0;
} .blog-wrapper {
clear: both;
}
.isotope {
width: auto;
}
.isotope .isotope-item {
float: left;
min-height: 1px;
}
.infinite-load > .post-pagination-wrap {
display: none;
}
.isotope #infscr-loading {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}
.isotope #infscr-loading > img {
max-width: 100px;
transition: all ease 0.35s;
}
@-webkit-keyframes beraterFadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0,50px,0);
transform:translate3d(0,50px,0)
} to {
opacity:1; 
-webkit-transform:none; 
transform:none 
}
}
@keyframes beraterFadeInUp {
0%{
opacity:0;
-webkit-transform:translate3d(0,50px,0);
transform:translate3d(0,50px,0);
} to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.berater-animate {
opacity: 0;
visibility: hidden;
}
.berater-animate.run-animate {
opacity: 1;
visibility: visible;
animation-duration: 0.7s;
animation-name: beraterFadeInUp;
} .animate-title {
font-size: 40px;
}
.blink{
text-align: center;
}
.blink img {
animation: blink 1.5s linear infinite;
}
@keyframes blink{
0% {
opacity: 1.0;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1.0;
}
}
.service-wrapper.service-classic .service-inner:hover .post-more a.read-more{
animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
30%{opacity: .3;}
50%{opacity: .5;}
100%{opacity: 1;}
} .circle-progress-wrapper > * {
margin-bottom: 20px;
}
.circle-progress-wrapper > *:last-child {
margin-bottom: 0;
}
.circle-progress-circle {
position: relative;
}
.progress-value {
display: block;
font-size: 26px;
font-weight: 600;
left: 0;
position: absolute;
right: 0;
top: 50%;
padding: 0 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
} .day-counter {
display: block;
}
.day-counter > *:last-child {
margin-right: 0;
}
.day-counter > * {
display: inline-block;
margin-right: 20px;
height: 150px;
width: 150px;
padding:0 20px;
}
.day-counter .counter-item {
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
position: relative;
line-height: 1;
}
.day-counter .counter-item > h3 {
line-height: unset;
margin-bottom: 14px;
}
.day-counter-dark .day-counter .counter-item > h3 {
color: #fff;
}
.day-counter-light .day-counter > * {
background: #fff none repeat scroll 0 0;
}
.day-counter-dark .day-counter > * {
background: #333 none repeat scroll 0 0;
color: #fff;
}
.day-counter-transparent .day-counter > * {
background: transparent;
} .day-counter .rounded-0 {
border: 1px solid #eaeaea;
} .day-counter .rounded {
border: 1px solid #eaeaea;
} .day-counter-classic .day-counter  > div {
background : #f7f7f7;
position: relative;
overflow: hidden;
}
.day-counter-classic .day-counter > div:after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 3px;
background: #000;
}
.day-counter .rounded-circle {
border: 1px solid #eaeaea;
background: #f7f7f7;
} .day-counter-modern .day-counter > *:after {
content: "";
width: 150%;
height: 100px;
background: rgba(0, 0, 0, 0.1);
display: block;
transform: rotate(-40deg);
position: absolute;
bottom: -10%;
left: 14%;
z-index: 0;
}
.day-counter-modern .day-counter > * {
position: relative;
overflow: hidden;
}
.day-counter-modern .counter-item {
z-index: 1;
} .day-counter-classic-pro .day-counter {
position: relative;
}
.day-counter-classic-pro .day-counter:after {
content: "";
width: 100%;
border-bottom: 1.5px dashed #eaeaea;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.day-counter-classic-pro .day-counter > * {
border: 1px dashed #eaeaea;
margin: 0 10px;
background: #fff;
z-index: 1;
position: relative;
} .flip-box-icon {
line-height: 1;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.flip-box-wrapper .flip-box-icon > span.flip-icon-middle {
line-height: 2;
}
.flip-box-wrapper.text-right .flip-box-icon > span {
margin-left: auto;
margin-right: 0;
}
.flip-box-wrapper .flip-box-title .section-title {
color: inherit;
}
.flip-front > *, .flip-back > * {
margin-bottom: 20px;
}
.flip-box-wrapper .flip-front > *:last-child, .flip-box-wrapper .flip-back > *:last-child {
margin-bottom: 0;
}
.flip-box-wrapper .flip-front > div , .flip-box-wrapper .flip-back > div {
padding: 0 40px;
}
.flip-box-wrapper .flip-front > div.flip-box-thumb {
padding: 0;
}
.flip-box-wrapper .flip-box-thumb {
padding: 0 !important;
}
.flip-box-wrapper {
display: block;
}
body .elementor-widget.elementor-widget-beraterflipbox {
margin-bottom: 30px !important;
}
.flip-box-content {
font-size: 15px;
}
.imghvr-flip-diag-1 .flip-back {
opacity: 0;
}
.imghvr-flip-diag-1:hover .flip-back {
opacity: 1;
}
.flip-box-inner.imghvr-flip-3d-horz > * {
box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
border-radius: 5px;
}
.flip-box-title {
position: relative;
padding-bottom: 20px;
margin-bottom: 15px;
}
.flip-box-title:after {
content: "";
width: 15px;
height: 3px;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.flip-box-inner.imghvr-flip-3d-horz .flip-back > *, .flip-box-inner.imghvr-flip-3d-horz .flip-front > * {
-webkit-transform: translateZ(70px) scale(1);
-moz-transform: translateZ(70px) scale(1);
-o-transform: translateZ(70px) scale(1);
transform: translateZ(70px) scale(1);
} .flip-box-inner.imghvr-fade {
margin-top: 58px;
overflow: visible;
}
.flip-box-inner.imghvr-fade a {
position: inherit;
}
.flip-box-inner.imghvr-fade .flip-front {
border: 2px solid #fff;
}
.flip-box-inner.imghvr-fade .flip-front .flip-box-title {
margin-bottom: 18px;
}
.flip-box-inner.imghvr-fade .flip-front, .flip-box-inner.imghvr-fade .flip-back {
padding: 64px 40px 31px;
}
.flip-box-inner.imghvr-fade .flip-front > div, .flip-box-inner.imghvr-fade .flip-back > div {
padding: 0;
}
.flip-box-inner.imghvr-fade .flip-front .flip-box-image img {
margin: 0;
position: relative;
padding: 10px;
width: auto;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
}
.flip-box-inner.imghvr-fade .flip-front .flip-box-image::before {
content: "";
width: 81px;
height: 81px;
background: #ffffff;
position: absolute;
left: 4px;
top: 5px;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}
.flip-box-inner.imghvr-fade .flip-front .flip-box-image {
position: absolute;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
top: -50px;
}
.flip-box-inner.imghvr-fade .flip-box-title {
padding-bottom: 0;
margin-bottom: 12px;
}
.flip-box-inner.imghvr-fade .flip-box-title::after {
content: none;
}
.flip-box-inner.imghvr-fade .flip-box-btn {
padding-top: 25px !important;
position: relative;
display: block;
}
.flip-box-inner.imghvr-fade .flip-box-btn::before {
content: "";
position: absolute;
left: -42px;
right: -42px;
top: 0;
border-bottom: 1px solid #e0e0e0;
}
.flip-box-inner.imghvr-fade .flip-box-btn a {
background: transparent;
color: #171422;
padding: 0;
}
.flip-box-inner.imghvr-fade .flip-box-btn a:hover {
text-decoration: none;
}
.flip-box-inner.imghvr-fade .flip-box-btn a::after {
content: "\e628";
font-family: themify;
padding-left: 10px;
vertical-align: bottom;
}
.flip-box-inner.imghvr-fade .flip-back {
border: 2px solid;
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-title {
padding-bottom: 38px;
margin-bottom: 33px;
border-bottom: 1px solid #eee;
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-btn {
padding-top: 0 !important;
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-btn::before {
content: none;
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-image {
position: absolute;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
top: -50px;
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-image::before {
content: "";
width: 81px;
height: 81px;
background: #ffffff;
position: absolute;
left: 4px;
top: 5px;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}
.flip-box-inner.imghvr-fade .flip-back .flip-box-image img {
margin: 0;
position: relative;
padding: 10px;
width: auto;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
filter: brightness(0) invert(1);
}
.flip-box-inner.imghvr-fade .flip-back .flip-content {
margin-bottom: 24px;
} .icon-wrapper .icon-parent > span {
transition: all ease 0.35s;
margin-left:0;
}
.text-center.icon-wrapper .icon-parent > span {
margin: 0 auto;
}
.text-right.icon-wrapper .icon-parent > span {
margin-left: auto;
margin-right: 0;
}
.icon-wrapper .icon-parent .icon-middle {
line-height: 2;
display: block;
} .icon-list-wrapper .icon-parent > span {
margin-right: 13px;
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.rtl .icon-list-wrapper .icon-parent > span {
margin-right: 0;
margin-left: 13px;
}
.icon-list-wrapper li.icon-parent {
margin-bottom: 15px;    
line-height: 28px;
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
}
.icon-list-wrapper li.icon-parent:last-child {
margin-bottom: 0;
}
.icon-dark {
color: #000;
}
.icon-light {
color: #ffffff;
}
.icon-list-wrapper ul li {
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.icon-list-wrapper ul li span {
font-weight: 900;
}
.icon-list-wrapper.icon-f-w ul li {
font-weight: 500;
font-size: 18px;
} .section-title-wrapper .title-separator {
background-color: #333333;
display: block;
height: 4px;
position: relative;
width: 65px;
border-radius: 30px;
}
.section-title-wrapper.text-center .title-separator {
margin: 0 auto;
}
.section-title-wrapper.text-left .title-separator {
margin-right: auto;
}
.section-title-wrapper.text-right .title-separator {
margin-left: auto;
}
.section-title-wrapper {
margin-bottom: 37px;
}
.title-separator.separator-img {
background: transparent;
height: auto;
width: auto;
max-width: 200px;
}
.title-separator.separator-img > img {
max-height: 50px;
}
.text-left .title-separator.separator-img > img {
margin-left: 0;
}
.text-right .title-separator.separator-img > img {
margin-right: 0;
}
.section-title-wrapper .title-wrap > * {
display: block;
margin-bottom: 15px;
}
.section-title-wrapper.before-sep-none .title-wrap > .section-title {
margin-bottom: 10px;
}
.section-title-wrapper .title-wrap .section-title {
position: relative;
}
.section-title-wrapper .title-wrap .section-title::before {
content: "";
width: 63px;
height: 10px;
position: absolute;
bottom: 0;
}
.section-title-wrapper .title-wrap .sub-title {
position: relative;
padding-left: 0px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.section-title-wrapper.before-sep-none span.sub-title {
padding-left: 0;
}
.section-title-wrapper.before-sep-none span.sub-title::before,
.section-title-wrapper.before-sep-none span.sub-title::after {
content: none;
}
.section-title-wrapper .title-wrap .sub-title::before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.section-title-wrapper .title-wrap .sub-title::after {
content: "";
width: 35px;
height: 2px;
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.section-title-wrapper.text-right .title-wrap .sub-title {
padding-right: 60px;
padding-left: 0;
}
.section-title-wrapper.text-right .title-wrap .sub-title::before {
left: inherit;
right: 0;
}
.section-title-wrapper.text-right .title-wrap .sub-title::after {
left: inherit;
right: 10px;
}
.section-title-wrapper.text-center .title-wrap .sub-title {
display: inline-block;
padding: 0 50px;
}
.section-title-wrapper.text-center .title-wrap .sub-title::before {
width: 35px;
height: 2px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.section-title-wrapper.text-center .title-wrap .sub-title::after {
right: 0px;
left: inherit;
}
.section-title-wrapper .title-wrap > .section-title {
margin-bottom: 20px;
}
.section-title-wrapper.text-center .section-title,
.section-title-wrapper.text-right .section-title {
padding-left: 0;
}
.section-title-wrapper.text-right .section-title::before {
right: 0px;
left: inherit;
}
.section-title-wrapper.text-center .section-title::before {
left: 50%;
transform: translateX(-50%);
}
.section-title-wrapper .title-wrap > *:last-child {
margin-bottom: 0;
}
.section-title-wrapper .title-wrap {
margin-bottom: 20px;
}
.section-title-wrapper .section-description {
max-width: 800px;
margin: 0;
}
.section-title-wrapper.text-center .section-description {
text-align: center;
margin: 0 auto;
}
.section-title-wrapper.text-left .section-description {
text-align: left;
margin: inherit;
max-width: inherit;
margin-left:auto;
margin-right:0;
}
.section-title-wrapper.text-right .section-description {
text-align: right;
float: right;
}
.section-title-wrapper .section-description a.btn {
margin-top: 25px;
}
.section-description span.lead.d-block {
margin-bottom: 14px;
color: #8D9297;
font-weight: 700;
font-size: 18px;
line-height: 30px;
} .portfolio-inner > * {
margin-bottom: 15px;
}
.portfolio-inner > *:last-child {
margin-bottom: 0;
}
.portfolio-inner {
margin-bottom: 30px;
}
.isotope-item .portfolio-inner {
margin-bottom: 0;
} .portfolio-style-default .portfolio-inner {
position: relative;
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap {
padding: 35px 25px;
position: relative;
margin-top: -50px;
max-width: 95%;
z-index: 1;
border: 1px solid #eaeaea;
font-size: 14px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;	
background: #fff;
}
.portfolio-style-default .portfolio-overlay {
color: #252525;
}
.portfolio-wrapper.portfolio-style-default .post-overlay-items,
.portfolio-wrapper.portfolio-style-default .post-overlay-items a {
color: #252525 !important;
}
.portfolio-wrapper .post-overlay-items > .portfolio-icons > *:first-child {
margin-left: 0;
}
.portfolio-wrapper.portfolio-style-default .link-icon, .portfolio-wrapper.portfolio-style-default .zoom-icon {
padding: 10px 13px;
border-radius: 5px;
}
.portfolio-style-default .portfolio-overlay-wrap:before {
background: rgba(0, 0, 0, 0.6);
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title {
position: relative;
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title h4 {
font-size: 20px;
line-height: 30px;
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title h3 {
font-size: 20px;
margin-bottom: 0;
}
.portfolio-style-default .portfolio-inner:hover .abs-title-icon {
color: #151515;
}
.portfolio-style-default .portfolio-inner:hover .abs-title-icon,
.portfolio-style-default .portfolio-inner .abs-title-icon {
transition: all .3s ease-in-out;
margin-right: 15px;
}
.portfolio-style-default .portfolio-inner:hover .portfolio-content-wrap,
.portfolio-style-default .portfolio-inner .portfolio-content-wrap {
transition: all .3s ease-in-out;
}
.portfolio-style-default .portfolio-inner .entry-title, 
.portfolio-style-default .portfolio-inner .post-category {
position: absolute;
left: 0;
width: 100%;
display: block;
color: #777777;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 9;
}
.portfolio-style-default .portfolio-inner .entry-title {
top: 90%;
}
.portfolio-style-default .portfolio-inner .post-category {
top: 96%;
}
.portfolio-style-default .portfolio-inner .post-thumb {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.portfolio-style-default .portfolio-inner:hover .post-thumb, 
.portfolio-style-default .owl-item.active.center .portfolio-inner .post-thumb {
transform: translateY(-40px);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.portfolio-style-default .portfolio-inner:hover .entry-title, 
.portfolio-style-default .portfolio-inner:hover .post-category, 
.portfolio-style-default .owl-item.active.center .portfolio-inner .entry-title, 
.portfolio-style-default .owl-item.active.center .portfolio-inner .post-category {
opacity: 1;
visibility: visible;
transform: translateY(-41px);
-webkit-transition: all 500ms ease 300ms;
-moz-transition: all 500ms ease 300ms;
-ms-transition: all 500ms ease 300ms;
-o-transition: all 500ms ease 300ms;
transition: all 500ms ease 300ms;
}
.portfolio-style-default .portfolio-inner .entry-title {
transform: translateY(-90px);
}
.portfolio-style-default .portfolio-inner .post-category {
transform: translateY(-70px);
}
.portfolio-style-default .portfolio-inner .post-thumb img {
transition: all .5s ease-in-out;
}
.portfolio-style-default .post-thumb.portfolio-overlay-wrap {
border-radius: 6px;
}
.portfolio-wrapper.portfolio-style-default .post-overlay-active:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: #ffffff;
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.portfolio-wrapper.portfolio-style-default .portfolio-inner:hover .post-overlay-active:before,
.portfolio-style-default .owl-item.active.center .portfolio-inner .post-overlay-active:before {
opacity: 1;
visibility: visible;
transform: translateY(0%);
}
.portfolio-link-icon,
.portfolio-popup-icon {
display: inline-block;
margin: 0 5px;
border-radius: 5px;
}
.portfolio-link-icon a, .portfolio-popup-icon a {
padding: 10px 10px;
}
.portfolio-wrapper.portfolio-style-default .owl-prev, .portfolio-wrapper.portfolio-style-default .owl-next {
padding: 0 10px;
position: absolute;
top: inherit;
left: 45.8%;
bottom: 0;
margin: 0;
border: 1px solid #e0e0e0;
height: 50px;
width: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.portfolio-wrapper.portfolio-style-default .owl-next {
left: 51.2%;
}
.portfolio-wrapper.portfolio-style-default .owl-prev:hover, .portfolio-wrapper.portfolio-style-default .owl-next:hover {
color: #fff;
}
.portfolio-wrapper.portfolio-style-default .owl-prev:before, .portfolio-wrapper.portfolio-style-default .owl-next::before {
height: 50px;
line-height: 48px !important;
}
.portfolio-style-modern .portfolio-inner .post-overlay-items>*.entry-title {
margin-bottom: 26px;
}
.portfolio-wrapper.portfolio-style-modern .post-overlay-items a:hover {
color: #fff !important;
background: #252525;
}
.portfolio-wrapper.portfolio-style-modern .portfolio-link-icon a, 
.portfolio-wrapper.portfolio-style-modern .portfolio-popup-icon a {
width: 55px;
display: inline-block;
text-align: center;
padding: 0;
height: 45px;
line-height: 47px;
}
.portfolio-wrapper.portfolio-style-modern .post-overlay-items > .portfolio-icons > * {
margin-right: 10px;
line-height: 1;
display: inline-block;
padding: 0;
background: #000;
} .archive-template article.berater-portfolio > .portfolio-archive > a {
display: block;
margin-left: -30px;
margin-right: -30px;
margin-top: -30px;
margin-bottom: 30px;
}
.portfolio-archive-title > h4 {
margin-bottom: 0;
text-align: center;
} .portfolio-wrapper .post-overlay-active:before {
content: "";
bottom: 0;
position: absolute;
max-width: 100%;
left: 0;
right: 0;
top: 0;
background: rgba(0,0,0,0.5);
opacity: 0;
transition: all .3s ease-in-out;
} 
.portfolio-wrapper .portfolio-inner:hover .post-overlay-active:before {
opacity: 1;
z-index: 1;
transition: all .3s ease-in-out;
}
.portfolio-wrapper .post-overlay-active {
position: relative;
border-radius: 10px;
}
.post-overlay-items > * {
z-index: 1;
position: relative;
}
.portfolio-inner .post-thumb {
overflow: hidden;
}
.portfolio-wrapper .post-overlay-items {
position: absolute;
padding: 0 30px;
z-index: 1;
}
.portfolio-wrapper .post-overlay-items > *:last-child {
margin-right: 0;
}
.portfolio-wrapper .post-overlay-items > .portfolio-icons > * {
margin-right: 10px;
line-height: 1;
display: inline-block;
padding: 10px;
background: #000;
}
.portfolio-inner span.before-icon {
display: none;
} .post-overlay-items.overlay-top-left {
left: 0;
text-align: left;
top: 30px;
width: 100%;
} .post-overlay-items.overlay-top-right {
right: 0;
text-align: right;
left: auto;
top: 30px;
width: 100%;
} .post-overlay-items.overlay-bottom-left {
left: 0;
bottom: 30px;
right: auto;
width: 100%;
text-align: left;
} .post-overlay-items.overlay-bottom-right {
right: 0;
text-align: right;
left: auto;
width: 100%;
bottom: 30px;
} .post-overlay-items.overlay-center {
top: 50%;
transform: translateY(-50%);
padding: 0 30px;
bottom: auto;
}
.portfolio-inner:hover .post-overlay-items, 
.portfolio-style-default .owl-item.active.center .portfolio-inner .post-overlay-items {
opacity: 1;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.post-overlay-items {
opacity: 0;
} .portfolio-style-classic .portfolio-inner:hover .post-overlay-items > * {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
opacity: 1;
}
.portfolio-style-classic .post-overlay-items > * {
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
opacity: 0;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
margin: 0 30px;
}
.portfolio-wrapper.portfolio-style-classic .post-overlay-active:before {
content: unset;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner {
border-radius: 10px;
}
.portfolio-wrapper.portfolio-style-classic .post-overlay-active:after {
content: '';
transition: all .15s ease-in-out .2s;
position: absolute;
background: rgb(7 14 32/71%);
top: 0;
height: 100%;
width: 100%;
left: -100%;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover .post-overlay-active:after {
left: 0;
opacity: 1;
transition: all .8s;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner {
position: relative;
overflow: hidden;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner:before {
content: "";
width: 100%;
height: 0;
position: absolute;
z-index: 1;
border-radius: 60px;
transform: rotate(7deg);
left: -47px;
top: -78px;
transition: all .9s;
-webkit-transition: all .9s;
-moz-transition: all .9s;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover:before {
height: 60%;
transition: all .9s;
-webkit-transition: all .9s;
-moz-transition: all .9s;
}
.portfolio-style-classic .post-overlay-items .bottom-meta {
position: absolute;
bottom: -3px;
right: 23px;
}
.portfolio-style-classic .post-overlay-items > *.portfolio-icons {
position: absolute;
bottom: 30px;
left: 0;
}
.portfolio-style-classic .post-overlay-items {
overflow: hidden;
padding: 0;
}
.portfolio-style-classic .post-overlay-items .bottom-meta .post-more a.read-more {
font-size: 0;
}
.portfolio-style-classic .post-overlay-items .bottom-meta .post-more a.read-more::before {
content: "\e61a";
font-family: themify;
font-size: 18px;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-top: 4px solid #fff;
border-left: 4px solid #fff;
padding: 16px;
color: #fff;
}
.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon {
display: block;
width: 100%;
margin: 0;
margin-bottom: 10px;
}
.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon a,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon a {
display: inline-block;
background: rgba(0, 0, 0,0.05);
color: #fff;
width: 50px;
height: 50px;
padding: 0;
line-height: 50px;
border-radius: 50%;
text-align: center;
}
.portfolio-style-classic .post-overlay-items > div:last-child a {
margin-bottom: 0;
}
.portfolio-style-classic .post-overlay-items .portfolio-icons a:hover {
color: #fff !important;
background: #070e20;
border-radius: 4px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.portfolio-style-classic .post-overlay-items .portfolio-icons a {
padding: 0;
width: 45px;
display: inline-block;
height: 45px;
line-height: 45px;
text-align: center;
}
.portfolio-wrapper.portfolio-style-classic .post-overlay-items > .portfolio-icons > *.portfolio-popup-icon, 
.portfolio-wrapper.portfolio-style-classic .post-overlay-items > .portfolio-icons > *.portfolio-link-icon {
padding: 0;
border-radius: 4px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.portfolio-style-classic .portfolio-inner .post-overlay-items > *.post-category a {
padding-left: 0px;
} .portfolio-style-modern .portfolio-inner {
position: relative; 
overflow: hidden;
}
.portfolio-style-modern .portfolio-inner::before {
content: "";
background: linear-gradient(0deg,#070e20 0%,#070e20 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 100%;
border: 0 solid transparent;
outline: 0 solid transparent;
z-index: 9;
}
.portfolio-style-modern .portfolio-inner .post-thumb {
margin-bottom: 0;
}
.portfolio-style-modern .portfolio-inner > .entry-title {
position: absolute;
bottom: 20px;
left: 30px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
.portfolio-style-modern .portfolio-inner:hover > .entry-title {
opacity: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transform: scale(1.5);
transform: scale(1.5);
transform: scale(1.5);
}
.portfolio-inner .post-overlay-items>*.post-category {
font-size: 15px;
letter-spacing: 0.5px;
opacity: 0.8;
margin-bottom: 7px;
}
.portfolio-style-modern .portfolio-inner > .entry-title a {
color: #fff !important;
position: relative;
z-index: 9;
}
.portfolio-style-modern .portfolio-inner .post-overlay-active .post-overlay-items {
z-index: 9;
}
.portfolio-wrapper.portfolio-style-modern .portfolio-inner .post-overlay-active:before {
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.portfolio-wrapper.portfolio-style-modern .portfolio-inner:hover .post-overlay-active:before {
background: rgba(7, 14, 32, 0.84);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.portfolio-style-modern .post-overlay-items {
opacity: 1;
width: 90%;
margin: 0 auto;
left: 50%;
padding: 15px 21px;
}
.portfolio-style-modern .portfolio-inner:hover .post-overlay-items {
opacity: 1;
transform: translateX(-50%) scale(1);	
transition: all 150ms ease-in-out 200ms;
}
.portfolio-style-modern .post-overlay-items.overlay-center {
transform: translate(-50%, -50%);
padding: 20px 15px;
}
.portfolio-style-modern .ti-link:before {
content: "\e628";
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon {
margin-left: 0;
display: inline-flex;
margin-bottom: 0;
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon a {
color: #fff !important;
width: 35px;
text-align: center;
height: 35px;
line-height: 35px;
padding: 0;
border-radius: 50%;
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a:hover,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon a:hover {
background: #000;
color: #fff !important;
}
.portfolio-style-modern .portfolio-inner .post-thumb {
overflow: hidden;
}
.portfolio-style-modern .portfolio-inner .post-thumb img {
transform: scale(1);
-webkit-transition: all ease 3s;
-moz-transition: all ease 3s;
transition: all ease 3s;
}
.portfolio-style-modern .portfolio-inner:hover .post-thumb img {
transform: scale(1.2);
-webkit-transition: all ease 5s;
-moz-transition: all ease 5s;
transition: all ease 5s;
}
.portfolio-inner .post-overlay-items>*:last-child {
margin-bottom: 0;
}
.portfolio-inner .post-overlay-items>* {
margin-bottom: 3px;
}
.portfolio-inner .post-overlay-items>* .post-title-head, .portfolio-inner .post-overlay-items>* .post-title-head a {
margin-bottom: 0;
line-height: 1.2;
display: inline-block;
}
.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right,
.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right {
width: 90%;
bottom: auto;
left: 50%;
transform: translateX(-50%) scale(1);
padding: 15px 0px 13px;	
transition: all 150ms ease-in-out 200ms;
}
.portfolio-style-modern .portfolio-inner .top-meta {
position: absolute;
bottom: 36px;
z-index: 9;
right: 31px;
}
.portfolio-style-modern .portfolio-inner .top-meta ul li i {
color: #fff;
margin-right: 0;
}
.portfolio-style-modern .portfolio-inner .top-meta .portfolio-icons *:first-child {
margin-left: 0;
}
.portfolio-style-modern .portfolio-inner .top-meta .portfolio-icons * a {
padding: 0;
width: 45px;
height: 45px;
display: inline-block;
line-height: 43px;
text-align: center;
border-radius: 6px;
}
.portfolio-style-modern .portfolio-inner .top-meta .portfolio-icons * a:hover {
background-color: #070e20;
}
.portfolio-style-modern .portfolio-inner .top-meta .portfolio-icons * a:hover,
.portfolio-style-modern .portfolio-inner .top-meta .portfolio-icons * a {
-webkit-transition: all .3s ease-in-out;
-khtml-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
}
.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right {
top: 5%;
}
.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right {
bottom: 5%;
}
.portfolio-style-modern .isotope-filter ul li a {
padding: 10px 15px;
}
.portfolio-style-modern .isotope-filter ul li.active a, 
.portfolio-style-modern .isotope-filter ul li:hover a {
color: #fff !important;
}
.portfolio-style-modern .isotope-filter {
width: 1170px;
margin: 0 auto;
padding: 0 15px;
margin-bottom: 80px;
text-align: right;
}
.portfolio-style-modern .owl-item .portfolio-inner {
margin-bottom: 0;
}
.portfolio-style-modern .portfolio-inner {
border-radius: 8px;
} .portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items {
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
opacity: 1;
background: #fff;
left: 15px;
right: 15px;
top: 15px;
bottom: 15px;
width: auto;
padding: 20px 30px;
transform: translateY(0);
}
.portfolio-style-classic-pro .post-overlay-items {
transform: translateY(100%);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
opacity: 1;
left: 15px;
right: 15px;
bottom: 0;	
}
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-left {
transform: translateY(0);
}
.portfolio-style-classic-pro .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .post-overlay-items.overlay-top-left {
transform: translateY(-100%);
} .portfolio-single .portfolio-format {
margin-bottom: 15px;
}
.portfolio-single .portfolio-title {
color: #252525;
}
.portfolio-meta-title-wrap {
color: #252525;
}
.portfolio-meta-list>li {
margin-bottom: 11px;
}
.portfolio-meta-title-wrap > * {
margin-bottom: 5px;
}
.portfolio-meta-title-wrap h6 {
font-size: 15px;
font-weight: 600;
text-transform: none;
color: #252525;
margin-bottom: 0;
width: 120px;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap > h6 i {
font-size: 14px;
}
.portfolio-info-wrap {
padding: 30px 0;
} .portfolio-model-1 .portfolio-meta-list>li {
margin-bottom: 20px;
}
.portfolio-model-1 .portfolio-meta {
padding: 50px 40px;
background: #fff;
-webkit-box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
-moz-box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.portfolio-meta-list>li > span, .portfolio-meta-list>li a {
font-size: 16px;
}
.portfolio-model-1 .portfolio-meta-list>li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.portfolio-model-1 .portfolio-meta ul.social-icons > li > a {
background: #fff;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
-ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
border-radius: 50%;
font-size: 10px;
width: 30px;
height: 30px;
line-height: 31px;
}
span.portfolio-meta-icon {
margin-right: 10px;
}
ul.nav.portfolio-share.social-icons {
margin-top: 10px;
} .portfolio-model-2 .row.portfolio-details {
padding-top: 40px;
}
.portfolio-single.portfolio-model-2 .portfolio-details .portfolio-meta-wrap {
padding: 40px 20px 40px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
overflow: hidden;
background: #F7F9FF;    
border-top: solid 5px;
}}
.portfolio-single.portfolio-model-2 span.portfolio-meta-icon,
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap h6,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li > span,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li a { }
.portfolio-model-2 .portfolio-meta-list > li {
margin: 0;
padding-bottom: 25px;
display: block;
clear: both;
}
.portfolio-model-2 .portfolio-meta-list > li:last-child {
padding-bottom: 0;
}
.portfolio-model-2 .portfolio-meta-list > li .portfolio-meta-title-wrap {
display: inline-block;
margin-right: 15px;
}
.portfolio-model-2 .portfolio-meta-list>li a {
color: #8d9297;
}
.rtl .portfolio-model-2 .portfolio-meta-list > li .portfolio-meta-title-wrap {
margin-right: 0;
margin-left: 15px;
}
.portfolio-model-2 ul.portfolio-tags.nav {
display: inline-block;
}
.portfolio-model-2 ul.nav {
display: inline-block;
vertical-align: middle;
}
.portfolio-model-2 .portfolio-meta-list > li ul.portfolio-categories.nav {
display: inline-block;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a:hover {
color: #252525 !important;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a {
border-radius: 5px;
width: 37px;
height: 37px;
line-height: 40px;
text-align: center;
font-size: 12px;
background: #fff;
}
.portfolio-single.portfolio-model-2 ul.portfolio-meta-list {
padding-left: 15px;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a > i {
line-height: 30px;
} .portfolio-model-4 .portfolio-format .portfolio-image {
margin-bottom: 0px;
}
.portfolio-model-4 .portfolio-info .portfolio-title {
margin-bottom: 30px;
}
.portfolio-model-4 .portfolio-info .portfolio-title h3 {
font-size: 34px;
font-weight: 900;
}
.portfolio-model-4 .portfolio-info .portfolio-content {
margin-bottom: 50px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta {
border: 5px dashed #e1e1e1;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
padding: 50px;
width: 100%;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>* {
display: inline-block;
width: 50%;
}
.portfolio-model-4 .portfolio-info .portfolio-meta h6:before {
content: "\f0a9";
font-family: Fontawesome;
padding-right: 14px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url {
display: inline;
width: auto;
float: none;
padding: 10px 30px;
border-radius: 26px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url:hover {
background: #070e20;
color: #fff;
}
.portfolio-model-4 .portfolio-meta-list>li {
display: flex;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a {
background: transparent;
box-shadow: unset;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
-ms-box-shadow: unset;
-o-box-shadow: unset;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a>i {
font-size: 18px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-icon {
display: none;
}
.portfolio-meta ul.social-icons > li > a {
background: #f7f7f7;
} .feature-box-wrapper {
position: relative;
padding: 35px 30px 40px;
margin-bottom: 30px;
}
.feature-box-inner {
display: inline-block;
}
.feature-box-wrapper .feature-box-icon > span {
line-height: 1;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.feature-box-wrapper .feature-box-icon > span.fbox-icon-middle {
line-height: 2;
display: inline-block;    
position: relative;
z-index: 1;
}
.feature-box-wrapper .media .align-self-center .feature-box-icon > span.fbox-icon-middle {
box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
h1.feature-box-title,
h2.feature-box-title,
h3.feature-box-title,
h4.feature-box-title,
h5.feature-box-title,
h6.feature-box-title {
margin-bottom: 0;
}
.feature-box-wrapper .media-body .fbox-number {
font-size: 52px;
font-weight: 900;
}
.feature-box-wrapper.ct-trans .feature-box-image img {
transform: scale(0.8);
}
.list-sml-icons .feature-box-image img {
max-width: 56px;
} .feature-box-classic {
border: 1px solid #eaeaea;
}
.feature-box-classic .feature-box-image {
position: absolute;
right: 35px;
top: 33px;
}
.feature-box-wrapper.feature-box-classic > .media > *:first-child {
margin-right: 0;
}
.feature-box-wrapper.feature-box-classic .feature-box-image img {
max-width: 60px;
} .feature-box-modern {
-webkit-box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
-khtml-box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
-moz-box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
-ms-box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
-o-box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
box-shadow: 0 13px 22px rgba(214, 214, 214, 0.22);
position: relative;
overflow: hidden;
}
.feature-box-wrapper.feature-box-modern .fbox-number {
position: absolute;
font-size: 70px;
line-height: 70px;
top: 30px;
opacity: 0.1;
right: 30px;
font-weight: 700;
}
.feature-box-wrapper.feature-box-modern:before {
content: "";
width: 60px;
height: 8px;
position: absolute;
bottom: 0;
border-radius: 0;
right: 0;
opacity: 0;
transition: all .3s;
left: 0;
}
.feature-box-wrapper.feature-box-modern:hover:before {
width: 100%;
opacity: 1;
border-radius: 0;
transition: all .3s;
}
.feature-box-wrapper.active.feature-box-modern:before {
opacity: 1;
width: 100%;
}
.feature-box-wrapper.feature-box-modern .feature-box-image::after {
content: "";
width: 100px;
height: 100px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
opacity: 0.1;
top: 41px;
left: 0;
z-index: 0;
transition: all .3s;
}
.feature-box-wrapper.feature-box-modern:hover .feature-box-image::after {
top: 27px;
transition: all .3s;
}
.feature-box-wrapper.feature-box-modern a.btn.btn-bg-dark.btn-link:after {
content: "\e628";
color: #fff;
font-family: themify;
font-size: 17px;
line-height: 50px;
left: 0;
right: 0;
margin-left: -4px;
}
.feature-box-wrapper.feature-box-modern a.btn.btn-bg-dark.btn-link {
margin-top: 0;
margin: auto;
padding: 0;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.5px;
color: #fff;
position: absolute;
right: -30px;
width: 50px;
height: 50px;
border-radius: 0;
font-size: 0;
}
.feature-box-wrapper.feature-box-modern .feature-box-image {
position: relative;
}
.feature-box-modern.feature-box-wrapper.list-fullwidth-active > .media {
margin-bottom: 20px;
}
.feature-box-modern .media-body {
align-self: center;
}
.feature-box-wrapper.feature-box-modern.list-fullwidth-active:hover {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
.feature-box-modern .media-body .feature-box-title::after {
content: none;
}
.feature-box-wrapper .fbox-content a {
color: #8d9297;
}
.feature-box-wrapper.feature-box-modern .feature-box-image img {
max-width: 70px;
} .feature-box-classic-pro {
border-radius: 10px;
padding: 35px 30px;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link {
margin-top: 0;
margin: auto;
padding: 6px;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.5px;
color: #fff;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link:hover {
text-decoration: none;
}
.feature-box-style-2:hover .feature-box-icon ,
.feature-box-style-2:hover .feature-box-thumb {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.feature-box-wrapper.mw-image-60 .feature-box-image img,
.flip-box-wrapper.mw-image-60 .flip-box-image img {
max-width: 60px;
}
@-webkit-keyframes hvr-pulse {
25%{-webkit-transform:scale(1.1);transform:scale(1.1);}
75%{-webkit-transform:scale(0.9);transform:scale(0.9);}
}
@keyframes hvr-pulse {
25%{-webkit-transform:scale(1.1);transform:scale(1.1);}
75%{-webkit-transform:scale(0.9);transform:scale(0.9);}
} .icon-icon-light {
color: #fff;
}
.icon-icon-dark {
color: #000000;
}
.feature-box-inner > * {
margin-bottom: 15px;
position: relative;
}
.feature-box-inner > *:last-child {
margin-bottom: 0px;
}
.text-left .feature-box-image img {
margin-left: 0;
}
.text-right .feature-box-image img {
margin-right: 0;
}
.feature-box-btn a.btn {
color: #222;
}
.feature-box-btn .btn.btn-default.theme-color {
color: #fff;
} .feature-box-image.fbox-img-overlay-overlay {
position: relative;
}
.feature-box-wrapper .fbox-img-overlay-overlay:before {
content: "";
position: absolute;
background: rgba(0,0,0,0.7);
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
transform: scale(0);
-webkit-transform:  scale(0);
-moz-transform:    scale(0);
-ms-transform:    scale(0);
-o-transform:      scale(0);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.feature-box-wrapper:hover .fbox-img-overlay-overlay:before {
opacity: 1;
transform: scale(1);
-webkit-transform:  scale(1);
-moz-transform:    scale(1);
-ms-transform:    scale(1);
-o-transform:      scale(1);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} .feature-box-image {
overflow: hidden;
}
.feature-box-image img {
width: auto !important;
}
.fbox-img-overlay-zoomin img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fbox-img-overlay-zoomin:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} .fbox-img-overlay-grayscale img { 
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fbox-img-overlay-grayscale:hover img{ 
filter: grayscale(100%);
-webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; -moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} .fbox-img-overlay-blur img {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
-ms-transition: all .25s ease;
transition: all .25s ease;
}
.fbox-img-overlay-blur:hover img {
-webkit-filter: blur(2px);
-moz-filter: all .25s ease;
-o-filter: all .25s ease;
-ms-filter: all .25s ease;
filter: blur(2px);
} .feature-btn a {
border: 1px solid #e7e7e7;
border-radius: 50%;
font-size: 13px;
line-height: 46px;
height: 46px;
width: 46px;
display: inline-block;
} .max-width-none .elementor-image img {
max-width: none !important;
}
.custom-shape1 {
position: relative;
}
.custom-shape1:before {
content: "";
width: 0;
height: 0;
border-top: 120px solid;
border-left: 120px solid transparent;
position: absolute;
left: 49px;
top: 26px;
}
.cust-img-1.elementor-widget-image .elementor-image img {
border-left: 13px;
border-top: 13px;
border-style: solid;
border-color: #fff;
border-bottom: 0;
border-right: 0;
} .feature-box-wrapper.hover-style-1:hover {
box-shadow: 0 3px 30px rgba(110,122,182,0.1);
transform: translate3d(0, -20px, 0);
transition: .35s;
}
.feature-box-wrapper.hover-style-1:hover .feature-box-image {
-webkit-transform: rotateY(360deg);
-khtml-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
} .feature-box-wrapper > .media > *:first-child {
margin-right: 25px;
}
.rtl .feature-box-wrapper > .media > *:first-child {
margin-right: 0;
margin-left: 25px;
}
.feature-box-wrapper.list-fullwidth-active > .media {
margin-bottom: 40px;
}
.feature-box-wrapper.list-fullwidth-active:hover {
transform: translateY(-10px);
box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
transition: .5s ease;
}
.feature-box-wrapper.list-fullwidth-active {
position: relative;
transition: .5s ease;
}
.feature-box-wrapper.list-fullwidth-active .feature-box-btn {
position: absolute;
bottom: -18px;
opacity: 0;
transform: scale(.5);
transition: .5s ease;
}
.feature-box-wrapper.list-fullwidth-active:hover .feature-box-btn {
opacity: 1;
transform: scale(1);
transition: .5s ease;
}
.list-fullwidth-active .feature-box-title:after {
position: absolute;
content: '';
background: #e9e6e6;
bottom: -22px;
left: 0px;
width: 50px;
height: 3px;
}
.list-fullwidth-active .feature-box-title {
position: relative;
}
.feature-box-wrapper.ct-slash-box .media-icon-part {
margin-right: 45px;
}
.feature-box-wrapper.ct-slash-box .feature-box-icon {
position: relative;
}
.feature-box-wrapper.ct-slash-box .feature-box-icon::before {
content: '';
width: 2px;
height: 90px;
position: absolute;
top: 0px;
right: 0px;
-webkit-transform: rotate(30deg);
-khtml-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
} label {
width: 100%;
display:block;
}
input.wpcf7-form-control, 
select.wpcf7-form-control {
width: 100%;
height: 50px;
line-height: 50px;
border: 1px solid #eaeaea;
border-radius: 4px;
}
input.wpcf7-submit {
width: auto;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
padding: 15px 15px;
border-radius: 4px;    
border: solid 1px #fff;
}
div.wpcf7-response-output {
padding: 0.5em 1em 0.2em;
}
textarea {
width: 100%;
height: 140px;
border: 1px solid #eaeaea;
}
.wpcf7-form-control-wrap {
position: relative;
display: inline-block;
width: 100%;
}
span.wpcf7-form-control-wrap.your-message {
height: inherit;
}
span.wpcf7-form-control-wrap {
margin-bottom: 18px;
}
form.wpcf7-form > p {
margin-bottom: 25px;
}
textarea:focus {
outline: 0;
}
.contact-form-wrapper .wpcf7 input[type="submit"] {
display: inline-block;
width: auto;
position: relative;
padding: 18px 25px;
border-radius: 4px;
font-weight: 500;
line-height: 1;
height: 50px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 15px;
} .contact-form-wrapper.cf-classic .contact-form-title {
margin-bottom: 30px;
}
.cf-classic input.wpcf7-form-control, .cf-classic textarea.wpcf7-form-control {
border: 0;
} .cf-modern input.wpcf7-form-control, .cf-modern textarea.wpcf7-form-control {
border-radius: 30px;
}
.form-icon {
position: relative;
}
.form-icon > span.icon {
position: absolute;
top: 24px;
transform: translateY(-50%);
z-index: 1;
right: 15px;
color: #2782f9;
font-size: 16px;
}
.form-icon br {
display: none;
} .cf-classic-pro input.wpcf7-form-control, .cf-classic-pro textarea.wpcf7-form-control {
background: #f9f9f9;
border: 0;
} .contact-info-wrapper {
margin-bottom: 30px;
}
.contact-info-wrapper > * {
margin-bottom: 10px;
}
.contact-info-wrapper > *:last-child {
margin-bottom: 0px;
} .contact-info-wrapper.contact-info-style-classic {
padding: 60px 30px;
border: 1px solid #f2f2f2;
} .contact-info-wrapper.contact-info-style-modern {
padding: 30px;
box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.1);
} .contact-info-wrapper.contact-info-style-modern {
padding: 60px 30px;
box-shadow: 0px 0 36px 0px rgba(130, 136, 147, 0.08);
} .contact-info-wrapper.contact-info-style-classic-pro {
background: #f9f9f9;
padding: 60px 30px;
}
.contact-info-wrapper ul.social-icons>li>a i {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.contact-info-wrapper ul.social-icons>li>a {
width: 30px;
height: 30px;
line-height: 30px;
}
.contact-info-wrapper > div span[class^="ti-"] {
font-weight: 700;
}
.contact-info-wrapper .contact-mail a {
font-weight: 600;
}
.contact-info-wrapper > *.contact-info {
margin-bottom: 15px;
}
.contact-info-wrapper .contact-phone > span:last-child {
text-decoration: underline;
}
.contact-info-wrapper .contact-info-title {
position: relative;
padding-bottom: 18px;
margin-bottom: 18px;
}
.contact-info-wrapper .contact-info-title:after {
content: "";
position: absolute;
left: 0;
width: 20px;
height: 3px;
bottom: 0;
background: #000000;
} .counter-wrapper > * {
margin-bottom: 10px;
}
.counter-wrapper > *:last-child {
margin-bottom: 0px;
}
.counter-wrapper  {
margin-bottom: 30px; 
}
.counter-value span.counter-suffix {
padding-left: 5px;
font-weight: 400;
font-size: 20px;
} .counter-style-default .counter-title-head {
font-weight: 600;
letter-spacing: 0.5px;
}
.counter-wrapper.counter-style-default .counter-content > * {
line-height: 24px;
margin-bottom: 0;
}
.counter-wrapper.counter-style-default .counter-value h3 {
line-height: 1;
}
.counter-wrapper.counter-style-default .counter-value span.counter-up, 
.counter-wrapper.counter-style-default .counter-value .counter-suffix {
font-size: 36px;
}
.counter-wrapper.counter-style-default .counter-title .counter-title-head {
font-size: 18px !important;
line-height: 1 !important;
}
.typo-white .counter-wrapper.counter-style-default .counter-value .counter-suffix {
color: #fff;
}
.typo-white.elementor-widget-beratercounter {
position: relative;
overflow: hidden;
}
.typo-white .counter-wrapper.counter-style-default .counter-image {
position: absolute;
z-index: 0;
right: -9px;
opacity: 0.2;
bottom: -14px;
} .counter-style-classic {
box-shadow: 0px 20px 60px 0px rgba(0,11,40,0.06);
padding: 30px;
} .counter-style-modern {
background: #fff;
padding: 40px 28px 38px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition: all .2s linear 0ms;
-moz-transition: all .2s linear 0ms;
transition: all .2s linear 0ms;
position: relative;
z-index: 1;
}
.counter-style-modern:hover::after {
opacity: 0.5;
}
.counter-style-modern::after {
content: "";
top: 11px;
right: -11px;
width: 100%;
height: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: absolute;
-webkit-transition: all .2s linear 0ms;
-moz-transition: all .2s linear 0ms;
transition: all .2s linear 0ms;
opacity: 0;
z-index: -1;
}
.counter-style-modern .counter-value > * {
font-size: 44px;
}
.counter-style-modern .counter-image {
position: absolute;
right: 4px;
bottom: 4px;
opacity: 0.12;
}
.counter-style-modern .counter-content p {
margin-bottom: 0;
}
.counter-style-modern:hover .counter-value > * > .counter-up,
.counter-style-modern:hover .counter-title .counter-title-head,
.counter-style-modern:hover .counter-content {
color: #fff !important;
}
.counter-style-modern:hover .counter-image {
display: none;
} .counter-wrapper.counter-style-classic-pro .counter-value .counter-up {
font-size: 36px;
}
.counter-wrapper.ct-counter {
border-radius: 19% 81% 70% 30% / 30% 43% 57% 70%;
-webkit-border-radius: 19% 81% 70% 30% / 30% 43% 57% 70%;
-moz-border-radius: 19% 81% 70% 30% / 30% 43% 57% 70%;
padding: 30px;
width: 200px;
height: auto;
}
.counter-wrapper.ct-counter .counter-value .counter-suffix {
color: #fdfdfd;
} .image-grid-wrapper > .row:last-child {
margin-bottom: 0;
}
.image-grid-wrapper > .row {
margin-bottom: 30px;
}
.image-grid-wrapper .owl-carousel div[class^="col-"] {
padding: 0;
width: auto;
max-width: 100%;
}
.image-grid-1 .image-grid-inner {
padding: 25px;
border: 1px solid #eaeaea;
border-radius: 10px;
}
.image-grid-wrapper.image-grid-1 .owl-carousel .owl-stage-outer {
padding-top: 13px;
}
.image-grid-1 .image-grid-inner:hover {
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.image-grid-1 .image-grid-inner:hover img {
transform: scale(1.1);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
opacity:1;
}
.image-grid-1 .image-grid-inner img {
transform: scale(0.8);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
opacity: 0.5;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner {
overflow: hidden;
}
.image-grid-wrapper.image-grid-2.custom .image-grid-inner {
overflow: hidden;
border: 1px solid #fbfbfb;
padding: 25px;
}
.image-grid-inner:after {
content: "";
display: block;
width: 22px;
height: 22px;
border-radius: 50%;
background: #000000;
-webkit-animation: pulse2 1s linear infinite;
-moz-animation: pulse2 1s linear infinite;
-ms-animation: pulse2 1s linear infinite;
animation: pulse2 1s linear infinite;
position: absolute;
right: 7px;
top: -6px;
}
@keyframes "pulse2" {
0% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse2 {
0% {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-moz-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes "pulse2" {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-ms-keyframes "pulse2" {
0% {
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-ms-transform: scale(1);
transform: scale(1);
}
} .image-grid-wrapper.image-grid-2 .image-grid-inner:hover img {
-webkit-filter: grayscale(0%);
filter: gray;
opacity: 1;
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-animation: clientSlider 550ms forwards;
-moz-animation: clientSlider 550ms forwards;
-ms-animation: clientSlider 550ms forwards;
-o-animation: clientSlider 550ms forwards;
animation: clientSlider 550ms forwards;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner img {
-webkit-filter: grayscale(100%);
filter: gray;
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.image-grid-wrapper .owl-carousel .owl-item .image-grid-inner img {
width: auto;
}
@-webkit-keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-ms-keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-o-keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.image-grid-2 .image-grid-inner:after {
display:none;
}
.image-grid-3 .image-grid-inner {
padding: 40px;
box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.image-grid-3 .owl-stage-outer .image-grid-inner {
margin: 0 20px 50px 20px;
}
.image-grid-3 .image-grid-inner:after {
display: none;
}
.image-grid-3 .image-grid-inner:hover {
box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} ul.nav.social-icons {
display: inline-block;
}
ul.social-icons > li {
text-align: center;
text-align: -webkit-center;
padding:0;
}
ul.social-icons > li > a {
display: inline-block;
height: 40px;
line-height: 40px;
margin-right: 5px;
width: 40px;
padding: 0;
background: #fff;
text-align: center;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
-ms-transition: all ease 0.35s;
}
article ul.social-icons > li > a {
background: transparent;
border: solid 1px #d5eaea;
}
ul.social-icons.social-transparent > li a {
background: transparent;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
box-shadow: unset;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
-ms-box-shadow: unset;
-o-box-shadow: unset;
} ul.social-icons.social-circled > li a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid;
margin-right: 10px;
}
ul.social-icons.social-rounded > li a {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
ul.social-icons.social-white > li a, ul.social-icons.social-h-white > li a:hover {
color: #fff;
}
ul.social-icons.social-black > li a, ul.social-icons.social-h-black > li a:hover {
color: #333;
}
ul.social-icons.social-bg-white > li a, ul.social-icons.social-hbg-white > li a:hover {
background-color: #fff;
}
ul.social-icons.social-bg-black > li a, ul.social-icons.social-hbg-black > li a:hover {
background-color: #333;
}
ul.social-icons.social-bg-light > li a, ul.social-icons.social-hbg-light > li a:hover {
background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-bg-dark > li a, ul.social-icons.social-hbg-dark > li a:hover {
background: rgba(0, 0, 0, 0.5);
} ul.social-icons.social-own > li a.social-fb, ul.social-icons.social-h-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb, ul.social-icons > li > a.share-fb:hover {
color: #3b5999;
}
ul.social-icons.social-own > li a.social-twitter, ul.social-icons.social-h-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter, ul.social-icons > li > a.share-twitter:hover {
color: #55acee;
}
ul.social-icons.social-own > li a.social-instagram, ul.social-icons.social-h-own > li a.social-instagram:hover ,
article.post ul.social-icons > li > a.social-instagram, ul.social-icons > li > a.share-instagram:hover {
color: #e4405f;
}
ul.social-icons.social-own > li a.social-linkedin, ul.social-icons.social-h-own > li a.social-linkedin:hover ,
article.post ul.social-icons > li > a.social-linkedin, ul.social-icons > li > a.share-linkedin:hover, ul.social-icons > li > a.share-linkedin:hover {
color: #0077B5;
}
ul.social-icons.social-own > li a.social-pinterest, ul.social-icons.social-h-own > li a.social-pinterest:hover,
article.post ul.social-icons > li > a.social-pinterest, ul.social-icons > li > a.share-pinterest:hover {
color: #bd081c;
}
ul.social-icons.social-own > li a.social-youtube, ul.social-icons.social-h-own > li a:hover.social-youtube,
article.post ul.social-icons > li > a.social-youtube, ul.social-icons > li > a.share-youtube:hover {
color: #cd201f;
}
ul.social-icons.social-own > li a.social-vimeo, ul.social-icons.social-h-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo, ul.social-icons > li > a.share-vimeo:hover {
color: #1ab7ea;
}
ul.social-icons.social-own > li a.social-soundcloud, ul.social-icons.social-h-own > li a.social-soundcloud:hover ,
article.post ul.social-icons > li > a.social-soundcloud, ul.social-icons > li > a.share-soundcloud:hover {
color: #ff3300;
}
ul.social-icons.social-own > li a.social-yahoo, ul.social-icons.social-h-own > li a.social-yahoo:hover,
article.post ul.social-icons > li > a.social-yahoo, ul.social-icons > li > a.share-yahoo:hover {
color: #410093;
}
ul.social-icons.social-own > li a.social-tumblr, ul.social-icons.social-h-own > li a.social-tumblr:hover ,
article.post ul.social-icons > li > a.social-tumblr, ul.social-icons > li > a.share-tumblr:hover {
color: #34465d;
}
ul.social-icons.social-own > li a.social-paypal, ul.social-icons.social-h-own > li a.social-paypal:hover,
article.post ul.social-icons > li > a.social-paypal, ul.social-icons > li > a.share-paypal:hover {
color: #003087;
}
ul.social-icons.social-own > li a.social-mailto, ul.social-icons.social-h-own > li a.social-mailto:hover ,
article.post ul.social-mailto > li > a.social-mailto, ul.social-icons > li > a.share-mailto:hover {
color: #ffa500;
}
ul.social-icons.social-own > li a.social-flickr, ul.social-icons.social-h-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr, ul.social-icons > li > a.share-flickr:hover {
color: #ff0084;
}
ul.social-icons.social-own > li a.social-dribbble, ul.social-icons.social-h-own > li a.social-dribbble:hover,
article.post ul.social-icons > li > a.social-dribble, ul.social-icons > li > a.share-dribble:hover {
color: #ea4c89;
}
ul.social-icons.social-own > li a.social-rss, ul.social-icons.social-h-own > li a.social-rss:hover,
article.post ul.social-icons > li > a.social-rss, ul.social-icons > li > a.share-rss:hover {
color: #ff6600;
} ul.social-icons.social-bg-own > li a.social-fb, ul.social-icons.social-hbg-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb:hover {
background: #3b5999;
}
ul.social-icons.social-bg-own > li a.social-twitter, ul.social-icons.social-hbg-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter:hover {
background: #55acee;
}
ul.social-icons.social-bg-own > li a.social-instagram, ul.social-icons.social-hbg-own > li a.social-instagram:hover ,
article.post ul.social-icons > li > a.social-instagram:hover {
background: #e4405f;
}
ul.social-icons.social-bg-own > li a.social-linkedin, ul.social-icons.social-hbg-own > li a.social-linkedin:hover ,
article.post ul.social-icons > li > a.social-linkedin:hover {
background: #0077B5;
}
ul.social-icons.social-bg-own > li a.social-pinterest, ul.social-icons.social-hbg-own > li a.social-pinterest:hover ,
article.post ul.social-icons > li > a.social-pinterest:hover {
background: #bd081c;
}
ul.social-icons.social-bg-own > li a.social-youtube, ul.social-icons.social-hbg-own > li a.social-youtube:hover,
article.post ul.social-icons > li > a.social-youtube:hover {
background: #cd201f;
}
ul.social-icons.social-bg-own > li a.social-vimeo, ul.social-icons.social-hbg-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo:hover {
background: #1ab7ea;
}
ul.social-icons.social-bg-own > li a.social-soundcloud, ul.social-icons.social-hbg-own > li a.social-soundcloud:hover ,
article.post ul.social-icons > li > a.social-soundcloud:hover {
background: #ff3300;
}
ul.social-icons.social-bg-own > li a.social-yahoo, ul.social-icons.social-hbg-own > li a.social-yahoo:hover ,
article.post ul.social-icons > li > a.social-yahoo:hover {
background: #410093;
}
ul.social-icons.social-bg-own > li a.social-tumblr, ul.social-icons.social-hbg-own > li a.social-tumblr:hover ,
article.post ul.social-icons > li > a.social-tumblr:hover {
background: #34465d;
}
ul.social-icons.social-bg-own > li a.social-paypal, ul.social-icons.social-hbg-own > li a.social-paypal:hover ,
article.post ul.social-icons > li > a.social-paypal:hover {
background: #003087;
}
ul.social-icons.social-bg-own > li a.social-mailto, ul.social-icons.social-hbg-own > li a.social-mailto:hover ,
article.post ul.social-icons > li > a.social-mailto:hover {
background: #ffa500;
}
ul.social-icons.social-bg-own > li a.social-flickr, ul.social-icons.social-hbg-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr:hover {
background: #ff0084;
}
ul.social-icons.social-bg-own > li a.social-dribbble, ul.social-icons.social-hbg-own > li a.social-dribbble:hover ,
article.post ul.social-icons > li > a.social-dribble:hover {
background: #ea4c89;
}
ul.social-icons.social-bg-own > li a.social-rss, ul.social-icons.social-hbg-own > li a.social-rss:hover ,
article.post ul.social-icons > li > a.social-rss:hover {
background: #ff6600;
}
ul.social-icons.social-bg-own > li a.social-bloglovin, ul.social-icons.social-hbg-own > li a.social-bloglovin:hover {
background: #00BFF8;
}
ul.social-icons.social-own > li a.social-bloglovin, ul.social-icons.social-h-own > li a.social-bloglovin:hover {
color: #00BFF8;
}
ul.social-icons.social-bg-transparent > li a,
ul.social-icons.social-hbg-transparent > li a:hover {
background: transparent;
border: transparent;
} ul.social-icons.social-h-white > li a:hover {
color: #fff;
}
ul.social-icons.social-h-black > li a:hover {
color: #333;
}
ul.social-icons.social-hbg-white > li a:hover {
background-color: #fff;
}
ul.social-icons.social-hbg-black > li a:hover {
background-color: #333;
}
ul.social-icons.social-hbg-light > li a:hover {
background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-hbg-dark > li a:hover {
background: rgba(0, 0, 0, 0.5);
}
article.post ul.social-icons > li > a:hover {
color: #fff !important;
} .timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 22px;
bottom: 42px;
position: absolute;
content: " ";
width: 1px;
border-right: 1px dotted #eaeaea;
left: 50%;
margin-left: -0.5px;
}
.timeline-title {
margin-bottom: 18px;
}
.timeline > li {
margin-bottom: 40px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 50%;
float: left;
border-radius: 2px;
padding: 30px;
position: relative;
-webkit-box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
}
.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}
.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #eaeaea;
border-right: 0 solid #eaeaea;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge, .timeline-sep-title {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 16px;
left: 50%;
margin-left: -25px;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
.timeline > li > .timeline-sep-title {
margin-left: 50px;
width: auto;
word-wrap: break-word;
text-align: left;
height: auto;
font-size: 28px;
line-height: 35px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
right: 50%;
left: 0;
text-align: right;
margin-right: 50px;
}
.timeline-sep-title > span {
display: block;
font-size: 15px;
line-height: 2;
color: #000;
font-weight:400;
margin-top: 15px;
}
.timeline.tl-border-solid:before {
border-right-style: solid;
}
.timeline-wrapper > ul.timeline > li .separator-shape-custom,
.timeline-wrapper > ul.timeline > li.sep-img-activated .timeline-badge {
background: transparent !important;
} .timeline.tl-left-layout > li > .timeline-sep-title {
text-align: left;
}
.separator-shape-custom > i,
.separator-shape-custom > img,
.separator-shape-custom > .separator-text {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
} .timeline-style-2 .timeline > li > .timeline-panel {
box-shadow: none;
-webkit-box-shadow: none;
border: 1px dashed;
border-radius: 10px;
} .timeline-style-3 .timeline > li > .timeline-panel {
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #eaeaea;
}
.timeline-style-3 .timeline > li > .timeline-panel .timeline-heading, 
.timeline-style-3 .timeline > li > .timeline-panel .timeline-body {
text-align: right;
}
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-heading, 
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-body {
text-align: initial;
}
.timeline-style-3 .timeline > li > .timeline-sep-title {
color: #fff;
font-size: 14px;
padding: 5px 0;
}
@media only screen and (max-width:767px)  {
.timeline > li > .timeline-sep-title {
font-size: 25px;
width: 100%;
position: relative;
height: 100%;
left: auto;
right: auto;
top: auto;
bottom: auto;
margin: 0;
padding-left: 80px;
}
.timeline > li > .timeline-panel {
float: none !important;
width: 80%;
margin-left: 60px;
}
h4.timeline-title {
font-size: 16px;
line-height: 21px;
}
.timeline > li:not(.timeline-inverted) {
padding: 0;
}
.timeline:before {
left:5%;
border-right: 2px dotted #eaeaea;
}
.timeline > li > .timeline-badge {
left: 5%;
right: auto;
display: inline-block;
margin-left: -23px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
text-align: left;
right: auto;
padding-left: 80px;
}
.timeline > li.timeline-inverted {
padding-left: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after, .timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li > .timeline-panel:before {
display: none;
}
.timeline-sep-title > span {
margin-bottom: 15px;
margin-top: 0;
}
} .popup-trigger-img > img {
display: inline-block;
} .blog-inner {
margin-bottom: 30px;
}
.blog-inner > * {
margin-bottom: 15px;
}
.blog-inner > * {
word-break: break-all;
}
.blog-inner > *:last-child {
margin-bottom: 0px;
} .blog-style-default .blog-inner {
padding: 30px 30px 30px;
-webkit-box-shadow: 0 0 25px rgba(23,23,23,.06);
-moz-box-shadow: 0 0 25px rgba(23,23,23,.06);
-ms-box-shadow: 0 0 25px rgba(23,23,23,.06);
-o-box-shadow: 0 0 25px rgba(23,23,23,.06);
box-shadow: 0 0 25px rgba(23,23,23,.06);
}
.blog-style-default .owl-stage-outer .blog-inner {
margin-left: 9px;
margin-right: 9px;
}
.blog-style-default .blog-inner .post-thumb {
margin-left: -30px;
margin-right: -30px;
margin-top: -30px;
overflow: hidden;
}
.blog-style-default .blog-inner .post-thumb img {
margin-left: 30px;
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.blog-style-default .blog-inner:hover .post-thumb img {
margin-left: 0;
}
.blog-style-default .blog-inner .top-meta ul li a {
font-size: 14px;
padding-right: 5px;
padding-left: 5px;
color: #777777;
}
.blog-style-default .blog-inner .top-meta .post-date a i {
margin-right: 6px;
}
.blog-style-default .blog-inner .top-meta ul li a:first-of-type {
padding-left: 0;
}
.blog-style-default .blog-inner .top-meta .before-icon {
display: none;
}
.blog-style-default .blog-inner .bottom-meta .post-date a {
padding: 0;
background: unset;
font-weight: 700;
}
.blog-style-default .blog-inner .bottom-meta .post-date a i {
padding: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
color: #fff;
margin-right: 6px;
vertical-align: inherit;
}
.blog-style-default .blog-inner .entry-title .post-title-head a,
.blog-style-default .blog-inner .entry-title .post-title-head a:hover,
.blog-style-default .blog-inner .bottom-meta .post-author:hover span.author-name,
.blog-style-default .blog-inner .bottom-meta .post-author span.author-name,
.blog-style-default .blog-inner .top-meta ul li a,
.blog-style-default .blog-inner .top-meta ul li a:hover {
transition: .3s ease;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
}
.blog-wrapper.blog-style-default a.read-more {
font-weight: 600;
font-size: 16px;    
padding-right: 17px;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
}
.blog-style-default .blog-inner .bottom-meta ul li a.read-more {
text-decoration: none;
}
.blog-style-default .blog-inner .bottom-meta .post-more .read-more {
text-decoration: unset;
position: relative;
padding-right: 17px;
background: transparent;
font-weight: 600;
font-size: 16px;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
}
.blog-style-default .blog-inner .bottom-meta .post-more .read-more:hover {
padding-left: 0;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
color: #252525;
}
.blog-style-default .blog-inner .bottom-meta .post-more {
position: relative;
}
.blog-style-default .blog-inner .bottom-meta .post-more::before,
.blog-style-default .blog-inner .bottom-meta .post-more::after {
position: absolute;
content: "\e628";
font-family: themify;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
opacity: 1;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
font-size: 11px;    
font-weight: 900;
}
.blog-style-default .blog-inner .bottom-meta .post-more::after {
content: "\e628";
font-family: themify;
right: auto;
left: -10px;
opacity: 0;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover::after {
opacity: 1;
left: 0;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover::before {
opacity: 0;
right: -10px;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover .read-more {
padding-right: 0;
padding-left: 17px;
}
.blog-wrapper .post-title-head {
letter-spacing: -0.02em;
}
.blog-style-default .blog-inner li {
line-height: 1;
}
.blog-style-default .blog-inner .post-overlay-items {
opacity: 1;
bottom: 4px;
}
.blog-style-default .blog-inner .post-overlay-items .before-icon.ti-folder {
display: none;
}
.blog-style-default .blog-inner .post-overlay-items .post-category a {
padding: 7px 15px;
margin-right: 8px;
font-size: 14px;
font-weight: 600;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover .read-more, 
.blog-style-default .blog-inner .bottom-meta .post-more:hover::before, 
.blog-style-default .blog-inner .bottom-meta .post-more:hover::after {
color: #252525 !important;
}
.blog-style-default .blog-inner .post-title-head {
line-height: 30px;
font-size: 22px;
text-transform: capitalize;
position: relative;
padding-bottom: 30px;
margin-bottom: 22px;
}
.blog-style-default .blog-inner .post-title-head:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
height: 6px;
width: 100%;
background: url(https://elementor.zozothemes.com/berater/wp-content/themes/berater/assets/images/double-dot.png) repeat-x center;
}
.blog-style-default .blog-inner .top-meta .post-date a {
position: relative;
padding-left: 0 !important;
}
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-right li {
line-height: 30px;    
margin-right: 0;
}
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-left, 
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-right {
width: auto;
}
.blog-style-default .blog-inner .bottom-meta .post-author span.author-img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
letter-spacing: 0.5px;
}
.blog-style-default .blog-inner .bottom-meta .post-author span.author-name {
font-size: 16px;
font-weight: 700;
color: #252525;
} .blog-style-classic .blog-inner {
box-shadow: 0px 3px 10px 0px rgba(38,59,94,0.1);
padding: 40px 35px 42px;
transition: all 0.3s linear;
margin-bottom: 50px;
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
transform: translateY(-0px);
}
.blog-style-classic .blog-inner .post-thumb {
margin: 0 -35px;
backface-visibility: hidden;	
position: relative;    
}
.blog-style-classic .blog-inner > *.post-thumb:first-child {
margin-top: -40px;
}
.blog-style-classic .blog-inner:hover {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
transition: all 0.3s linear;
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.blog-style-classic .blog-inner .entry-title > * {
position: relative;
margin-bottom: 12px;
line-height: 30px;
}
.blog-style-classic .blog-inner .top-meta li {
position: relative;
}
.blog-style-classic .blog-inner .top-meta li:not(:last-of-type) {
margin-right: 8px;
padding-right: 12px;
}
.blog-style-classic .blog-inner .top-meta li::after {
content: "|";
position: absolute;
right: 0;
top: 0;
}
.blog-style-classic .blog-inner .top-meta li:last-of-type::after {
content: none;
}
.blog-style-classic .blog-inner .top-meta .post-author span.author-name {
text-transform: capitalize;
margin-right: 0;
}
.blog-style-classic .blog-inner .top-meta .post-author span.author-img, 
.blog-style-classic .blog-inner .top-meta .post-category span.before-icon {
display: none;
}
.blog-style-classic .blog-inner .top-meta .post-category a:not(:first-of-type) {
margin-left: 5px;
}
.blog-style-classic .blog-inner .top-meta li a {
color: #777 !important;
}
.blog-style-classic .blog-inner .top-meta .post-date a {
font-size: 15px;
}
.blog-style-classic .blog-inner .top-meta .post-date a i {
vertical-align: baseline;
}
.blog-style-classic .bottom-meta .post-more {
position: relative;
}
.blog-style-classic .bottom-meta .post-more::before {
content: "";
display: inline-block;
border-bottom: 1px solid;
position: absolute;
width: 77%;
bottom: 0;
}
.blog-style-classic .bottom-meta .post-more a.read-more {
font-weight: 600;
}
.blog-style-classic .bottom-meta .post-more a.read-more::after {
content: "\e628";
font-family: themify;
padding-left: 10px;
vertical-align: bottom;
background: unset !important;
}
.blog-style-classic .post-overlay-items .post-more a {
position: absolute;
font-size: 0;
right: 20px;
bottom: -46px;
padding: 14px;
border-radius: 50%;
border: 4px solid #fff;
}
.blog-style-classic .post-overlay-items .post-more a::before {
content: "\e628";
font-family: themify;
color: #222;
font-size: 14px;
}
.blog-style-classic .post-overlay-items .post-more a:hover::before {
color: #fff;
}
.blog-style-classic .post-overlay-items .post-more a:hover {
background: #000;
}
.blog-style-classic .post-overlay-items {
opacity: 1;
bottom: 10px;
}
.blog-style-classic .post-overlay-items .post-date a {
background: #fff;
padding: 10px 16px;
font-weight: 600;
}
.blog-style-classic .post-overlay-items .post-date a i {
display: none;
} .blog-style-modern .blog-inner {
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom: 45px;
}
.blog-style-modern .blog-inner > *.post-thumb {
padding: 0;
}
.blog-style-modern .post-date a {
font-size: 16px;
font-weight: 700;
}
.blog-style-modern .blog-inner .top-meta .post-author .author-name {
text-transform: capitalize;
margin-right: 0;
}
.blog-style-modern .blog-inner .top-meta .post-author .author-img, .blog-style-modern .blog-inner .top-meta .post-date a i {
display: none;
}
.blog-style-modern .blog-inner .top-meta ul li {
position: relative;
line-height: 1;
padding-right: 16px;
margin-right: 14px;
}
.blog-style-modern .blog-inner .top-meta ul li a {
font-size: 14px;
font-weight: 600;
line-height: 1;
}
.blog-style-modern .blog-inner .top-meta ul li::after {
position: absolute;
content: '';
top: 4px;
right: 0;
width: 2px;
height: 12px;
background: #8a8d91;
}
.blog-style-modern .blog-inner .top-meta ul li:last-child {
margin-right: 0;
padding-right: 0;
}
.blog-style-modern .blog-inner .top-meta ul li:last-child::after {
content: none;
}
.blog-style-modern .blog-inner .entry-title .post-title-head a {
color: #222;
line-height: 31px;
}
.blog-style-modern .blog-inner .post-more a.read-more {
position: relative;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
}
.blog-style-modern .blog-inner .post-more a.read-more:hover {
padding-left: 35px;
}
.blog-style-modern .blog-inner .post-more a.read-more:hover::before {
opacity: 1;
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
}
.blog-style-modern .blog-inner .post-overlay-items {
opacity: 1;
top: 20px;
left: 11px;
}
.blog-style-modern .blog-inner .post-overlay-items span.before-icon {
display: none;
}
.blog-style-modern .blog-inner .post-overlay-items .post-category {
font-size: 0;
}
.blog-style-modern .blog-inner .post-overlay-items .post-category a {
padding: 7px 15px;
margin-right: 8px;
font-size: 14px;
font-weight: 600;
}
.blog-style-modern .blog-inner .post-overlay-items .post-category a:last-child {
margin-right: 0;
}
.blog-style-modern .blog-inner:hover .post-thumb::before {
height: 100%;
opacity: 1;
}
.blog-style-modern .blog-inner .post-thumb::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 0%;
transition: .7s ease;
z-index: 1;
opacity: 0;
}
.blog-style-modern .blog-inner .post-thumb img {
transition: 2s;
-webkit-transition: 2s;
-moz-transition: 2s;
}
.blog-style-modern .blog-inner .post-overlay-items .post-more .read-more {
font-size: 0;
}
.blog-style-modern .blog-inner .post-overlay-items .post-more {
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}
.blog-style-modern .blog-inner .post-overlay-items .post-more .read-more::before {
content: "\f061";
font-family: fontawesome;
font-size: 18px;
padding: 10px 11.5px;
border-radius: 50%;
} .blog-style-classic-pro .post-details-outer {
border: none;
background-color: #fff;
margin-right: 0;
margin-left: 0px;
margin-top: -15px;
position: relative;
z-index: 1;
padding: 27px 35px 35px 35px;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}
.blog-style-classic-pro .owl-stage-outer .blog-inner {
margin: 0 9px;
margin-bottom: 30px;
}
.blog-style-list .post-date a {
background: #000;
color: #fff !important;
padding: 3px 8px;
font-size: 11px;
line-height: 2;
border-radius: 3px;
}
.blog-style-classic-pro .post-date a {
font-size: 13px;
padding: 5px 11px;
line-height: 1;
color: #fff;
text-transform: uppercase;
font-weight: 700;
border-radius: 4px;
}
.blog-style-classic-pro .post-date {
margin-top: -46px;
}
.blog-style-classic-pro .post-date a i {
display: none;
}
.blog-style-classic-pro .post-title-head a {
line-height: 30px;
}
.blog-style-classic-pro .blog-inner .post-details-outer {
-webkit-box-shadow: 0 0 25px rgba(23,23,23,.06);
-moz-box-shadow: 0 0 25px rgba(23,23,23,.06);
-ms-box-shadow: 0 0 25px rgba(23,23,23,.06);
-o-box-shadow: 0 0 25px rgba(23,23,23,.06);
box-shadow: 0 0 25px rgba(23,23,23,.06);
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.blog-style-classic-pro .blog-inner .post-details-outer ul.top-meta-list li::after {
content: "";
width: 3px;
height: 3px;
background: #383838;
position: absolute;
border-radius: 50%;
right: 0;
top: 50%;
}
.blog-style-classic-pro .blog-inner .post-details-outer ul.top-meta-list li:last-of-type::after {
content: none;
}
.blog-style-classic-pro .blog-inner .post-details-outer ul.top-meta-list li {
position: relative;
}
.blog-style-classic-pro .blog-inner .post-details-outer .post-author span.author-name {
font-size: 16px;
text-transform: capitalize;
}
.blog-style-classic-pro .blog-inner .post-details-outer .author-img img {
width: 25px;
height: 25px;
}
.blog-style-classic-pro .blog-inner .post-category a {
color: #777777;
letter-spacing: .2px;
padding-left: 3px;
}
.blog-style-classic-pro .blog-inner .post-category a:last-child {
padding-left: 3px;
}
.blog-style-classic-pro .post-more,
.blog-style-list a.read-more {
font-weight: 700;
line-height: 1;
}
.blog-style-classic-pro .post-more a.read-more {
font-size: 16px;
position: relative;
padding-right: 22px;
}
.blog-style-classic-pro .post-more a.read-more:before {
position: absolute;
content: "\e628";
font-family: themify;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
opacity: 1;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
font-size: 13px;
}
.blog-style-classic-pro .blog-inner:hover .post-details-outer {
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
} .blog-style-list .post-thumb {
max-width: 45%;
margin-right: 25px;
}
.rtl .blog-style-list .post-thumb {
margin-left: 25px;
margin-right: 0;
}
.blog-style-list .media {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.blog-wrapper.blog-style-list .row .blog-inner {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px dotted #eaeaea;
}
.blog-wrapper.blog-style-list .row:last-child .blog-inner {
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: 0px;
}
.post-excerpt {
word-break: break-word;
}
.entry-title {
word-break: break-word;
}
.single-post .entry-title {
font-size: 32px;
} @media only screen and (max-width:580px) {
.blog-style-list .post-thumb {
max-width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.blog-style-list .media {
display: block;
}
.elementor-toggle .elementor-tab-title {
line-height: 23px;
}
.portfolio-model-2 .row.portfolio-details {
padding-top: 25px;
}
ul.portfolio-meta-list {
padding-left: 0;
}
} .modal-popup-wrapper .modal-title {
text-align: center;
width: 100%;
}
.white-popup-block {
padding: 20px;
max-width: 600px;
margin: 40px auto;
position: relative;
color: #000;
}
.white-popup-block > *.modal-popup-size {
background: #FFF;
margin: 40px auto;
position: relative;
padding: 40px 20px;
}
a.modal-box-trigger.modal-trigger-icon { 
font-size: 40px;
line-height: 40px;
}
@media (min-width: 576px) {
.modal-popup-size.modal-sm {
max-width: 450px;
}
}
.mfp-hide {
display: none!important;
}
span.popup-modal-dismiss.ti-close {
position: absolute;
right: -15px;
top: -15px;;
line-height: 32px;
text-align: center;
width: 32px;
height: 32px;
border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
background: #000000;
color: #fff;
cursor: pointer;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.modal-popup-body input.wpcf7-form-control, .modal-popup-body textarea.wpcf7-form-control {
border: 2px solid #eaeaea;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
padding: 0;
height: 40px;
line-height: 30px;
border: 0;
}
.modal-popup-body form.wpcf7-form {
margin: 0 auto;
max-width: 80%;
}
.modal-popup-title {
margin-bottom: 35px;
text-align: center;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.9;
}
.modal-popup-body input.wpcf7-form-control.wpcf7-submit {
border: 0px;
} .anim .popup-video-post.popup-trigger-icon {
position: relative;
width: 65px;
height: 65px;
border-radius: 100%;
background-color: #222;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
opacity: 1;
margin: 0 auto;
color: #fff;
font-size: 16px;
}
.anim.left-play-icon .popup-video-post.popup-trigger-icon {
margin: 0;
}
.anim.style-2 .popup-video-post.popup-trigger-icon,
.anim.style-2 .popup-video-post.popup-trigger-icon:before,
.anim.style-2 .popup-video-post.popup-trigger-icon:after {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.anim .popup-video-post.popup-trigger-icon:before {
content: "";
display: block;
position: absolute;
border-radius: 100%;
background-color: #111;
z-index: -1;
opacity: 0.6;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
right: 0px;
transform: translateX(-50%) translateY(-50%);
}	
.anim .popup-video-post.popup-trigger-icon:after { 
content: "";
display: block;
position: absolute;
border-radius: 100%;
background-color: #000;
z-index: -1;
animation: video-toggle-animate 1.9s linear 0s infinite;
left: 50%;
margin: 0 auto;
top: 50%;
right: 0px;
transform: translateX(-50%) translateY(-50%);
}
.anim.white-bg .popup-video-post.popup-trigger-icon:after, 
.anim.white-bg .popup-video-post.popup-trigger-icon:before, 
.anim.white-bg .popup-video-post.popup-trigger-icon {
background: #fff;
}	
@keyframes video-toggle-animate {
0% {
width: 70px;
height: 70px;
opacity: 0.8; }
100% {
width: 150px;
height: 150px;
opacity: 0; }
} .pricing-table-wrapper {
overflow: hidden;
position: relative;
margin-bottom: 30px;
}
.pricing-inner-wrapper {
padding: 35px 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-inner-wrapper > *:last-child {
margin-bottom: 0;
}
.pricing-inner-wrapper > * {
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.content-area .page .pricing-table-body ul {
padding: 0;
}
ul.pricing-features-list > li {
display: inline-block;
border: medium none;
background: unset;
padding-left: 0;
padding-right: 0;
padding: 5px 0;
position: relative;
font-size: 16px;
}
li.feature-inactive {
text-decoration: line-through;
text-decoration-color: #797979;
}
.pricing-icon > span {
font-size: 60px;
}
.corner-ribbon{
width: 180px;
position: absolute;
top: 25px;
left: -50px;
text-align: center;
line-height: 30px;
letter-spacing: 1px;
color: #f0f0f0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
box-shadow: 0 0 3px rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
-moz-box-shadow:  0 0 3px rgba(0,0,0,.3);
-ms-box-shadow:  0 0 3px rgba(0,0,0,.3);
-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
z-index: 9;
}
.corner-ribbon.top-left{
top: 25px;
left: -50px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
top: 17px;
right: -55px;
left: auto;
transform: rotate(40deg);
-webkit-transform: rotate(40deg);
}
.corner-ribbon.bottom-left{
top: auto;
bottom: 25px;
left: -50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
top: auto;
right: -50px;
bottom: 25px;
left: auto;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
} .price-text {
font-size: 36px;
line-height: 1;
font-weight: 900;
}
.pricing-table-info {
padding-bottom: 27px;
margin-bottom: 15px;
position: relative;
}
.pricing-table-info:after {
content: "";
width: 80%;
position: absolute;
height: 1px;
background: #eaeaea;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
}
.pricing-table-wrapper .pricing-title {
line-height: 1;
font-size: 24px;
font-weight: 900;
margin-bottom: 15px;
}
.price-after p {
position: relative;
font-size: 14px;
text-transform: uppercase;
margin-top: 10px;
letter-spacing: 1px;
} .pricing-inner-wrapper > .pricing-image {
padding: 0;
margin-bottom: 30px;
}
.pricing-table-wrapper .btn {
color: #fff;
}
.pricing-table-wrapper .btn:hover {
color: #fff;
} .pricing-table-wrapper.price-mar-top-150 {
margin-top: 150px;
}
.pricing-table-wrapper.price-mar-top-200 {
margin-top: 200px;
}
.pricing-table-foot .btn {
margin: 0 auto;
text-align: center;
width: auto;
max-width: 70%;
display: block;
border-radius: 8px;
padding: 20px 30px;
}
.pricing-inner-wrapper > .pricing-table-head {
margin-bottom: 25px;
}
.pricing-style-1 .pricing-inner-wrapper > .pricing-table-head {
padding: 20px 20px 20px 35px;
position: relative;
}
.pricing-style-1 .pricing-inner-wrapper > .pricing-table-head::before {
content: "";
width: 80%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
border-radius: 0 50px 50px 0;
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
left: 0;
}
.pricing-style-1 .pricing-inner-wrapper > .pricing-table-head .pricing-title {
color: #fff;
position: relative;
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
margin-right: 30%;
}
.pricing-style-1 .pricing-table-info > * > p {
margin-bottom: 0;
line-height: 1;
display: initial;
}
.pricing-style-1 .pricing-inner-wrapper > .pricing-table-info::after {
right: inherit;
left: 35px;
width: 80%;
}
.pricing-style-1 .pricing-table-info > .price-before p, .pricing-style-1 .pricing-table-info .price-text p {
font-weight: 600;
}
.pricing-style-1 .pricing-table-info .price-after p {
padding-left: 8px;
text-transform: inherit;
}
.pricing-style-1 .pricing-table-info .price-after::before {
content: "/";
padding-left: 10px;
font-size: 38px;
color: #c5c5c5;
}
.pricing-style-1 .pricing-table-info .price-text, 
.pricing-style-1 .pricing-table-info .price-after {
display: inline-block;
}
.pricing-inner-wrapper > * {
padding-left: 35px;
padding-right: 35px;
}
.pricing-style-1 ul.pricing-features-list > li {
padding: 5px 0;
position: relative;
font-size: 16px;
}
.pricing-style-1 .pricing-inner-wrapper .pricing-table-body ul li::before {
content: "\f05d ";
font-family: fontawesome;
margin-right: 12px;
}
.pricing-table-wrapper.pricing-style-1 {
box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
-webkit-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
-moz-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
}
.pricing-table-wrapper.pricing-style-1 .pricing-inner-wrapper {
padding: 55px 0 60px;
background: #fff;
border: unset;
}
.pricing-table-wrapper.pricing-style-1 .btn {
color: #fff;
}
.pricing-table-wrapper.pricing-style-1 .btn:hover {
background: #000;
color: #fff;
}
.pricing-table-wrapper .pricing-inner-wrapper > *:last-child {
margin-top: 20px;
}
@media only screen and (max-width:1023px)  {
.pricing-table-wrapper.price-mar-top-150,
.pricing-table-wrapper.price-mar-top-200 {
margin-top: 0px;
}
} .pricing-style-2 {
border-radius: 10px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.pricing-style-2 .pricing-title {
font-size: 24px;
}
.pricing-style-2 .btn {
display: block;
padding: 15px 0;
max-width: 200px;
margin: 0 auto;
border-radius: 10px;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 0.2px;
}
.pricing-style-2 .btn:hover {
color: #fff !important;
}
.pricing-style-2 .pricing-inner-wrapper > .pricing-table-body {
margin-bottom: 0;
}
.pricing-style-2 .pricing-inner-wrapper > * {
padding-left: 25px;
padding-right: 25px;
margin-top: 15px;
}
.pricing-style-2 .pricing-inner-wrapper > *.pricing-table-head {
padding: 0;
margin-top: -15px;
}
.pricing-style-2 .pricing-table-info .price-text {
color: #fff;
}
.pricing-style-2 .pricing-table-info p {
margin-bottom: 0;
}
.pricing-style-2 .pricing-inner-wrapper {
padding: 15px 0 35px 0;
border: 0;
background: #fff;
border-radius: 5px;
}
.pricing-style-2 .pricing-title {
font-size: 24px;
line-height: 30px;
position: relative;
margin-bottom: 0px;
padding: 19px;
border-radius: 0;
color: #fff;
}
.pricing-style-2 .pricing-title::before {
content: "";
width: 63px;
height: 10px;
position: absolute;
bottom: 0;
}
.pricing-style-2.text-center .pricing-title::before {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-filter: grayscale(1);
filter: grayscale(1);
opacity: 0.2;
}
.pricing-style-2 .pricing-inner-wrapper .pricing-table-info {
padding-bottom: 20px;
} .pricing-style-3 .pricing-inner-wrapper {
border: 1px solid #e1e1e1;
padding: 60px 0 60px 0;
}
.pricing-style-3 {
-webkit-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
-moz-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
-ms-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
-o-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
}
.owl-stage-outer .pricing-style-3 {
margin: 0 20px 20px 20px;
border-radius: 10px;
}
.pricing-style-3 .pricing-table-info > * > p {
margin-bottom: 0;
line-height: 1;
display: initial;
}
.pricing-style-3 ul.pricing-features-list > li:last-child {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
}
.pricing-style-3 .pricing-table-info:after {
display:none;    
}
.pricing-style-3 .pricing-table-info {
padding-bottom: 0;
}
.pricing-style-3 .price-after p {
color: #d0d0d3;
font-size: 11px;
text-transform: capitalize;
}
.pricing-style-3.text-left ul.pricing-features-list li:before {
content: "";
width: 5px;
height: 5px;
background: red;
border-radius: 10px;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left:0;
}
.pricing-style-3.text-left ul.pricing-features-list li {
position: relative;
padding-left: 25px;
}
.text-left .pricing-table-foot .btn {
margin-left: 0;
}
.pricing-style-3.text-center .corner-ribbon.top-left {
transform: rotate(0deg) translateX(-50%);
top: 0;
left: 50%;
width: 210px;
} ul.cd-timeline-navigation > li, .events-content > ul > li {
list-style: none;
}
.cd-horizontal-timeline {
opacity: 0;
margin: 2em auto;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-horizontal-timeline .timeline:before {
border: none;
}
.cd-horizontal-timeline .timeline {
padding: 0;
}
.cd-horizontal-timeline::before { content: 'mobile';
display: none;
}
.cd-horizontal-timeline.loaded { opacity: 1;
}
.cd-horizontal-timeline .timeline {
position: relative;
height: 100px;
width: 90%;
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 40px;
overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before { content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%;
width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
left: 0;
background-image: -webkit-linear-gradient( left , #ffffff, rgba(248, 248, 248, 0));
background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
right: 0;
background-image: -webkit-linear-gradient( right , #ffffff, rgba(248, 248, 248, 0));
background-image: linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events { position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 2px; background: #dfdfdf;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line { position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #7b9d6f;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 12px;
padding-bottom: 15px;
color: #383838; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after { content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 2px solid #dfdfdf;
background-color: #f8f8f8;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #7b9d6f;
border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
background-color: #7b9d6f;
border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
margin: 6em auto;
}
.cd-horizontal-timeline::before { content: 'desktop';
}
}
.cd-timeline-navigation a { position: absolute;
z-index: 1;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 34px;
width: 34px;
border-radius: 50%;
border: 2px solid #dfdfdf; overflow: hidden;
color: transparent;
text-indent: 100%;
white-space: nowrap;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
content: ">";
position: absolute;
height: 34px;
width: 34px;
line-height: 34px;
left: -4px;
top: 16px;
bottom: 0;
right: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #000;
display: inline-block;
}
.cd-timeline-navigation a.prev {
left: 0;
-webkit-transform: translateY(-50%) rotate(180deg);
-moz-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
-o-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
margin: 2em 0;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
padding: 0 5%;
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected { position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
font-weight: bold;
font-size: 26px;
font-family: "Playfair Display", serif;
font-weight: 700;
line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
display: block;
font-style: italic;
margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
content: '- ';
}
.cd-horizontal-timeline .events-content p {
font-size: 14px;
color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
line-height: 1.6;
}
@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
font-size: 34px;
}
.cd-horizontal-timeline .events-content em {
font-size: 20px;
}
.cd-horizontal-timeline .events-content p {
font-size: 18px;
}
}
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
} .line-chart {
box-shadow: 0px 0px 60px 0px rgba(0,11,40,0.06);
padding: 24px;
} .team-title > *:last-child {
margin-bottom: 0;
}
.team-title > * {
margin-bottom: 14px;
}
.team-info > *:last-child {
margin-bottom: 0;
}
.team-info > * {
margin-bottom: 30px;
}
.team-info > * ul.nav.social-icons.team-social {
padding-left: 15px;
}
.team-info-inner > div > * {
padding-left: 15px;
}
.team-wrapper.text-right .nav.social-icons {
display: inline-flex;
float: right;
}
.team-inner p {
margin-bottom: 0;
}
.team-wrapper .team-inner {
margin-bottom: 30px;
}
.team-light .team-inner {
background: transparent;
}
.team-wrapper .team-inner > *:first-child {
padding-top: 12px;
}
.team-inner > * {
margin-bottom: 15px;
}
.team-image-wrap.alignleft {
margin-right: 25px;
}
.single-berater-team .team-img img.wp-post-image {
border: 3px solid;
padding: 10px;
}
.single-berater-team span.team-designation {
color: #000000;
font-size: 22px;
line-height: 32px;
font-weight: 600;
}
.single-berater-team .team-content-wrap {
color: #131e25;
}
.team-excerpt {
font-size: 12px;
}
.team-info .team-title h2 {
font-size: 48px;
line-height: 1;
display: inline;
}
.client-name {
color: #252525;
}
.team-wrapper .team-inner > .team-thumb {
padding-top: 0;
}
.team-wrapper.team-dark .team-inner {
background: #111 none repeat scroll 0 0;
color: #ffffff;
border: none;
}
.team-wrapper.team-dark .team-inner {
padding: 30px 30px !important;
border-radius: 10px;
}
.team-wrapper.team-dark.team-default .team-inner > .team-thumb {
margin-left: -30px;
margin-right: -30px;
}
.team-wrapper.team-dark.team-default .team-inner > .team-thumb:first-child {
margin-top: -30px;
}
.team-social-wrap ul.social-icons > li > a {
width: 40px;
height: 40px;
line-height: 43px;
color: #fff;
border-radius: 4px;
}
.team-social-wrap ul.social-icons > li > a:hover {
background: #252525;
}
.team-social-wrap {
z-index: 9;
position: relative;
}
.single-berater-team .team-info .team-designation-wrap {
margin-bottom: 7px;
}
.single-berater-team .team-social-wrap ul.social-icons > li > a {
border: 1px solid #eaeaea;
border-radius: 5px;
}
.single-berater-team .team-social-wrap ul.social-icons > li > a > i {
width: 33px;
height: 33px;
line-height: 33px;
}
.team-dark .client-name ,.team-dark p {
color:#fff;
}
.team-inner > .team-name {
margin-bottom: 0px;
} .team-wrapper .owl-carousel div[class^="col-"] {
padding: 0;
width: auto;
max-width: 100%;
}
.berater-content .team-excerpt p {
font-size: 14px;
}
.team-name > * {
line-height: 1;
margin-bottom: 0;
}
.team-inner > *:last-child {
margin-bottom: 0;
} .team-wrapper.team-default .team-inner > .team-thumb {
margin-left: 0;
margin-right: 0;
box-shadow: 0 40px 90px -30px rgba(0,0,0,.25);
overflow: hidden;
}
.team-info-wrap {
margin-top: -45px;
}
.team-wrapper.team-default .team-inner:hover > .team-thumb img {
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.team-wrapper.team-default .team-inner > .team-thumb img {
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.team-wrapper.team-default .team-inner .team-name {
margin-bottom: 0;
}
.team-wrapper.team-default .team-inner {
border: none;
padding: 0;
-webkit-box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.1);
box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.1);
padding-bottom: 18px;
}
.team-wrapper.team-default .team-inner .team-name, 
.team-wrapper.team-default .team-inner .team-designation {
padding: 0 15px;
}
.team-default.team-light .team-designation > p {
color: #000;
}
.berater-content .team-wrapper.team-default .team-inner .team-thumb span.overlay-bg,
.berater-content .team-wrapper.team-default .team-inner .team-thumb .team-social-wrap {
bottom: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
-ms-transform: rotateY(180deg) scale(0.5,0.5);
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
transform: rotateY(180deg) scale(0.5,0.5);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-ms-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
}
.berater-content .team-wrapper.team-default .team-inner:hover .team-thumb span.overlay-bg,
.berater-content .team-wrapper.team-default .team-inner:hover .team-thumb .team-social-wrap {
opacity: 1;
transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-webkit-transform: rotateY(0deg) scale(1,1);
}
.team-inner ul.social-icons>li>a i {
width: 33px;
height: 33px;
line-height: 33px;
}
.team-wrapper.team-default .team-inner .team-thumb .team-social-wrap ul li a:hover {
color: #222;
}
.team-wrapper.team-default .team-inner .team-thumb .team-social-wrap ul li a {
border-radius: 50%;
font-size: 15px;
}
.team-wrapper.team-default .team-inner .team-thumb .team-overlay.overlay-top-right {
right: 10px;
top: 15px;
}
.team-wrapper.team-default .team-inner .team-thumb .team-overlay .team-social-wrap ul li a {
margin-bottom: 10px;
}
.team-info-wrap {
padding: 43px 19px 26px;
background: #fff;
margin: 0 15px;
margin-top: -17px;
position: relative;
border-radius: 8px;
z-index: 2;
box-shadow: 0 0 16px 0 rgba(0,0,0,.07);
transition: all .3s;
border-top: solid 0;
}
.team-inner:hover .team-info-wrap {
transition: all .3s;
}
.team-info-wrap:before {
content: "\e61a";
font-size: 15px;
width: 50px;
height: 50px;
line-height: 49px;
background: #2782f9;
display: inline-block;
color: #fff;
position: absolute;
top: -28px;
left: 0;
right: 0;
margin: auto;
border-radius: 6px;
transition: all .3s;
font-family: themify;
font-weight: 800
}
.elementor-widget-button .elementor-button {
font-weight: 700;
}
.team-inner:hover .team-info-wrap:before {
content: "\e622";
font-family: themify;
transition: all .3s;
background: #070E20;
}
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before {
color: #fff;
transition: all .3s;
}
.portfolio-wrapper.portfolio-style-classic .owl-carousel .owl-dots {
margin-top: 0;
} .team-wrapper.team-classic .team-inner .team-name {
position: relative;
margin-bottom: 7px;
}
.team-wrapper.team-classic .team-overlay.overlay-bottom-left {
left: 20px;
bottom: 20px;
}
.team-wrapper.team-classic .team-inner .team-overlay {
background: transparent;
padding: 20px 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
clip-path: inset(0 100% 0 0);
-webkit-clip-path: inset(0 100% 0 0);
-webkit-transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
-o-transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
}
.team-wrapper.team-classic .team-inner:hover .team-overlay {
clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0);
-webkit-transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
-o-transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
z-index: 9;
}
.team-wrapper.team-classic .team-overlay .team-name,
.team-wrapper.team-classic .team-overlay .team-designation {
margin-bottom: 0px;
}
.team-wrapper.team-classic .team-inner > .team-thumb {
position: relative;
overflow: hidden;
border-radius: 8px;
}
.team-wrapper.team-classic .team-inner > .team-thumb:before {
content: "";
position: absolute;
top: 50%;
right: 0;
left: 50%;
bottom: 50%;
background: rgba(7, 14, 32, 0.55);
width: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 1;
}
.team-wrapper.team-classic .team-inner:hover .team-thumb:before {
width: 100%;    
top: 0;
right: 0;
left: 0;
bottom: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.team-wrapper.team-classic .team-inner > .team-thumb:after {
content: "";
position: absolute;
top: 0%;
right: 50%;
left: 0%;
bottom: 50%;
background: rgba(7, 14, 32, 0.55);
width: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 1;
}
.team-wrapper.team-classic .team-inner:hover .team-thumb:after {
width: 100%;    
top: 0;
right: 0;
left: 0;
bottom: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.team-wrapper.team-classic .team-inner > .team-thumb img {
transform: scale(1);
-webkit-transition: all ease 5s;
-moz-transition: all ease 5s;
transition: all ease 5s;
}
.team-wrapper.team-classic .team-inner:hover > .team-thumb img {
transform: scale(1.2);
-webkit-transition: all ease 5s;
-moz-transition: all ease 5s;
transition: all ease 5s;
}
span.animate-bubble-box {
width: 100%;
height: 100%;
display: block;
position: absolute;
background: transparent;
z-index: 5;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
span.animate-bubble-box:before {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: #000;
left: auto;
right: auto;
bottom: -12px;
border-radius: 50%;
}
span.animate-bubble-box:after {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: #000;
left: auto;
right: auto;
top: -12px;
border-radius: 50%;
}
span.animate-bubble-box {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-animation: service_hexagon_1 2s infinite linear;
-moz-animation: service_hexagon_1 2s infinite linear;
-o-animation: service_hexagon_1 2s infinite linear;
animation: service_hexagon_1 2s infinite linear;
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
border-radius: 50%;
}
.team-inner:hover span.animate-bubble-box{
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes service_hexagon_1 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes service_hexagon_1 {
0% {
-moz-transform: rotate(0);
transform: rotate(0)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes service_hexagon_1 {
0% {
-o-transform: rotate(0);
transform: rotate(0)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes service_hexagon_1 {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
} .team-wrapper.team-modern .team-inner > .team-thumb {
box-shadow: 0 41px 135px rgba(68, 68, 68, 0.02), 0 15px 51px rgba(187, 184, 184, 0.14);
max-width: 160px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
padding: 9px;
}
.team-wrapper.team-modern .team-inner > .team-thumb img {
border-radius: 50%;
}
.team-wrapper.team-modern .team-inner {
box-shadow: 0 0 10px rgba(57,59,102,0.07);
-webkit-box-shadow: 0 0 10px rgba(57,59,102,0.07);
border: none;
padding: 35px 25px;
}
.team-modern .team-name a {
position: relative;
padding-bottom: 12px;
margin-bottom: 7px;
display: block;
}
.team-modern .team-name a::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 30px;
height: 1px;
background: #000;
}
.team-modern.text-left .team-name a::after {
margin: 0;
}
.team-modern.text-right .team-name a::after {
margin-right: 0;
margin-left: auto;
}
.team-inner > .team-name h2,
.team-inner > .team-name h3,
.team-inner > .team-name h4,
.team-inner > .team-name h5,
.team-inner > .team-name h6 {
margin-bottom: 5px;
}
.team-wrapper.team-modern .owl-item .team-inner {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
.team-modern .team-social-wrap ul.social-icons > li > a {
border: 1px solid #eaeaea;
border-radius: 50%;
font-size: 11px;
line-height: 33px;
}
.team-modern .team-social-wrap ul.social-icons > li > a > i {
width: 35px;
height: 35px;
line-height: 33px;
}
.team-wrapper .team-thumb {
position: relative;
}
.team-wrapper .team-overlay {
position: absolute;
padding: 20px;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.team-inner:hover .team-overlay {
opacity: 1;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.team-wrapper .overlay-center {
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.team-wrapper .overlay-top-left {
left: 0;
top: 0;
}
.team-wrapper .overlay-top-right {
right: 0;
top: 0;
}
.team-wrapper .overlay-bottom-left {
left: 0;
bottom: 0;
}
.team-wrapper .overlay-bottom-right {
right: 0;
bottom: 0;
}
.team-wrapper .team-overlay > * {
margin-bottom: 15px;
}
.team-social-wrap ul li {
line-height: 1;
}
.team-wrapper .team-overlay > *:last-child {
margin-bottom: 0;
}
.team-wrapper .team-thumb .overlay-bg {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.team-inner:hover .team-thumb .overlay-bg {
opacity: 1;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.team-wrapper .team-thumb .overlay-dark {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.team-wrapper .team-thumb .overlay-light {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
} .team-list-item .team-thumb {
max-width: 49%;
margin-right: 25px;
}
.owl-stage-outer .media.team-list-item {
margin: 15px 10px;
}
.media.team-list-item {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
box-shadow: 0 0px 24px -4px rgba(158, 152, 153, 0.15);
}
.owl-stage-outer .media.team-list-item .media-body {
padding: 15px 15px 15px 0;
}
.cloud9-carousel {
width: 100%;
height: 460px;
margin-top: 12px;
visibility: hidden;
}
.cloud9-carousel img {
width: 50%;
} .testimonial-content-wrap {
margin-bottom: 30px;
}
.testimonial-rating i {
color: #ffc400;
font-size: 15px;
letter-spacing: 2px;
}
.testimonial-wrapper .testimonial-inner {    
padding: 20px 15px;
}
.testimonial-wrapper .owl-carousel div[class^="col-"] {
padding: 0;
width: auto;
max-width: 100%;
}
.testimonial-wrapper.testimonial-dark .testimonial-inner {
background: #333333 none repeat scroll 0 0;
color: #ffffff;
}
.testimonial-wrapper.testimonial-dark a.client-name {
color: #fff;
}
.testimonial-wrapper .testimonial-info p {
margin-bottom: 0;
}
.testimonial-wrapper .testimonial-inner > * {
margin-bottom: 14px;
}
.testimonial-wrapper .testimonial-inner > *:last-child {
margin-bottom: 0;
}
.testimonial-info p * {
display: block;
margin-bottom: 6px;
width: 100%;
}
.testimonial-info p *:last-child {
margin-right: 0;
margin-bottom: 0;
}
.testimonial-3 .testimonial-info p .client-designation {
line-height: 1;
font-size: 15px;
}
.testimonial-thumb img {
max-width: 80px;
margin: unset;
}
.text-right .testimonial-thumb img {
margin-left: auto;
}
.text-center .testimonial-thumb img {
margin:0 auto;
}
.testimonial-inner p {
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-wrapper a.client-name {
font-size: 18px;
font-weight: bold;
}
.testimonial-wrapper.text-center .owl-dots {
text-align: center;
}
.testimonial-rating {
font-size: 20px;
}
.testimonial-name h1, .testimonial-name h2, .testimonial-name h3, .testimonial-name h4, .testimonial-name h5, .testimonial-name h6 {
line-height: 1;
margin-bottom: 0;
display: inline-flex;
}
.owl-carousel .owl-stage-outer .testimonial-thumb img {
width: auto;
} .testimonial-wrapper.testimonial-default .testimonial-inner {
background: #fff;
padding: 35px 26px;
box-shadow: 0 0px 14px rgba(0,0,0,0.07);
-webkit-box-shadow: 0 0px 14px rgba(0,0,0,0.07);
margin-bottom: 50px;
position: relative;
margin: 10px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > * {
position: relative;
}
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner > *:not(.testimonial-info) {
float: none;
clear: both;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-info a.client-name {
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-info span.client-designation {
font-weight: 400;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-excerpt {
margin-bottom: 9px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > .testimonial-info:nth-child(2) { 
padding-top: 15px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-thumb img {
margin-left: auto;
width: 80px;
box-shadow: 1px 8px 13px 5px rgba(0, 0, 0, 0.07);
}
.testimonial-wrapper.testimonial-default .testimonial-info-inner > h4 {
margin-bottom: 2px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner:before {
content: "\f10e";
position: absolute;
font-family: fontAwesome;
width: 60px;
height: 45px;
right: 0;
bottom: 0;
z-index: 0;
color: #fff;
line-height: 46px;
font-size: 20px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-excerpt > p {
position: relative;
z-index: 1;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > .testimonial-thumb {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > .testimonial-info {
margin-right: 0;
vertical-align: middle;
margin-bottom: 13px;
} .testimonial-classic .testimonial-inner {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px 0% 0;
margin: auto;
}
.testimonial-wrapper.testimonial-dark.testimonial-classic .testimonial-inner {
background: unset;
}
.testimonial-wrapper.testimonial-dark.testimonial-classic .testimonial-inner .testimonial-info .client-designation {
font-weight: 700;
}
.testimonial-classic .testimonial-inner > * {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
}
.testimonial-classic .testimonial-info {
position: relative;
}
.testimonial-classic .testimonial-info .client-name {
margin-bottom: 0;
color: #fff;
}
.testimonial-classic .testimonial-info h4 {
margin-bottom: 0;
}
.testimonial-classic.testimonial-wrapper a.client-name {
font-weight: 700;
}	
.testimonial-classic .testimonial-excerpt {
font-size: 16px;
line-height: 1.5;
font-weight: 400;
letter-spacing: normal;
}
.testimonial-classic.testimonial-light .testimonial-excerpt {
color: #000;
}
.testimonial-classic .owl-prev, .testimonial-classic .owl-next {
top: 50%;
transform: translateY(-50%);
border: 1px solid #eaeaea;
line-height: 50px;
width: 50px;
height: 50px;
border-radius: 50%;
}
.testimonial-classic .owl-prev:before, .testimonial-classic .owl-next:before  {
line-height: 50px !important;
font-size: 25px !important;
}
.rtl .testimonial-classic .owl-prev, .testimonial-classic .owl-prev {
left: 30px;
right: auto;
}
.rtl .testimonial-classic .owl-next ,.testimonial-classic .owl-next {
right: 30px;
} .testimonial-wrapper.testimonial-modern .testimonial-inner > * {
margin-bottom: 24px;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-thumb {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-info {
margin-right: 0;
display: inline-block;
vertical-align: middle;
margin-left: 30px;
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-modern .testimonial-name {
color: #000;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > *:last-child {
margin-bottom: 0;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-excerpt:first-child {
margin-bottom: 25px;
} 
.testimonial-modern.testimonial-dark .testimonial-rating i {
color: #fff;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner {
padding: 0px;
position: relative;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-inner {
background: unset;
color: #dfdfdf;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-rating {
font-size: 16px;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-designation > p {
line-height: 1;
}
.testimonial-wrapper.testimonial-modern.testimonial-light .testimonial-excerpt p {
color: #545454;
z-index: 1;
position: relative;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > * {
position: relative;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner:after {
font-family: fontAwesome;
position: absolute;
font-size: 20px;
line-height: 1;
color: #eaeaea;
-webkit-transition: 0.4s all;
transition: 0.4s all;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner:after {
content: "\f10e";
bottom: 30px;
right: 166px;
color: #fff;
text-align: center;
font-size: 150px;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
-webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
-moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
opacity: 0.2;
z-index: 0;
}
.testimonial-modern .owl-carousel .owl-dots {
text-align: left;
}
.testimonial-wrapper.testimonial-modern .testimonial-info h5 {
margin-bottom: 7px;
} 
.testimonial-wrapper.testimonial-modern .testimonial-info .client-name {
font-weight: 600;
text-transform: capitalize;
font-size: 19px;
line-height: 21px;
}
.testimonial-modern .owl-stage-outer .owl-item .item {
margin: 0px;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-info .client-designation {
line-height: 1;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-thumb {
position: relative;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-thumb::before {
content: "";
width: 30px;
height: 30px;
position: absolute;
right: -12px;
top: 50%;
transform: translateY(-50%) scale(0.9);
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
z-index: 9;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-size: cover;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-excerpt {
font-weight: 600;
color: #fff;
font-size: 19px;
line-height: 29px;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-info .client-name {
font-weight: 700;
text-transform: capitalize;
font-size: 21px;
line-height: 1;
color: #fff;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-info h4 {
margin-bottom: 5px;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-inner .testimonial-excerpt {
font-weight: 500;
color: #fff;    
font-size: 18px;
line-height: 32px;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-inner .testimonial-rating i.ti-star {
color: #ffc400;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-inner:after {
bottom: 0;
right: 100px;
font-size: 54px;
} .media.testimonial-list-item .media-body {
text-align: left;
margin-left: 35px;
}
.testimonial-list .testimonial-list-item {
padding: 0 80px;
display: flex;
align-items: center;
}
.testimonial-list .owl-item .testimonial-list-item {
margin: 10px 10px;
}
.testimonial-list .testimonial-list-item .testimonial-thumb {
position: relative;
}
.testimonial-list .testimonial-list-item .testimonial-thumb img.rounded-circle {
padding: 6px;
max-width: 300px;
border-radius: 10px !important;
border: solid #57b960;
}
.testimonial-wrapper.testimonial-list .owl-next {
right: 15px;
}
.testimonial-wrapper.testimonial-list .owl-prev {
left: 0;
}
.testimonial-wrapper.testimonial-list .owl-prev, .testimonial-wrapper.testimonial-list .owl-next {
top: 50%;
position: absolute;
margin: unset;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.testimonial-wrapper.testimonial-list .owl-prev::before {
content: "\e65e" !important;
font-family: themify !important;
}
.testimonial-wrapper.testimonial-list .owl-next::before {
content: "\e65d" !important;
font-family: themify !important;
}
.testimonial-list .testimonial-list-item .testimonial-info * {
display: inline-block;
}
}
.testimonial-list .testimonial-list-item .testimonial-info h5 {
margin: 0;
}
.testimonial-list .testimonial-list-item .testimonial-info a.client-name {
color: #fff;
font-size: 26px;
}
.testimonial-list .testimonial-list-item .testimonial-info *.client-designation::before {
content: "";
width: 29px;
height: 2px;
position: absolute;
left: 5px;
top: 50%;
}
.testimonial-list .testimonial-list-item .testimonial-info *.client-designation {
position: relative;
padding-left: 40px;
margin-left: 10px;
}
.testimonial-list .testimonial-list-item .testimonial-excerpt::before {
content: "";
width: 60px;
height: 60px;
position: absolute;
top: 0;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
background-repeat: no-repeat;
}
.testimonial-list .testimonial-list-item .testimonial-excerpt {
position: relative;
padding-top: 75px;
font-size: 18px;
line-height: 34px;
}
.testimonial-list span.client-name {
color: #fff;
}
.custom-testimonial-1 .testimonial-list .testimonial-list-item span.client-name {
color: #252525;
}
.single-berater-testimonial .testimonial-info .testimonial-img:before {
position: absolute;
bottom: 0;
content: "\f10e";
font-family: fontAwesome;
left: 5px;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
color: #fff;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
background: #000;
text-align: center;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
} .single .testimonial-info .testimonial-img {
margin-bottom: 30px;
}
.single .testimonial-info .testimonial-designation-wrap {
margin-bottom: 30px;
}
.single-berater-testimonial .testimonial-info img {
margin: 0;
border-radius: 50%;
}
.single-berater-testimonial .testimonial-title h2 {
margin-bottom: 8px;
font-size: 23px;
line-height: 30px;
}
.single-berater-testimonial .testimonial {
color: #000;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 42px 13px rgba(112,112,112,0.08);
}
.single .testimonial-info *:last-child {
margin-bottom: 0;
}
.single-berater-testimonial .testimonial-info .testimonial-img {
position: relative;
}
@media only screen and (min-width: 1024px) {
.single-berater-testimonial .testimonial {
max-width: 60%;
margin: 0 auto;
}
.footer-top-wrap.boxed-container {
max-width: 90%;
}
} .custom-post-nav .prev-nav-link,
.custom-post-nav .next-nav-link {
display: inline-block;
position: relative;
z-index: 1;
}
.custom-post-nav .prev-nav-link > a {
margin-left: 0px;
}
.custom-post-nav .next-nav-link > a {
margin-right: 0px;
}
.custom-post-nav .prev-nav-link > a,
.custom-post-nav .next-nav-link > a {
line-height: 1;
font-size: 10px;
background: transparent;
-webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
-ms-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
box-shadow: 10px 6px 37px 0 rgba(72,73,121,0.15);
padding: 13px 25px 15px;
display: inline-block;
margin-bottom: 0;
color: #fff;
position: relative;
}
.custom-post-nav .prev-nav-link > a > i,
.custom-post-nav .next-nav-link > a > i {
margin-bottom: 5px;
padding: 5px;
font-weight: 700;
color: #fff;
border-radius: 50%; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: 2px solid #fff;
}
.custom-post-nav .prev-nav-link:hover a i, .custom-post-nav .next-nav-link:hover a i {
color: #fff;
border-color: #fff;
}
.custom-post-nav .prev-nav-link:hover a, .custom-post-nav .next-nav-link:hover a {
color: #fff;
}
.rtl .custom-post-nav .prev-nav-link {
float: left;
}
.custom-post-nav {
margin-top: 40px;
}
.custom-post-nav .next-nav-link {
text-align: right;
float: right;
}
.custom-post-nav .next-nav-link h4,
.custom-post-nav .prev-nav-link h4 {
margin-bottom: 0;
font-size: 15px;
line-height: 20px;
padding: 0 10px;
display: inline-block;
color: #fff;
}
.custom-post-nav .prev-nav-link > a:hover, 
.custom-post-nav .next-nav-link > a:hover {
background: #070e20;
transition: all .3s;
}
.custom-post-nav .next-nav-link a:hover i {
margin-left: 5px;
transition: all .3s;
}
.custom-post-nav .prev-nav-link a:hover i {
margin-right: 5px;
transition: all .3s;
}
.custom-post-nav .next-nav-link a i ,
.custom-post-nav .prev-nav-link a i{
transition: all .3s;
}
.custom-post-nav a.disabled {
display: none;
} .service-inner {
margin-bottom: 35px;
}
.service-content {
padding: 35px 0 0;
}
.service-inner > * {
margin-bottom: 20px;
}
.service-wrapper a.read-more.btn {
background: transparent;
padding: 0;
text-transform: uppercase;
font-size: 15px;
}
.service-inner > *:last-child {
margin-bottom: 0;
} .service-wrapper.service-default .service-inner {
position: relative;
padding: 0 30px 30px;
box-shadow: 0px 10px 20px 0px rgba(10,27,95,.1);
-webkit-box-shadow: 0px 10px 20px 0px rgba(10,27,95,.1);
-moz-box-shadow: 0px 10px 20px 0px rgba(10,27,95,.1);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.service-wrapper.service-default .service-inner .service-thumb {
margin-left: -30px;
margin-right: -30px;
}
.service-wrapper.service-default .service-thumb:nth-child(1) img {
border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
}
.service-wrapper.service-default .service-icon-img-wrap:nth-child(2) {
position: absolute;
top: 155px;
right: 15px;
}
.service-wrapper.service-default .service-icon-img-wrap:nth-child(2):before {
content: "";
height: 100%;
width: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: absolute;
z-index: 1;
top: 0;
right: 0;
border: 4px solid #fff;
}
.service-wrapper.service-default .service-icon-img-wrap:nth-child(2) img {
position: relative;
z-index: 1;
transform: scale(.8);
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
}
.shortcode-rand-2.service-wrapper .service-inner .service-excerpt p {
margin-bottom: 0;
}
.service-wrapper.service-default a.read-more.btn {
transition: .3s;
position: relative;
text-decoration: unset;
color: #000;
}
.service-wrapper.service-default a.read-more.btn:before {
width: 100% !important;
background: #dfdfdf !important;
}
.service-wrapper.service-default a.read-more.btn:before, .service-wrapper.service-default a.read-more.btn:after {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
width: 0;
height: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transition: width .35s ease-in-out;
-webkit-transition: width .35s ease-in-out;
-moz-transition: width .35s ease-in-out;
}
.service-wrapper.service-default a.read-more.btn:hover:after, .service-wrapper.service-default a.read-more.btn:focus:after {
width: 100%;
} .service-classic .service-inner {
border: 1px solid #efefef;
padding: 0px 30px 30px 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background: #fff;
}
.service-classic .service-inner > .service-thumb {
margin-left: -30px;
margin-right: -30px;
}
.service-wrapper.service-classic .service-inner .service-icon-img-wrap img {
padding: 10px;
max-width: 70px;
background: #fff;
display: inline-block;
position: absolute;
top: 20px;
left: 20px;
}
.service-wrapper.service-classic .service-inner {
position: relative;    
transition: all .3s;
}
.service-wrapper.service-classic .service-inner:hover,
.service-classic .owl-carousel .owl-item.active.center .service-inner {
box-shadow: 0px 0px 20px 0px #c6c6c6ad;
-webkit-box-shadow: 0px 0px 20px 0px #c6c6c6ad;
-moz-box-shadow: 0px 0px 20px 0px #c6c6c6ad;
transition: all .3s;
}
.service-wrapper.service-classic .service-inner .service-title a {
color: #252525;
}
.service-classic .owl-carousel .owl-item img {
width: inherit;
}
.service-wrapper.service-classic .service-inner .post-more a.read-more {
text-decoration: none;
}
.service-wrapper.service-classic .service-inner .post-more a.read-more:hover {
color: #252525;
}
.service-wrapper.service-classic .service-inner .post-more a.read-more::after {
content: "\e628";
font-family: themify;
margin-left: 8px;
vertical-align: 0px;
font-size: 13px;
}
.service-modern .service-inner .service-thumb {
position: relative;
overflow: hidden;
} .service-modern .service-inner {
-webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
-moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
border: none;
border-radius: 10px;
padding: 35px 30px;
position: relative;
overflow: hidden;
border-bottom: solid 4px;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.service-modern .owl-item .service-inner {
margin: 0;
box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 30px;
-webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 30px;
-moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 30px;
}
.service-modern .service-inner:hover {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.service-modern .owl-item .service-inner:hover {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
}
.service-modern .service-inner > .service-thumb {
margin-left: -30px;
margin-right: -30px;
}
.service-modern .service-inner .service-thumb {
position: relative;
overflow: hidden;
}
.service-modern .service-inner .service-thumb:before {
content: "";
background: rgba(7, 14, 32, 0.85);
position: absolute;
right: 0;
left: 0;
top: 0;
border-radius: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
height: 0;
}
.service-modern .service-inner:hover .service-thumb:before {
border-radius: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
height: 100%;
}
.service-modern .service-inner > .service-thumb:first-child {
margin-top: -35px;
}
.service-modern .service-inner .service-title {
margin-bottom: 34px !important;
}
.service-modern .service-inner .service-title a {
position: relative;
padding-bottom: 15px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.service-modern .owl-prev, 
.service-modern .owl-next,
.service-classic .owl-next,
.service-classic .owl-prev {
color: #fff;
}
.service-modern .owl-prev:hover, 
.service-modern .owl-next:hover,
.service-classic .owl-next:hover,
.service-classic .owl-prev:hover {
background: #fff;
}
.service-modern .service-inner .service-title a::before {
content: "";
width: 30px;
height: 3px;
position: absolute;
bottom: -5px;
border-radius: 30px;
}
.service-wrapper.service-modern .service-inner .post-more a {
padding: 0;
position: relative;
color: #fff; 
font-size: 16px;
text-decoration: none;    
border-bottom: 2px solid;
border-radius: 0;
text-transform: capitalize;
}
.service-wrapper.service-modern .service-inner .post-more a:hover,
.blog-style-classic-pro .post-more a.read-more:hover {
color: #252525;
}
.blog-style-classic-pro .post-category span.before-icon.ti-folder {
display: none;
}
.service-modern.text-center .service-excerpt > p {
margin-bottom: 0;
}
.service-modern.text-center .service-inner .service-title a::before {
left: 0;
right: 0;
margin: auto;
}
.service-wrapper.service-modern .service-icon-img-wrap {
width: 80px;
margin: -90px auto 0 auto;
background: #fff;
height: 80px;
-webkit-box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.34);
box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.34);
position: absolute;
right: 20px;
border-radius: 6px;
border-bottom: solid 5px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.service-wrapper.service-modern .service-icon-img-wrap img {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
left: 0;
right: 0;
}
.service-wrapper.service-modern .service-inner:hover .service-icon-img-wrap {
margin: -105px auto 0 auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
} .media.service-list-item .service-thumb {
margin-right: 32px;
max-width: 49%;
}
.service-list-item .media-body > * {
margin-bottom: 13px;
} .service-title {
color: #000;
margin-bottom: 25px;
} .event-inner > * {
margin-bottom: 15px;
}  .berater-toggle-post-wrap {
position: relative;
}
.berater-toggle-post-wrap .berater-popular_posts, .berater-toggle-post-wrap .berater-recent_posts {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
transition: opacity ease 0.35s;
}
.berater-toggle-post-wrap .berater-recent_posts {
position: relative;
opacity: 1;
visibility: visible;
}
.berater-toggle-post-wrap.berater-active-post .berater-recent_posts {
position: absolute;
opacity: 0;
visibility: hidden;
}
.berater-toggle-post-wrap.berater-active-post .berater-popular_posts {
position: relative;
opacity: 1;
visibility: visible;
}
.berater-toggle-post-trigger > ul.nav > li {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
.berater-toggle-post-trigger > ul.nav {
display: inline-block;
}
.berater-toggle-post-wrap .switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-bottom: 0;
}
.berater-toggle-post-wrap .switch input { 
opacity: 0;
width: 0;
height: 0;
}
.berater-toggle-post-wrap .switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.berater-toggle-post-wrap .switch .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
.berater-toggle-post-wrap .switch input:checked + .slider {	
background-color: #000000;
}
.berater-toggle-post-wrap .switch input:focus + .slider {
box-shadow: 0 0 1px #000000;
}
.berater-toggle-post-wrap .switch input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.berater-toggle-post-wrap .switch .slider.round {
border-radius: 34px;
}
.berater-toggle-post-wrap .switch .slider.round:before {
border-radius: 50%;
} .elementor img.img-thumbnail {
border: 1px solid #dee2e6;
} .popover-wrapper {
position: relative;
display: inline-block;
}
a.popover-trigger, a.popover-trigger > * {
display: inline-block;
vertical-align: middle;
}
.popover-content {
position: absolute;
left: 0;
top: 100%;
right: 0;
border: 1px solid #eaeaea;
border-radius: .3rem;
word-wrap: break-word;
z-index: 1060;
padding: .5rem .75rem;
color: #212529;
width: 180px;
z-index: 99999;
background: #fff;
opacity: 0;
visibility: hidden;
transition: all 0.35s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover-wrapper.popover-active .popover-content {
opacity: 1;
visibility: visible;
font-weight: 600;
}
.popover-wrapper .popover-content p {
margin: 0;
}
.popover-content .arrow {
width: .5rem;
height: 1rem;
position: absolute;
display: block;
}
.popover-left .popover-content .arrow {
left: calc((.5rem + 1px) * -1);
right: auto;
}
.popover-right .popover-content .arrow {
right: calc((.5rem + 1px) * -1);
left: auto;
}
.popover-top .popover-content .arrow, .popover-right .popover-content .arrow {
top: 100%;
transform: translateY(-50%) rotate(90deg);
left: 0;
right: 0;
margin: 0 auto;
margin-top: 5px;
}
.popover-bottom .popover-content .arrow {
bottom: 100%;
transform: translateY(-50%) rotate(270deg);
left: 0;
right: 0;
margin: 0 auto;
margin-bottom: -11px;
}
.popover-left .popover-content .arrow,
.popover-right .popover-content .arrow {
top: 50%;
transform: translateY(-50%);
}
.popover-right .popover-content .arrow {
transform: translateY(-50%) rotate(180deg);
right: 100%;
margin: 0;
left: auto;
}
.popover-left .popover-content .arrow {
transform: translateY(-50%);
right: auto;
left: 100%;
margin: 0;
}
.popover-content .arrow::after, .popover-content .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
border-width: .5rem 0 .5rem .5rem;
}
.popover-content .arrow::before {
right: 0;
border-left-color: rgba(0,0,0,.25);
}
.popover-content .arrow::after {
right: 1px;
border-left-color: #fff;
}
.popover-wrapper.popover-top .popover-content {
top: auto;
bottom: 100%;
margin: 0 auto;
transform: translateX(-50%) translateY(-15px);
left: 50%;
padding: 20px;
font-weight: 600;
}
.popover-wrapper.popover-top.popover-active .popover-content {
transform: translateX(-50%) translateY(-20px);
}
.popover-wrapper.popover-bottom .popover-content {
top: 100%;
bottom: auto;
margin: 0 auto;
transform: translateX(-50%) translateY(10px);
left: 50%;
}
.popover-wrapper.popover-bottom.popover-active .popover-content {
transform: translateX(-50%) translateY(15px);
}
.popover-wrapper.popover-left .popover-content {
top: 50%;
transform: translateY(-50%) translateX(5px);
left: auto;
right: 100%;
margin-right: 20px;
}
.popover-wrapper.popover-left.popover-active .popover-content {
transform: translateY(-50%) translateX(0);
}
.popover-wrapper.popover-right .popover-content {
top: 50%;
transform: translateY(-50%) translateX(-5px);
left: 100%;
right: auto;
margin-left: 20px;
}
.popover-wrapper.popover-right.popover-active .popover-content {
transform: translateY(-50%) translateX(0);
} .round-tab-wrapper {
border: solid 1px #000000;
border-radius: 50%;
position: relative;
z-index: 1;
padding-top: 0;
width: 460px;
height: 460px;
margin: 0 48px;
background: #fcfffe;
}
.round-tab-head {
position: absolute;
left: 0;
right: 0;
width: 100px;
height: 100px;
background: #fff;
line-height: 100px;
-webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
-moz-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
border: 2px solid #ffffff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
border-radius: 50%;
transition: all 0.3s;
cursor: pointer;
}
.active .round-tab-head {
color: #fff;
}
.round-tab-content {
position: absolute;
max-width: 50%;
height: auto;
vertical-align: middle;
transform: translate(-50%,-50%);
-webkit-transition: all ease .35s;
-moz-transition: all ease .35s;
transition: all ease .35s;
opacity: 0;
margin-left: 50%;
margin-top: 50%;
}
.round-tab-item.active .round-tab-content {
opacity: 1;
}
.elementor .round-tab-head-icon > img {
max-width: 50%;
display: inline-block;
vertical-align: middle;
}
.round-tab-wrapper .round-tab-item:first-child .round-tab-head {
left: calc(50% - 50px);
top: calc( 0% - 50px);
}
.round-tab-wrapper .round-tab-item:nth-child(5) .round-tab-head {
left: calc( 85% - 50px );
top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(2) .round-tab-head {
left: calc( 100% - 50px );
top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(6) .round-tab-head {
left: calc( 85% - 50px );
top: calc( 85% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(3) .round-tab-head {
left: calc( 50% - 50px );
top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(7) .round-tab-head {
left: calc( 15% - 50px );
top: calc( 85% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(4) .round-tab-head {
left: calc( 0% - 50px );
top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(8) .round-tab-head {
left: calc( 15% - 50px );
top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-2:nth-child(2) .round-tab-head {
left: calc( 50% - 50px );
top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(2) .round-tab-head {
left: calc( 100% - 100px );
top: calc( 75% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(3) .round-tab-head {
left: calc( 5% - 50px );
top: calc( 75% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:first-child .round-tab-head {
left: calc(10% - 50px);
top: calc( 20% - 50px);
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(2) .round-tab-head {
left: calc( 90% - 50px );
top: calc( 20% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(3) .round-tab-head {
left: calc( 95% - 50px );
top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(4) .round-tab-head {
left: calc( 50% - 50px );
top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(5) .round-tab-head {
left: calc( 5% - 50px );
top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:first-child .round-tab-head {
left: calc( 20% - 50px );
top: calc( 10% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(2) .round-tab-head {
left: calc( 80% - 50px );
top: calc( 10% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(3) .round-tab-head {
left: calc( 100% - 50px );
top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(4) .round-tab-head {
left: calc( 80% - 50px );
top: calc( 90% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(5) .round-tab-head {
left: calc( 20% - 50px );
top: calc( 90% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(6) .round-tab-head {
left: calc( 0% - 50px );
top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:first-child .round-tab-head {
left: calc( 15% - 50px );
top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(2) .round-tab-head {
left: calc( 60% - 50px );
top: calc( 1% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(3) .round-tab-head {
left: calc( 95% - 50px );
top: calc( 30% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(4) .round-tab-head {
left: calc( 95% - 50px );
top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(5) .round-tab-head {
left: calc( 65% - 50px );
top: calc( 96% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head {
left: calc( 18% - 50px );
top: calc( 88% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head {
left: calc( 0% - 50px );
top: calc( 50% - 50px );
}
.elementor-widget-container.round-tab-wrapper:after,
.elementor-widget-container.round-tab-wrapper:before {
content: "";
width: 460px;
height: 460px;
background: transparent;
border-radius: 46% 49% 50% 48%;
border: 1px solid #000000;
-webkit-animation-name: Rotate;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: Rotate;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: Rotate;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
position: absolute;
z-index: -1;
}
.elementor-widget-container.round-tab-wrapper:before  {
border-radius: 50% 48% 49% 45%;
}	
@-webkit-keyframes Rotate
{
from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
from{-moz-transform:rotate(0deg);}
to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
from{-ms-transform:rotate(0deg);}
to{-ms-transform:rotate(360deg);}
}
.round-tab-title {
font-size: 25px;
font-weight: 600;
color: #000;
}
.round-tab-desc h3 {
margin-bottom: 0;
font-weight: 800;
font-size: 40px;
padding-top: 10px;
}
span.round-tab-head-icon {
font-size: 25px;
color: #000;
}
.active span.round-tab-head-icon {
color: #fff;
}
@media only screen and (max-width: 767px) {
.elementor-widget-container.round-tab-wrapper:after, .elementor-widget-container.round-tab-wrapper:before {
display:none;	
}
.round-tab-wrapper .round-tab-item {
margin: 10px 10px;
}
.round-tab-wrapper {
width: 100%;
height: auto;
margin: 0;
border: 0;
}
.round-tab-wrapper .round-tab-item .round-tab-head {
position: relative;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
}
.testimonial-classic .testimonial-excerpt {
font-size: 15px;
}
.testimonial-list .testimonial-list-item .testimonial-thumb img.rounded-circle {
max-width: 200px;
margin: auto;
margin-bottom: 40px;
}
.testimonial-list .testimonial-list-item {
padding: 0;
}
.testimonial-list .testimonial-list-item * {
text-align: center;
}
.media.testimonial-list-item .media-body {
margin-left: 0;
}
.testimonial-list .testimonial-list-item .testimonial-excerpt::before {
left: 0;
right: 0;
margin: auto;
}
} body .elementor-widget-progress .elementor-title {
font-family: inherit;
font-weight: 600;
}
body .elementor-progress-wrapper, body .elementor-progress-bar {
height: 6px;
border-radius: 5px;
overflow: visible !important;
}
.elementor-widget.elementor-widget-progress {
margin-bottom: 22px !important;
}
.elementor-widget.elementor-widget-progress:last-child {
margin-bottom: 0px !important;
}
.elementor-progress-percentage {
padding-right: 15px;
color: #000;
position: relative;
top: -25px;
font-weight: 700;
} .berater-rain-drops {
position: absolute !important;
left: 0;
right: 0;
}
.berater-rain-drops > canvas,
.berater-raindrops-wrap > canvas {
width: 120%;
}
.section-raindrops-actived .berater-raindrops-wrap {
overflow: hidden;
position: absolute !important;
left: 0;
right: 0;
width: 100%;
} .berater-parallax {
position: absolute;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
background-attachment: fixed; 
background-size: cover;
} .toggle-content {
overflow: hidden;
opacity: 0;
transition: all .6s;
}
.toggle-content.toggle-content-shown {
opacity: 1;
transition: all .6s;
}
.toggle-btn-wrap a.toggle-content-trigger {
font-size: 18px;
text-decoration: underline;
font-weight: 600;
padding: 7px 0px;
display: inline-block;
} section {
position: relative;
}
section.float-parallax-started {
overflow: hidden;
}
.float-parallax {
position: absolute;
left: 50%;
margin: 0 auto;
text-align: center;
z-index: 9999;
height: auto;
width: auto;
opacity: 0;
transition: opacity ease 0.35s;
}
section.elementor-element.rotate-ball-sec .float-parallax {
z-index: 0;
}
section.float-parallax-started .float-parallax{
opacity: 1;
transition: opacity ease 0.35s;
}
.float-ele-rotation{
-webkit-animation: rotation 6s infinite linear;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
section {
position: relative;
}
section.float-parallax-started {
overflow: hidden;
}
.float-parallax {
position: absolute;
left: 50%;
margin: 0 auto;
text-align: center;
z-index: 99;
height: auto;
width: auto;
opacity: 0;
transition: opacity ease 0.35s;
}
section.float-parallax-started .float-parallax{
opacity: 1;
transition: opacity ease 0.35s;
} .floating-animate-model-1 > img {
animation-name: floating-animate-model-1;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: floating-animate-model-1;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: floating-animate-model-1;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: floating-animate-model-1;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: floating-animate-model-1;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}	
@-webkit-keyframes floating-animate-model-1 {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@keyframes floating-animate-model-1 {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
} .floating-animate-model-2 > img {
animation-name: floating-animate-model-2;
animation-duration: 24s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: floating-animate-model-2;
-webkit-animation-duration: 24s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: floating-animate-model-2;
-moz-animation-duration: 24s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: floating-animate-model-2;
-ms-animation-duration: 24s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: floating-animate-model-2;
-o-animation-duration: 24s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@keyframes floating-animate-model-2 {
from {
transform: rotate(0deg);
}
to { 
transform: rotate(360deg);
}
}
@-webkit-keyframes floating-animate-model-2 {
from {
-webkit-transform: rotate(0deg);
}
to { 
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes floating-animate-model-2 {
from {
-moz-transform: rotate(0deg);
}
to { 
-moz-transform: rotate(360deg);
}
}
@-o-keyframes floating-animate-model-2 {
from {
-o-transform: rotate(0deg);
}
to { 
-o-transform: rotate(360deg);
}
}
.floating-animate-model-3 > img {
animation-name: floating-animate-model-3;
animation-duration: 7s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: floating-animate-model-3;
-webkit-animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: floating-animate-model-3;
-moz-animation-duration: 7s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: floating-animate-model-3;
-ms-animation-duration: 7s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: floating-animate-model-3;
-o-animation-duration: 7s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}	
@keyframes floating-animate-model-3 {
from {
transform: rotate(0deg);
}
to { 
transform: rotate(360deg);
}
}
@-webkit-keyframes floating-animate-model-3 {
from {
-webkit-transform: rotate(0deg);
}
to { 
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes floating-animate-model-3 {
from {
-moz-transform: rotate(0deg);
}
to { 
-moz-transform: rotate(360deg);
}
}
@-o-keyframes floating-animate-model-3 {
from {
-o-transform: rotate(0deg);
}
to { 
-o-transform: rotate(360deg);
}
} .verticalMove {
animation: verticalMove 3.5s infinite;
}
@-webkit-keyframes verticalMove {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 20px);
transform: translate(0, 20px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes verticalMove {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 20px);
transform: translate(0, 20px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} .berater-faq .elementor-toggle-item {
border: none;
margin-bottom: 1rem;
border-radius: 5px;
background: #eff3ff;
}
.berater-faq .elementor-toggle .elementor-tab-title {
font-size: 1em;
}