/* Background Section*/
.bgone {
    color: #ffff;
    /* background-image: linear-gradient(to right, #434343, #2d3436); */
    background: linear-gradient(to bottom left, #414141 0%, #000000 100%);
    /* background-color: #2d3436; */
}

.bgone h2 {
    color: #ffff;
}

#section-home h1 {
    color: #dec56e !important;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.sticky-social-bar, .sticky-social-bar2 {
    position: fixed;
    z-index: 1;
}

.sticky-social-bar {
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sticky-social-bar2 {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes left-to-right-bounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes left-to-right-bounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/* Style the icon bar links */
.sticky-social-bar a, .sticky-social-bar2 a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: #191919;
    font-size: 24px;
    background: #ddc46d !important;
    margin-bottom: 6px;
    border-radius: 2px 16px 16px 24px;
}

/* Style the social media icons with color, if you want */
.sticky-social-bar a .fa, .sticky-social-bar2 a .fa, .sticky-social-bar a span, .sticky-social-bar2 a span {
    padding: 14px 16px;
    font-size: 32px;
}

.sticky-social-bar a span, .sticky-social-bar2 a span {
    padding: 14px 16px 14px 0;
    display: none;
}

.sticky-social-bar a:hover, .sticky-social-bar2 a:hover {
    background-color: #000;
}

.sticky-social-bar a:hover span, .sticky-social-bar2 a:hover span {
    display: inline-block;
}

.sticky-social-bar2 a.sticky-social-bar-instagram {
    background: #ddc46d !important;
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    color: #191919;
    -webkit-animation: left-to-right-bounce 4s infinite ease-in-out;
    animation: left-to-right-bounce 4s infinite ease-in-out;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.sticky-social-bar2 a.sticky-social-bar-instagram:hover {
    background: #d6249f !important;
    color: white;
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}

.sticky-social-bar2 a.sticky-social-bar-youtube {
    -webkit-animation: left-to-right-bounce 4s infinite ease-in-out;
    animation: left-to-right-bounce 4s infinite ease-in-out;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.sticky-social-bar2 a.sticky-social-bar-facebook {
    background: #ddc46d !important;
    color: #191919;
    -webkit-animation: left-to-right-bounce 4s infinite ease-in-out;
    animation: left-to-right-bounce 4s infinite ease-in-out;
}

.sticky-social-bar2 a.sticky-social-bar-facebook:hover {
    background: #3B5998 !important;
    color: white;
}

.sticky-social-bar-call {
    background: #21AF20;
    color: white;
}

.sticky-social-bar-twitter {
    background: #55ACEE;
    color: white;
}

.sticky-social-bar-google {
    background: #dd4b39;
    color: white;
}

.sticky-social-bar-linkedin {
    background: #007bb5;
    color: white;
}

.sticky-social-bar-youtube:hover {
    background: #bb0000 !important;
    color: white;
}

html {
    background: #2a2e37;
    min-height: 100vh;
}

audio, embed {
    position: absolute;
    z-index: -9999;
}

.loader-body {
    background: #2a2e37;
    z-index: 9999;
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
}

.loader-body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader-body .vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.loader-body .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.loader-body > * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.loader-body {
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -98px;
    margin-top: -98px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98px;
    height: 196px;
    margin-left: -98px;
    margin-top: -98px;
    overflow: hidden;
    -webkit-transform-origin: 98px 98px;
    -moz-transform-origin: 98px 98px;
    -ms-transform-origin: 98px 98px;
    -o-transform-origin: 98px 98px;
    transform-origin: 98px 98px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#particles-background,
#particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

[not-existing] {
    zoom: 1;
}

.social-ul i {
    text-shadow: none;
    color: #fff;
    padding: 12px 10px 8px 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 5px 0 5px;
    background: var(--primary-color);
}

.journey-image-overlay {
    background: #191919b0;
    width: 100%;
    height: 100%;
    padding: 4%;
    transition: all 0.7s;
}

.journey-image-overlay-outline {
    width: 100%;
    height: 100%;
    border: 2px solid rgb(174, 151, 73);
    top: 0;
    transition: all 1s;
}

.journey-section:hover .journey-image-overlay {
    background: transparent;
    padding: 0;
}

.journey-section:hover .journey-image-overlay-outline {
    width: 120%;
    height: 120%;
    margin: -2%;
}

#batch-modal .modal-header {
    padding: 0.5rem 1rem;
}

@media (max-width:575px){
    #batch-modal .modal-dialog {
        max-width: 240px;
        margin: 0 auto;
    }
}

.sticky-social-bar2 img {
    width: 46px;
    margin: -6px 16px 4px 0;
    border-radius: 50%;
    border: 2px solid white;
}