/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html {
    scroll-padding-top: 75px;
    scroll-behavior: smooth;
}

.slider-element {
    background-image: url('/image/1491969899.jpg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
}

.nav-pills .nav-link.active {
    background-color: #3294d9;
    margin-bottom: 20px;
    padding: 30px 25px;
}

.nav-pills .nav-link.active h3 {
    color: #ffcd8c;
    font-weight: 500;
    margin-bottom: 0px;
}

.nav-pills .nav-link h3 {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #3294d9;
}

.color-2 {
    color: var(--cnvs-color-2) !important;
}

.color-3 {
    color: #3294d9 !important;
}

.quote-green::before {
    color: #3294d9 !important;
}

.icon-linkedin {
    font-size: 30px;
}

.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: #3294d9;
}

.fbox-content h3 {

    font-size: 1rem;
}

.iconlist.iconlist-lg {
    --cnvs-iconlist-size: 1rem;
}

.leden>a, .leden img {
    border-radius: 0px;
    position: relative;
}

.team-image {
    min-height: 300px;
    position: relative;
    border-radius: 30px;
}

.center-image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.quote::before {
    left: calc(var(--cnvs-quote-icon-size) * -0.4);
}
.quote::after {
    content: "";
    font-family: "bootstrap-icons";
    display: inline-flex;
    align-self: center;
    justify-self: center;
    line-height: inherit;
    position: absolute;
    width: var(--cnvs-quote-icon-size);
    height: var(--cnvs-quote-icon-size);
    line-height: var(--cnvs-quote-icon-size);
    font-size: calc(var(--cnvs-quote-icon-size) - 6px);
    right: calc(var(--cnvs-quote-icon-size) * -0.4); 
    bottom: 55px;
    color: #3294d9;
    transform: rotate(180deg);
}

.color {
    color: #174675 !important;
}

.bg-success {
    background-color: #3294d9 !important;
}

.text-round {
    border-radius: 50%;
    background-color: #3294d9;
    text-align: center;
    line-height: 2rem;
}


#content .container .content-wrap {
    padding: calc(var(--bs-gutter-x)*.5) 0
}

