/* Section - Title */
/* ************************ */
#parallax .title {
    background: transparent;
    padding: 120px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px rgb(3, 3, 3);
}

/* Section - Block */
/* ************************ */
#parallax .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.50;
}

/* Section - Parallax */
/* ************************ */
#parallax .parallax-one {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("/assets/img/volpak_retrofit.png");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallax2 .parallax-two {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("/assets/img/electro_back10.png");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax3 .parallax-three {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("/assets/img/aranow_banner.jpg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax4 .parallax-four {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("/assets/img/paglierani_background.jpg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Extras */
/* ************************ */
#parallax .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/* ************************ */
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax .block {
        padding: 30px;
        width: 420px;
    }

    #parallax h2 {
        font-size: 30px;
    }

    #parallax .block {
        padding: 30px;
    }

    #parallax .parallax-one,
    #parallax .parallax-two,
    #parallax .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax .block {
        padding: 30px 15px;
        width: 290px;
    }
}

/* Navigation */
.topnav a:hover {
    border-bottom: 1px solid red;
}

/* end navigation */
.plx {
    text-shadow: 2px 2px 2px rgb(3, 3, 3);
}

/* !-----------10a. Ion Icons ----------- */
.ion-lg:before {
    position: relative;
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.ion-2x:before {
    position: relative;
    font-size: 2em;
}

.ion-3x:before {
    position: relative;
    font-size: 3em;
}

.ion-4x:before {
    position: relative;
    font-size: 4em;
}

.ion-5x:before {
    position: relative;
    font-size: 5em;
}

.ion-fw {
    display: inline-block;
    width: 1.28571em;
    text-align: center;
}

.ion-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.ion-ul>li {
    position: relative;
}

.ion-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.ion-li.ion-lg {
    left: -1.85714em;
}

.ion-spin {
    -webkit-animation: ion-spin 2s infinite linear;
    animation: ion-spin 2s infinite linear;
}

.ion-pulse {
    display: inline-block;
    -webkit-animation: ion-spin 1s infinite steps(8);
    animation: ion-spin 1s infinite steps(8);
}

@-webkit-keyframes ion-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ion-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* .ion-rotate-90 {
    display: inline-block;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.ion-rotate-180 {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.ion-rotate-270 {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.ion-flip-horizontal {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1);
}

.ion-flip-vertical {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1);
}

.ion-flip-vertical {
    filter: none;
}


/* !----------- End Ion Icons ----------- */

.icon {
    font-size: 64px;
    display: inline-block;
    color: #292929;
}

.redicon {
    color: #dc3545;
}

.image-bg.bg-light .icon {
    color: #292929;
}

.image-bg .icon,
.bg-dark .icon {
    color: #fff;
}

.icon-lg {
    font-size: 80px;
}

.icon-sm {
    font-size: 32px;
}

.icon-xs {
    font-size: 18px;
}

@media all and (max-width: 767px) {
    .icon {
        font-size: 48px;
    }

    .icon-lg {
        font-size: 64px;
    }

    .icon-sm {
        font-size: 18px;
    }

    .icon-xs {
        font-size: 16px;
    }
}

.embelish-icons {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: scale(10);
    -webkit-transform: scale(10);
    left: 50%;
    opacity: 0.05;
    z-index: -1;
}

/* !---------- 18. ICON FEATURES ---------- */
.feature.boxed {
    padding: 32px;
    background: #f8f8f8;
}

.feature.boxed.bg-dark {
    background: #333;
}

.bg-dark .feature.boxed {
    background: #333;
}

.bg-secondary .feature.boxed {
    background: #fff;
}

.feature.bordered {
    padding: 32px;
    border: 1px solid #ccc;
}

.feature {
    margin-bottom: 24px;
}

.feature p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {

    .feature.boxed,
    .feature.bordered {
        padding: 24px;
    }
}

@media all and (max-width: 990px) {
    .feature .icon-lg {
        font-size: 40px;
    }
}

.feature-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #47b475;
}

.feature-2 i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 80px;
    color: #343a40;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.feature-2 i:hover,
.feature-2.filled i {
    background: transparent;
    color: #dc3545;
}

.feature-3 {
    overflow: hidden;
}

.feature-3 .left,
.feature-3 .right {
    display: inline-block;
}

.feature-3 .left {
    width: 15%;
}

.feature-3 .right {
    width: 85%;
}

.feature-3 i {
    color: #47b475;
}

.bg-primary .feature-3 i {
    color: #fff;
}

.feature-4 .left {
    width: 25%;
}

.feature-4 .right {
    width: 75%;
}

.feature-color h1,
.feature-color h2,
.feature-color h3,
.feature-color h4,
.feature-color h5,
.feature-color h6 {
    color: #ffffff;
}

.feature-color p,
.feature-color span,
.feature-color li {
    color: #FC2F03;
}

.feature-color i {
    color: #dc3545;
    opacity: .7;
}

.feature-color:nth-of-type(1) {
    background: #47b475;
}

.feature-color:nth-of-type(2) {
    background: #40a269;
}

.feature-color:nth-of-type(3) {
    background: #398f5d;
}

.feature-5 {
    height: 33.333333vw;
    padding: 0 48px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media all and (max-width: 1280px) {
    .feature-5 {
        height: auto;
        padding: 80px 48px;
    }

    .feature-5 .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media all and (max-width: 767px) {

    .feature-3 .left,
    .feature-4 .left {
        margin-bottom: 8px;
    }

    .feature-3 .left,
    .feature-4 .left,
    .feature-3 .right,
    .feature-4 .right {
        width: 100%;
    }

    .feature-5 {
        padding: 40px 24px;
    }
}

.image-bg .feature i {
    color: #fff;
}

.image-bg .feature h1,
.image-bg .feature h2,
.image-bg .feature h3,
.image-bg .feature h4,
.image-bg .feature h5,
.image-bg .feature h6 {
    color: #ffffff;
}

.image-bg .feature p,
.image-bg .feature span,
.image-bg .feature li {
    color: #ffffff;
}

.image-bg .feature.bordered {
    border-color: rgba(255, 255, 255, 0.4);
}

.image-bg .feature.boxed {
    background: rgba(34, 34, 34, 0.4);
}

.bg-light .feature.bordered {
    border-color: rgba(34, 34, 34, 0.2);
}


.topbar-sticky-shrink {
    padding: 2rem;
    transition: padding 0.25s ease;
    background: #2c3840;
}

.topbar-sticky-shrink .menu {
    background: #2c3840;
}

.is-stuck .topbar-sticky-shrink {
    padding: 1rem;
    transition: padding 0.25s ease;
}

[data-sticky] {
    width: 100%;
}

.topbar-sticky-shrink-header {
    padding: 10rem 0;
    background: url("https://placehold.it/2000x500&text=this is a header") center center no-repeat;
    background-size: cover;
}

#border_round {
    border: inherit;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.border_round_2 {
    border: inherit;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

html {
    scroll-behavior: smooth;
}