.pogoSlider-slide {
    opacity: 1;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-x: 80%;
}

.pogoSlider-slide-element .container {
    margin-left: 30%;
    max-width: 750px;
}

.pogoSlider-slide-element p {
    margin-bottom: 0;
    color: #ffffff;
    font-style: normal !important;
}

.bubbly-button {
    background: var(--dark-blue);
}

ul.ul-point-icon li{
    list-style-image: url(../img/resources/icon/ok.svg);
}
ul.ul-point-icon li::marker {
    font-size: 2em;
}


/* fixed top */
.header {
    position: fixed;
    z-index: 10000;
    background-color: white;
    /*border-bottom: 2px solid #ccc;*/
    min-height: 66px;
}

.header .navbar {
    min-height: 66px;
}

.navbar .navbar-nav .nav-link {
    background: none;
    cursor: pointer;
    letter-spacing: unset;
    font-weight: 500;
}

.navbar-light {
    color: black;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    /* color: #3884ab; */
    color: var(--dark-blue);
}

.banner-img-creams img {
    margin-bottom: 0;
}

/* .pogoSlider {
    background-image: url('../img/resources/x.png');
    background-position:  center;
    background-size: 80%;
    background-repeat:  no-repeat;
} */

.banner-img-creams:before {
    content: unset;
}

.banner-img-creams:after {
    content: unset;
}

.pogoSlider-slide:before {
    content: " ";
    background: #212121;
    background-image: url('../img/resources/main/cyber_sec_backgroud.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    width: 110%;
    height: 110%;
    margin-top: 65px;
    z-index: -1;
}

.slideshowBg {
    position: absolute;
    right: 11%;
    top: 64px;
}

.slideshowBg img {
    width: 100%;
}

.py-5 {
    padding-top: 0 !important;
}

.large-12.columns img {
    width: 100%;
    position: relative;
    left: -15px;
    top: 10px;
}

h2, h3, h4 {
    font-family: 'BarlowSemiCondensed', sans-serif;
}

.box-a,
.box-b {
    background: none;
    box-shadow: none;
}

.box-a:before,
.box-b:before {
    content: none;
}

.box-a i {
    --fa-secondary-opacity: 1;
    --fa-primary-opacity: 1; /*tenhle*/
    --fa-secondary-color: var(--dark-blue);
    --fa-primary-color: var(--dark);
    text-align: center;
    font-size: 550%;
    color: var(--dark);
    margin-top: 5pt;
}

.box-a i.reverse {
    --fa-secondary-opacity: 1; /*tenhle*/
    --fa-primary-opacity: 1;
    --fa-secondary-color: var(--dark) !important;
    --fa-primary-color: var(--dark-blue); !important;
}

.box-a img,
.box-b img {
    width: 100px;
    margin-top: 8px;
}

.box-a img.product-preview,
.box-b img.product-preview {
    width: 300px;
    margin-top: 15px;
    border: 2px solid #d2d2d2;
}

.box-a img.product-preview.alt,
.box-b img.product-preview.alt {
    width: 200px;
    margin-top: 15px;
}

.d-flex.py-5.px-3 .col-2 i {

}

.d-flex.py-5.px-3:hover .col-2 i {
    /*background: #003546;*/
    /*opacity: 0.7;*/
}

.video-icekml {
    background-image: url('../img/resources/screenshots/report-list.webp');
    height: 300px;
    opacity: 0.5;
    transition: 0.3s;
}

p.title-text:before,
p.title-text:after {
    background: #3c3c3c;
    box-shadow: none;
}

h3.about-headcreams {
    color: var(--dark-blue);
}

p.title-text {
    color: var(--dark-blue);
}

.text-uppercase b {
    /* color: #3884ab; */
}

div#news {
    /* background-image: url('../img/resources/vectors/bank-man.webp'); */
    background-size: unset;
    background-position: center;
    /* box-shadow: 0px 0px 0px 5px #3c3c3c; */
    background: var(--bg-dark);
    margin-top: 60px;
}

.events_info_icekmls {
    background: transparent;
    transition: 0.3s;
    box-shadow: none;
}

.events_info_icekmls p,
.carousel-inner p {
    color: #666666;
    font-weight: 400;
}

.events_info_icekmls:hover {
    background: transparent;
    transition: 0.3s;
}

.creamsits_event_grid_date span {
    text-shadow: none;
    color: transparent;
    font-weight: 600;
}

.creamsits_event_grid_date:after {
    background: var(--dark-blue);
}

.stats .container {
    width: 100%;
    max-width: unset;
}

.stats .container .py-5 {
    padding: 0 0 40px 0 !important;
}

.stats_left h4 {
    letter-spacing: unset;
    font-size: 24pt;
    color: #ffffff;
    font-weight: 400;
}

.stats_left p {
    color: #00526d;
}

.inner_stat_creamkm_creamsits {
    background: white;
}

.stats_left i {
    color: white;
}

.col-sm-4.py-5.stats_left.counter_grid2.border-left.border-right {
    border: none !important;
    opacity: 0 !important;
}

.slider.py-5 {
    /* background-image:  url('../img/resources/vectors/man.webp'); */
    background-size: 30%;
    background-position: center right;
}

.client-grids h4 {
    color: var(--dark-blue);
}

.flex-control-paging li a.flex-active {
    background: #00526d;
}

.flex-control-paging li a {
    box-shadow: none;
}

.flexslider .slides img {
    width: 200px;
}

.about.py-5 {
    padding-bottom: 0 !important;
}

.footer-top {
    background-image: none;
    background-color: #00526d;
}

.creams-newsletter input[type="submit"] {
    background: var(--dark-blue);
}

.creams-newsletter p {
    letter-spacing: unset;
    font-size: 22pt;
    font-weight: 600;
}

.contact-left-footer ul li p i {
    color: var(--dark-blue);
}

section#work {
    /* padding-top: 3rem !important; */
    position: relative;
    padding-bottom: 75px !important;
    background: var(--bg-dark);
}

.bothProducts .tab-pane {
    background: #00526d;
}

.bothProducts .menu-title h4 img {
    width: 345px;
}

.bothProducts {
    width: 100%;
    max-width: unset;
    padding: 0;
    position: relative;
    padding: 100px 0 0 0 !important;
}

.flexiidms {
    text-align: right;
}

.col-md-6.creamsinfo-tab-content1.flexiicrm,
.col-md-6.creamsinfo-tab-content1.flexiidms {
    padding-top: 2.2em;
}

.evosoftoGirl {
    position: absolute;
    right: 60px;
    bottom: 0;
}

.bothProducts .title-heading {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 100px !important;
}

.services .container {
    padding-bottom: 31px !important;
}

.contact-left-footer.pb-sm-5.pb-4 {
    padding-bottom: 0 !important;
}

span.fab.fa-linkedin-in {
    background: #0073b0;
}

.video-icekml:hover {
    opacity: 1;
    transition: 0.3s;
}

.section.main-menu.py-5 {
    /* border-top: 5px solid #3c3c3c; */
}

#sum2 {

    border-top: none !important;
}

.about.py-5 {
    /* border-bottom: 5px solid #3c3c3c; */
}

.events_info_icekmls p i {
    font-size: 70pt;
}

.credits .title b {
    text-transform: lowercase;
    color: var(--dark-blue);
    font-weight: 500;
    font-style: oblique;
}

.credits .large-12.columns img {
    width: 250px;
    margin: 0 auto;
    left: unset;
    top: 15px;
}

.credits .large-12.columns {
    text-align: center;
}

.container .col-sm-3 span {
    display: block;
    width: 265px;
    margin: 0 auto;
    background: #00526d;
    position: relative;
    padding-bottom: 25px;
}

.container .col-sm-3 span p {
    color: white;
    height: 65px;
    line-height: 1.8;
    font-size: 30pt;
}

.container .col-sm-3 span:before {
    content: " ";
    background: #00526d;
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    top: -44px;
}

.container .col-sm-3 span:after {
    content: " ";
    /* background: #00526d; */
    /* background: red; */
    position: absolute;
    width: 100%;
    height: 91px;
    left: 0;
    bottom: -90px;
    border-left: 0px solid transparent;
    border-right: 265px solid transparent;
    border-top: 83px solid #00526d;
}

.container .col-sm-3:nth-child(2) span {
    padding-bottom: 20px;
}

.container .col-sm-3:nth-child(1) span {
    padding-bottom: 70px;
}

.container .col-sm-3:nth-child(3) span {
    padding-bottom: 100px;
}

.container .col-sm-3:nth-child(4) span {
    padding-bottom: 25px;
}

.clickNow {
    position: fixed;
    background: #34495e;
    width: 150px;
    top: 50%;
    left: 0;
    z-index: 1000;
    /* border-bottom-right-radius: 10px; */
    /* border-top-right-radius: 10px; */
    display: none;
}

.clickNow p {
    color: white;
    float: left;
    width: 100%;
    /* height: 47px; */
    /* border-bottom: 1px solid lightgray; */
    text-align: center;
    padding: 6px 0;
    line-height: 1.2;
    font-weight: 500;
}

/* .clickNow:hover {
    bottom: 0;
    transition: 0.3s;
    cursor: pointer;
} */

.clickNow i {
    color: #ffffff;
    font-size: 16px;
    margin-left: 0;
    position: relative;
    top: 1px;
}

.clickNow a {
    color: #ffffff;
}

.navbar span {
    /* float: left; */
    /* margin-right: 20px; */
    display: block;
    text-align: right;
}

.navbar span img {
    width: 220px;
    padding: 5px;
}

.navbar span i {
    font-size: 24px;
    /* background: black; */
    color: black;
    width: 30px;
    height: 30px;
    text-align: right;
    padding: 2px 0px;
    border-radius: 10%;
    float: left;
    display: none;
}

.navbar span label {
    font-size: 15px;
    margin-left: 4px;
    font-weight: 500;
}

.flexiiguardCredit {
    position: absolute;
    top: 8px;
    left: 10px;
}

.clickNow span {
    float: left;
    width: 100%;
    text-align: center;
}

.clickNow span p {
    height: unset;
    padding: 10px 15px 20px 15px;
    font-weight: 400;
    text-align: left;
}

.clickNow span.cont {
    width: 85%;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: left;
    margin-top: 5px;
    padding: 5px 0;
}

.clickNow .cont i {
    float: left;
    width: 33px;
    text-align: left;
    font-size: 17pt;
    color: #000000;
}

.clickNow .cont label {
    font-size: 13pt;
    font-weight: 400;
}

img.mini {
    width: 32px;
    position: relative;
    top: -3px;
}

.contact-map {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

section.contact > .container {
    width: 100%;
    max-width: unset;
    /* padding: 50px 0; */
    padding-bottom: 125px;
}

.contact .address.row {
    width: 70%;
    float: right;
}

.address-info {
    padding: 0 25px;
}

.contact .col-md-5:first-child .address-info {
    float: right;
}

.contact .col-md-5:nth-child(3) .address-info {
    float: right;
}

.address-right h4 i {
    float: left;
    margin-top: 4px;
    margin-right: 7px;
}

.address.row.companyInfo {
    padding: 0px 0 36px 0;
}

.logo2.my-sm-5.my-4 {
    margin-bottom: 0 !important;
}

p.copy {
    margin-top: 33px;
}

.address_img {
    float: left;
    width: 30%;
    text-align: right;
}

.address_img img {
    width: 200px;
    float: right;
    margin-top: 45px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
    left: unset;
}

a.lang_option {
    line-height: 2.7;
    transition: 0.3s;
    font-weight: 400;
    color: black;
    font-size: 17px;
}

a.lang_option.active {

    font-weight: 600;
}

a.lang_option.first {

    margin-left: 15px;
}

.nav-item.lang {
    margin-left: 5px;
}

a.lang_option:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

.bothProducts.dmsProduct {
    padding-top: 0 !important;
}

.col-md-12 .menu-title {
    text-align: center;
}

.col-md-12.creamsinfo-tab-content1.flexiicrm,
.col-md-12.creamsinfo-tab-content1.flexiidms {
    padding-top: 2em;
}

.bothProducts .menu-title h4 img {
    width: 500px;
}

.secondProduct .container.py-lg-3 {
    padding-top: 0 !important;
}

.secondProduct .container.py-lg-3 .row:first-child {
    margin-bottom: 80px;
}

.secondProduct > .container.py-lg-3.py-xl-5 .row:first-child {
    max-width: 1065px;
    margin: 0px auto 70px;
}

.firstProduct .container.py-lg-3 {
    padding-top: 0 !important;
}

.firstProduct .container.py-lg-3 .row:first-child {
    margin-bottom: 80px;
}

.firstProduct > .container.py-lg-3.py-xl-5 .row:first-child {
    max-width: 1065px;
    margin: 0px auto 50px;
}

.clickNow > p:first-child {
    color: white;
    /* height: 65px; */
    padding: 5px 0;
    font-size: 20pt;
    font-weight: 400;
    /* background: #000000; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

span.poweredBy {
    /* position: fixed; */
}

.topCont {
    margin-left: 30px;
    /* margin-top: 0px; */
    /* display: none; */
}

.row.mt-5.fix-height {
    height: 350px;
}

.show-more {

    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.show-more:hover {

    color: var(--dark-blue);
}

.middle-section .container .event-grids {
    height: 112px;
}

.banner-img-creams.screenshot img {
    margin-top: 0px;
}

.pogoSlider-slide-element p.first {
    margin-top: 15px;
}

a.iwant {
    white-space: nowrap;
    font-size: 32px;
    text-transform: uppercase;
    /* background: #3884ab; */
    background: #34495e;
    color: white;
    padding: 15px 40px 18px;
    font-weight: 500;
    position: relative;
    top: 25px;
}

.pogoSlider-slide-element.container {
    position: relative;
    z-index: 1;
}

.col-md-3.intro i.reverse {
    --fa-secondary-opacity: 1;
    --fa-primary-opacity: 1; /*tenhle*/
    --fa-secondary-color: var(--dark) !important;
    --fa-primary-color: var(--dark-blue); !important;
}

.col-md-3.intro i {
    --fa-secondary-opacity: 1; /*tenhle*/
    --fa-primary-opacity: 1;
    --fa-secondary-color: var(--dark-blue);
    --fa-primary-color: var(--dark);
    text-align: center;
    font-size: 65px;
    color: var(--dark);
    margin: 25px auto 50px;
    /*border: 10px solid #3884ab;
    border-radius: 50%;
    height: 130px;
    width: 130px;

    color: #ffffff;
    padding: 22px;
    background: #046753;*/
}

.col-md-3.intro p {
    float: left;
    width: 100%;
    /* font-size: 16px; */
}

.col-md-3.intro {
    text-align: center;
}

.services.py-5.firstProduct {
    /*margin-top: 60px*/
}

.col-md-3.intro img {
    width: 40pt;
    height: 40pt;
    margin: 20px 0 30px;

}

.services .row .box-a .col-2 {

    text-align: center;
}

.services .row .box-a .col-2:after {

    /* content: "";
    position: absolute;
    bottom: -130px;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 110px;
    background: #343433; */
}

.services .row:last-child .box-a .col-2:after {

    content: none;
}

.container.py-xl-5.py-lg-3 {
    padding: 125px 15px 50px !important;
}

section#work {
    margin-top: 0px;
}

.clickNow > p:first-child img {
    width: 110px;
    margin: 20px 0 10px 0;
    padding: 20px;
    background: white;
    border-radius: 50%;
}

.clickNow span p img {
    width: 120px;
}

.reference-list.text-center ul li {
    display: block;
}

.reference-list.text-center {
    margin-top: 60px;
}

.col-lg-6.aboutleft img {
    width: 300px;
}

.col-lg-6.aboutleft {
    text-align: right;
    margin-bottom: 150px;
}

.address-right {
    /* text-align: center; */
}

.col-lg-6.aboutright {
    max-width: 400px;
}

#link-product {
    margin-bottom: 0!important;
    padding-bottom: 3rem!important;
}
#why{
    padding-bottom: 3rem!important;
}
.whitetone {
    background: white;
    padding-bottom: 75px !important;
}

.darktone{
    background: #ecf0f1;
}

.col-md-3.intro p.title {

    font-weight: 500;
}

.client-grids a {
    display: block;
    color: black;
    font-weight: 500;
    transition: 0.3s;
}

.client-grids a:hover {

    color: var(--dark-blue);
    transition: 0.3s;
}

.row.mt-5.fix-height-small.right {
    text-align: right;
    margin-left: 89px;
}

.row.mt-5.fix-height-small {
    max-width: 1000px;
    position: relative;
    margin-left: 30px;
}

.row.mt-5.fix-height-small:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 55px;
    width: 100px;
    height: 100px;
    background-image: url('../img/resources/icon/n1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.row.mt-5.fix-height-small.right:before {
    right: 50px;
    left: unset;
}

.row.mt-5.fix-height-small.part2:before {

    background-image: url('../img/resources/icon/n2.png');
}

.row.mt-5.fix-height-small.part3:before {

    background-image: url('../img/resources/icon/n3.png');
}

.row.mt-5.fix-height-small.part4:before {

    background-image: url('../img/resources/icon/n4.png');
}

.row.mt-5.fix-height-small.part5:before {

    background-image: url('../img/resources/icon/n5.png');
}

.row.mt-5.fix-height-small.part6:before {

    background-image: url('../img/resources/icon/n6.png');
}

section.gallery.py-5 {
    padding-bottom: 0px !important;
}

.reference .client-grids {
    height: 350px;
    background: var(--bg-dark);
}

.reference .client-grids:first-child {
    margin-bottom: 50px;
}

.reference .container.py-xl-5.py-lg-3 {
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

p.teaser {

    text-align: left;
    width: 100%;
    font-weight: 500;
    padding-top: 20px;
    padding: 0 15px;
}

p.teaser.example {

    margin-bottom: 35px;
    padding-top: 0;
}

.teaser-block .col-6 {

    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    background: var(--dark-blue);
    color: white;
    padding: 15px;
    border-left: 5px solid white;
}

.teaser-block .col-12 {

    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    background: var(--dark-blue);
    color: white;
    padding: 15px;
}

.teaser-block .col-12.why-item {

    padding: 0 15px;

    color: #343a40;

    background: transparent;

    font-weight: 400;
}

.teaser-block .col-12.image {

    background: transparent;

    text-align: center;

    padding: 0;

    margin: 0;
}

.teaser-block .col-12.image img {

    width: 890px;

    max-width: 100%;
}

.teaser-block .col-6.left {

    border-left: none;
    border-right: 5px solid white;
}

span.next-item {
    margin: 10px auto 0;
    width: 100px;
    display: block;

}

span.next-item img {
    display: block;
    margin: auto;
    width: 65%;
    height: 65%;
}

.teaser-block .col-6 i {
    color: white;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.powered {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    background-color: #FFFFFF;
}

.powered img {
    width: 115px;
}

.reference .client-grids .row .col-6 {

    height: 800px;

    padding: 0 40px;

    background: var(--bg-dark);
}

.reference .client-grids .row .col-6.issue {

    background-color: var(--dark-blue);

    /* padding: 0 40px; */
}

.issue {
    font-weight: 300 !important;
}

.reference p {
    margin-top: 10px;

}

.reference p.title {

    text-align: left;

    font-weight: 500;

    border-bottom: 2px solid;
}

.reference h4 {
    float: left;
    width: 100%;
    padding: 30px 0 30px;
    font-size: 25px;
    text-transform: uppercase;
    color: #343a40;
    text-align: left;
    font-weight: 600;
}

.reference .row .col-6 p {
    text-align: left;
}


.row.cnb {

    margin-top: 50px;
}

.row.cnb .col-4 {

    text-align: center;
    padding-left: 0;
}

.row.cnb .col-4 img {
    width: unset;
    margin-top: 0;
}
.row.cnb .col-4 a span.regulator-sdat {
    font-family: 'RadioCanada';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: black;
}
.fix-height-small p.mt-3 {

    text-align: justify;
}

div#return-to-top {
    position: fixed;
    bottom: 75px;
    right: 30px;
    background: #34495e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 2.5;
}

div#return-to-top:hover {

    cursor: pointer;
}

div#return-to-top img {
    line-height: 100%;
    display: inline;
    width: 55%;
    position: relative;
}

.gallery .container.py-xl-5.py-lg-3 .container.py-xl-5.py-lg-3 {
    padding-top: 0 !important;
}

.row.mt-5.fix-height:last-child .d-flex.box-a.py-5.px-3 {
    padding-bottom: 0 !important;
}

.only-mobile {

    display: none !important;
}

/* button.navbar-toggler.collapsed,
button.navbar-toggler.collapsed:active,
button.navbar-toggler.collapsed:focus {

    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    border: none !important;
    background-color: transparent !important;
} */

.col-lg-12.row.teaser-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    display: inline-block;
    background-image: url('../img/resources/icon/custom/otazka.svg');
    background-repeat: no-repeat;
    margin-right: 8%;
    text-align: center;
    width: 70%;
    height: 70%;
    background-size: contain;
    background-position: right;
}

.teaser-block .col-12.why-item strong {
    font-weight: 500;
    /* text-decoration: underline; */
}

.custom-icon {
    position: relative;
    font-size: 100px;
    display: block;
    margin: auto;
    width: 50%;
    text-align: center;
    color: white;
    fill: white;
}

.bg-blue {
    background-color: var(--dark-blue); !important;
}

/*.shadow{
    box-shadow: 3px 3px 5px 1px rgb(95 95 95 / 48%);
    position: relative;
    z-index: 10;
}*/
.text-white {
    color: #ffffff
}

.color-blue {
    background-color: var(--dark-blue);
    color: white !important;
}

.color-white {
    background-color: var(--bg-dark);
}

.p-40 {
    padding: 20px 40px 40px;

}

html body section#link-study.reference .color-blue p {
    color: white;
}

.reference ul {
    text-align: left;
    margin-top: 15px;
    line-height: 1.9;
    list-style: none;
    position: relative;
    padding: 1px 0 0 25px;
}

.p-40 h4 {
    text-align: center;
}

.reference ul li {
    margin-bottom: 7px;
}

.reference ul li::before {
    background: transparent url("../img/resources/icon/custom/ok.svg") no-repeat scroll center;
    content: "";
    margin-top: 7px;
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline;
    text-align: center;
    left: 0;
}

.reference ul li {
    font-size: 18px;
}

/*.tab-regular .nav.nav-tabs {*/
/*    border: none*/
/*}*/

/*.tab-regular .nav.nav-tabs .nav-item {*/
/*    width: calc(100%/6);*/
/*}*/

/*.tab-regular .nav.nav-tabs .nav-link {*/
/*    display: block;*/
/*    height: 100%;*/
/*    padding: 10px 15px;*/
/*    color: white;*/

/*    border: none;*/
/*    border-radius: 0;*/
/*    position: relative;*/
/*    transition: none;*/
/*    z-index: 10;*/
/*}*/
/*.tab-regular .nav.nav-tabs .nav-link.blue1{*/
/*    background-color: var(--dark-blue);*/
/*}*/
/*.tab-regular .nav.nav-tabs .nav-link.blue2 {*/
/*    background-color: #506fc8;*/
/*}*/

/*.tab-regular .nav.nav-tabs .nav-link h4 {*/
/*    font-size: 0.9em;*/
/*    position: relative;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 15;*/
/*}*/
/*.tab-regular .nav-tabs .nav-link.active {*/
/*    background-color: #fff !important;*/
/*    color: var(--dark-blue);*/
/*    border:none;*/
/*    border-radius: 0;*/
/*}*/

/*.tab-regular .tab-content {*/
/*    background-color: #fff;*/
/*    padding: 30px;*/
/*    height: 480px;*/
/*}*/
/*li.nav-item a.nav-link.active.show div.arrow-left{
    position: absolute;
    right:0;
    top: 50%;
    background-color: var(--dark-blue);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 25px;
    width: 25px;
}*/

/*-----------------TABS---------------*/
li.nav-item a.nav-link div.arrow-left {
    position: relative;
    height: 44px;
    width: 29px;
}
.tab-regular{
    width: 100%;
}
.tab-regular .nav.nav-tabs {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.tab-regular .nav.nav-tabs .nav-item {
    width: 12%;
    flex-grow: 1;
    transition: 0s;
    height: 40pt;
}

@media(max-width: 768px){
    .tab-regular .nav.nav-tabs .nav-item {
        width: 100%;
    }
}

.tab-regular .nav.nav-tabs .nav-link {
    display: block;
    height: 100%;
    padding: 10px 0px 10px 15px;
    color: white;
    background-color: var(--light-blue);
    border: none;
    border-radius: 0;
    position: relative;
    transition: none;
}

.tab-regular .nav-tabs .nav-link.active {
    background-color: var(--dark-blue);
    border: none;
}

.tab-pane {
    margin-top: -300px;
    padding-top: 300px;
}



li.nav-item a.nav-link div.arrow-right {
    position: relative;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: var(--light-blue);
    border-bottom-color: transparent;
    border-top-style: solid;
    border-top-color: transparent;
}

li.nav-item a.nav-link.active div.arrow-right {
    border-left-color: var(--dark-blue);
    flex-grow: 5;
}


.text-tabs {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
}

.tab-regular .nav.nav-tabs .nav-link h4 {
    text-align: center;
    font-size: 0.8em;
    top: 50%;
    z-index: 150;
    align-self: center;
    margin: auto;

}

.tab-regular .nav.nav-tabs .nav-link.active h4 {
    font-size: 1em;
}

.shadow {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
    box-shadow: none!important;
}

.overflow-hidden {
    overflow: hidden !important;
    position: absolute;
    z-index: 1;
    top: 0;
}
.tab-regular .tab-content {
    background-color: #ffff;
    min-height:430pt;
    padding: 30px;
    /*border-radius: 10px;*/
    position: relative;

}

/*.tab-pane ul li::before {*/
#myTabContent > .tab-pane > ul > li::before {
    background: transparent url("../img/resources/icon/custom/ok.svg") no-repeat scroll center;
    content: "";
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    display: inline;
    text-align: center;
    left: 30px;
}
#myTabContent > .tab-pane > ul > li > ul {
    /*line-height: 1.9 !important;*/
    /*text-align: left;*/
    /*vertical-align:middle;*/
}

#myTabContent > .tab-pane > ul > li > ul > li::marker {
    /*content: 'f111';*/
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-weight: 900;
    color: var(--dark-blue);
    padding-right: 3px;
    vertical-align: middle;
}

#myTabContent > .tab-pane > ul > li > ul > li > p {
    padding-left: 10px;
}

.tab-pane li{
    margin-bottom: 15px;
}

.tab-pane ul{
    text-align: left;
    list-style: none;
    margin-left: 55px;
}
.tab-pane ul li p {
    font-size: 20px !important;
}
.tab-pane p {
    font-size: 20px !important;
}
.tab-pane p.leading{
    font-weight: bold!important;
    text-align: left;
    font-size: 23px !important;
    margin-bottom: 20px;
}

/*-----------------------------------------*/
/*________________UNDER HIGHLIGHT__________*/
.navbar-nav.ml-auto .nav-item a::after {
    background-color: white;
    content: "";
    position: absolute;
    transition: 0.3s;
    width: 0%;
    height:3px;
    right:50%;
    border-radius: 5px 0px 0px 5px;
    bottom: 5pt;
    top: unset;
    opacity: 0;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;

}
.navbar-nav.ml-auto .nav-item a::before {
    background-color: white;
    content: "";
    position: absolute;
    transition: 0.3s;
    width: 0%;
    height:3px;
    left:50%;
    border-radius: 0px 5px 5px 0px;
    bottom: 5pt;
    top: unset;
    opacity: 0;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;

}

@media(max-width: 991px) {
    .navbar-nav.ml-auto .nav-item a::before,
    .navbar-nav.ml-auto .nav-item a::after {
        top: 100%;
        bottom: unset;
    }
}


.navbar-nav.ml-auto .nav-item a:hover::after,
.navbar-nav.ml-auto .nav-item a.active::after {
    width: 40%;
    opacity: 1;
}
.navbar-nav.ml-auto .nav-item a:hover::before,
.navbar-nav.ml-auto .nav-item a.active::before {
    width: 40%;
    opacity: 1;
}
/*------------------------------------------------------*/
section#link-contact i {
    --fa-secondary-opacity: 1;
    --fa-primary-opacity: 1; /*tenhle*/
    --fa-secondary-color: #34495e;
    --fa-primary-color: var(--dark);
    font-size: 65px;
    text-align: center;
    color: var(--dark);
}

section#link-contact i.reverse {
    --fa-secondary-opacity: 1; /*tenhle*/
    --fa-primary-opacity: 1;
    --fa-secondary-color: var(--dark) !important;
    --fa-primary-color: var(--dark-blue); !important;
}

section#link-contact img {
    height: 65px;
}

#navbarSupportedContent .nav-item .nav-link:hover {
    /*margin-top: 5px;*/
}
:root {
    --dark-blue: #2f55b8;
    --light-blue: #5c5ee0;
    --dark: #353534;
    --bg-dark: #f1f1f1;
}

.header-square::before {
    content: '';
    position: absolute; /* Position it relative to the parent container */
    top: 50%; /* Adjust the position */
    left: 50%;
    width: 1485px; /* Adjust the size to cover half of the image */
    height: 1485px; /* Match width for square shape */
    background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent square (adjust as needed) */
    transform: translate(calc(-100% - 5vw), -60%) rotate(46.5deg); /* Center and rotate by 45 degrees */
    pointer-events: none; /* Ensure it doesn't block interactions */
}

.lock-image-point:not(:first-child) {
    margin-top: 0.5rem;
    padding: 0.25rem;
}

.lock-image-group-left .lock-image-point,
.lock-image-group-right .lock-image-point {
    width: 100% !important;
}

@media (min-width: 1200px) {
    .card.lock-image-point {
        min-width: 380px;
    }
}
.card.lock-image-point {
    border-radius: 0 !important;
    background-color: #2C465D;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.lock-image-point p {
    color: white;
    font-size: 1.25em;
    margin-bottom: 2px;
    line-height: unset;
}
.lock-image-container {
    background-color: #BCC8CB;
}

.navbar {
    background-color: #34495e;
}

.navbar-dark {
    color: #fff;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: #3884ab; */
    color: #fff;
}

.navbar .phone-link,
.navbar .email-link {
    color: white;
}

figcaption.figure-caption {
    background-color: #2C465D;
    color: white;
    font-size: 14px;
}

section {
    background-color: white;
}

.navbar-dark .navbar-toggler {
    background-color: rgba(0,0,0,0); /*transparent*/
    border: 0;
    margin-left: auto; /*move to right side of navbar*/
    padding-top: 1rem;
}

.icon-iso31 {
    height: 50%;
}
.icon-nis2 {
    width: 100%;
}
.icon-zokb {
    height: 60%;
}

@media (max-width: 576px) {
    .icon-iso31 {
        height: auto;
    }
    .icon-zokb {
        height: 100%;
    }
}
