/*!
Theme Name: Norebro Child
Theme URI: https://www.quicks.co.il
Author: Quicks
Author URI: https://www.quicks.co.il
Description: Norebro is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: norebro
Text Domain: norebro-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.only_one_item .owl-stage {
	width:100% !important;
}
.only_one_item .owl-item {
	width:100% !important;
}
a {
    cursor: initial !important;
}
body.blog .blog-grid.boxed footer {
	display:none;
}
body .blog-grid.grid-1 {
    margin-bottom: 30px;
}
body .blog-grid.grid-1 img {
    height: 200px;
    object-fit: cover;
}
body .careers-form.sent .wpcf7-response-output {
    border: none;
    color: #46b450;
}
body .careers-form.invalid .wpcf7-response-output {
    border: none;
    color: #f00;
}
body.blog .blog-grid.boxed .content, body.archive .blog-grid.boxed .content {
	padding:20px 25px;
    height: 230px;
}
body.rtl.blog .blog-grid.grid-1 .content {
    padding:20px 25px;
    height: 180px;
}
@media(max-width: 1440px) {
    body.rtl.blog .blog-grid h3 {
       line-height: 1.25;
    }
    body.blog .blog-grid.boxed h3 {
        line-height: 1.25;
    }
    body.blog .blog-grid.boxed .content, body.archive .blog-grid.boxed .content {
        padding: 15px;
    }
}
@media(max-width: 767px) {
    body.rtl.blog .blog-grid.grid-1 .content {
        padding:20px;
        height: auto;
    }
    body.blog .blog-grid.boxed .content, body.archive .blog-grid.boxed .content {
        padding: 15px;
        height: auto;
        padding: 20px;
    }
}
a[href] {
    cursor: pointer !important;
}

.fixator {
    width: 96%;
    max-width: 1522px;
    margin: 0 auto;
}
.navigation-header {
    width: 100%;
    padding: 7px 0;
    position: absolute;
    top: 10px;
    z-index: 1000;
}

.navigation-header--inner {
    background: #ffffff;
    position: static;
}
body .grecaptcha-badge {
	display:none !important;
}
body.page-id-23987618 .grecaptcha-badge {
	display:block !important;
}
body.page-id-23986121 .grecaptcha-badge {
	display:block !important;
}
body.page-id-23987539 .grecaptcha-badge {
	display:block !important;
}
body.page-id-23984800 .grecaptcha-badge {
	display:block !important;
}
body.page-id-23984780 .grecaptcha-badge {
	display:block !important;
}
.navigation-header__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation-header__logo {
    margin-right: 20px;
}

.navigation-header__logo img {
    display: block;
    width: 179px;
}

.navigation-header__logo .logo-dark {
    display: none;
}

.navigation-header--inner .logo-dark {
    display: block;
}

.navigation-header--inner .logo-white {
    display: none;
}

#mega-menu-wrap > ul .sub-menu, #mega-menu-wrap > ul .sub-sub-menu {
    background: #f3f3f3;
}
body {
	
}
#mega-menu-wrap > ul > li .sub-nav {
    top: 160%;
}

#mega-menu-wrap > ul > li .sub-sub-nav {
    margin-left: 2px;
}

#mega-menu-wrap > ul > li.current-menu-item > a::before,
#mega-menu-wrap > ul > li.current-menu-ancestor > a::before {
    display: none;
}

#mega-menu-wrap > ul > li.mega-menu-item > a::after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 2px;
    background: #3487c5;
    width: 0;
    bottom: -5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#mega-menu-wrap > ul > li > a {
    padding: 0;
    position: relative;

    color: #43aeff;
    font-size: 14px;
    text-transform: uppercase;
}

#mega-menu-wrap a {
    font-weight: 600;
}

#mega-menu-wrap > ul > li:hover > a,
#mega-menu-wrap > ul > li.current-menu-item > a {
     color: #3487c5;
}

#mega-menu-wrap > ul > li:hover > a:after,
#mega-menu-wrap > ul > li.current-menu-item > a:after,
#mega-menu-wrap > ul > li.current-menu-ancestor > a:after {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#mega-menu-wrap > ul .sub-menu > li,
#mega-menu-wrap > ul .sub-sub-menu > li {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

#mega-menu-wrap > ul > li.has-submenu:after {
    color: #43aeff;
    font-weight: bold;
    opacity: 1;
    margin-top: 1px;
    right: 15px;
}

.navigation-header__menu li {
    list-style: none;
    display: inline-block;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.navigation-header__lang select {
    padding-right: 5px;
    border-bottom: none;
    color: #a6a6a6;
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
}

.navigation-header__lang select:hover {
    color: #f3f3f3;
}

.navigation-header--inner .navigation-header__lang select:hover {
    color: #000000;
}

.they-say .slider-wrap {
    font-size: 22px;
    line-height: 30px;
    color: #343434;
}

.they-say .slider-wrap p {
    line-height: 30px;
}

.they-say__title,
.our-services__title {
    font-size: 40px;
    color: #343434;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px !important;
}

.they-say__title .wpb_wrapper,
.our-clients__title .wpb_wrapper,
.our-services__title .wpb_wrapper {
    position: relative;
    display: inline-block;

    padding-bottom: 20px;
}

.they-say__title .wpb_wrapper:after,
.our-clients__title .wpb_wrapper:after,
.our-services__title .wpb_wrapper:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background: #343434;
    bottom: 0;
    left: 0;
}

.they-say__title p,
.our-clients__title p,
.our-services__title p {
    color: #343434;
}

.our-clients {
    background: #f8f8f8;
}

.our-clients__title {
    font-size: 40px;
    color: #343434;
    font-weight: bold;
    text-align: left;
    margin-bottom: 60px !important;
}

.our-clients .slider .slider-wrap .wpb_content_element {
    text-align: center;
}

.page-banner {
    background: #f7f9fa;
    min-height: auto !important;
}

.page-banner__text {
    font-size: 30px;
    color: #828282;
}

.page-banner__text h2 {
    margin-bottom: 60px;
    font-size: 44px;
}

.page-banner__text p {
    line-height: 36px;
    font-weight: bold;
    color: #828282;
}

.page-banner__text b {
    color: #343434;
}

.page-banner__text em {
    font-style: normal;
    color: #00acec;
}

.mobile-menu {
    visibility: hidden;
}

.mobile-menu__overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.34);
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu__content {
    background: #ffffff;
    min-height: 100%;
    width: 300px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
}

.mobile-menu__logo {
    font-size: 31px;
    font-weight: bold;
    color: #00a6e8;
    text-transform: lowercase;
    letter-spacing: -0.4px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding: 15px;
    width: 200px;
    margin: 0 auto;
}

.mobile-menu__logo img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.mobile-menu ul {
    width: 100%;
}

.mobile-menu ul li {
    display: block;
    margin-right: 0;
}

.mobile-menu ul li a {
    display: block;
    padding: 15px;
    border-top: none;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
    background: #f5f5f5;
}

.mobile-menu li.nav-item {
    border-bottom: 1px solid #efeaea;
}

.mobile-menu li[class*="menu-item-depth"] {
    padding-left: 15px;
}

.opened-menu .mobile-menu__overlay {
    visibility: visible;
    opacity: 1;
}

.opened-menu .mobile-menu__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-slider {
    color: #ffffff !important;
    flex-direction: column;
}

.main-slider .vc_column_container {
    flex: 1 1 auto;
}

.main-slider.vc_row-o-full-height .slider-wrap,
.main-slider.vc_row-o-full-height .slider,
.main-slider.vc_row-o-full-height .owl-stage-outer,
.main-slider.vc_row-o-full-height .owl-stage,
.main-slider.vc_row-o-full-height .owl-item,
.main-slider.vc_row-o-full-height .owl-item .vc_row {
    min-height: 100vh;
}

.main-slider.vc_row-o-full-height .vc_column_container > .vc_column-inner > .wpb_wrapper {
    text-align: center;
}

.main-slider.vc_row-o-full-height .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 200px;
}

.main-slider.vc_row-o-full-height .owl-item .slider-wrap > .vc_row:before {
    content: ' ';
    display: inline-block !important;
    width: 1px;
    min-height: 100vh;
    vertical-align: middle;
}

.main-slider.vc_row-o-full-height .owl-item .slider-wrap > .vc_row:after {
    display: none;
}

.main-slider.vc_row-o-full-height .owl-item .slider-wrap > .vc_row > .wpb_column {
    display: inline-block !important;
    float: none !important;
    width: calc(100% - 6px) !important;
    vertical-align: middle !important;
}

.main-slider * {
    color: inherit !important;
}

.main-slider h1 {
    font-size: 71px;
    letter-spacing: -4.26px;
}

.main-slider h4 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 400;
}

.main-slider .owl-stage-outer > .owl-stage > .owl-item {
    padding: 0 !important;
}

.main-slider .owl-dots {
    margin-top: -70px !important;
}

.main-slider .owl-dot {
    border: 2px solid #575759;
    background: #575759;
    width: 16px !important;
    height: 16px !important;
}

.main-slider .owl-dot:after {
    display: none;
}

.main-slider .owl-dot:hover,
.main-slider .owl-dot.active {
    background: #ffffff !important;
    border-color: #575759 !important;
}

.site-title {
    font-size: 47px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px !important;
}

.site-title p {
    line-height: 57px;
    color: inherit;
    font-weight: 500;
    letter-spacing: -2px;
}

.site-title--white {
    color: #ffffff;
}

.our-services .icon-box {
    min-height: 150px;
}

.our-services .icon-box .btn {
    display: none;
}

.our-services  .icon-box.box-left .icon-wrap {
    width: 100px;
    text-align: left;
}

.our-services  .icon-box.box-left .icon-wrap img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-services  .icon-box.box-left .content-wrap {
    padding: 0 0 0 100px;
}

.our-services .icon-box.box-left h3,
.our-services .icon-box.box-right h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 500;
    margin-top: -4px;
}

.our-services  .icon-box .description {
    font-size: 16px;
    color: #727373;
}

.tsoc-block .wpb_text_column {
    margin-bottom: 50px;
}

.tsoc-block p {
    font-size: 23px;
    color: #ffffff;
    line-height: 38px;
}

.tsoc-block__button button,
.tsoc-block__button a {
    font-size: 18px !important;
    color: #126888 !important;
    padding: 10px 50px 10px 32px !important;
    text-decoration: none !important;
}

.tsoc-block__button button:hover,
.tsoc-block__button a:hover {
    background: #b9cdd4 !important;
}

.how-it-works__min-height .vc_column-inner {
    min-height: 640px;
    background-position: center !important;
    position: relative;
    background-size: 80% !important;
}

.how-it-works__play-button {
    position: absolute !important;
    top: 50%;
    height: 138px;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    margin-top: -77px;
}

.how-it-works__play-button .btn-play {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 46px;
    color: #ffffff !important;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d2ff+0,28f1fa+100 */
    background: #00d2ff !important; /* Old browsers */
    background: -moz-linear-gradient(left, #00d2ff 0%, #28f1fa 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00d2ff 0%,#28f1fa 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00d2ff 0%,#28f1fa 100%) !important;  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#28f1fa',GradientType=1 ) !important; /* IE6-9 */

    border-color: #3FFDFB !important;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.how-it-works__play-button .btn-play:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d2ff+0,28f1fa+100 */
    background: #0386b7 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #0386b7 0%, #29d6fa 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0386b7 0%,#29d6fa 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0386b7 0%,#29d6fa 100%) !important;  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0386b7', endColorstr='#29d6fa',GradientType=1 ) !important; /* IE6-9 */

}

.how-it-works__play-button.with-anim .btn-play:after,
.how-it-works__play-button.with-anim .btn-play:before {
    border-radius: 50% !important;
    border-color: #3FFDFB;
}

.how-it-works__play-button .content-center {
    width: 100% !important;
    margin: 0 !important;
    display: block;
    clear: both !important;
    padding: 0 !important;
    text-align: center !important;
}

.how-it-works__play-button .content {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
}

.how-it-works__play-button h4 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center !important;
}

.how-it-works__play-button .wrap {
    display: block !important;
}

.block-separator {
    height: 11px;
}

.reviews-carousel .wpb_text_column {
    font-size: 26px;
    color: #464f57;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1px;
}

.reviews-carousel .wpb_text_column p {
    line-height: 36px;
}

.reviews-carousel .wpb_text_column strong,
.reviews-carousel .wpb_text_column em {
    font-size: 17px !important;
    line-height: 17px;
    font-style: normal;
}

.reviews-carousel .wpb_text_column strong {
    display: block;
    margin-top: 40px;
    letter-spacing: 0.5px;
}

.reviews-carousel .owl-dot:hover,
.reviews-carousel .owl-dot.active {
    background: #ffffff;
}

.reviews-carousel .owl-dot {
    background: #575759;
    border-color: #575759;
    width: 16px !important;
    height: 16px !important;
}

.reviews-carousel .owl-dot:after {
    display: none;
}

.logo-list {
    justify-content: space-around;
}

.logo-list .wpb_single_image {
    text-align: center !important;
    margin-bottom: 50px;
}

.logo-list .wpb_single_image .vc_figure {
    width: 100%;
}

.logo-list .wpb_single_image .vc_figure a:hover {
    opacity: 0.6;
}

.logo-list .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

.footer__separator {
    background: #ffffff;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
}

.site-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer .site-title p {
    font-size: 40px;
    line-height: 45px;
}

.site-footer .widget {
    max-width: none;
    padding-top: 0 !important;
}

.site-footer .widget .widget-title {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.site-footer .widget_norebro_widget_subscribe button.btn {
    background: #00acec;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 500;
    border-color: #00acec !important;
    padding: 10px 40px;
    margin-top: -5px;
    border-radius: unset;
    margin-left: 25px;
    text-transform: uppercase;
    width: 220px;
    display: inline-block;
    letter-spacing: -2px;
}

.site-footer .widget_norebro_widget_subscribe button.btn:hover {
    background: #0386b7 !important;
    border-color: #0386b7 !important;
}

.site-footer .widgets input[type="text"] {
    max-width: 800px;
    font-size: 18px;
    font-weight: 300;
    border:1px solid #ffffff;
    text-align: center;
    display: inline-block;
    width: calc( 100% - 250px );
}

.site-footer .widgets .socialbar a.social.outline:hover {
    background-color: #00acec !important;
}

.site-footer .widget_nav_menu li,
.site-footer .widget_pages li {
    padding: 0 !important;
}

.site-footer .widget .menu a {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    text-decoration: none;
}

.site-footer .widget .menu a:hover {
    text-decoration: none;
}

.site-footer .textwidget p {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.site-footer .widgets-column {
    width: 100%;
}

.site-footer .widgets-column__first .textwidget p {
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.site-footer .widgets-column__second {
    margin-top: 20px;
}

.site-footer .justify_flex {
    justify-content: space-around;
}

.justify_flex_center {
    justify-content: center;
}

.btn-blue {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 200px;
}

.btn-blue .vc_btn3 {
    background: #43aeff !important;
    color: #ffffff;
    border: 3px solid #43aeff !important;
    font-size: 18px !important;
    min-width: 100%;
    font-weight: 600;
}

.btn-blue .vc_btn3:hover {
    background: transparent !important;
    color: #43aeff !important;
}

.btn-blue--transparent .vc_btn3 {
    color: #43aeff !important;
    background: transparent !important;
}

.btn-blue--transparent .vc_btn3:hover {
    background: #43aeff !important;
    color: #ffffff !important;
}

.tsoc-block.vc_row.vc_row-flex {
    box-sizing: border-box !important;;
    display: flex !important;;
    -webkit-flex-wrap: wrap !important;;
    -ms-flex-wrap: wrap !important;;
    flex-wrap: wrap !important;
}

.reviews-carousel-logos .slider-nav > div {
    width: 21px;
    height: 34px;
    background: none;
    border-radius: 0;
    font-size: 0;
    margin-top: -15px;
}

.reviews-carousel-logos.slider .slider-wrap .wpb_content_element {
    text-align: center;
}

.reviews-carousel-logos .slider-nav > div span {
    font-size: 0 !important;
}

.reviews-carousel-logos.slider .owl-prev {
    background: url('images/reviews-arrow-left.png') no-repeat center;
}

.reviews-carousel-logos.slider .owl-nav .owl-next {
    background: url('images/reviews-arrow-right.png') no-repeat center;
}

.integrates-carousel-logos {
    width: 100%;
}

.integrates-carousel-logos.slider .owl-nav div {
    margin-top: -15px;
}

.integrates-carousel-logos .slider-nav > div {
    width: 21px;
    height: 34px;
    background: none;
    border-radius: 0;
    font-size: 0;
}

.integrates-carousel-logos.slider .slider-wrap .wpb_content_element {
    text-align: center;
}

.integrates-carousel-logos .slider-nav > div span {
    font-size: 0 !important;
}

.integrates-carousel-logos.slider .owl-prev {
    background: url('images/integrates-arrow-left.png') no-repeat center;
}

.integrates-carousel-logos.slider .owl-nav .owl-next {
    background: url('images/integrates-arrow-right.png') no-repeat center;
}

.our-services .icon-box .icon-wrap svg {
    fill: #27BCFF;
    max-width: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-services .icon-box:hover .icon-wrap svg {
    fill: #1184b7;
}

.clearfix {
    display: table;
    clear: both;
    width: 100%;
}

.innerpage-top-1 h1 {
    font-weight: 700;
    color: #000000;
    line-height: 48px;
    letter-spacing: 0.5px;
    font-size: 50px;
    margin-bottom: 30px !important;
    word-break: keep-all;
    word-wrap: initial;
}

.innerpage-top-b {
    max-width: 696px;
    margin: 0 auto;
}

.innerpage-top-1 h1 em {
    font-style: normal;
    color: #47a2ff;
}

.innerpage-top-1 .wpb_wrapper p {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
}

.inner-black-button .vc_btn3.vc_btn3-color-black, .inner-black-button .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    background: #000000 !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 36px;;
}

.inner-black-button .vc_btn3.vc_btn3-color-black:hover, .inner-black-button .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover {
    background: #737272 !important;
}


.inner-blue-button .vc_btn3.vc_btn3-color-black, .inner-blue-button .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    background: #03547e !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 36px;;
}

.inner-blue-button .vc_btn3.vc_btn3-color-black:hover, .inner-blue-button .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover {
    background: #003c5b !important;
}

.managed-security .icon-wrap svg {
    fill: #47a2ff;
}

.managed-security .icon-box > a:hover svg {
    fill: #285788;
}

.managed-security h2 {
    font-size: 39px;
    color: #000000;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0.39px;
    margin-bottom: 60px !important;
}

.managed-security .vc_row-flex {
    justify-content: center;
}

.managed-security .vc_row-flex .vc_col-lg-2 {
    min-width: 20%;
}

.managed-security .icon-box {
    margin-bottom: 50px;
}

.managed-security .icon-box .btn {
    display: none;
}

.managed-security .icon-box .icon-wrap {
    min-height: 77px;
}

.managed-security .icon-box h3 {
    color: #47a2ff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.managed-security .icon-box .description {
    font-size: 13px;
    color: #000000;
    line-height: 19px;
    font-weight: normal;
}

.managed-security h3 {
    font-size: 47px;
    color: #47a2ff;
    letter-spacing: 0.47px;
    margin-bottom: 40px !important;
}

.managed-security .big-description .wpb_wrapper p {
    letter-spacing: 0.22px;
    line-height: 40px;
    color: #000000;
    font-size: 22px;
}

.incident-block {
    padding-top: 90px;
}

.incident-block h1 {
    color: #000000;
    font-size: 45px;
    letter-spacing: -0.9px;
    margin-bottom: 50px !important;
}

.incident-block .wpb_wrapper p {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.44px;
    color: #000000;
}

.additional-blocks .icon-box h3 {
    color: #5fa6da;
    font-size: 30px;
    min-height: 59px;
    padding-top: 15px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top left;
}

.additional-blocks .icon-box.blocks-block1 h3 {
    background-image: url('images/blocks-setup.png');
}

.additional-blocks .icon-box.blocks-block2 h3 {
    background-image: url('images/blocks-learn.png');
}

.additional-blocks .icon-box.blocks-block3 h3 {
    background-image: url('images/blocks-monitor.png');
}

.additional-blocks .icon-box.blocks-block4 h3 {
    background-image: url('images/blocks-tsoc.png');
}

.additional-blocks .icon-box .description {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    font-weight: 500;
}

.breadcrumbs {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.breadcrumbs a {
    color: #979797;
    font-size: 10px;
    text-decoration: underline;
}

.breadcrumbs a:before {
    display: none !important;
}

.breadcrumbs a:hover {
    color: #47a2ff !important;
}

.breadcrumbs .current {
    font-size: 10px;
    color: #47a2ff;
}

.breadcrumbs {
    padding: 5px 0 !important;
}

div.vc_row.vc_parallax {
    overflow: hidden !important;
}

.site-footer .widgets .widget > *:first-child {
    font-weight: 600;
}

.shield_icons .icon-box .content-wrap {
    padding-top: 8px !important;
}

.careers-form input:not([type="submit"]),
.careers-form textarea,
.careers-form select {
    border: 1px solid #0083CD;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.careers-form input[type="submit"] {
    border-radius: 0;
    background: #007ECC;
    color: #fff;
    border: none;
    float: left;
}

.careers-form .attachment_file {
    position: relative;
}

.careers-form .attachment_file .wpcf7-form-control-wrap span {
    margin-top: 15px !important;
}

.careers-form .attachment_file input {
    opacity: 0;
    width: 130px;
    position: relative;
    z-index: 1001;
}

.careers-form .attachment_file .file_replacement {
    background: #007ECC;
    color: #ffffff;
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 15px;
    z-index: 1000;
}

.careers-form .attachment_file .file_replacement span {
    position: absolute;
    left: 24px;
    top: 8px;
    font-size: 26px;
    font-weight: bold;
    line-height: 6px;
}

.careers-form .ajax-loader {
    float: left;
}

.careers-form .wpcf7-form-control-wrap span {
    margin-top: -15px;
    margin-bottom: 15px;
}

.careers-form .wpcf7-response-output {
    /*border: none !important;*/
    clear: both;
    margin-top: 80px;
}

.careers-form .wpcf7-mail-sent-ok {
    color: #317d10;
    font-weight: bold;
}

.careers-form .wpcf7-validation-errors {
    color: #ff0000;
}

.careers-form .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

.contact-form.classic .input-group label input.wpcf7-not-valid,
.contact-form.classic .input-group label textarea.wpcf7-not-valid {
    border-color: #f00;
}

.portfolio-gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255,255,255, 0.9);
    opacity: 0;
    visibility: hidden;
}

.portfolio-gallery-overlay.open {
    opacity: 1;
    visibility: visible;
}

.portfolio-gallery {
    max-width: 800px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    height: auto;
    top: 50%;
}

.portfolio-gallery .slider,
.portfolio-gallery .gallery-content {
    width: 100%;
    height: auto;
    position: initial;
    float: none;
}

.portfolio-gallery .slider .disabled {
    display: none;
}

.portfolio-gallery .slider {
    margin: 0 30px;
}

.portfolio-gallery .slider .owl-stage-outer,
.portfolio-gallery .slider .owl-stage,
.portfolio-gallery .slider .owl-item {
    height: auto;
}

.portfolio-gallery .slider .owl-stage {
    position: relative;
}

.portfolio-gallery .slider .owl-item img {
    display: block;
}

@media (max-width: 1440px) {
    .page-container {
        max-width: 1110px;
    }
}

@media (max-width: 1200px) {
    .navigation-header__menu li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {

    .how-it-works__min-height .vc_column-inner {
        background-size: 60% !important;
    }

    .main-slider h1 {
        font-size: 60px;
    }

    .main-slider h4 {
        font-size: 22px;
    }

    .main-slider.vc_row-o-full-height .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
        margin-bottom: 120px;
    }

    .main-slider.vc_row-o-full-height .slider-wrap,
    .main-slider.vc_row-o-full-height .slider,
    .main-slider.vc_row-o-full-height .owl-stage-outer,
    .main-slider.vc_row-o-full-height .owl-stage,
    .main-slider.vc_row-o-full-height .owl-item,
    .main-slider.vc_row-o-full-height .owl-item .vc_row {

        min-height: calc( 100vh - 61px );

    }

    .main-slider.vc_row-o-full-height .owl-item .slider-wrap > .vc_row:before {
        min-height: calc( 100vh - 61px );
    }

    .navigation-header {
        background: #ffffff;
        position: static;
    }

    .navigation-header__lang select {
        color: #0e0e0e;
        padding-right: 0;
    }

    .navigation-header__lang select:hover {
        color: #0e0e0e;
    }

    .navigation-header__menu {
        display: none;
    }

    #hamburger-menu {
        display: block !important;
        float: right;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transition-property: visibility, opacity, -webkit-transform;
        transition-property: visibility, opacity, -webkit-transform;
        transition-property: visibility, opacity, transform;
        transition-property: visibility, opacity, transform, -webkit-transform;
    }

    .navigation-header__logo .logo-dark {
        display: block;
    }

    .navigation-header__logo .logo-white {
        display: none;
    }
}

@media (max-width: 768px) {

    .portfolio-gallery {
        height: 100%;
        transform: none !important;
        left: 0;
        top: 0;
    }

    div.vc_row.vc_row-flex:after {
        content: ' ';
        display: block;
        clear: both;
    }

    .shield_icons .vc_column_container
    {
        width: 200px !important;
        margin: 0 auto 50px auto;
        float: none !important;
    }

    .site-footer .site-title p {
        font-size: 29px;
        line-height: 39px;
        letter-spacing: 0;
    }

    .slider.norebro-slider .slider-nav {
        display: block !important;
    }

    .innerpage-top-1 .wpb_wrapper p br {
        display: none;
    }

    .managed-security h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px !important;
    }

    .managed-security h3 {
        font-size: 30px;
    }

    .managed-security .big-description .wpb_wrapper p {
        font-size: 17px;
    }

    .incident-block h1 {
        font-size: 30px;
    }

    .incident-block .wpb_wrapper p {
        font-size: 17px;
    }

    .innerpage-top-1 h1 {
        font-size: 32px;
    }

    .managed-security div.vc_row.vc_row-o-equal-height {
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .managed-security div.vc_row.vc_row-o-equal-height > .vc_col-xs-6 {
        width: 50% !important;
        clear: none;
        display: flex !important;
    }

    .equal-columns-768 .vc_col-xs-6 {
        width: 50% !important;
        clear: none !important;
    }

    .how-it-works__min-height .vc_column-inner {
        background-size: 75% !important;
    }

    .tsoc-block .wpb_text_column {
        margin-bottom: 30px;
    }

    .tsoc-block .wpb_single_image img {
        max-width: 300px;
        width: 100%;
    }

    .tsoc-block p {
        font-size: 18px;
    }

    .main-slider h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }

    .main-slider h4 {
        font-size: 18px;
    }

    .main-slider h4 br {
        display: none;
    }

    .our-services .icon-box {
        text-align: center;
        margin-bottom: 50px;
    }

    .our-services .icon-box.box-left .icon-wrap {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .our-services .icon-box.box-left .content-wrap {
        padding: 0;
    }

    .site-title {
        font-size: 35px;
    }

    .site-title p {
        line-height: 50px;
    }

    .logo-list .vc_col-xs-6 {
        width: 50% !important;
    }

    .logo-list.vc_row.vc_row-flex,
    .our-services .vc_row.vc_row-flex {
        box-sizing: border-box !important;
        display: flex !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 576px) {

    div.our-services,
    div.our-reviews {
        background-image: none !important;
    }

    .main-slider.vc_row-o-full-height .owl-item .vc_row {
        background-size: auto 120% !important;
    }

    .integrates-carousel-logos .slider-nav > div,
    .reviews-carousel-logos .slider-nav > div {
        width: 21px;
        height: 23px;
        margin-top: -10px !important;
    }

    .slider-wrap .wpb_single_image img {
        max-width: 80%;
    }

    .hamburger-menu a {
        margin: 0 0 0 10px;
    }

    .managed-security div.vc_row.vc_row-o-equal-height > .vc_col-xs-6 {
        width: 100% !important;
        clear: none;
        display: block !important;
    }

    .logo-list .vc_col-xs-6 {
        width: 100% !important;
    }

    .equal-columns-768 .vc_col-xs-6 {
        width: 100% !important;
    }

    .main-slider h1 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .main-slider h4 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .main-slider.vc_row-o-full-height .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
        margin-bottom: 30px;
    }

    .how-it-works__min-height .vc_column-inner {
        min-height: 550px;
        background-size: 96% !important;
    }

    .site-footer .widgets input[type="text"] {
        width: 100%;
        display: block;
        margin: 0 0 30px 0;
    }

    .site-footer .widget_norebro_widget_subscribe button.btn {
        width: 100%;
        display: block;
        margin: 0;
    }

    .site-title {
        font-size: 25px;
    }

    .reviews-carousel .wpb_text_column p {
        font-size: 18px;
    }

    .companies-list .logo-list .wpb_single_image .vc_single_image-wrapper {
        padding: 0px 55px;
    }

    .main-slider .vc_empty_space {
        height: auto !important;
    }

    .innerpage-top-1 h1 {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
}
.cookie_message {
	position:fixed;
	border-top:4px solid #3CA9DF;
	background:#fff;
	width:100%;
	bottom:0;
	z-index:999;
	left:0;	
}
.cookie_message p {
	float:left;
	display:block;
	width:calc(100% - 400px);
	color:#000;
	font-size:14px;
	margin:0;
}
.cookie_message .page-container {
	position:relative;
	height: 100%;
    overflow: hidden;
	padding:10px 0;
}
.cookie_message a {
	color:#5472d2;
}
.cookie_message button {
	right:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
    font-size: 1rem;
	position: absolute;
    top: 50%;
    padding: 15px;
	border:none;
	outline:none;
	border-radius:10px;
	background:#000;
	color:#fff;
	text-align:center;
	height:50px;
	line-height:1;
	font-size:16px;
    min-width: 170px;
}
@media (max-width:1440px) {
	.cookie_container {
		width:1110px;
	}
}
@media (max-width:1200px) {
	.cookie_container {
		width:100%;
	}
	.cookie_message button {
		right:15px;
	}
	.cookie_message .page-container {
		padding:10px 15px;
	}
}
@media (max-width:992px) {
	.cookie_message p {
		    width: calc(100% - 230px);
	}
}
@media (max-width:767px) {
	.cookie_message p {
		font-size: 12px;
        line-height: 1.7;
	}
	.cookie_container {
		padding:5px 15px;
	}
	.cookie_message button {
		height: 45px;
    line-height: 15px;
    font-size: 14px;
    min-width: 130px;
	}
}
@media (max-width:600px) {
	.cookie_message p {
		width: 100%;
		text-align:center;
		display:block;
		margin-bottom:8px;
		font-size:11px;
	}
	.cookie_message button {
		position:static;
		transform:none;
		-webkit-transform:none;
		display:table;
		margin:0 auto;
		height: 35px;
    line-height: 1px;
    font-size: 13px;
    min-width: auto;
	}
	.cookie_container {
		padding:8px 10px;
	}
}
