
.clear {
    clear: both;
}
a, a:hover {
    color: inherit;
    text-decoration: none !important;
}
.m-a {
    margin: 1rem !important;
}
.m-t {
    margin-top: 1rem !important;
}
.m-r {
    margin-right: 1rem !important;
}
.m-b {
    margin-bottom: 1rem !important;
}
.m-l {
    margin-left: 1rem !important;
}
.m-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.m-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-a-lg {
    margin: 3rem !important;
}
.m-t-lg {
    margin-top: 3rem !important;
}
.m-r-lg {
    margin-right: 3rem !important;
}
.m-b-lg {
    margin-bottom: 3rem !important;
}
.m-l-lg {
    margin-left: 3rem !important;
}
.m-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.m-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-a-md {
    margin: 1.5rem !important;
}
.m-t-ml {
    margin-top: 2rem !important;
}
.m-t-md {
    margin-top: 1.5rem !important;
}
.m-r-md {
    margin-right: 1.5rem !important;
}
.m-b-md {
    margin-bottom: 1.5rem !important;
}
.m-l-md {
    margin-left: 1.5rem !important;
}
.m-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.m-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-a-sm {
    margin: 0.5rem !important;
}
.m-t-sm {
    margin-top: 0.5rem !important;
}
.m-r-sm {
    margin-right: 0.5rem !important;
}
.m-b-sm {
    margin-bottom: 0.5rem !important;
}
.m-l-sm {
    margin-left: 0.5rem !important;
}
.m-x-sm {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.m-y-sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.m-a-xs {
    margin: 0.25rem !important;
}
.m-t-xs {
    margin-top: 0.25rem !important;
}
.m-r-xs {
    margin-right: 0.25rem !important;
}
.m-b-xs {
    margin-bottom: 0.25rem !important;
}
.m-l-xs {
    margin-left: 0.25rem !important;
}
.m-x-xs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.m-y-xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.m-t-n{
    margin-top: -15px !important;
}
.m-t-n-lg {
    margin-top: -68px !important;
}
.m-t-n-2lg{
    margin-top: -130px;
}
.m-t-xxl{
    margin-top: 150px !important;
}
.p-a {
    padding: 1rem !important;
}
.p-t {
    padding-top: 1rem !important;
}
.p-r {
    padding-right: 1rem !important;
}
.p-b {
    padding-bottom: 1rem !important;
}
.p-l {
    padding-left: 1rem !important;
}
.p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.p-x-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
}
.p-x-13 {
    padding-right: 13px !important;
    padding-left: 13px !important;
}
.p-x-14 {
    padding-right: 14px !important;
    padding-left: 14px !important;
}
.p-x-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.p-x-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.p-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-a-lg {
    padding: 3rem !important;
}
.p-t-lg {
    padding-top: 3rem !important;
}
.p-r-lg {
    padding-right: 3rem !important;
}
.p-b-lg {
    padding-bottom: 3rem !important;
}
.p-l-lg {
    padding-left: 3rem !important;
}
.p-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.p-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-a-md {
    padding: 1.5rem !important;
}
.p-t-md {
    padding-top: 1.5rem !important;
}
.p-r-md {
    padding-right: 1.5rem !important;
}
.p-b-md {
    padding-bottom: 1.5rem !important;
}
.p-l-md {
    padding-left: 1.5rem !important;
}
.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.p-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-y-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.p-a-sm {
    padding: 0.5rem !important;
}
.p-t-sm {
    padding-top: 0.5rem !important;
}
.p-r-sm {
    padding-right: 0.5rem !important;
}
.p-b-sm {
    padding-bottom: 0.5rem !important;
}
.p-l-sm {
    padding-left: 0.5rem !important;
}
.p-x-sm {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.p-y-sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-a-xs {
    padding: 0.25rem !important;
}
.p-t-xs {
    padding-top: 0.25rem !important;
}
.p-r-xs {
    padding-right: 0.25rem !important;
}
.p-b-xs {
    padding-bottom: 0.25rem !important;
}
.p-l-xs {
    padding-left: 0.25rem !important;
}
.p-x-xs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.p-y-xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.padding {
    padding: 1.5rem 1.5rem;
}
.margin {
    margin-bottom: 1.5rem;
}
.padding-out {
    margin: -1.5rem -1.5rem;
}
.no-padding {
    padding: 0px;
}
.no-padding_gallerie {
    padding: 0px;
}
.no-paddingleft {
    padding-left: 0px;
}
.no-paddingright {
    padding-right: 0px;
}
.text_left{text-align:left}
img {
    object-fit: contain;
    object-position: center;
}
.proxima-regular{
    font-family: 'ProximaNovaSoft-Regular';
}
.proxima-bold{
    font-family: 'ProximaNovaSoft-Bold';
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20{
    font-size: 20px;
}
.fs-21{
    font-size: 21px;
}
.fs-22{
    font-size: 22px;
}
.fs-23{
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-25 {
    font-size: 25px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-37 {
    font-size: 37px;
}
.letter-spacing-1{
    letter-spacing: 1px;
}
.letter-spacing-2{
    letter-spacing: 2px;
}
.letter-spacing-3{
    letter-spacing: 3px;
}
.letter-spacing-4{
    letter-spacing: 4px;
}
.l-h-32 {
    line-height: 32px;
    vertical-align: middle;
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.extralight {
    font-weight: 200 !important;
}
.semibold {
    font-weight: 600 !important;
}
.relative {
    position: relative;
    overflow: hidden;
}
.absolute{
    position: absolute;
}
.white-bg {
    background-color: #fff !important;
}
.gray-bg,.gray-bg:focus{
    background: #f0f0f0;
}
.form-control.gray-bg,.form-control.gray-bg:placeholder{
    color: #7d7d7d;
}
.border-radius-0{
    border-radius:0px !important;
}
.border-radius-3 {
    border-radius: 3px;
}
.rounded{
    border-radius: 100%;
    object-fit: cover;
}
.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.display_block{ display:block;}
.display_none{ display:none;}
figure {
    position: relative;
}
.c-white{
    color:#fff;
}
.c-blue {
    color: rgba(90,148,235,1);
}
.c-orange {
    color: rgba(207,162,11,1);
}

.btn:hover {
    cursor: pointer;
}
.truncate {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.pointer{
    cursor:pointer;
}
.full-width{
    width: 100%;
    position: relative !important ;
    display: inline-block !important ;
}
.width_img100{
	width:100%;
}

img.cover{
    height: 100%;
    width: 100%;
    object-fit:  cover;
}
img.contain{
    height: 100%;
    width: 100%;
    object-fit:  contain;
}
.height465{height: 465px !important;}
.mxw-600{
    max-width: 600px;
}
.mxw-700{
    max-width: 700px;
}
.nowrap{
    white-space: nowrap;
}
.h-450{
    height: 450px !important;
}
.h-211{
    height: 211px !important;
}
.h-215{
    height: 215px !important;
}
.h-225{
    height: 225px;
}
.h-280{
    height: 280px;
}
.bl:before {
    content: "";
    background: #d6d2d2;
    height: 1px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 8px;
}
.navVIGNAL {
    padding: 0 !important;
    height: 97px;
    left: 0;
    z-index: 9999999999;
    top: 40px;
    opacity: 1;
    width: 100%;
    background-color: transparent;
    position: absolute;
    display: flex;
    align-items: center;

}

#myCarousel {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100vh;

}

#myCarousel img {
    object-fit: cover;
    min-width: 100%;
    height: 100vh;
    object-position: center;
}


.blog1 {
    padding: 0 !important;
    position: relative !important;
    display: block !important;
    float: none;
    top: 0;
    z-index: 0;
    border-radius: 0 !important;

}

.btnLayerSlider {
    width: 165px;
    height: 40px;
    border: 0;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    background-color: #e79e29;
}

.btnLayerSlider p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-family: 'Lato';
    font-weight: 400;
}

.carousel-caption h3 {
    font-family: 'Lato';
    font-size: 36px;
    font-weight: 400;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;

}

.carousel-caption p {
    padding: 0 !important;
    margin: 0 0 0 0;

    font-family: 'Lato';
    font-size: 28px;
    font-weight: 300;

}

.chiifer {
    position: relative;
    top: 0px;
    z-index: 99999999999999999999;
    height: 504px;
    left: 45px;
}

.hh {
    border: 1px solid red !important;
}

.number {
    height: 200px;
    display: flex;
    align-items: center;
}

.number h6 {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 300;
    color: #e79e29;
    text-align: left;
}

.numberNone {
    height: 200px;
    display: flex;
    align-items: center;
}

.numberNone h6 {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 300;
    color: #e79e29;
    text-align: left;
}

/*.carousel-indicators {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    z-index: 15 !important;
    width: 1170px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    list-style: none !important;
    transform: translateX(-50%) !important;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 5px !important;
    }
}*/
.carousel-indicators .active {
    width: 40px !important;
    height: 1px !important;
    margin-bottom: 15px !important;
    background-color: yellow;
}

.carousel-indicators li {
    display: block;
    width: 20px;
    height: 1px;
    cursor: pointer;
    background-color: #0f426f;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1 !important;
    z-index: 999 !important;
    position: relative;
    text-align: right;
}

.prevNextCaroousel {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 45px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: block !important;
    z-index: 9999999999;
}

.carousel-indicators {
    width: 60px !important;
    margin: 0 !important;
    height: 30px !important;
    left: auto !important;
    right: 50px;
    top: 50% !important;
    transform: translateY(-50%) rotate(180deg) !important;

}

.carousel-control.left {
    width: 45Px !important;
    height: 45px !important;
    position: absolute !important;
    right: 45px !important;
    background: #e79e29;
    opacity: 1 !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: none !important;
    text-shadow: none !important;
    background-color: #e79e29 !important;
}

.carousel-control.left span {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    right: auto !important;
}

.carousel-control.left .sr-only {
    display: none !important;
}

.carousel-control.right {
    width: 45Px !important;
    height: 45px !important;
    position: absolute !important;
    right: 0 !important;
    background: #888b9875 !important;
    opacity: 1 !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: none !important;
    text-shadow: none !important;
    background-color: #888b9875 !important;
}

.carousel-control.right span {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    right: auto !important;
    color: #949aa6 !important;
}

.carousel-control.right .sr-only {
    display: none !important;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.list-box img {
    object-fit: unset !important;
    width: auto !important;
    height: auto !important;
    float: right !important;
}

.list-box {
    position: absolute;
    bottom: -170px;
    width: 100%;
    height: 298px;
    z-index: 9999999;
}

.carousel-caption h1 {
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center !important;
    font-weight: 700;
    color: white;
    text-shadow: none !important;
    box-shadow: none !important;
}

.carousel-caption p {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    margin: 0 auto 35px auto;
    padding: 0;
    text-align: center;
    font-weight: 400;
    color: white;
    text-shadow: none !important;
    box-shadow: none !important;
    width: 80%;
}

.carousel-caption {
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    padding-bottom: 30px !important;
    width: calc(100% - 250px) !important;
    margin: 0 auto !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
}

.carousel-caption .slideText {
    width: auto;
    height: auto;
}

.slideText button {
    width: 165px;
    height: 45px;
    background-color: white;
    outline: none;
    border: 0;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    color: #1779c4;
    border-radius: 30px;
}

.slideText button:hover, .slideText button:focus {
    background-color: #1a4b82;
    color: white;
}

.progressContainer {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fdfdfd26;
    left: 0;
    top: 0;
    z-index: 999999;
}

.progressContainer .progressSlideG {
    position: absolute;
    width: 0;
    height: 3px;
    background-color: white;
}

.progressScrollAnimated {
    width: 100% !important;
    height: 3px !important;
    transition: all 10s;
    -webkit-transition: all 10s;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: .3s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: .3s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.flex {
    display: flex !important;
}

.loaderSite {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e1930;
    align-items: center;
    justify-content: center;
}

.progress {

    background-image: unset !important;
    margin-top: 25px;
    filter: unset !important;
    background-repeat: repeat-x;
    height: 1px;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #e0e0e0 0, #ffffff 100%);
    background-image: -o-linear-gradient(top, #e0e0e0 0, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff));
    background-image: linear-gradient(to bottom, #e0e0e0 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

#spanBarh1 {
    position: absolute;
    top: 165px;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    color: white;
    font-weight: 700;
    transition: left 0.85s ease;
}

.no-padding {
    padding: 0 !important;
}

.menuV2 {
    margin-left: 130px;
    margin-top: 6px;
	position: absolute;
	right: 25px;
}



.test1 {
    font-family: 'Lato';
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    color: white;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    text-transform: initial !important;
}

.text2 {
    font-family: 'Lato';
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    color: white;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    text-transform: initial !important;
}

.text3 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
    width: 100%;
    line-height: 25px;
    text-transform: initial !important;
}

.containerImgBottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnc-slide__action-btn svg {
    width: 20px;
    fill: white;
    margin-left: 10px;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 27px;
    height: 100px;
    margin-top: 125px;
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.mouse_scroll h1 {
    position: relative;
    top: 100px;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    color: white;

}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    display: inline-block;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.resImg {
    display: none;
}

@media screen and (max-width: 1520px)  and (min-width: 320px) {
    .fnc-slide__content {
        z-index: 2;
        position: absolute;
        left: 160px;
        top: 23% !important;
    }

    .menuV2 {
        margin-left: 32px;
        margin-top: 10px;
    }
}

.dTB {
    display: none;
}

@media screen and (max-width: 1660px)  and (min-width: 320px) {
    .dTA {
        display: none;
    }

    .dTB {
        display: block;
    }

}
