@font-face {
    font-family: 'Morl-Regular';
    src: url('../fonts/HelveticaRoundedLTStd-Bd.otf');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Morl-Regular';
}
.sections .box {
    position: relative;
    /*border: 20px solid transparent;*/
    box-sizing: border-box;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    transition: all .28s ease;
    overflow: hidden;
    border-radius: 5px;

    -webkit-transform: scale(0.95) translateZ(0);
    transform: scale(0.95) translateZ(0);

}

.ltr {
    direction: ltr !important;
}

.num {
    direction: ltr;
    display: inline-block;
}

.sections img {
    width: 100%;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    -webkit-transition: transform .28s ease;
    -moz-transition: transform .28s ease;
    -o-transition: transform .28s ease;
    transition: transform .28s ease;
}

.sections .box .fa {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 4rem;
    top: 43%;
    bottom: 50%;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sections .box strong {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    max-width: 250px;
}

.sections .box:after {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .7) 100%);
    /* background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.7) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00646978', endColorstr='#802a2c32', GradientType=0);
    pointer-events: none;
}

.sections .box:hover {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.sections .box:hover .fa {
    opacity: 1;

}

.sections .box:hover img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.u-avatar {
    width: 140px;
    height: 140px;
    position: relative;

}

@font-face {
    font-family: 'Rubik-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/_mlO9_1N7oXYhEnEzC2l-g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.section_events__item {
    position: relative
}

.section_events__item__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .25s linear;
    opacity: 0;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.section_events__item__bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, #000, transparent)
}

.active .section_events__item__bg {
    opacity: 1
}

.section_events__item__content_lg {
    overflow: hidden;
    max-height: 0;
    transition: opacity .25s;
    opacity: 0;
    color: hsla(0, 0%, 100%, .7)
}

.active .section_events__item__content_lg {
    max-height: 99999px;
    opacity: 1
}

.section_events__item__content_lg > .row {
    padding: 150px 0
}

.section_events__item__content_sm {
    cursor: pointer
}

.active .section_events__item__content_sm {
    display: none
}

.section_events__item__content_sm > .row {
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0
}

.gradient-half-primary-v4 {
    background: #2e2d74;
}

/*.section_events__item__content_sm:last-child .row {*/
/*border-bottom: 0;*/
/*}*/

.section_events__item__content_sm time {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    margin: 0;
    text-align: center;
    color: #151515
}

.section_events__item__content_sm time small {
    font-size: 1rem;
    display: block;
    margin-top: .5em
}

.section_events__item__content_sm h4 {
    margin-bottom: 2rem;
    font-size: 18px;
    max-width: 600px
}

.section_events__item__content_sm:hover h4 {
    color: #2e2d74;
}

@media (min-width: 768px) {
    .section_events__item__content_sm h4 {
        margin: 0
    }
}

.section_events__item__content_sm .btn {
    margin: 0
}

.blue-bg {
    max-width: 90%;
    position: relative;
    /*border-top-right-radius: 100px;*/
}

.sections {
    /*margin-top: -150px;*/

}

.sections.scope p {
    color: #bdc4d0;
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}

.sections.scope .col-md-4>div {
    padding: 50px 0;
    box-sizing: border-box;
    /*-webkit-transition: all 0.4s ease;*/
    /*-moz-transition: all 0.4s ease;*/
    /*-ms-transition: all 0.4s ease;*/
    /*-o-transition: all 0.4s ease;*/
    /*transition: all 0.4s ease;*/
    border-radius: 8px;
}

.sections.scope .col-md-4>div:hover {
    background: #17156a;
    background: rgba(0,0,0,0.1);

}

.slick-slide .u-hero-v1__main img {
    width: 100%;
    transform: scale(1.2);

    -webkit-transition: all 20s ease;
    -moz-transition: all 20s ease;
    -ms-transition: all 20s ease;
    -o-transition: all 20s ease;
    transition: all 20s ease;
}

.slick-active .u-hero-v1__main img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.u-hero-v1__main .display-5 {
    max-width: 500px;
}

.u-hero-v1__main .desc {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    left: 0;
    width: 100%;

}

body {
    max-width: 95%;
    width: 100%;
    background-color: #bdc4d0;
    font-family: 'Rubik-Regular';

}

main {
    background: #fff;
}

header, footer, main {
    position: relative;
    z-index: 1;
}

body {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer {
    background-color: #2e2d74;
    max-width: 90%;
    /*border-bottom-right-radius: 100px;*/
    margin-bottom: 120px;

}

.gray-bg {
    background: #bdc4d0;
}
.bg{
    background-image: url(http://localhost/yodet-shop/bg.jpg)!important;
    background-size: cover!important;;
    background-repeat: no-repeat!important;;
    /*background-attachment: fixed!important;;*/
}
.slick-track {
    background: #bdc4d0;
}
.blue-bg {
    background: #2e2d74;
    padding-bottom: 20px;
}

footer .list-group-item {
    background: none;

}

footer .list-group-item-action {
    color: #efefef !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .list-group-item-action:hover {
    opacity: 0.7;
}

.btn-primary {
    border-radius: 30px;
    font-size: 14px;
    background-color: rgb(46, 45, 116) !important;
    border-color: rgb(46, 45, 116) !important;
    padding: 12px 35px;
    box-sizing: border-box;
}

.btn-secondary {
    color: #fff;
    background-color: #16154a;
    border-color: #16154a;
    border-radius: 30px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 85%;
    z-index: 0;
    left: 0;
    padding: 30px 0;

}

.sections .js-slide {
    min-height: 500px;
}

.u-header__section {
    background-color: #2e2d74;
    box-shadow: none;
    max-width: 90%;
    padding: 20px 0;
    background-position: bottom;

}

.u-header__nav-link {
    color: #fff;
}

.MoreMenu {
    /* min-width: 230px; */
    /* display: none; */
    position: absolute;
    right: 0;
    z-index: 9999999;
    width: 100%;
    background: #2e2d74;
    text-align: center;
    color: #fff;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.MoreMenu.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;

}

.MoreMenu li {
    display: table-cell;
    list-style-type: none;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.MoreMenu.open li {
    opacity: 1;
}

.MoreMenu li a {
    box-sizing: border-box;
    padding: 35px 20px;
}

.MoreMenu li:first-child {
    transition-delay: 0.03s;
}

.MoreMenu li:nth-child(2) {
    transition-delay: 0.09s;
}

.MoreMenu li:nth-child(3) {
    transition-delay: 0.12s;
}

.MoreMenu li:nth-child(4) {
    transition-delay: 0.15s;
}

.MoreMenu li:nth-child(5) {
    transition-delay: 0.18s;
}

.MoreMenu li:nth-child(6) {
    transition-delay: 0.21s;
}

.MoreMenu li:nth-child(7) {
    transition-delay: 0.24s;
}

.aboutPage .u-avatar
.img-fluid {
    padding: 18px;
    position: relative;
    z-index: 9;
}

.aboutPage .u-avatar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/circle.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;

}

.aboutPage .u-avatar:hover:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.gradient-half-warning-v2 {
    background-image: url(../img/img-blog.jpg);
    background-position: center;

}

.statuses p {
    max-width: 200px;
    margin: auto;
    font-size: 15px;

}

.green-text {
    color: #1dbecf !important;

}

.text-blue {
    color: #2e2d74 !important;
}

.fly {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;

    position: relative;
    z-index: 1;
}

.show-block {
    opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.heading h2 {
    font-size: 5rem;
    font-weight: bold;

}

.btn-link:hover {
    color: #2e2d74;
}

.u-indicator-vertical-line:last-child::after {
    display: none;
}

.u-header__navbar-body, .u-header__navbar-nav {
    margin-left: auto;
}

.mobile {
    display: none;
}
.has-error + .custom-file-label,
.has-error{
    border-color: red;

}
.form-control{
    height: auto;
}
 .white-space{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
width: 250px;
    background-color: #30327f;
    color: #fff;
    /*text-align: center;*/
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0%;
    /*margin-left: -60px;*/
    line-height: 1.5;
     opacity: 0;
     transition: opacity 0.3s;
    font-size: 15px;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: #30327f transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.triggerCon.open {
    height: auto;
}

.triggerCon {
    height: 86px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.triggerCon::before {
    content: '';
    -webkit-transition: opactiy 500ms ease, visibility 500ms ease;
    transition: opactiy 500ms ease, visibility 500ms ease;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #2e2d74, #2e2d74);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #2e2d74, #2e2d74);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44.8px;
    left: 0;
}
.trigger{
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-top: -23px;
    display: block;
    z-index: 9;
    position: relative;
    text-align: center;
}
.sections.scope .col-md-4>div:hover .triggerCon::before {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #292868, #292868);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #292868, #292868);
}.triggerCon.open:before {
     display: none;
 }


/*responsive*/
@media (max-width: 1280px) {
    body,
    .blue-bg,
    .u-header__section,
    footer ,
    .fixed-footer{
        max-width: 100%;
        width: 100%;
    }

    .heading h2 {
        font-size: 2.5rem;
    }

    .section_events__item__content_sm a,
    .sections .row > div:nth-child(3) {
        display: none;
    }

    .section_events__item__content_sm > .row {
        padding: 0;
    }

    .mobile {
        display: block;
    }

    .section_events__item__content_sm time {
        font-size: 1.5rem;
    }

    .MoreMenu {
        position: fixed;
        display: block;
        text-align: initial;
        padding-top: 50px;
        overflow-y: auto;
        height: 100vh;

    }
    .MoreMenu li{
        opacity: 1;
        display: block;
    }
    .MoreMenu li a {
        padding: 10px 20px;
    }
    .u-header__navbar-collapse {
        padding: 50px 20px;
        box-sizing: border-box;
    }
    .fixed-footer {
        text-align: center;
        padding: 20px 0;

    }

}
@media (max-width: 650px) {
    .fixed-footer{
        position: relative!important;
    }footer{
    margin-bottom: 0;
         }
}
