/********** Template CSS **********/
:root {
    --primary: #332e62;
    --secondary: #ffffff;
    --light: #dcdddd;
    --dark: #332e62;
    --grn: #11976f;
    --black: rgba(4, 18, 37, 0.725);
    --default-color: rgb(114, 114, 114);
    --accent-color: #f6b913;

}


@font-face {
    font-family: dax-pro-bold;
    src: url(dax-pro-bold.otf);
}

@font-face {
    font-family: dax-pro-light;
    src: url(dax-pro-light.otf);
}

@font-face {
    font-family: dax-pro-cond-bold;
    src: url(dax-pro-cond-bold.otf);
}

.dax {

    font-family: dax-pro-cond-bold, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 50px;
}

.daxlight {

    font-family: dax-pro-light, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 50px;
}

.bgSvg {
    background-image: url('/img/hero-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* CSS */
.button-18 {
    align-items: center;
    background-color: #332e62;
    border: 0;
    border-radius: 15px 0 15px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: inline-flex;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    transition: all ease-in-out 0.2s;
}

.button-18:hover,
.button-18:focus {
    background-color: #332e62cf;
    color: #ffffff;
    transition: all ease-in-out 0.2s;
}

.button-18:active {
    background-color: #332e62cc;
    color: rgb(255, 255, 255, .7);
    transition: all ease-in-out 0.2s;
}

.button-18:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

.sub_bg {
    background-color: #6b6b6a;
    background-image: url(../img/sub_hero_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;


}

.fs-mini {
    font-size: 13px;
    font-weight: 400;

}

.card-title {

    line-height: 1.8rem;
    color: 332e62;
}

.img_container {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 350px;
    overflow: hidden;

}


.card-grid-style-2 {
    padding: 53px 48px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.admin_green {
    color: #82a796;
}

.kprofil,
.hkitle {
    --_g: 10%/45% 45% no-repeat conic-gradient(#000 0 0);
    mask:
        left var(--_i, ) top var(--_g),
        bottom var(--_i, ) left var(--_g),
        top var(--_i, ) right var(--_g),
        right var(--_i, ) bottom var(--_g);
    filter: grayscale();
    transition: .3s linear;
    cursor: pointer;

}

.kprofil:hover,
.hkitle:hover {
    --_i: 10%;
    filter: grayscale(0);
}



.text-dark {
    color: #332e62 !important
}

.text-green {

    color: #53b584;
}

.text-navy {

    color: #072d60;
}

.btn-dark {
    color: #fff;
    background-color: #1d1a40;
    border-color: rgba(255, 255, 255, 0.2);
    transition: all ease-in-out 0.2s;
}

.btn-dark:hover {
    color: #fff;
    background-color: #354265;
    border-color: rgba(255, 255, 255, 0.4);
    transition: all ease-in-out 0.2s;
}

.gallery-item {
    overflow: hidden;
    border-right: 3px solid var(--background-color);
    border-bottom: 3px solid var(--background-color);
}

.gallery-item img {
    transition: all ease-in-out 0.2s;
}

.gallery-item:hover img {
    transform: scale(1.2);
}

.read-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #332e62;
    transition: all 0.3s;
    align-self: flex-start;
}

.read-more i {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s;
    color: #332e62;
}

.read-more:hover {
    color: #242045;
}

.read-more:hover i {
    transform: translateX(4px);
    color: #242045;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #242045;

}

span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 9px auto 18px;
}

span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #ffc300;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

.timer {
    color: #ffffff;
    font-family: dax-pro-cond-bold, sans-serif;

}


.redbg {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #e8291c;
    color: #fff;
    border-radius: 9px;
    padding: 5px 11px;
    text-align: center;
    line-height: 1.2;
}

.bd {
    font-size: 1.15rem;
    font-weight: 800;
    display: block;
}

.bm {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.card-img {

    position: relative;
}

.bg-white {
    background-color: #ffffff !important
}

.light-background {
    --background-color: #f4f7f6;
    --surface-color: #ffffff;
}



.logo-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #55514f;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    margin: -0.5px;
    transition: border-color 0.3s;
}

.logo-item span {
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 300;
    background-color: #332e62;
    color: #ffffff;
    width: fit-content;
    margin: 0 auto;

}

.logo-item img {
    max-width: 200px;
    opacity: 1;
    transition: scale 0.3s, filter 0.3s;
    margin: 16px 16px;
}

.logo-item:hover {
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.logo-item:hover img {
    scale: 0.9;

}

@media (max-width: 576px) {


    .logo-item img {
        max-width: 90px;
    }
}

p,
li {
    color: #55514f;
}



.imgrow {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.imgcolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.imgcolumn img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .imgcolumn {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .imgcolumn {
        flex: 100%;
        max-width: 100%;
    }
}





.bg-gradientlight {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #fafafa;
    background-image: url(../img/company-hero-bg.svg);
    background-size: cover;
    background-position: center;

}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #332e62;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: "Nunito Sans", sans-serif;
}


.dropdown-item:hover,
.dropdown-item:focus {
    color: #0f2e55;
    background-color: #d4e2e8
}

.dropdown-item.active,
.dropdown-item:active {
    color: #332e62;
    text-decoration: none;
    background-color: #d4e2e8
}

.white-link {
    color: rgba(255, 255, 255, 0.7)
}

.white-link:hover {
    color: rgba(255, 255, 255, 1)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "dax-pro-bold", sans-serif;
    font-weight: 700;
    line-height: 1;

}

.green {

    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(37, 184, 115) 18.2%, rgba(18, 200, 112, 0.756) 78.1%);
    background-size: 400% 400%;
    animation: radial-gradient 10s ease infinite;
}

.blue {

    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(37, 160, 184) 18.2%, rgb(28, 73, 156) 78.1%);
    background-size: 400% 400%;
    animation: radial-gradient 10s ease infinite;

}

.header-bottom-list li {
    width: calc(100% / 2);
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 5000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(244, 237, 34, 0.1);
    /* Black w/ opacity */
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

/* Modal Content */
.modal-content {
    background-color: rgb(255, 255, 255);
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #00000091;
    width: 100%;
    color: #FFF;

}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.text-brown {

    color: #1f1e1e;
}

.table {
    color: #55514f;
}

.grayblock {
    width: 100%;
    background-image: url(../img/team-hero-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px #332e6236;

}


@keyframes radial-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffffc2;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: #ffffff;
}


.d_blok {

    display: block;
}

.sticky-top2 {
    position: sticky;
    top: 200px;
    z-index: 1;

}

.iconcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.iconcontainer div {
    margin: 20px 0px;

}

.iconcontainer div a {

    font-optical-sizing: auto;
    font-size: 20px;
    display: block;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    line-height: 2;


}

.iconcontainer div a {
    color: #ffffff;
}

.iconcontainer div a:hover {
    color: #ffffffdc;
}

.dark {
    background-color: #1d2a4db0;
}

.breadcrumb-item.active {
    color: #ffffffba
}



.datecontainer span {
    font-family: dax-pro-light;
}



.datecontainer {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #563d7c;
    background-image: url(../img/chicken.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1.1rem;

}

.datecontainer h3 {
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}

.datecontainer span {

    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.datecontainer h2 {
    line-height: 40px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}

.borderleftwh {

    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    height: 1%;
    transform: translateY(10px);


}

.datecontainer {
    border-radius: 10px 10px 66px 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


a.link-item {
    padding: 4px;
    color: #055160b1;
    text-decoration: none;
    margin-left: 12px;
    font-family: dax-pro-cond-bold;
    font-size: 18px;
    line-height: 40px;
    border-bottom: #05516051 solid 1px;
}

a.link-item:hover {
    color: #032e37;


}

a.link-item:last-child {

    border-bottom: 0;
}


.dwhite {

    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    border: solid 1px #ebebeb;
    border-radius: 12px;
    font-size: 11px;
}

.dwhite span {
    font-family: dax-pro-cond-bold, sans-serif;
    font-size: 18px;
    line-height: 30px;
    display: block;
}


.graybg {
    background: rgba(252, 211, 211, 0.478);


}



.orangebg {
    background: #ffffff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(252, 241, 211) 100%);
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.srapor {
    background: #fff9ef;
    border: solid 1px #f6f0e6;
    padding: 80px;
}

body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #55514f;

}

.countdown {
    display: flex;

}

.homebox {
    padding: 16px 12px;
    box-shadow: 1px 1px 4px #ddd;
    height: 140px;
    width: 100%;
    display: block;
    border-radius: 12px;
    background-image: url(../img/home-bgx.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    box-sizing: border-box;
}


.homebox span {
    line-height: 12px;
}


.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.800);
}






.list-group-item {
    position: relative;
    display: block;
    padding: .6rem .2rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
}



.news-card {
    background: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

}

.news-card:hover {
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
    box-shadow: 0 4px 12px color-mix(in srgb, var(--default-color), transparent 92%);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}


.bg-footer {

    background: #332e62 !important;
}

.text-wht {
    color: #ffffff !important
}

.text-primary {
    color: #332e62 !important
}

.border-secondary {
    border-color: #332e6257 !important;

}

.text-secondary {
    color: #000000b8 !important
}


.bg-alt {
    background-color: #504895;
    border-top: solid 1px #5b52ae;
}




.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (max-width: 700px) {
    .navbar-brand img {

        transition: all 200ms ease-in;
        transform: scale(.8);
        margin-left: -30px;

    }

    .srapor {

        padding: 20px;
    }

}

.main-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #1d2a4d5a;
    border-radius: 12px;
    font-size: 22px;
    transition: .5s;
}

.accordion-button {

    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f7f8fa;
}




.accordion-button:not(.collapsed) {
    background-color: #ebebeb;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125)
}


.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}









.page-header {
    background: url(../img/connect.jpg) center right no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-secondery)
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--bs-primary);
}

.service-item {
    position: relative;
    padding: 0 0px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);

}



.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #1d2a4d5a;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background-color: #1d2a4da7;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


div.mgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

div.mgallery-item {
    margin: 10px;
    border: 1px solid #ccc;
    width: 180px;
}

div.mgallery-item:hover {
    border: 1px solid #b4b4b4;
    transition: all ease-in-out 0.2s;
}

div.mgallery-item img {
    width: 100%;
    height: auto;
}