body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}body,body .vc_general.vc_btn3 small,.vc_testimonials.style_4.navigation-arrows .vc_testimonials_carousel_wr .item .testimonial_info,.default_widgets .widget.widget_nav_menu ul li .children li,.default_widgets .widget.widget_categories ul li .children li,.default_widgets .widget.widget_product_categories ul li .children li,.stm_sidebar .widget.widget_nav_menu ul li .children li,.stm_sidebar .widget.widget_categories ul li .children li,.stm_sidebar .widget.widget_product_categories ul li .children li,.shop_widgets .widget.widget_nav_menu ul li .children li,.shop_widgets .widget.widget_categories ul li .children li,.shop_widgets .widget.widget_product_categories ul li .children li,.item .item_wr .content .stm-event__meta li,,.stm_portfolio_grid .item .item_thumbnail a .portfolio-title .portfolio-category,.widget.widget_nav_menu ul li.children ul li, .widget.widget_nav_menu ul li.sub-menu ul li,.widget.widget_categories ul li.children ul li, .widget.widget_categories ul li.sub-menu ul li,.widget.widget_product_categories ul li.children ul li, .widget.widget_product_categories ul li.sub-menu ul li,.widget.widget_archive ul li.children ul li, .widget.widget_archive ul li.sub-menu ul li,.widget.widget_pages ul li.children ul li, .widget.widget_pages ul li.sub-menu ul li,.widget.widget_meta ul li.children ul li, .widget.widget_meta ul li.sub-menu ul li,body.header_style_4 .header_top .icon_text .text strong, normal-font{font-family:Poppins, Arial; font-size:16px; line-height:26px; font-weight:400; font-style:normal; }.elementor-progress-text, .elementor-tab-title a, .consulting_heading_font,.elementor-widget-wp-widget-nav_menu ul li, .elementor-button-text, .elementor-tab-title h1, .h1,h2, .h2,h3, .h3,h4, .h4,h5, .h5,h6, .h6,.staff_list.grid.short-view ul .staff_custom_link a,.stm_works_wr.grid_with_carousel .owl-stage-outer .info .title,.stocks_table .single-item div.exchange_box .stock-exchange,.stm-header__hb .stm-navigation__default ul li,.vc_testimonials.style_4.navigation-bullets .vc_testimonials_carousel_wr .item > p,.vc_testimonials.style_4.navigation-arrows .vc_testimonials_carousel_wr .item > p,.icon_box.style_1.icon_left p,.stm_pricing_plan .top .title,.stm_pricing_plan .top .price,.stm_pricing_plan .top .subtitle,.stm_pricing_plan .top .stm_label,.top_nav .top_nav_wrapper > ul,.top_nav .icon_text strong,.stm_testimonials .item .testimonial-info .testimonial-text .name,.stats_counter .counter_title,.stm_contact .stm_contact_info .stm_contact_job,.vacancy_table_wr .vacancy_table thead th,.testimonials_carousel .testimonial .info .position,.testimonials_carousel .testimonial .info .company,.stm_gmap_wrapper .gmap_addresses .addresses .item .title,.company_history > ul > li .year,.stm_works_wr.grid .stm_works .item .item_wr .title,.stm_works_wr.grid_with_filter .stm_works .item .info .title,body .vc_general.vc_btn3,.consulting-rev-title,.consulting-rev-title-2,.consulting-rev-title-3,.consulting-rev-text,body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a,strong, b,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce input.button.alt,.request_callback p,ul.comment-list .comment .comment-author,.page-numbers .page-numbers,#footer .footer_widgets .widget.widget_recent_entries ul li a,.default_widgets .widget.widget_nav_menu ul li,.default_widgets .widget.widget_categories ul li,.default_widgets .widget.widget_product_categories ul li,.stm_sidebar .widget.widget_nav_menu ul li, .stm_sidebar .widget.widget_categories ul li,.stm_sidebar .widget.widget_product_categories ul li,.shop_widgets .widget.widget_nav_menu ul li,.shop_widgets .widget.widget_categories ul li,.shop_widgets .widget.widget_product_categories ul li,.default_widgets .widget.widget_recent_entries ul li a,.stm_sidebar .widget.widget_recent_entries ul li a,.shop_widgets .widget.widget_recent_entries ul li a,.staff_bottom_wr .staff_bottom .infos .info,.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce ul.product_list_widget li .product-title,.woocommerce ul.products li.product .price,.woocommerce a.added_to_cart,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product form.cart .variations label,.woocommerce table.shop_table th,.woocommerce-cart table.cart th.product-name a,.woocommerce-cart table.cart td.product-name a,.woocommerce-cart table.cart th .amount,.woocommerce-cart table.cart td .amount,.stm_services .item .item_wr .content .read_more,.staff_list ul li .staff_info .staff_department,.stm_partner.style_2 .stm_partner_content .position,.comment-body .comment-text ul li,body.header_style_4 .header_top .icon_text.big .text strong,.info_box .read_more,.stm_services_tabs .service_tab_item .service_name,.stm_services_tabs .services_categories ul li a,.stm_services_tabs .service_tab_item .service_cost,.vc_custom_heading .subtitle,.stm_gmap_wrapper .gmap_addresses .addresses .item .title,.info_box h4,.testimonials_carousel.style_2 .item .testimonial-info .testimonial-text .name,.staff_carousel_item .staff_department,body.header_style_5 .header_top .info-text strong,.stm_works_wr.grid_2.style_1 .stm_works .item .item_wr .title,.stm_works_wr.grid_2.style_2 .stm_works .item .item_wr .title,.stm_works_wr.grid_with_filter.style_1 .stm_works .item .item_wr .title,.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .title,body.header_style_7 .side_nav .main_menu_nav > li > a,body.header_style_7 .side_nav .main_menu_nav > li ul li a,body .vc_progress_bar .vc_label,body .quote_box .quote,body .quote_box .author_info .author_name,.wpb_wrapper .vc_pie_chart,.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_title,.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_name a,body.header_style_5 .header_top .info-text b, #header, .icon_box.style_5 .text_more, .heading-font, .stm_works_wr.grid_with_filter.style_1 .works_filter a, .vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr .item>p,.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_name,.event_content .event_info_table .event_info ul li,.event_lesson_tabs a,.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content .event_speaker_name,.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_info_title,.widget.widget_nav_menu ul li,.widget.widget_categories ul li,.widget.widget_product_categories ul li,.widget.widget_archive ul li,.widget.widget_pages ul li,.widget.widget_meta ul li,.widget.widget_recent_comments ul li,.widget.widget_rss ul li,.widget.widget_recent_entries ul li a,.testimonials_carousel.style_1:not(.disable_carousel) .testimonial .info .stm_testimonial_excerpt p{font-family:Poppins, Arial; font-style:normal; }p{, Arial; font-size:16px; line-height:24px; font-weight:400; font-style:normal; }h1, .h1{, Arial; font-size:48px; line-height:54px; font-weight:700; font-style:normal; letter-spacing:-1.9px; word-spacing:0px; text-transform:none; }h2, .h2{, Arial; font-size:36px; line-height:40px; font-weight:700; font-style:normal; letter-spacing:px; word-spacing:0px; text-transform:none; }h3, .h3{, Arial; font-size:26px; line-height:32px; font-weight:700; font-style:normal; letter-spacing:px; word-spacing:0px; text-transform:none; }h4, .h4{, Arial; font-size:24px; line-height:30px; font-weight:600; font-style:normal; letter-spacing:px; word-spacing:0px; text-transform:none; }h5, .h5{, Arial; font-size:18px; line-height:22px; font-weight:600; font-style:normal; letter-spacing:px; word-spacing:0px; text-transform:none; }h6, .h6{, Arial; font-size:15px; line-height:18px; font-weight:600; font-style:normal; letter-spacing:px; word-spacing:0px; text-transform:none; }.blockquote_style_2 blockquote,.blockquote_style_2 blockquote p{font-size:18px;line-height:1.44;color:#304157}.post_list_ul h5 .secondary_font_color_hv,.secondary_font_color_hv{transition:.3s}.vc_custom_heading.stripe_left_right .h1,.vc_custom_heading.stripe_left_right .h2,.vc_custom_heading.stripe_left_right .h3,.vc_custom_heading.stripe_left_right .h4,.vc_custom_heading.stripe_left_right .h5,.vc_custom_heading.stripe_left_right .h6,.vc_custom_heading.stripe_left_right h1,.vc_custom_heading.stripe_left_right h2,.vc_custom_heading.stripe_left_right h3,.vc_custom_heading.stripe_left_right h4,.vc_custom_heading.stripe_left_right h5,.vc_custom_heading.stripe_left_right h6{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.vc_custom_heading.stripe_left_right .h1:after,.vc_custom_heading.stripe_left_right .h1:before,.vc_custom_heading.stripe_left_right .h2:after,.vc_custom_heading.stripe_left_right .h2:before,.vc_custom_heading.stripe_left_right .h3:after,.vc_custom_heading.stripe_left_right .h3:before,.vc_custom_heading.stripe_left_right .h4:after,.vc_custom_heading.stripe_left_right .h4:before,.vc_custom_heading.stripe_left_right .h5:after,.vc_custom_heading.stripe_left_right .h5:before,.vc_custom_heading.stripe_left_right .h6:after,.vc_custom_heading.stripe_left_right .h6:before,.vc_custom_heading.stripe_left_right h1:after,.vc_custom_heading.stripe_left_right h1:before,.vc_custom_heading.stripe_left_right h2:after,.vc_custom_heading.stripe_left_right h2:before,.vc_custom_heading.stripe_left_right h3:after,.vc_custom_heading.stripe_left_right h3:before,.vc_custom_heading.stripe_left_right h4:after,.vc_custom_heading.stripe_left_right h4:before,.vc_custom_heading.stripe_left_right h5:after,.vc_custom_heading.stripe_left_right h5:before,.vc_custom_heading.stripe_left_right h6:after,.vc_custom_heading.stripe_left_right h6:before{content:'';display:block;margin:0 20px 0 auto!important}.vc_custom_heading.stripe_left_right .h1:after,.vc_custom_heading.stripe_left_right .h2:after,.vc_custom_heading.stripe_left_right .h3:after,.vc_custom_heading.stripe_left_right .h4:after,.vc_custom_heading.stripe_left_right .h5:after,.vc_custom_heading.stripe_left_right .h6:after,.vc_custom_heading.stripe_left_right h1:after,.vc_custom_heading.stripe_left_right h2:after,.vc_custom_heading.stripe_left_right h3:after,.vc_custom_heading.stripe_left_right h4:after,.vc_custom_heading.stripe_left_right h5:after,.vc_custom_heading.stripe_left_right h6:after{margin:0 auto 0 20px!important}.vc_custom_heading.stripe_left_right.text_align_left{justify-content:flex-start}.vc_custom_heading.stripe_left_right.text_align_left .h1:after,.vc_custom_heading.stripe_left_right.text_align_left .h1:before,.vc_custom_heading.stripe_left_right.text_align_left .h2:after,.vc_custom_heading.stripe_left_right.text_align_left .h2:before,.vc_custom_heading.stripe_left_right.text_align_left .h3:after,.vc_custom_heading.stripe_left_right.text_align_left .h3:before,.vc_custom_heading.stripe_left_right.text_align_left .h4:after,.vc_custom_heading.stripe_left_right.text_align_left .h4:before,.vc_custom_heading.stripe_left_right.text_align_left .h5:after,.vc_custom_heading.stripe_left_right.text_align_left .h5:before,.vc_custom_heading.stripe_left_right.text_align_left .h6:after,.vc_custom_heading.stripe_left_right.text_align_left .h6:before,.vc_custom_heading.stripe_left_right.text_align_left h1:after,.vc_custom_heading.stripe_left_right.text_align_left h1:before,.vc_custom_heading.stripe_left_right.text_align_left h2:after,.vc_custom_heading.stripe_left_right.text_align_left h2:before,.vc_custom_heading.stripe_left_right.text_align_left h3:after,.vc_custom_heading.stripe_left_right.text_align_left h3:before,.vc_custom_heading.stripe_left_right.text_align_left h4:after,.vc_custom_heading.stripe_left_right.text_align_left h4:before,.vc_custom_heading.stripe_left_right.text_align_left h5:after,.vc_custom_heading.stripe_left_right.text_align_left h5:before,.vc_custom_heading.stripe_left_right.text_align_left h6:after,.vc_custom_heading.stripe_left_right.text_align_left h6:before{margin:0 20px 0 0!important}.vc_custom_heading.stripe_left_right.text_align_left .h1:after,.vc_custom_heading.stripe_left_right.text_align_left .h2:after,.vc_custom_heading.stripe_left_right.text_align_left .h3:after,.vc_custom_heading.stripe_left_right.text_align_left .h4:after,.vc_custom_heading.stripe_left_right.text_align_left .h5:after,.vc_custom_heading.stripe_left_right.text_align_left .h6:after,.vc_custom_heading.stripe_left_right.text_align_left h1:after,.vc_custom_heading.stripe_left_right.text_align_left h2:after,.vc_custom_heading.stripe_left_right.text_align_left h3:after,.vc_custom_heading.stripe_left_right.text_align_left h4:after,.vc_custom_heading.stripe_left_right.text_align_left h5:after,.vc_custom_heading.stripe_left_right.text_align_left h6:after{margin:0 auto 0 20px!important}.vc_custom_heading.stripe_left_right.text_align_right{justify-content:flex-end}.vc_custom_heading.stripe_left_right.text_align_right .h1:after,.vc_custom_heading.stripe_left_right.text_align_right .h1:before,.vc_custom_heading.stripe_left_right.text_align_right .h2:after,.vc_custom_heading.stripe_left_right.text_align_right .h2:before,.vc_custom_heading.stripe_left_right.text_align_right .h3:after,.vc_custom_heading.stripe_left_right.text_align_right .h3:before,.vc_custom_heading.stripe_left_right.text_align_right .h4:after,.vc_custom_heading.stripe_left_right.text_align_right .h4:before,.vc_custom_heading.stripe_left_right.text_align_right .h5:after,.vc_custom_heading.stripe_left_right.text_align_right .h5:before,.vc_custom_heading.stripe_left_right.text_align_right .h6:after,.vc_custom_heading.stripe_left_right.text_align_right .h6:before,.vc_custom_heading.stripe_left_right.text_align_right h1:after,.vc_custom_heading.stripe_left_right.text_align_right h1:before,.vc_custom_heading.stripe_left_right.text_align_right h2:after,.vc_custom_heading.stripe_left_right.text_align_right h2:before,.vc_custom_heading.stripe_left_right.text_align_right h3:after,.vc_custom_heading.stripe_left_right.text_align_right h3:before,.vc_custom_heading.stripe_left_right.text_align_right h4:after,.vc_custom_heading.stripe_left_right.text_align_right h4:before,.vc_custom_heading.stripe_left_right.text_align_right h5:after,.vc_custom_heading.stripe_left_right.text_align_right h5:before,.vc_custom_heading.stripe_left_right.text_align_right h6:after,.vc_custom_heading.stripe_left_right.text_align_right h6:before{margin:0 20px 0 auto!important}.vc_custom_heading.stripe_left_right.text_align_right .h1:after,.vc_custom_heading.stripe_left_right.text_align_right .h2:after,.vc_custom_heading.stripe_left_right.text_align_right .h3:after,.vc_custom_heading.stripe_left_right.text_align_right .h4:after,.vc_custom_heading.stripe_left_right.text_align_right .h5:after,.vc_custom_heading.stripe_left_right.text_align_right .h6:after,.vc_custom_heading.stripe_left_right.text_align_right h1:after,.vc_custom_heading.stripe_left_right.text_align_right h2:after,.vc_custom_heading.stripe_left_right.text_align_right h3:after,.vc_custom_heading.stripe_left_right.text_align_right h4:after,.vc_custom_heading.stripe_left_right.text_align_right h5:after,.vc_custom_heading.stripe_left_right.text_align_right h6:after{margin:0 0 0 20px!important}.blockquote_style_2 blockquote{background:0 0}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .filter-info-bar .filter-info .description,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .filter-info-bar .filter-info .title,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter:hover .filter-info-bar .filter-info .title{color:#fff}.stm-header .stm-dropdown .dropdown-list{padding-left:0}@media (max-width:991px){body .consulting-rev-title-3{font-size:35px!important;line-height:35px!important}}.read_more_arrow:hover,.stm_news .news_list li.view_style_3 .post_item .content .read_more:hover,.stm_services.style_5 .item .item_wr .item_info .read_more:hover,.stm_services.style_6 .item .item_wr .content .read_more:hover{text-decoration:none}.post_list_ul h5 .secondary_font_color_hv:hover,.text_decoration_none{text-decoration:none!important}h4.vc_tta-panel-title:after{display:none!important}@media (max-width:1199px) and (min-width:768px){.vc_col-sm-4 .icon_box.style_1.icon_left .icon_text{width:100%}}body.error404{min-height:100vh}body.error404 .page_404 .bottom .bottom_wr{padding:70px 35px}@media (min-width:768px) and (max-width:991px){.vc_col-sm-4 .stm_contact .stm_contact_image{margin-bottom:15px}.vc_col-sm-4 .stm_contact .stm_contact_info{width:100%}}@media (min-width:767px) and (max-width:1199px){body.blog .stm_post_details .comments_num,body.blog .stm_post_details>ul{width:auto}}.elementor-button-link:hover,a.btn:hover,a.button:hover{text-decoration:none}@media (max-width:767px){.mobile_grid_landscape .mobile_header .icon_texts,.mobile_grid_landscape .mobile_header .logo_wrapper{padding-right:15px!important;padding-left:15px!important}}.stm_news.disable-preview .news_list li .post_inner .stm_news_unit-block .date{position:relative!important;bottom:auto!important}.stm_contact_two .stm_contact_image img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1023px){body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li{padding-bottom:28px!important}body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li .stm_mobile__dropdown{display:none!important}}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body.appointment-confirmation h3:after,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide:before{display:none}@media only screen and (max-width:991px){.mobile_header .top_nav_mobile .main_menu_nav ul{padding:10px 0 15px!important}}body.header_style_6 .header_top .header_top_wrapper .top_nav{position:static!important}body.envato-preview-visible.header_style_8 .side_nav_wrapper{padding-top:90px!important}body .elementor-text-editor p{font-size:inherit!important;line-height:inherit!important}body.content_bg_transparent #wrapper{background:0 0!important;box-shadow:none!important}body.content_bg_transparent .content_wrapper{background-color:transparent!important}#bookit-app{max-width:none!important;background-color:#fff;padding:60px 65px;box-shadow:1px 10px 24px rgba(0,0,0,.1)}#bookit-app .bookit-app-content .default-theme{padding-bottom:0!important}#bookit-app .bookit-app-content .default-theme .sidebar-filters .header .back-icon{margin-left:0!important;margin-right:5px!important;background:0 0!important;border:2px solid #3763EB;text-align:center;border-radius:50%;font-size:14px}#bookit-app .bookit-app-content .default-theme .sidebar-filters .header .back-icon:before{content:"\e94e";font-family:stm}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .selected-icon{background:0 0}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .selected-icon:before{content:"\e9bd";font-family:stm;font-size:20px;color:#fff}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter:hover .filter-info-bar .filter-info .description{color:rgba(255,255,255,.5)}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .filter-info-bar .service-icon{max-width:30px!important}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper{margin:4px 0!important}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar{padding:0!important;margin:0!important}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info .title,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar .title{position:relative;transition:color .3s;padding:0;margin:0}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info .description,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar .description{position:relative;transition:color .3s;padding:0}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button{border:0;text-align:center}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span{transition:color .3s;background:0 0!important;height:20px;font-size:12px;color:#3763EB;cursor:pointer}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.up-icon{transform:rotate(-90deg)}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon:before,#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.up-icon:before{content:"\e9bf";font-family:stm}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon{transform:rotate(90deg)}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image:hover img,.staff_list.list_2>ul>li .inner .staff_image a:hover img,.staff_list.minimal ul li:hover .staff_image img,.stm_works.masonry .stm_works_item:hover img,.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap:hover .image img{transform:scale(1.1)}#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button:hover span{color:#fff}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .appointment-info,#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-header .months .month.active{color:#fff!important}#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .booking-form .form-group button{line-height:17px;border:0!important}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-row{align-items:flex-start}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-row.bookit-modal-footer{align-items:center}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .print-window{border-radius:4px}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .success-icon{width:70px;height:70px;background:0 0!important}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .success-icon:before{content:"\e9bd";font-family:stm;font-size:50px;color:green}.stm_cost_calculator.style_2 .ccb-main-calc *,body .stm_zoom_content,body.single-stm-zoom{font-family:inherit!important}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container button{border:0!important}@media only screen and (max-width:1024px){#bookit-app{padding:30px}}@media only screen and (max-width:767px){#bookit-app{padding:0}}@media only screen and (max-width:540px){#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-header .months{overflow-x:scroll}}.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar{padding-left:0;padding-right:29px}.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .date{margin-left:-4px}body .select2-search--dropdown{padding:0!important}@media print{.wpb_revslider_element{display:none!important}#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body.appointment-confirmation .appointment-details .info-block .label{border:0!important}}.vacancy_table_wr .vacancy_table .tablesorter-header{line-height:14px}.vacancy_table_wr .vacancy_table .tablesorter-header .tablesorter-header-inner{display:inline}.vacancy_table_wr .vacancy_table .tablesorter-header:active,.vacancy_table_wr .vacancy_table .tablesorter-header:focus,.vacancy_table_wr .vacancy_table .tablesorter-header:hover{outline:0}body .stm_zoom_content .page_title,body.single-stm-zoom .page_title{background:0 0;text-align:center;margin-bottom:20px}body .stm_zoom_content .page_title .breadcrumbs,body.single-stm-zoom .page_title .breadcrumbs{font-size:14px}body .stm_zoom_content .page_title .breadcrumbs a:hover,body.single-stm-zoom .page_title .breadcrumbs a:hover{text-decoration:underline;color:#162043}body .stm_zoom_content .page_title h1,body.single-stm-zoom .page_title h1{max-width:780px;margin:0 auto 15px;color:#162043}body .stm_zoom_content .page_title h1:after,body.single-stm-zoom .page_title h1:after{display:none}body .stm-eroom-wcproduct .stm_zooom_countdown .countdown_label{top:80%!important;margin-top:0!important}body.site_layout_1 .single_add_to_cart_button,body.site_layout_1 .stm_eroom_single_add_to_cart_button{border-radius:0!important}body .stm-product-join-block__access h3{margin-bottom:10px!important}body .stm-product-join-block__access h3::after{display:none!important}body .stm_zoom_content .zoom_info h2,body .stm_zooom_countdown .h1:after,body .stm_zooom_countdown .h2:after,body .stm_zooom_countdown .h3:after,body .stm_zooom_countdown .h4:after,body .stm_zooom_countdown .h5:after,body .stm_zooom_countdown h1:after,body .stm_zooom_countdown h2:after,body .stm_zooom_countdown h3:after,body .stm_zooom_countdown h4:after,body .stm_zooom_countdown h5:after{display:none}body .stm-product-join-block__link a{background-color:#195ec8!important;border:none!important}body .stm_eroom_single_add_to_cart_button{background-color:#195ec8!important}body .stm-product-download__file a::before{margin-top:-3px!important}body .stm_zooom_countdown{padding:15px}body .stm_zoom_content{margin:0 -15px}body .stm_zoom_content .zoom_image{width:36%;flex:0 0 36%}body .stm_zoom_content .zoom_image img{border-radius:10px}body .stm_zoom_content .zoom_image+.zoom_info{width:64%;flex:0 0 64%}body .stm_zoom_content .zoom_info{color:#707070}body .stm_zoom_content .zoom_info span{display:block;margin-bottom:5px}body .stm_zoom_content .zoom_info .password{margin-bottom:30px}body .stm_zoom_content .zoom_info .value,body .stm_zoom_content .zoom_info b{font-weight:500;color:#162043!important}body .stm_zoom_content .zoom_info p{display:flex;flex-wrap:wrap}body .stm_zoom_content .zoom_info .btn{display:inline-block;border-radius:50px;letter-spacing:1px;padding:15px 38px 14px;max-width:240px;margin:0 18px 0 0;border:2px solid #fd5e1f;background-color:#fd5e1f;text-transform:uppercase;font-family:inherit!important;font-size:12px;color:#fff}body .stm_zoom_content .zoom_info .btn:hover{background-color:transparent;color:#fd5e1f}body .stm_zoom_content .zoom_description{line-height:28px;font-weight:500;font-size:16px;color:#162043}body .stm_zoom_content .zoom_description .agenda{margin-bottom:34px}@media (max-width:991px){body .stm_zoom_content{display:block;padding:0;margin:0}body .stm_zoom_content .zoom_image{width:100%;flex:0 0 100%;max-width:330px;margin:0 auto 30px}body .stm_zoom_content .zoom_image+.zoom_info{width:100%;flex:0 0 100%;max-width:330px;margin:0 auto;text-align:center}body .stm_zoom_content .zoom_image+.zoom_info .btn{margin:0 0 15px}body .stm_zoom_content .zoom_description{text-align:center}}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title,.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title a{margin-bottom:5px;line-height:19px;font-weight:500;font-size:16px;color:#333}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image{position:relative;overflow:hidden}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image img{display:block;max-width:100%;height:auto;position:relative;transition:all .3s}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info{background:#fff}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3{padding-top:0!important}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3:after{display:none}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date{line-height:24px}.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image img,.eroom-enabled.single-stm-zoom .stm_zoom_content .zoom_image img{display:block;max-width:100%;height:auto}.eroom-enabled.rtl .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image{padding-right:0!important;padding-left:10px!important}.infobox.style_7{padding:30px;background-color:#fff}.infobox.style_7.align_center{text-align:center}.infobox.style_7 .infobox_title{font-size:24px;line-height:1.08;padding-top:0}.infobox.style_7 .infobox_title:before{display:none}.infobox.style_7 .infobox_content{font-size:16px;color:#304157;line-height:1.63;margin-bottom:20px}.infobox.style_7 .infobox_link{font-size:14px;line-height:1.57;color:#304157}.infobox.style_7 .infobox_link i{font-size:10px;width:20px;height:20px;border-radius:50%;text-align:center;margin-right:4px;display:inline-block;line-height:20px;transition:.3s}.infobox.style_7 .infobox_link:hover{text-decoration:none}.infobox.style_7 .infobox_link:hover i{background:#304157!important;color:#fff}.infobox.style_8 .infobox_title_wrap{display:flex;flex-wrap:wrap;width:100%;margin-bottom:25px}.infobox.style_8 .infobox_title_wrap i{font-size:24px;margin-right:13px;width:50px;height:50px;text-align:center;border-radius:50%;line-height:50px}.infobox.style_8 .infobox_title_wrap .infobox_title{font-size:18px;font-weight:700;line-height:1.33;padding-top:0;width:calc(100% - 63px);flex:0 0 calc(100% - 63px);display:flex;align-self:center;margin-bottom:0}.infobox.style_8 .infobox_title_wrap .infobox_title:after{display:none}.infobox.style_8 .infobox_content{font-size:14px;line-height:1.5}.infobox.style_9{position:relative;border:1px solid rgba(255,255,255,.1);padding:62px 30px 35px}.infobox.style_9 .infobox_label{position:absolute;font-size:24px;line-height:24px;padding:8px 6px;min-width:40px;top:0;left:30px;text-align:center}.infobox.style_9 .infobox_title{padding:0;margin-bottom:4px;font-size:24px}@media (max-width:991px){.infobox.style_9 .infobox_title{font-size:20px}.staff_list.minimal ul li{min-width:50%}}.infobox.style_9 .infobox_content{font-size:14px;line-height:22px}.infobox.style_9 .infobox_content p{line-height:22px}.infobox.style_9 .infobox_content p:last-child{margin-bottom:0}.vc_testimonials.style_5 .owl-controls{height:auto;position:relative}.vc_testimonials.style_5 .vc_testimonials_carousel{margin-bottom:60px}@media (max-width:767px){.vc_testimonials.style_5 .vc_testimonials_carousel{margin-bottom:30px}}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item{padding:15px 15px 0;display:flex;flex-wrap:wrap;width:100%}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image{width:83px;flex:0 0 83px;position:relative}@media (max-width:480px){.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image{width:100%;flex:0 0 100%;margin-bottom:30px}}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image i{font-size:39px;position:absolute;top:-15px;left:-15px;z-index:2}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image img{width:83px;height:83px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content{width:calc(100% - 83px);flex:0 0 calc(100% - 83px);padding-left:30px}@media (max-width:480px){.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content{width:100%;flex:0 0 100%;padding-left:0}}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content h4{padding-top:0;margin-bottom:3px;font-weight:400;line-height:1.24;font-size:21px}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content h4:after{display:none}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content .testimonial_position{font-size:12px;margin-bottom:20px}.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content .testimonial_text{line-height:1.63}.vc_testimonials.style_5 .owl-dots{display:flex;flex-wrap:wrap;justify-content:center}.vc_testimonials.style_5 .owl-dots .owl-dot span{display:inline-block;width:12px;height:12px;border-radius:50%;margin:0 5px;background-color:#728093;cursor:pointer;transition:.3s}.stm_testimonials.style_6{margin-right:0;margin-left:0}.stm_testimonials.style_6 .item{background:#f2f4fa;padding:20px 30px;font-size:16px}.stm_testimonials.style_6 .item .testimonial{border:none!important;padding:0;margin-bottom:15px}.stm_testimonials.style_6 .item .testimonial:after,.stm_testimonials.style_6 .item .testimonial:before{display:none!important}.stm_testimonials.style_6 .item .testimonial-info .testimonial-text .name{font-weight:400!important;font-size:16px!important}.stm_testimonials.style_6 .item .testimonial-info .testimonial-text .company{text-decoration:none!important;font-size:12px!important;color:inherit!important;opacity:.5}.staff_list.list_2>ul>li .inner .staff_content .read_more:hover,.staff_list.minimal ul li .staff_info h4 a:hover{text-decoration:none}.stm_testimonials.style_7{display:flex;flex-wrap:wrap;font-size:16px;margin:0 -15px;color:#333}.stm_testimonials.style_7 .testimonial-item{width:33.3%;flex:0 0 33.3%;padding:0 15px}@media (max-width:767px){.stm_testimonials.style_7 .testimonial-item{width:100%;flex:0 0 100%;margin-bottom:40px}.stm_testimonials.style_7 .testimonial-item:last-child{margin-bottom:0}}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_text,.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_text p{color:#333;line-height:24px}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info{position:relative;display:flex;flex-wrap:wrap;padding-top:17px;padding-left:60px;min-height:67px;align-items:center}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-image{position:absolute;left:0;top:17px}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-image img{border-radius:50%}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-info .name{font-weight:700}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-info .position{font-size:12px}.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .stm-stm14_quote{font-size:40px;color:rgba(0,0,0,.1);position:absolute;top:0;right:30px}.staff_list.minimal ul{display:flex;flex-wrap:wrap;justify-content:center}.staff_list.minimal ul li{display:flex;flex-wrap:wrap;margin-bottom:70px}@media (max-width:1024px){.staff_list.minimal ul li{margin-bottom:45px}}@media (max-width:667px){.staff_list.minimal ul li{width:100%}}.staff_list.minimal ul li .staff_image{width:120px;flex:0 0 120px;border-radius:50%;overflow:hidden}.staff_list.minimal ul li .staff_image img{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:50%;transition:.25s}.staff_list.minimal ul li .staff_info{width:calc(100% - 120px);flex:0 0 calc(100% - 120px);padding-left:23px;padding-top:19px}.staff_list.minimal ul li .staff_info .read_more,.staff_list.minimal ul li .staff_info p{display:none!important}.staff_list.minimal ul li .staff_info h4{font-size:24px;line-height:1.08;margin-bottom:5px;padding-top:0}.staff_list.minimal ul li .staff_info .staff_department{font-size:14px;line-height:24px;color:#304157;opacity:.5}.staff_list.list_2>ul{display:flex;flex-wrap:wrap;margin:0 -15px}.staff_list.list_2>ul>li{width:50%;flex:0 0 50%;padding:0 15px;margin-bottom:50px;border:none}@media (max-width:991px){.staff_list.list_2>ul>li{width:100%;flex:0 0 100%}}.staff_list.list_2>ul>li .inner{display:flex;flex-wrap:wrap}.staff_list.list_2>ul>li .inner .staff_image{width:210px;flex:0 0 210px;padding-right:30px;margin:0}@media (max-width:480px){.staff_list.list_2>ul>li .inner .staff_image{width:100%;flex:0 0 100%;margin-bottom:30px}}.staff_list.list_2>ul>li .inner .staff_image a{display:block;overflow:hidden}.staff_list.list_2>ul>li .inner .staff_image a img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover;transition:.3s}.staff_list.list_2>ul>li .inner .staff_content{width:calc(100% - 210px);flex:0 0 calc(100% - 210px)}@media (max-width:480px){.staff_list.list_2>ul>li .inner .staff_content{width:100%;flex:0 0 100%}.stm_works.masonry .stm_works_item.big img,.stm_works.masonry .stm_works_item.medium img{min-height:250px}}.staff_list.list_2>ul>li .inner .staff_content h4{padding:0;margin:0}.staff_list.list_2>ul>li .inner .staff_content h4:after{display:none}.staff_list.list_2>ul>li .inner .staff_content .staff_department{font-size:14px;margin-bottom:15px}.staff_list.list_2>ul>li .inner .staff_content .staff_excerpt{font-size:14px;margin-bottom:20px}.staff_list.list_2>ul>li .inner .staff_content .read_more{font-size:14px;line-height:20px}.staff_list.list_2>ul>li .inner .staff_content .read_more i{width:20px;height:20px;line-height:20px;border-radius:50%;font-size:8px;text-align:center;margin-right:2px;display:inline-block;transition:.3s;vertical-align:text-top}.stm_news .news_list li.view_style_3 .post_item .content .title:hover,.stm_news .news_list li.view_style_5 .title:hover,.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content a{text-decoration:none!important}.staff_list.list_2>ul>li .inner .staff_content .read_more:hover i{background-color:#304157!important;color:#fff}.staff_list.img_square .staff_image,.staff_list.img_square .staff_image a,.staff_list.img_square .staff_image img{border-radius:0!important}.staff_list.img_rounded .staff_image,.staff_list.img_rounded .staff_image a,.staff_list.img_rounded .staff_image img{border-radius:10px!important}.staff_list.img_circular .staff_image,.staff_list.img_circular .staff_image a,.staff_list.img_circular .staff_image img{border-radius:50%!important}.stm_works.masonry{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.stm_works.masonry .stm_works_col{width:50%;flex:0 0 50%;display:flex;flex-wrap:wrap}@media (max-width:991px){.stm_works.masonry .stm_works_col{width:100%;flex:0 0 100%}}.stm_works.masonry .stm_works_item{padding:15px}@media (max-width:991px) and (min-width:550px){.stm_works.masonry .stm_works_item.big img{height:350px!important}}.stm_works.masonry .stm_works_item.big,.stm_works.masonry .stm_works_item.medium{width:100%;flex:0 0 100%}.stm_works.masonry .stm_works_item.default{width:50%;flex:0 0 50%}@media (max-width:480px){.stm_works.masonry .stm_works_item.default{width:100%;flex:0 0 100%}}.stm_works.masonry .stm_works_item .inner{position:relative;border-radius:10px;overflow:hidden}.stm_works.masonry .stm_works_item .inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s;border-radius:10px}.stm_works.masonry .stm_works_item .inner:before{content:'';display:block;width:100%;height:100%;background-color:#304157;opacity:.7;top:0;left:0;z-index:1;position:absolute;border-radius:10px}.stm_works.masonry .stm_works_item .inner .date{width:50px;height:50px;border-radius:50%;top:30px;left:30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:absolute;padding:14px 0;z-index:2}@media (max-width:1200px){.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .stm-stm14_quote{right:0}.stm_works.masonry .stm_works_item .inner .date{top:15px;left:15px}}.stm_works.masonry .stm_works_item .inner .date span{display:block;text-align:center;font-weight:700;width:100%}.stm_works.masonry .stm_works_item .inner .date span.day{font-size:20px;line-height:.65;letter-spacing:1.2px}.stm_works.masonry .stm_works_item .inner .date span.month{font-size:10px;letter-spacing:.6px}.stm_works.masonry .stm_works_item .inner .content{position:absolute;padding:30px;bottom:0;left:0;z-index:2}@media (max-width:1200px){.stm_works.masonry .stm_works_item .inner .content{padding:15px 15px 25px}}.stm_works.masonry .stm_works_item .inner .content .title h4{color:#fff}.stm_works.masonry .stm_works_item .inner .content .term{line-height:1.19;color:#fff}.stm_works.masonry .stm_works_item.default .inner .content .title h4{font-size:18px;line-height:1.33}.stm_works_wr.grid_with_filter.style_1 .stm_works .item .image a img{width:100%}.stm_works_wr.grid.style_3 .stm_works_grid_wrap{display:flex;flex-wrap:wrap;margin:0 -15px;width:auto}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item{padding:0 15px;margin-bottom:30px;width:50%;flex:0 0 50%}@media (max-width:580px){.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item{width:100%;flex:0 0 100%}}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap{position:relative}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image{display:block;position:relative;overflow:hidden}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image img{transition:.3s}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image:before{content:'';display:block;width:100%;height:80%;left:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);position:absolute;z-index:1;transition:.3s}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content{position:absolute;left:0;bottom:0;width:100%;padding:0 40px 40px;z-index:2}@media (max-width:991px){.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content{padding:0 15px 15px}}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4{padding:0;color:#fff;margin-bottom:10px;font-size:24px;line-height:28px}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4:after,.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4:before{display:none}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content .term{color:#fff}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap:hover .image:before{height:100%}.stm_works.tiles{margin-right:-15px;margin-left:-15px;overflow:hidden}.stm_works.tiles .stm_works__item{width:33.3%;position:relative;padding-right:15px;padding-left:15px;float:left}.stm_works.tiles .stm_works__item_wrapper{overflow:hidden}@media (max-width:991px){.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4{font-size:18px;line-height:22px;margin-bottom:5px}.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content .term{font-size:14px;line-height:16px}.stm_works.tiles .stm_works__item{width:50%}}@media (max-width:425px){.stm_works.tiles .stm_works__item{width:100%;margin-bottom:30px!important}}.stm_works.tiles .stm_works__item img{transition:.3s;width:100%}.stm_works.tiles .stm_works__item:before{content:'';position:absolute;width:auto;top:0;left:15px;right:15px;height:100%;display:block;background:rgba(0,0,0,.3);opacity:0;z-index:1;transition:.3s}.stm_works.tiles .stm_works__item .info{position:absolute;width:auto;top:50%;transform:translateY(-50%);left:30px;right:30px;opacity:0;transition:.3s;z-index:2}.stm_works.tiles .stm_works__item .info .work-title{font-size:21px!important;line-height:24px!important;margin-bottom:10px}@media (max-width:991px){.stm_works.tiles .stm_works__item .info .work-title{font-size:18px!important;line-height:22px!important}}.stm_works.tiles .stm_works__item .info .work-title a{color:#fff}.stm_works.tiles .stm_works__item .info .work-category{font-size:14px;color:#fff}.stm_works.tiles .stm_works__item.item-2,.stm_works.tiles .stm_works__item.item-3{margin-bottom:29px}@media (max-width:1199px) and (min-width:992px){.stm_works.tiles .stm_works__item.item-2,.stm_works.tiles .stm_works__item.item-3{margin-bottom:25px}}@media (max-width:690px){.stm_works.tiles .stm_works__item.item-2,.stm_works.tiles .stm_works__item.item-3{margin-bottom:24px}}.stm_works.tiles .stm_works__item:hover img{filter:blur(3px) grayscale(20%)}.stm_works.tiles .stm_works__item:hover .info,.stm_works.tiles .stm_works__item:hover:before{opacity:1}.stats_counter.style_4 .inner{position:relative}.stats_counter.style_4 .inner:after,.stats_counter.style_4 .inner:before{position:absolute;display:block;width:90px;height:10px;content:''}.stats_counter.style_4 .inner:before{transform:skew(39deg,0deg) rotate(-22deg);top:15px;left:-20px}@media (max-width:667px){.stats_counter.style_4 .inner:before{left:calc(46% - 20px)}}.stats_counter.style_4 .inner:after{transform:skew(39deg,0deg) rotate(-22deg);left:-23px;top:43px}.stats_counter.style_4 .inner h3{color:inherit;font-size:36px;font-weight:700;line-height:1.22;position:relative;z-index:1}.stats_counter.style_4 .inner h3:after,.stats_counter.style_4 .inner h3:before{display:none}.stats_counter.style_4 .inner .counter_title{color:inherit;font-size:14px;font-weight:700;line-height:1.29;position:relative;z-index:1}.stm_news .news_list li.view_style_2 .post_item .content .read_more i:hover,.stm_news .news_list li.view_style_3 .post_item .content .read_more:hover i{color:#fff}.stats_counter.style_5.left{text-align:left!important}.stats_counter.style_5 .inner{display:flex;flex-wrap:wrap;align-items:center}.stats_counter.style_5 .inner .icon-wrap{margin-right:20px}@media (max-width:1024px) and (min-width:768px){.stats_counter.style_5 .inner .icon-wrap{width:100%;margin-bottom:10px}}.stats_counter.style_5 .inner .icon-wrap i{font-size:50px}.stats_counter.style_5 .inner .counter-wrap h3{font-size:36px;padding:0;margin:0 0 5px}.stm_news .news_list li.view_style_2 .post_item .image{overflow:hidden;display:block;border-radius:10px;margin-bottom:20px}@media (min-width:1200px){.stm_news .news_list li.view_style_2 .post_item .content{padding:0 30px}}.stm_news .news_list li.view_style_2 .post_item .content .title h5{padding:0;margin:0 0 12px}.stm_news .news_list li.view_style_2 .post_item .content .title h5:after,.stm_news .news_list li.view_style_2 .post_item .content .title h5:before{display:none}.stm_news .news_list li.view_style_2 .post_item .content .read_more{display:flex;flex-wrap:wrap;align-items:center}.stm_news .news_list li.view_style_2 .post_item .content .read_more i{width:22px;height:22px;line-height:22px;border-radius:50%;font-size:10px;text-align:center;transition:.3s;margin-right:14px}.stm_news .news_list li.view_style_3{width:100%!important;max-width:100%!important;margin-bottom:30px}.stm_news .news_list li.view_style_3 .post_item{display:flex;flex-wrap:wrap;align-items:flex-start}.stm_news .news_list li.view_style_3 .post_item .image{margin-bottom:0;display:block;overflow:hidden;border-radius:0;width:260px;flex:0 0 260px}.stm_news .news_list li.view_style_3 .post_item .image img{border-radius:0}@media (max-width:991px){.stm_news .news_list li.view_style_3 .post_item .image{width:100%;flex:0 0 100%}}.stm_news .news_list li.view_style_3 .post_item .content{padding-left:30px;padding-top:10px;width:calc(100% - 260px);flex:0 0 calc(100% - 260px)}@media (max-width:991px){.stm_news .news_list li.view_style_3 .post_item .content{width:100%;flex:0 0 100%;padding-left:0}}.stm_news .news_list li.view_style_3 .post_item .content .title h5{font-size:21px;line-height:24px;font-weight:700;margin-bottom:10px;transition:.3s;padding-left:0;padding-right:0}.stm_news .news_list li.view_style_3 .post_item .content .title h5:after,.stm_news .news_list li.view_style_3 .post_item .content .title h5:before{display:none}.stm_news .news_list li.view_style_3 .post_item .content .description{font-size:14px;line-height:22px;margin-bottom:20px}.stm_news .news_list li.view_style_3 .post_item .content .read_more{font-size:14px}.stm_news .news_list li.view_style_3 .post_item .content .read_more i{width:20px;height:20px;border-radius:50%;font-size:8px;display:inline-block;margin-right:4px;vertical-align:top;line-height:20px;text-align:center;transition:.3s}.stm_news .news_list li.view_style_4{width:33.33%;margin:0 0 30px;max-width:100%}@media (max-width:667px){.stats_counter.style_4 .inner:after{left:calc(46% - 23px)}.stm_news .news_list li.view_style_4{width:100%}}.stm_news .news_list li.view_style_4 .post_item a{display:block;position:relative;overflow:hidden;border-radius:0;margin:0}.stm_news .news_list li.view_style_4 .post_item a img{border-radius:0;margin:0;transition:.3s}.stm_news .news_list li.view_style_4 .post_item a:before{content:'';position:absolute;display:block;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);z-index:1}.stm_news .news_list li.view_style_4 .post_item a .post_date{position:absolute;z-index:2;top:0;left:30px;font-size:12px;line-height:17px;padding:7px 9px 6px;font-weight:700}@media (max-width:1024px){.stm_news .news_list li.view_style_4 .post_item a .post_date{left:20px}}.stm_news .news_list li.view_style_4 .post_item a h5{position:absolute;color:#fff;padding:0;margin:0;z-index:2;left:30px;bottom:30px;right:30px;width:auto;font-size:22px;font-weight:700;line-height:1.17}@media (max-width:1024px){.stm_news .news_list li.view_style_4 .post_item a h5{font-size:18px;left:20px;bottom:20px;right:20px}}.stm_news .news_list li.view_style_4 .post_item a h5:after,.stm_news .news_list li.view_style_4 .post_item a h5:before{display:none}.stm_news .news_list li.view_style_4:hover .image img{transform:scale(1.1)}.stm_news .news_list li.view_style_5{width:33.33%;flex:0 0 33.33%}@media (max-width:991px){.stm_news .news_list li.view_style_5{width:50%;flex:0 0 50%}}@media (max-width:480px){.stm_news .news_list li.view_style_5{width:100%;flex:0 0 100%}}.stm_news .news_list li.view_style_5 .image{border-radius:0;display:block;overflow:hidden;margin-bottom:20px}.stm_news .news_list li.view_style_5 .image img{border-radius:0;width:100%}.stm_news .news_list li.view_style_5 .title h5{padding:0;margin:0 0 10px;font-size:21px;line-height:24px;font-weight:700;letter-spacing:0;transition:.3s}.stm_news .news_list li.view_style_5 .title h5:after,.stm_news .news_list li.view_style_5 .title h5:before{display:none}.stm_news .news_list li.view_style_5 .read_more_arrow{font-size:14px;line-height:20px;display:inline-block}.stm_news .news_list li.view_style_5 .read_more_arrow i{width:20px;height:20px;border-radius:50%;display:inline-block;margin-right:1px;line-height:20px;font-size:7px;text-align:center;transition:.3s;vertical-align:middle}.stm_news .news_list li.view_style_5 .read_more_arrow:hover i{color:#fff!important;text-decoration:none}.stm_news .news_list li.view_style_6{width:33.3%;flex:0 0 33.3%;margin-bottom:50px}@media (max-width:767px){.stm_news .news_list li.view_style_6{width:50%;flex:0 0 50%}}@media (max-width:640px){.stm_news .news_list li.view_style_6{width:100%!important;flex:0 0 100%!important}}.stm_news .news_list li.view_style_6 .post-item .img-wrap{position:relative;margin-bottom:25px}.stm_news .news_list li.view_style_6 .post-item .img-wrap img{width:100%}.stm_news .news_list li.view_style_6 .post-item .img-wrap .date-wrap{position:absolute;line-height:30px;height:30px;padding:0 20px;color:#fff;left:30px;bottom:0}.stm_news .news_list li.view_style_6 .post-item .post-info{padding:0 30px}.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4{padding:0;font-weight:700;font-size:18px;line-height:24px;margin-bottom:20px}.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4:after,.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4:before{display:none}.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4 a{transition:.3s}.stm_news .news_list li.view_style_6 .post-item .post-info .post-excerpt{font-size:14px;line-height:21px;color:#333}.countdown_box.style_2 .stm_countdown{display:flex;flex-wrap:wrap;justify-content:center;padding:0 15px}.countdown_box.style_2 .stm_countdown .count-box{margin:0 5px 10px;border:none;border-radius:10px;padding:17px 15px 22px;width:100px;text-align:center}.countdown_box.style_2 .stm_countdown .count-box .position{height:36px;font-size:36px;font-weight:700;line-height:36px;margin-bottom:3px;padding:0}.countdown_box.style_2 .stm_countdown .count-box .countdown_label{border:none;font-size:16px;color:#fff;font-weight:400;padding:0}.countdown_box.style_2 .countdown_description{clear:both;color:#fff;text-align:center}.countdown_box.style_2 .stm-register-form{text-align:center}.countdown_box.style_2 .stm-register-form button,.countdown_box.style_2 .stm-register-form input{height:50px}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper{margin:0!important;padding:40px 15px!important;width:100%!important;flex:0 0 100%!important;background:0 0!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper .form-inner-content,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper .form-inner-content{background:0 0!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;width:auto}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content h3,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content h3{width:100%;flex:0 0 100%;padding:0 15px}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper{padding:0 15px;width:50%;flex:0 0 50%;margin:0 0 30px!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper label.light,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper label.light{display:inline}@media (max-width:767px){.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper{width:100%;flex:0 0 100%}}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper .ccb-range-slider__value,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper .ccb-range-slider__value{background-color:#2c3e50}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper .ccb-range-slider__value:after,.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper .ccb-range-slider__value:after{border-right-color:#2c3e50}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper{padding-bottom:0!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper .ccb-total-description ul li{border:none!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label{font-size:14px;line-height:22px;background:0 0!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper select{height:50px;line-height:50px;border-radius:0;background-color:#fff;margin-bottom:0}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper fieldset{padding-top:30px;margin-bottom:20px}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper fieldset h4{margin-bottom:0}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-range-slider__range{height:4px;background-color:#ddd}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-range-slider__range::-webkit-slider-thumb{width:16px;height:16px;box-shadow:none!important}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:not(.ccb-summary-title):not(:last-child){position:relative;border:none;padding:0 0 0 15px!important;margin-bottom:16px;font-size:16px;line-height:22px}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:not(.ccb-summary-title):not(:last-child):before{content:'';display:inline-block;width:6px;height:6px;position:absolute;top:7px;left:0;border-radius:50%}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:last-child{padding-right:0}.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description .ccb-summary-value{padding:0!important;height:auto!important;background:0 0!important;border:none!important;box-shadow:none!important;color:#333!important;text-shadow:none!important}.calc-container.vertical{padding:0!important}.calc-container .calc-checkbox-item label{position:relative;line-height:2!important}.stm_post_about_author.style_2{text-align:center}.stm_post_about_author.style_2 .author_image{margin-bottom:20px}.stm_post_about_author.style_2 .author_image img{border-radius:50%}.stm_post_about_author.style_2 .author_info .author_name{font-size:16px;line-height:19px;margin-bottom:5px}.stm_post_about_author.style_2 .author_info .post_date{font-size:14px;line-height:18px}.stm_share_buttons .share_buttons .addtoany_list{display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.stm_share_buttons .share_buttons .addtoany_list>a{width:100%;flex:0 0 100%;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}@media (max-width:767px){.stm_share_buttons .share_buttons .addtoany_list>a{width:auto;flex:0 0 auto}}.stm_share_buttons .share_buttons .addtoany_list>a>span{width:45px!important;height:45px!important;border-radius:50%!important;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.stm_share_buttons .share_buttons .addtoany_list>a>span svg{width:20px}@media (min-width:768px) and (max-width:1199px){body .staff_bottom_wr{padding-left:30px;padding-right:30px}body .staff_bottom_wr .staff_bottom .infos .info{padding:0 5px}}.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_thumbnail img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.elementor-widget-video .eicon-play{position:absolute;top:50%;left:50%;width:65px;height:65px;opacity:.9;margin:-32px 0 0 -32px;transition:all .3s ease}.elementor-widget-video .eicon-play:before{display:block;content:'';position:absolute;top:21px;left:26px;border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:15px solid transparent;border-left:15px solid #222;transition:.3s ease}.elementor-widget-video .eicon-play:hover:before{border-left-color:#fff}body .elementor-element.overlay{position:relative}body .elementor-element.overlay:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.25);display:block}body .elementor-element.overlay_2{position:relative}body .elementor-element.overlay_2:before,body .overlay_3:before{position:absolute;content:'';right:0;top:0;bottom:0;left:0}body .elementor-element.overlay_2:before{background:rgba(0,3,45,.9);display:block}body .elementor-element.fixed_bg{background-attachment:fixed;background-size:cover;background-position:50% 0}body .overlay_3:before{background:rgba(0,3,45,.9)}body .elementor-widget-container .overlay_3{position:static}body .elementor-element.overlay_4{position:relative}body .elementor-element.overlay_4:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,3,45,.78);display:block}.vc_general.vc_btn3{display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;background-color:transparent;color:#5472d2;border:1px solid transparent;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;position:relative;top:0;transition:all .2s ease-in-out;line-height:normal;box-shadow:none;font-size:14px}.vc_general.vc_btn3.vc_btn3-block{display:block}.elementor-default .wpb_text_column ul li:before{display:none}.elementor-default .wpb_text_column ul li div{padding:0}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings),.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings),.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings){margin:0 0 20px;list-style:none;padding:0}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings).small_margin li,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings).small_margin li,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings).small_margin li{margin-bottom:9px}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li{position:relative;padding:0 0 0 26px;margin:0 0 14px;line-height:18px;border:none;font-size:13px}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li:before,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li:before,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li:before{content:"\f04d";font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0);position:absolute;left:0;top:8px;display:inline-block;vertical-align:top;font-size:5px;transform:rotate(45deg)}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li div,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li div,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li div{padding:10px 0}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol,.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ul,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul{margin:10px 0}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol>li,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol>li,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol>li{list-style:decimal;padding:0}.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol>li:before,.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol>li:before,.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol>li:before{display:none;padding-left:0}.elementor-default .elementor-tab-content ol,.elementor-default .elementor-text-editor ol,.elementor-default .elementor-widget-text-editor ol{list-style:decimal;margin:0 0 20px;padding:0}.elementor-default .elementor-tab-content ol>li,.elementor-default .elementor-text-editor ol>li,.elementor-default .elementor-widget-text-editor ol>li{margin:0 0 10px;border:none;list-style:decimal}.elementor-default .elementor-tab-content ol>li ul>li,.elementor-default .elementor-text-editor ol>li ul>li,.elementor-default .elementor-widget-text-editor ol>li ul>li{list-style:none}.elementor-default .elementor-tab-content ol>li ol,.elementor-default .elementor-tab-content ol>li ul,.elementor-default .elementor-text-editor ol>li ol,.elementor-default .elementor-text-editor ol>li ul,.elementor-default .elementor-widget-text-editor ol>li ol,.elementor-default .elementor-widget-text-editor ol>li ul{margin:10px 0;padding:0 0 0 26px}.elementor-default .elementor-tab-content p:last-child,.elementor-default .elementor-text-editor p:last-child,.elementor-default .elementor-widget-text-editor p:last-child{margin-bottom:0}.elementor-default .elementor-tab-content table,.elementor-default .elementor-text-editor table,.elementor-default .elementor-widget-text-editor table{width:100%;margin:0 0 40px}.elementor-default .elementor-tab-content table td,.elementor-default .elementor-tab-content table th,.elementor-default .elementor-text-editor table td,.elementor-default .elementor-text-editor table th,.elementor-default .elementor-widget-text-editor table td,.elementor-default .elementor-widget-text-editor table th{padding:10px;border:1px solid #e6e6e6}.elementor-default .elementor-tab-content dl,.elementor-default .elementor-text-editor dl,.elementor-default .elementor-widget-text-editor dl{margin:0 0 40px}.elementor-default .elementor-tab-content dl dd,.elementor-default .elementor-text-editor dl dd,.elementor-default .elementor-widget-text-editor dl dd{margin:0 0 10px}.consulting_elementor_wrapper .elementor-element.elementor-widget-stm_spacing,.consulting_elementor_wrapper .elementor-element.elementor-widget-text-editor p:last-child,.consulting_elementor_wrapper .elementor-element.elementor-widget-vc_custom_heading,.vc_custom_heading.consulting_heading_font>div p:last-child{margin-bottom:0}.elementor-default .elementor-tab-content embed,.elementor-default .elementor-tab-content iframe,.elementor-default .elementor-text-editor embed,.elementor-default .elementor-text-editor iframe,.elementor-default .elementor-widget-text-editor embed,.elementor-default .elementor-widget-text-editor iframe{max-width:100%}.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title{background-color:#cacaca;color:#00032d;font-size:16px;line-height:20px;font-weight:600}.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active,.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{background-color:#f2f2f2}.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon{position:absolute;right:15px;color:#00032d}.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{right:auto;left:0;position:relative}.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content{border-top:0}@media (min-width:1200px){.elementor-column.about_full-right_width>.elementor-column-wrap,.elementor-column.form_full-right_width>.elementor-column-wrap{position:relative;padding-right:500px!important;margin-right:-500px!important;padding-left:50px!important;flex-grow:1;display:flex;flex-wrap:wrap}.elementor-column.about_full-left_width>.elementor-column-wrap,.elementor-column.form_full-left_width>.elementor-column-wrap{position:relative;padding-left:500px!important;margin-left:-500px!important;padding-right:50px!important;flex-grow:1;display:flex;flex-wrap:wrap}}@media (max-width:1200px){.elementor-column.about_full-right_width>.elementor-column-wrap,.elementor-column.form_full-right_width>.elementor-column-wrap{padding-left:30px!important}.elementor-column.about_full-left_width>.elementor-column-wrap,.elementor-column.form_full-left_width>.elementor-column-wrap{padding-right:30px!important}}.elementor-row{flex-wrap:wrap}body .steps_box{display:none}body .steps_box+.vc_btn3{z-index:99}.consulting-elementor-notice{background-color:#34383c;background-image:linear-gradient(180deg,#34383c,#4c4f56);padding:10px 30px;font-size:16px;color:#fff;text-align:center}.vc_custom_heading.consulting_heading_font>div p{line-height:1}.elementor-progress-wrapper{margin-top:30px;background-color:rgba(255,255,255,.25)}.elementor-progress-wrapper .elementor-progress-bar{height:10px;border-radius:0!important}.elementor-progress-wrapper .elementor-progress-text{position:absolute;top:-30px;padding:0;text-transform:uppercase;font-size:12px;letter-spacing:.5px;width:70%;line-height:12px}.elementor-progress-wrapper .elementor-progress-percentage{position:absolute;top:-30px;right:0;width:20%;text-align:right;padding:0}.elementor-button-wrapper .elementor-button{border:3px solid transparent}.elementor-button-wrapper .elementor-button.elementor-button-link{padding:10px 25px}.elementor-button-wrapper .elementor-button-text{font-weight:700;font-size:14px}.elementor-button-wrapper .elementor-button-icon{position:relative;top:1px;transition:0s .3s ease;transition-delay:0s}.elementor-button-wrapper .elementor-button-content-wrapper{display:flex;align-items:center}.elementor-button-wrapper.icon_align_left .elementor-button{padding-left:15px;text-align:left}.elementor-button-wrapper.icon_align_left .elementor-button-icon{margin-right:15px}.elementor-button-wrapper.icon_align_right .elementor-button{padding-right:15px;text-align:right}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title,.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{padding:15px 30px;font-weight:700;letter-spacing:-.04em;transition:.3s ease;border:0}.elementor-button-wrapper.icon_align_right .elementor-button-icon{margin-left:15px}body .elementor-section.video_overlay .elementor-background-video-container:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:url(//vincentbernard.com/wp-content/themes/consulting/assets/images/video_overlay.png) 50% 50%;z-index:10}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a{transition:.3s ease}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after,.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:before{display:none}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper{background-color:#f2f2f2;border:0}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{border:0;padding:30px 40px}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p{margin-bottom:35px}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul li{margin-bottom:20px}.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content :last-child,.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul li:last-child{margin-bottom:0}.elementor-image-gallery .gallery-columns-1 .gallery-item{padding:0}.elementor-button-wrapper.button_block .elementor-button{display:block}body.blog.vc_sidebar_page.elementor-default #main>.container>.row>.col-lg-3{padding-left:0;padding-right:0}.elementor-default .fa.fa-facebook{font-family:"Font Awesome 5 Brands"!important;font-weight:400}.elementor-default .fa.fa-facebook:before{content:"\f39e"!important}.elementor-default .fa.fa-map-marker:before{content:"\f041"}.elementor-default .fa-youtube:before{content:"\f167"!important}@media (max-width:1199px) and (min-width:768px){.elementor-default .about_full-right_width>.elementor-column-wrap{margin-right:-15px!important;padding-right:15px!important;width:calc(100% + 15px)}.elementor-default .about_full-left_width>.elementor-column-wrap{margin-left:-15px!important;padding-left:15px!important;width:calc(100% + 15px)}}#footer.style_3{background-color:#304157;font-size:14px}#footer.style_3 .footer-top{padding-top:30px;padding-bottom:30px;border-bottom:1px rgba(255,255,255,.1) solid}@media (max-width:767px){#footer.style_3 .footer-top .socials{padding-top:30px}}#footer.style_3 .footer-top .socials ul{margin:0;padding:0;width:100%;display:flex;flex-wrap:wrap;list-style-type:none}@media (min-width:768px){#footer.style_3 .footer-top .socials ul{justify-content:flex-end}}#footer.style_3 .footer-top .socials ul li{display:inline-block;margin:0 4px}#footer.style_3 .footer-top .socials ul li a{width:45px;height:45px;display:inline-block;border-radius:50%;color:#fff;background-color:rgba(255,255,255,.1);text-align:center;line-height:45px;transition:.3s}#footer.style_3 .footer-top .socials ul li a:hover{background-color:#111}#footer.style_3 .widget_socials{margin-top:0}#footer.style_3 .widget_socials ul.widget_socials{margin:0;padding:0;width:100%;display:flex;flex-wrap:wrap;list-style-type:none}#footer.style_3 .widget_socials ul.widget_socials li{display:inline-block;margin:0 4px}#footer.style_3 .widget_socials ul.widget_socials li a{width:45px;height:45px;display:inline-block;border-radius:50%;color:#fff;background-color:rgba(255,255,255,.1);text-align:center;line-height:45px;transition:.3s}#footer.style_3 .widgets_row .widget.widget_nav_menu ul li a:before,#footer.style_3 .widgets_row .widget_title:after,#footer.style_3 .widgets_row .widget_title:before{display:none}#footer.style_3 .widget_socials ul.widget_socials li a:hover{background-color:#111}#footer.style_3 .widgets_row{padding-top:35px;padding-bottom:44px}#footer.style_3 .widgets_row .widget_title{padding-top:0;padding-bottom:0!important;font-size:18px!important;font-weight:700;line-height:1;letter-spacing:1.08px;color:#fff!important;margin-bottom:27px!important}#footer.style_3 .widgets_row .widget.widget_text,#footer.style_3 .widgets_row .widget.widget_text p{color:#fff;font-size:14px;line-height:1.71}#footer.style_3 .widgets_row .widget.widget_nav_menu ul{margin:0}#footer.style_3 .widgets_row .widget.widget_nav_menu ul li{padding:0 0 0 15px;position:relative;margin-bottom:13px}#footer.style_3 .widgets_row .widget.widget_nav_menu ul li a{padding-left:0;color:#fff!important}#footer.style_3 .widgets_row .widget.widget_nav_menu ul li:before{content:'';display:block;width:5px;height:5px;border-radius:50%;position:absolute;left:0;top:5px}#footer.style_3 .copyright-wrap{color:rgba(255,255,255,.5);padding:27px 0;border-top:1px rgba(255,255,255,.1) solid}#footer.style_3 .copyright-wrap a{color:rgba(255,255,255,.5)}#footer.style_3 .copyright-wrap a:hover{color:#fff}@media (min-width:1200px){body,html{min-height:100%;height:100%;position:relative}#fullpage{flex-grow:1}#wrapper{min-height:100%;display:flex;flex-direction:column}}