/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

section#banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body #banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    background-size: cover;
    background-position: right;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}

body #banner.video-banner {
    overflow: hidden;
}

/*** Banner Play Button ***/

#play-button .col-md-12,
#play-button .col-lg-4 {
    float: right;
    display: table;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 0;
    height: 0;
    border-radius: 50%;
    display: table-cell;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
    width: 120px;
    height: 120px;
    border: 3px solid transparent;
    border-left-color: #FFF;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ih-item.circle.effect1 .spinner-inner {
    width: 100px;
    height: 100px;
    border: 3px solid transparent;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    border-radius: 50%;
    position: relative;
    top: 7px;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.ih-item.circle.effect1 .img:before {
    display: none;
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.info-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

span.video-text {
    display: table-cell;
    vertical-align: middle;
    color: rgba(255, 255, 255, .5);
    position: relative;
    left: 25px;
    font-size: 25px;
}

span.video-text:after {
    content: '';
    position: absolute;
    top: 80px;
    width: 92px;
    height: 3px;
    background: #5BB531;
    left: 7px;
}

i.circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 5px;
    position: relative;
    top: 19px;
    right: 37px;
}

.ih-item.circle.effect1 a .arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #FFF;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 a:hover .arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #FFF;
    position: relative;
    margin: 0 auto;
}

.ih-item.circle.effect1 a:hover .spinner {
    border-right-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(255, 255, 255, .5);
    border-left-color: rgba(255, 255, 255, .5);
    border-top-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ih-item.circle.effect1 a:hover .spinner-inner {
    border-right-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(255, 255, 255, .5);
    border-left-color: rgba(255, 255, 255, .5);
    border-top-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ih-item.circle.effect1 a:hover .info {
    opacity: 1;
}



.ih-item.circle.effect1 .spinner {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-left-color: #FFF;
    border-top-color: #FFF;
    border-right-color: #FFF;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ih-item.circle.effect1 .spinner-inner {
    width: 65px;
    height: 65px;
    border: 2px solid transparent;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    top: 6px;
    left: 5px;
}

.ih-item.circle.effect1 a .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #FFF;
}

.ih-item.circle.effect1 a:hover .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid rgba(255, 255, 255, .5);
}

.ih-item.circle.effect1 .info {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    vertical-align: middle;
}

.ih-item.circle.effect1 .info {
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {
    span.video-text {
        display: none;
    }

    .ih-item.circle {
        position: relative;
        width: 0;
        height: 0;
        border-radius: 50%;
        display: table-cell;
    }

    .ih-item.circle.effect1 .spinner {
        width: 80px;
        height: 80px;
        border: 2px solid transparent;
        border-left-color: rgba(255, 255, 255, .5);
        border-top-color: rgba(255, 255, 255, .5);
        border-right-color: rgba(255, 255, 255, .5);
        top: 0;
        right: 0;
    }

    .ih-item.circle.effect1 .spinner-inner {
        width: 65px;
        height: 65px;
        border: 2px solid transparent;
        border-right-color: rgba(255, 255, 255, .5);
        border-bottom-color: rgba(255, 255, 255, .5);
        border-left-color: rgba(255, 255, 255, .5);
        top: 6px;
        left: 5px;
    }

    .ih-item.circle.effect1 .info {
        width: 100%;
        height: 100%;
    }

    .ih-item.circle.effect1 a .arrow-right {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid rgba(255, 255, 255, .5);

    }
}