/* Template Name: Lizehen
   Author: Themesdesign
   Version: 1.1.0
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.menu
05.home
06.how-it-work
07.services
08.counter
09.pricing
10.testimonial
11.team
12.blog
13.contact
14.footer
15.responsive

*****************************************/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #33324e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none;
    outline: none;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.vertical-content {
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
}

.btn {
    font-size: 15px;
    padding: 0.7rem 1.4rem;
    transition: all 0.4s;
    font-weight: 600;
}

.btn:hover {
    outline: none;
    text-decoration: none;
    transform: translateY(-4px);
}

.btn-sm {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
}

.btn-rounded {
    border-radius: 30px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-17 {
    font-size: 17px;
    color: #33324e;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.line-height_1_4 {
    line-height: 1.4;
}

.line-height_1_6 {
    line-height: 1.6;
}

.line-height_1_8 {
    line-height: 1.8;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.box-shadow {
    box-shadow: 0 0 40px rgba(95, 125, 149, 0.1);
}

.box-shadow-lg {
    box-shadow: 0 5px 35px 0 rgba(95, 125, 149, 0.15);
}

.read-more {
    color: #33324e;
    font-weight: 500;
    padding: 2px 0px;
}

.read-more:hover {
    color: #3772FF;
    padding: 2px 0px;
    transition: all 0.3s;
}

.read-more i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.bg-overlay {
    background-color: rgba(37, 40, 78, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.title-box .title-sub-title {
    background: rgba(67, 83, 255, 0.2);
    padding: 7px 22px;
    display: inline;
    border-radius: 30px;
    font-size: 13px;
}

.title-box .title-heading {
    font-size: 30px;
    color: #33324e;
}

.row > * {
    position: relative;
}

.w-row {
    padding-top: 16px;
}

.bg-primary {
    background-color: #3772FF;
}

.bg-soft-primary {
    background-color: rgba(67, 83, 255, 0.1);
}

.text-primary {
    color: #3772FF;
}

.icon-dual-primary {
    color: #3772FF;
    fill: rgba(67, 83, 255, 0.2);
}

.btn-soft-primary {
    background-color: rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
}

.btn-primary {
    background: #3772FF;
    border-color: #3772FF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    background: #2f40ff;
    border-color: #2f40ff;
}

.btn-outline-primary {
    color: #3772FF;
    border-color: #3772FF;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
    background: #3772FF;
    border-color: #3772FF;
}

.bg-success {
    background-color: #00c99c;
}

.bg-soft-success {
    background-color: rgba(0, 201, 156, 0.1);
}

.text-success {
    color: #00c99c;
}

.tt-badge {
    background-color: #DBE6FF !important;
    color: #4D6BB3 !important;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
    align-content: center;
}

.blog-content h5 {
    color: #33324E;
}

.tt-item-attachment {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #3772FF;
}

.icon-dual-success {
    color: #3366ff;
}

.btn-soft-success {
    color: #3366ff;
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #3366ff;
    border-color: #3366ff;
}

.btn-success {
    background: #3366ff;
    border-color: #3366ff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
    background: #3366ff;
    border-color: #3366ff;
}

.btn-outline-success {
    color: #3366ff;
    border-color: #3366ff;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
    background: #3366ff;
    border-color: #3366ff;
}

.bg-info {
    background-color: #15b2ec;
}

.bg-soft-info {
    background-color: rgba(21, 178, 236, 0.1);
}

.text-info {
    color: #15b2ec;
}

.icon-dual-info {
    color: #15b2ec;
    fill: rgba(21, 178, 236, 0.2);
}

.btn-soft-info {
    background-color: rgba(21, 178, 236, 0.25);
    color: #15b2ec;
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #12a5db;
    border-color: #12a5db;
}

.btn-info {
    background: #15b2ec;
    border-color: #15b2ec;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
    background: #12a5db;
    border-color: #12a5db;
}

.btn-outline-info {
    color: #15b2ec;
    border-color: #15b2ec;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
    background: #15b2ec;
    border-color: #15b2ec;
}

.bg-warning {
    background-color: #f5a416;
}

.bg-soft-warning {
    background-color: rgba(245, 164, 22, 0.1);
}

.text-warning {
    color: #f5a416;
}

.icon-dual-warning {
    color: #f5a416;
    fill: rgba(245, 164, 22, 0.2);
}

.btn-soft-warning {
    background-color: rgba(245, 164, 22, 0.25);
    color: #f5a416;
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #ec9a0a;
    border-color: #ec9a0a;
}

.btn-warning {
    background: #f5a416;
    border-color: #f5a416;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
    background: #ec9a0a;
    border-color: #ec9a0a;
}

.btn-outline-warning {
    color: #f5a416;
    border-color: #f5a416;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
    background: #f5a416;
    border-color: #f5a416;
}

.bg-danger {
    background-color: #fb7179;
}

.bg-soft-danger {
    background-color: rgba(251, 113, 121, 0.1);
}

.text-danger {
    color: #fb7179;
}

.icon-dual-danger {
    color: #fb7179;
    fill: rgba(251, 113, 121, 0.2);
}

.btn-soft-danger {
    background-color: rgba(251, 113, 121, 0.25);
    color: #fb7179;
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #fa5d66;
    border-color: #fa5d66;
}

.btn-danger {
    background: #fb7179;
    border-color: #fb7179;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
    background: #fa5d66;
    border-color: #fa5d66;
}

.btn-outline-danger {
    color: #fb7179;
    border-color: #fb7179;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
    background: #fb7179;
    border-color: #fb7179;
}

.bg-orange {
    background-color: #fff8f6;
}

.bg-soft-orange {
    background-color: rgba(255, 248, 246, 0.1);
}

.text-orange {
    color: #fff8f6;
}

.icon-dual-orange {
    color: #fff8f6;
    fill: rgba(255, 248, 246, 0.2);
}

.btn-soft-orange {
    background-color: rgba(255, 248, 246, 0.25);
    color: #fff8f6;
}

.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #ffe8e2;
    border-color: #ffe8e2;
}

.btn-orange {
    background: #fff8f6;
    border-color: #fff8f6;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
    background: #ffe8e2;
    border-color: #ffe8e2;
}

.btn-outline-orange {
    color: #fff8f6;
    border-color: #fff8f6;
}

.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
    background: #fff8f6;
    border-color: #fff8f6;
}

.bg-dark {
    background-color: #33324e;
}

.bg-soft-dark {
    background-color: rgba(51, 50, 78, 0.1);
}

.text-dark {
    color: #33324e;
}

.icon-dual-dark {
    color: #33324e;
    fill: rgba(51, 50, 78, 0.2);
}

.btn-soft-dark {
    background-color: rgba(51, 50, 78, 0.25);
    color: #33324e;
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #2b2a42;
    border-color: #2b2a42;
}

.btn-dark {
    background: #33324e;
    border-color: #33324e;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
    background: #2b2a42;
    border-color: #2b2a42;
}

.btn-outline-dark {
    color: #33324e;
    border-color: #33324e;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
    background: #33324e;
    border-color: #33324e;
}

.bg-muted {
    background-color: #767dac;
}

.bg-soft-muted {
    background-color: rgba(118, 125, 172, 0.1);
}

.text-muted {
    color: #767dac !important;
}

.icon-dual-muted {
    color: #767dac;
    fill: rgba(118, 125, 172, 0.2);
}

.btn-soft-muted {
    background-color: rgba(118, 125, 172, 0.25);
    color: #767dac;
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #6971a4;
    border-color: #6971a4;
}

.btn-muted {
    background: #767dac;
    border-color: #767dac;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
    background: #6971a4;
    border-color: #6971a4;
}

.btn-outline-muted {
    color: #767dac;
    border-color: #767dac;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
    background: #767dac;
    border-color: #767dac;
}

.bg-purple {
    background-color: #9261c6;
}

.bg-soft-purple {
    background-color: rgba(146, 97, 198, 0.1);
}

.text-purple {
    color: #9261c6;
}

.icon-dual-purple {
    color: #9261c6;
    fill: rgba(146, 97, 198, 0.2);
}

.btn-soft-purple {
    background-color: rgba(146, 97, 198, 0.25);
    color: #9261c6;
}

.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #8852c1;
    border-color: #8852c1;
}

.btn-purple {
    background: #9261c6;
    border-color: #9261c6;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
    background: #8852c1;
    border-color: #8852c1;
}

.btn-outline-purple {
    color: #9261c6;
    border-color: #9261c6;
}

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
    background: #9261c6;
    border-color: #9261c6;
}

.bg-pink {
    background-color: #f12699;
}

.bg-soft-pink {
    background-color: rgba(241, 38, 153, 0.1);
}

.text-pink {
    color: #f12699;
}

.icon-dual-pink {
    color: #f12699;
    fill: rgba(241, 38, 153, 0.2);
}

.btn-soft-pink {
    background-color: rgba(241, 38, 153, 0.25);
    color: #f12699;
}

.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #f01390;
    border-color: #f01390;
}

.btn-pink {
    background: #f12699;
    border-color: #f12699;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
    background: #f01390;
    border-color: #f01390;
}

.btn-outline-pink {
    color: #f12699;
    border-color: #f12699;
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
    background: #f12699;
    border-color: #f12699;
}

.bg-white {
    background-color: #ffffff;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.1);
}

.text-white {
    color: #ffffff;
}

.icon-dual-white {
    color: #ffffff;
    fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: whitesmoke;
    border-color: whitesmoke;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
    background: whitesmoke;
    border-color: whitesmoke;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
    background: #ffffff;
    border-color: #ffffff;
}

.bg-light {
    background-color: #f6f7fb;
}

.bg-light-2 {
    background-color: #EDF0FF;
}

.bg-soft-light {
    background-color: rgba(246, 247, 251, 0.1);
}

.text-light {
    color: #f6f7fb;
}

.icon-dual-light {
    color: #f6f7fb;
    fill: rgba(246, 247, 251, 0.2);
}

.btn-soft-light {
    background-color: rgba(246, 247, 251, 0.25);
    color: #f6f7fb;
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #e8eaf5;
    border-color: #e8eaf5;
}

.btn-light {
    background: #f6f7fb;
    border-color: #f6f7fb;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
    background: #e8eaf5;
    border-color: #e8eaf5;
}

.btn-outline-light {
    color: #f6f7fb;
    border-color: #f6f7fb;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
    background: #f6f7fb;
    border-color: #f6f7fb;
}

.topbar {
    background-color: #33324e;
}

.phone-topbar {
    padding: 11px 0;
}

.phone-topbar .topbar-link a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.topbar-social i {
    color: rgba(255, 255, 255, 0.7);
}

.mobile-none {
    display: inline-block;
}

.mobile-block {
    display: none;
}

/* General navbar styles */
.navbar-custom .nav-link {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
}

.navbar-custom .nav-link.active {
    color: #3772FF !important;
}


.navbar-custom .dropdown-menu {
    background-color: #001551;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #ddd;

}

.navbar-custom .dropdown-item {
    color: #001551;
    padding: 10px 20px;
    font-size: 15px;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    background-color: #001551;
    color: #3772FF;
}


.navbar-custom .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: inherit;
}

.navbar-custom .dropdown-toggle {
    padding-right: 1rem;

}

.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: visibility 0s, opacity 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;

}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .dropdown-menu:hover {
    display: block;
    position: absolute;
    opacity: 1;
    visibility: visible;
}

/*.navbar-nav .nav-item.dropdown {*/
/*    position: relative;*/
/*}*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu .nav-item {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;

}

.dropdown.show .dropdown-menu {
    display: block;
}

#about-wb3, #training {
    display: none;
}

@media (max-width: 991px) {
    .navbar-custom .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #001551;
        border-radius: 0;
        box-shadow: none;
    }

    .text-role-h {
        font-size: 18px !important;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: none;
    }

    #about-wb3, #training {
        display: block;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
    }


    .navbar-nav .nav-item.dropdown.open .dropdown-menu {
        display: block;
    }

    .navbar-custom .dropdown-item {
        padding: 10px 15px;
        text-align: center;
        color: #FFFFFF;
    }
}


.navbar-custom {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;

}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    /*text-transform: capitalize;*/
    transition: all 0.5s;
    background-color: transparent;
    padding: 25px 0;
    margin: 0 10px;
    font-weight: 600;
}

.navbar-custom .navbar-nav li .dropdown-menu {
    /*box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);*/
    border: none;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item {
    padding: 6px 18px;
    color: #EDF0FF;
    margin: 0;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item:hover {
    color: #4353ff;
}

.navbar-custom .navbar-nav li .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 45px;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: #001551;
    transform: rotate(135deg);

}

@media (max-width: 991.98px) {
    .title-container {
        display: none;
    }

    .navbar-custom .navbar-nav li .dropdown-menu:after {
        display: none;
        text-align: left !important;
    }

    #accessibilityDropdown + .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        transform: none;
    }

}

@media (min-width: 1230px) {
    .container-padding {
        padding-left: 15vh;
        padding-right: 15vh;
    }

}

@media (min-width: 991.98px) and (max-width: 1229.98px) {
    .navbar .container-padding {
        padding-left: 5vh;
        padding-right: 15vh;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    #partners {
        display: none;
    }

    #partners2 {
        display: block;
    }

    #founding, #members {
        display: none;
    }

    #founding-mobile {
        display: block;
    }

    .scrolling-wrapper-founding {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .scrolling-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .scrolling-wrapper-founding {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .card {
        flex: 0 0 50%;
        scroll-snap-align: start;
        margin-right: 10px;
    }

    .card img {
        width: 60%;
        height: 60%;
        display: block;
    }
}


.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
    border: 0;
}

.navbar-custom .navbar-nav li a.active,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #3772FF;
}

#animated-icon2 span:nth-child(1) {
    top: 0px;
}

#animated-icon2 span:nth-child(2),
#animated-icon2 span:nth-child(3) {
    top: 10px;
}

#animated-icon2 span:nth-child(4) {
    top: 20px;
}

#animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

#animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.logo .logo-light {
    display: inline-block;
}

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

.nav-sticky .logo .logo-dark {
    display: inline-block;
}

.nav-sticky .logo .logo-light {
    display: none;
}

.nav-sticky .btn-soft-light {
    background-color: rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .btn-soft-light {
        background-color: rgba(255, 255, 255, 0.25);
        color: #FFFFFF;
    }

    .navbar-button {
        margin-left: 0;
    }

    .navbar .nav-item.d-flex {
        gap: 10px;
    }

    .navbar .nav-item img {
        height: 24px;
    }

    .single-img img {
        width: 100vw;
        height: auto;
        object-fit: cover;
        display: block;
    }

    #nav-text-align {
        text-align: left !important;
    }

    .search-icon {
        display: block;
    }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: white;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px;
}

.menu-toggle span {
    line-height: 27px;
}

.navbar-button {
    margin-left: 10px;
}

/*---NAVBAR LIGHT--*/
.navbar-light .navbar-nav li a {
    color: #FFFFFF;
}

.navbar-light .navbar-nav li a.active,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
    color: #ffffff;
}

.navbar-light .navbar-toggler {
    border: none;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 0;
    background-color: #001551;
    box-shadow: 0 -2px 10px rgba(67, 83, 255, 0.14);
}

.nav-sticky.navbar-custom.sticky-dark {
    background-color: #001551;
    top: 0;
}

.nav-sticky .logo {
    color: white;
}

.nav-sticky .navbar-nav li a {
    color: #ffffff;
}

.nav-sticky .btn-custom-light {
    background: rgba(67, 83, 255, 0.1);
    border-color: rgba(67, 83, 255, 0.01);
    color: #3772FF;
}

.nav-sticky .btn-custom-light:hover, .nav-sticky .btn-custom-light:focus, .nav-sticky .btn-custom-light:active, .nav-sticky .btn-custom-light.active, .nav-sticky .btn-custom-light.focus, .nav-sticky .btn-custom-light:not(:disabled):not(.disabled):active, .nav-sticky .btn-custom-light:not(:disabled):not(.disabled):active:focus,
.nav-sticky .btn-custom-light .open > .dropdown-toggle.btn-primary {
    background: rgba(67, 83, 255, 0.1);
    border-color: rgba(67, 83, 255, 0.01);
    color: #3772FF;
}

.nav-sticky.navbar-custom .navbar-nav li a.active,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #3772FF;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.animated-icon2 {
    width: 24px;
    height: 24px;
    position: relative;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: all 0.25s ease-in-out;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
    border: 0;
}


.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-home {
    /*position: relative;?*/
    background-color: #ffffff;
    padding: 130px 0px 70px 0px;
}

.home-badge p {
    background-color: #f6f7fb;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
}

.home-content .home-title {
    font-size: 47px;
}

.forumDiv {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.badge-dropdown {
    display: none;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

.badge-category {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    margin: 0.25em;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 26px;
    background-color: white;
    cursor: pointer;
    color: rgba(51, 50, 78, 1);
}

.badge-category:hover {
    background-color: rgb(248, 249, 250);
    color: #0a53be;
}

.badge-category .badge-remove {
    display: none;
}

.badge-category.selected {
    background-color: rgba(55, 114, 255, 1);
    color: #fff;
    border-color: #007bff;
}

.badge-category.selected:hover {
    background-color: rgb(248, 249, 250);
    border: 1px solid rgba(207, 207, 207, 1);
    color: #0a53be;
}

.badge-remove:hover {
    color: black;
}

.badge-category.selected .badge-remove {
    display: inline;
}

@media (max-width: 991.98px) {
    .bg-home-3 .home-title {
        font-size: 45px;
    }

    .fs-subtitle {
        font-size: 1rem;
    }

    .w-90 {
        width: 100%;

    }

    #paragraph {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 26px;
        max-height: calc(3 * 1.5em);
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.home-img-2 img {
    position: relative;
    top: 100px;
    z-index: 1;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #767dac;
    border: none;
    outline: none;
    padding-right: 160px;
    padding-left: 30px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.search-form button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.text-white-90 {
    color: rgba(255, 255, 255, 0.8);

}

.color-app-primary {
    color: rgba(51, 50, 78, 1);
}

.color-app-light {
    color: rgba(118, 125, 172, 1);
}

.w-90 {
    width: 90%;
}

.fs-7 {
    font-size: 0.95rem;

}

.mt-6 {
    margin-top: 6rem;
}

.imagesection {
    background-size: contain;
    background: url("../images/slika2.jpeg") center;
    padding: 100px 0;
}

.color-app-lighter {
    color: rgba(226, 226, 226, 1);
}

.bg-primary-app {
    background-color: rgba(55, 114, 255, 1);
}

.app-date-block {
    background-color: rgba(246, 247, 251, 0.25);
    border: 1px solid rgba(246, 246, 246, 1);
    padding: 5px 8px 5px 8px;
    border-radius: 4px;
    color: white;
    display: inline-block;
}

.bg-home-3 {
    /*background-image: url(../images/cover1.jpeg);*/
    padding: 220px 0px 200px 0px;
    background-position: center;
}

.bg-home-3 .home-title {
    font-size: 47px;
    line-height: 1.2;
}

.bg-home-3 .subheader {
    font-size: 18px;
    font-weight: 100;
}

.slidero {
    position: relative;
    z-index: 1;
}

.bg-home-4 {
    padding: 160px 0px 160px 0px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.bg-home-6 {
    background-image: url(../images/bg-pattern.png);
    padding: 180px 0px 180px 0px;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-input-box {
    border: none;
    border-radius: 0px;
    color: #767dac;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.registration-input-box:focus {
    border-color: #3772FF;
}

.work-box .work-count p {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #3772FF;
    position: relative;
    top: 35px;
    left: 40px;
    display: inline-block;
    background: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.work-box .work-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #3772FF;
    font-size: 50px;
    color: #ffffff;
    border-radius: 50%;
}

.work-box .arrow {
    position: absolute;
    left: 77%;
    top: 77px;
}

.nav-pills {
    margin-bottom: 15px;
}

.nav-pills .nav-link {
    color: #767dac;
    transition: all 0.5s ease;
}

.nav-pills .nav-link .services-title {
    color: #ffffff;
}

.nav-pills .nav-link .services-title i {
    font-size: 34px;
}

.nav-pills .nav-link:hover {
    background: rgba(67, 83, 255, 0.06);
}

.nav-pills .nav-link.active {
    background: #3772FF;
    color: rgba(255, 255, 255, 0.5);
}

.nav-pills .nav-link.active .services-title {
    color: #ffffff;
}

.counter-box .counter-count {
    color: #33324e;
}

.play-icon-circle {
    background: #3772FF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
}

.pricing-box {
    border: 1px solid transparent;
    position: relative;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
    padding: 35px 50px;
}

.pricing-box .pricing-lable {
    position: absolute;
    right: 0px;
    top: 30px;
    background: #3772FF;
    display: inline-block;
    padding: 4px 19px;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    font-weight: 600;
}

.pricing-box .pricing-plan h1 {
    font-size: 50px;
}

.pricing-box .pricing-plan sup {
    font-size: 20px;
    position: relative;
    top: -30px;
}

.pricing-box:hover {
    transition: all 0.45s ease;
    border: 1px solid #3772FF;
}

.bg-testimonial {
    background-image: url(../images/bg-4.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
}

.testi-carousel .testimonial-box {
    position: relative;
}

.testi-carousel .testimonial-box .testi-img-user img {
    width: 70px;
}

.testi-carousel .testimonial-box .testi-border {
    border: 1px solid #3772FF;
    width: 120px;
    margin: 0 auto;
}

.testi-carousel:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 82%;
    background: #fff8f6;
    bottom: 14px;
    border-radius: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.owl-pagination {
    display: none;
}

.row-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.col-lg-4-a {
    display: flex;
    flex: 1;
    margin-bottom: 20px;
}

#who-we-are, #values {
    /*padding-top: 6rem;*/
    padding-bottom: 16px;
}

.about-box-o {
    display: flex;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    margin: 10px;
}


.row-o {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.about-box {

    display: flex;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
    /*border: 1px solid #3772FF;*/
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}


.team-box {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
    display: flex;
    height: 90%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.team-box .team-img img {
    object-fit: cover;
    width: 140px;
    object-position: top;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.team-box .team-social-icon i {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 34px;
    margin-top: -34px;
    margin-left: 30px;
    background: #3772FF;
    color: #ffffff;
    text-align: center;
}

.team-box .team-social i {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    background-color: #f6f7fb;
    border-radius: 50%;
}

.team-box .team-social i:hover {
    color: #ffffff;
    background-color: #3772FF;
    transition: all 0.5s;
}

.blog-box {
    position: relative;
}

.blog-box .blog-title {
    transition: all 0.5s;
    color: #33324e;
}

.blog-box .blog-title:hover {
    color: #3772FF;
}

.blog-box .blog-lable {
    top: 30px;
    background: #3772FF;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    right: 0px;
    padding: 6px 14px;
    border-radius: 20px 0px 0px 20px;
}

textarea.form-control {
    height: auto;
}

#contact {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.contact-social i {
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #3772FF;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.contact-social i:hover {
    background-color: #ffffff;
    color: #3772FF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.error {
    margin: 8px 0px;
    display: none;
    color: #fb7179;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #fb7179;
    border: 2px solid #fb7179;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

.custom-form .form-control {
    height: 44px;
    font-size: 15px;
    padding-left: 15px;
    border-color: #e2e4e8;
    color: #767dac;
    background: transparent;
}

.custom-form .form-control:focus {
    border-color: #3772FF;
    outline: 0;
    box-shadow: none;
}

.custom-form .contact-lable {
    position: absolute;
    left: 27px;
    top: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #33324E;
    background: #f8f9fa;
    margin: 0px;
    padding: 0px 7px;
    z-index: 1;
}

.footer-link a {
    color: #ffffff;
    line-height: 38px;
    font-size: 15px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #3772FF;
}

.f-icon {
    color: #ffffff70;
}

#partners2 {
    display: none;
}

#founding-mobile {
    display: none;
}

@media (max-width: 992px) {
    .topbar {
        display: none;
    }

    .row-a {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    .col-lg-4-a {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-box {
        width: 100%;
        margin-bottom: 0px;
    }

    .navbar-custom {
        margin-top: 0px;
        padding: 15px 0px !important;
        background-color: #001551;
        color: #ffffff;
        top: 0;
    }

    .navbar-custom .navbar-nav {
        margin-top: 0px;
    }

    .navbar-custom .navbar-nav li.active {
        border-color: transparent;
    }

    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        color: #ffffff;
        margin: 0px;
        padding: 6px 0;
        border-top: none;
    }

    .navbar-custom > .container {
        width: 90%;
    }

    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #3772FF;
        border-top: none;
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #ffffff;
    }

    .logo .logo-light {
        display: none;
    }

    .logo .logo-dark {
        display: inline-block;
    }

    .work-box .arrow {
        display: none;
    }

    .navbar-light .navbar-nav li a.active,
    .navbar-light .navbar-nav li a:hover,
    .navbar-light .navbar-nav li a:active {
        color: #3772FF;
    }
}

#home {
    background-size: cover;
    height: 100vh;
    object-fit: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    #home {
        background-size: cover;
    }
}

@media only screen and (max-width: 499px) {
    #home {
        background-size: cover;
    }
}

.logo-blue {
    color: #3772FF;
}


.title-dark {
    color: rgba(51, 50, 78, 1);
}

.bg-blue {
    background-color: rgba(55, 114, 255, 1);
}

.conference-btn {
    background-color: #3772FF;
    border: 1px solid #3772FF;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 11px 23px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 22.5px;
}


.conference-btn-light {
    background-color: #3772FF;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 11px 23px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 22.5px;
}


.readmore-btn-light {
    background-color: #FFFFFF;
    border: 1px solid #3772FF;
    color: #3772FF;
    border-radius: 6px;
    padding: 11px 23px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 22.5px;
}

.readmore-btn-light:hover {
    background-color: #2f40ff;
    color: #f6f7fb;
    /*opacity: 85%;*/
    transition: all 0.3s;
}

.conference-btn:hover {
    opacity: 85%;
}

.conference-btn-liers2
ght:hover {
    opacity: 85%;
}

.event-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .bg-home-3 .home-title {
        font-size: 32px;
    }

    h2.subheader {
        font-size: 20px;
    }
}

.home-desc-center-tables {
    /*paginacija je pravila problem sa display table-cell*/
    display: inline;
    vertical-align: middle;
}

.avatar-img {
    img {
        width: 40px;
        height: 40px;
    }
}

.blog-content {
    background-color: white;
}

.blog-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.blog-box {
    background-color: white;
}

.tt-item-title {
    color: #303344 !important;
}

.tt-title {
    color: #303344 !important;
}

.link-active {
    color: #FFFFFF;
}

.link-active:hover {
    color: #3772FF;
}

.badge-upcoming {
    position: absolute;
    opacity: 0.75;
    top: 10px;
    left: 10px;
    background-color: #3772FF;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.title-fixed-height {
    height: 60px;
}

#title-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.description-container {
    flex-grow: 1;
    display: flex;
}

@media (min-width: 992px) {
    .container-padding {
        padding-left: 15vh;
        padding-right: 15vh;
    }
}

.home-desc-center {
    width: fit-content;
    height: fit-content;
}

.zoomist-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zoomist-wrapper {
    width: 100%;
    height: 100%;
    touch-action: none; /* This is crucial for touch support */
}

.zoomist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 1200px) {
    .iframe-container {
        padding-bottom: 45%;
    }

    #about, #mission {
        padding: 100px !important;
    }

    .about-txt {
        font-size: 17px;
    }

    .pillars {
        font-size: 18px;
    }

    #missiontxt {
        font-size: 17px;
        font-weight: 400;
    }
}

.contact-info {
    flex: none;
    height: auto;
}

.contact-row-wrapper {
    display: flex;
    align-items: flex-start;
}

.pillars-value {
    color: #f6f7fb;
}

.contact-row-wrapper > .col-lg-4,
.contact-row-wrapper > .col-lg-8 {
    display: flex;
    flex-direction: column;
}

.contact-info,
.ps-0.ps-lg-2 {
    flex: 1;
}

.contact-box {
    padding: 24px;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.contact-lable {
    background-color: #f8f9fa;
}

@media (max-width: 576px) {


    .badge-container {
        display: none;
    }

    .badge-dropdown {
        display: block;
        width: 100%;
    }

    #select2-categories2-container .select2-selection__choice {
        display: inline-block;
        padding: 6px 12px;
        font-weight: 400;
        font-size: 14px;
        /*margin: 0.25em ;*/
        border: 1px solid rgba(207, 207, 207, 1);
        border-radius: 26px;
        background-color: white;
        cursor: pointer;
        margin-left: 10px;
        color: rgba(51, 50, 78, 1);
    }

    #select2-categories2-container .select2-selection__choice__remove {
        font-size: 20px;
        font-weight: 300;
        padding: 0px 9px;
        border: none;
        color: black;
    }

    #select2-categories2-container .select2-selection__choice__display {
        margin-left: 10px;
    }

    .contact-info, .contact-form {
        margin-bottom: 20px;
    }

    .title-box h3 {
        font-size: 1.5rem;
    }

    .title-box h6 {
        font-size: 1rem;
    }

    .contact-lable {
        font-size: 1rem;
    }

    .form-control {
        font-size: 1rem;
    }

    .submitBnt {
        width: 100%;
    }

    #home-edu, #latest_educations {
        padding: 0 !important;

    }

    #partners {
        display: none;
    }

    #partners2 {
        display: block;
    }

    #founding, #members {
        display: none;
    }

    #founding-mobile {
        display: block;
    }

    .scrolling-wrapper-founding {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .scrolling-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .scrolling-wrapper-founding {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .card {
        flex: 0 0 50%;
        scroll-snap-align: start;
        margin-right: 10px;
    }

    .card img {
        width: 100%;
        height: 100%;
        display: block;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-folder-photo {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.gallery-item-overlay {
    opacity: 0.75;
    top: 70px;
    left: 10px;
    background-color: #3772FF;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.gallery-item-overlay span {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.img-gallery {
    max-width: 100%;
    height: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.gallery-div {
    padding: 8px 16px;
}

#blog-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 16%;
    height: 100%;

}

#blog-card-s {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
}

.text-h {
    color: #33324E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

#blog-card-edu {
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.content-wrapper {
    flex-grow: 1;
}

.custom-sec {

    background: #001551;
}

#paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#paragraph-educ {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 16px;
}

#edu-text {
    text-align: center;
}

#edu-heading {
    text-align: left;
    font-weight: 700;

}

#edu-ins {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.text-left {
    text-align: left;
}

.description-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 1rem;
    padding-bottom: 2%;
}


@media (min-width: 992px) {
    .p-lg-16 {
        padding: 16%;
    }


}

#edu-tt {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #33324E;
    margin-top: 0;
}

#educations {
    margin-top: 0;
}

#link {
    color: #939292;
}

#link1 {
    color: #4353ff;
}

.description-img figure {
    display: none !important;
}

figure img {
    width: 50% !important;
    height: auto;
}

/*#latest_educations {*/
/*    padding-top: 0 !important;*/
/*    padding: 14%;*/
/*    margin-top: 0;*/
/*}*/

.inactive-breadcrumb-item {
    color: #767DAC;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-align: left;
}

.active-breadcrumb-item {
    color: #3772FF;
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
    text-align: left;
}

.breadcrumb {
    text-align: left;
}

.footer-text {
    font-size: 15px;
}

#team-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4px;

}

.bg-partners {
    background-color: #edf0ff;
}

.align-center {
    display: flex;
    align-items: center;
}

#team-heading-w {
    color: #f6f7fb;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.65px;

}

#map {
    color: #33324E;
    background-color: #FFFFFF;
}

.p-about {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.p-about-t {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
}

.p-about-e {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
}

.client-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grid-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    gap: 16px;
}

.grid-item {
    flex: 0 0 16.66%;
    scroll-snap-align: start;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    height: 17vh;
}

.flags {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1229.98px ) {
    #who-we-are, #values, #objectives {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    #mySidenav {
        padding: 1rem;
    }

    #team-heading {
        font-size: calc(1.325rem + .9vw);
        font-size: calc(1.325rem + .9vw);
    }

    #partners {
        display: none;
    }

    #partners2 {

        display: block;
    }

    #founding, #members {
        display: none;
    }

    #founding-mobile {
        display: block;
    }

    .scrolling-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .scrolling-wrapper-founding {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    #title-head {
        padding-top: 100px;
        margin-top: 0;
    }

    .p-about, .about-txt {
        font-size: 18px;
    }

    .card {
        flex: 0 0 50%;
        scroll-snap-align: start;
        margin-right: 16px;
        border: none;
    }

    .client-img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .card img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .card {
        flex: 0 0 40%;
        scroll-snap-align: start;
        margin-right: 16px;
        background-color: white;
        border: none;
    }

    .card-m {
        flex: 0 0 40%;
        scroll-snap-align: start;
        margin-right: 16px;
        background-color: white;
        border: none;
    }
}

.fw-bold {
    font-size: 20px;
    color: #f6f7fb;
}

.pillar-paragraph {
    color: #f6f7fb;
}

.logo-white {
    color: #f6f7fb;
}

.partner-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#flags-m {
    margin: 0;
}

#objectives {
    position: relative;
    /*background-image: url(../images/cover3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

#objectives::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(35, 37, 47, 0.8);*/
    z-index: 1;
}

#objectives > * {
    position: relative;
    z-index: 2;
}

.p-values {
    color: white;
    max-width: 80%;
}

.p-obj {
    max-width: 80%;
}

.about-box-who {

    display: flex;
    background-color: #3772FF;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    color: white;
    /*background-color: #fff;*/
    padding: 20px;
    border-radius: 0;
}

#row-form {
    align-items: end;
}

#about {
    padding-bottom: 100px !important;
}

.row-fp {
    display: flex;
}

.fp {
    display: flex;
    flex-direction: column;
}

.fp img {
    width: 100%;
    height: auto;

}

.custom-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
}

.single-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.single-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#navbar-start .title-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    margin-top: 2rem;
}

#navbar-start .navbar-brand,
#navbar-start .navbar-toggler,
#navbar-start .navbar-collapse {
    position: relative;
    z-index: 2;
}

#navbar-start .title-container h3 {
    margin: 0;
}

.header-photo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

@media (max-width: 768px) {
    .header-photo {
        height: 30vh;
        padding: 160px 0;
    }

    .home-title.inner {
        margin-top: 20vh;
    }

    .home-title-g {
        margin-top: 16vh;
        padding-bottom: 16px;
    }

    .p-about-e {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 16px;

    }

    #text-obj {
        padding-bottom: 0;
    }

    .pillars {
        font-size: 18px;
    }

    .text-t0 {
        font-size: 18px;
    }

    #text-obj {
        padding-bottom: 0px !important;
    }

    .about-txt {
        font-size: 18px;
    }

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


    #i1, #i2 {
        padding-right: 16px;
    }

    .play-icon {
        position: absolute;
        bottom: 20px;
        left: 20px;
        opacity: 0.45;
        z-index: 2;
    }

    .play-icon img {
        width: 50px !important;
        height: 50px !important;
        filter: brightness(0) invert(1);
    }


    #about {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

}

.accordion-body .btn {
    display: block;
    width: 60%;
}

.press-release-item-img {
    padding-bottom: 16px;
}


.video-16by9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-16by9 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-wb3c-black {
    background-color: #121A33;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-item {
    cursor: pointer;
}


.menu-item {
    color: #33324e;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    overflow: hidden;
}

.menu-item.active {
    color: #33324e;
    background-color: #EDF0FF;
    font-weight: bold;
}

.menu-item:hover {
    background-color: #f8f9fa;
    color: #000;
}


.menu-item.active:hover {
    background-color: #0056b3;
    color: #fff;
}


.menu-icon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
}

.card-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}


#notifications {
    text-align: center;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-item {
    cursor: pointer;
}

#mission-l {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.p {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .p-par, .p-par-p {
        padding-left: 200px;
        padding-right: 200px;
    }

}

.p-par {
    padding-bottom: 50px;
    margin-bottom: 0;
    padding-top: 50px;
    font-size: 18px;
}

.p-par-p {
    padding-bottom: 50px;
    margin-bottom: 0;
    font-size: 18px;
    padding-right: 200px;
    padding-left: 200px;
}

.text-role {
    color: rgb(255 255 255 / 65%);
}

.text-role-h {
    margin-bottom: 2rem;
    font-size: 32px;
}

@media (min-width: 768px) {
    #partners, #partners2, #organisation, #team, #map #members {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .text-white-o {
        margin-left: 200px;
        margin-right: 200px;
    }


}

.text-white-o {
    color: rgba(255, 255, 255, 0.65);
}

.navbar-nav .nav-link.show {
    color: #CCDBFF;
}


#head-tr {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-img, #img-org, #map-w {
    border-radius: 16px;
}

/*search*/
.search-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}


.search-overlay.active {
    width: 100%;
    height: 100%;
}


.search-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
}


#search-input {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: white;
    font-size: 50px;
    outline: none;
    border-radius: 3px;
}


#search-input::placeholder {
    color: #fff;
}

#search-input:focus::placeholder {
    opacity: 0;
}

.close-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    cursor: pointer;
}

.common-button {
    height: 40px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.common-button.logout-btn {
    height: 40px;
    width: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.common-button.logout-btn .button-icon {
    height: 18px;
    width: 18px;
    margin: 0;
}

.common-button.logout-btn img {
    vertical-align: middle;
}

#gallery-event {
    color: #33324e;
}

.team-box .team-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.map-w {
    position: relative;
}

#map-w {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    background-color: rgba(18, 26, 51, 0.3);
    pointer-events: none;
    box-sizing: border-box;
    transform: translateX(0);
}

.play-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.45;
    z-index: 2;
}

.play-icon img {
    width: 80px;
    height: 80px;
    filter: brightness(0) invert(1);
}

.bg-light-b {
    background-color: #CCDBFF;
}

.text-contact {
    color: #001551;
}

.event-gallery-item {
    background-color: #f8f9fa;
    padding: 24px;
    border-radius: 8px;
}

.event-photo-g {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

#objectives {
    padding-top: 100px;
    padding-bottom: 100px;
}

#text-obj {
    padding-bottom: 90px;
}

.badge-danger {
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: red;
    color: white;
}

.flag-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

#pill-3 {
    padding-left: 50px;
}

#pill-1 {
    padding-right: 50px;
}

/*ANIMIRANI CITAT */
#quote {
    background-color: #e6fff3;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 26, 51, 0.45);
    z-index: 0;
}

.quote {
    position: relative;
    z-index: 1;
}

.hidden {
    opacity: 0;
}

.console-container {
    font-size: 3em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.console-underscore {
    display: inline-block;
    position: relative;

}


@media (max-width: 768px) {
    .console-container {
        font-size: 2rem;
        width: 90%;
        padding: 10px;
    }

    .video-background video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

    .quote {
        padding: 20px 10px;
    }

    .pillar-container {
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .console-container {
        font-size: 1.5rem;
        width: 100%;
        padding: 5px;
    }
#console{
    display: inline;
}
    .quote {
        padding: 10px;
    }
}

#blog-content-res{
    height: 80%;
    width: 100%;
    margin-top: 0!important;
    padding-top: 0!important;
}

#tt-lib-res{
    padding-bottom: 32px;
}

.description-text-res{
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 1rem;
    padding-bottom: 12%;
}
@media (min-width: 992px) {
    .about-mk-margin {
        margin-top: 25px !important;
    }
}
