.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.ut-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 12px;
    color: #fff !important;
    background: 0 0;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    font-family: ralewaymedium, Helvetica, Arial, sans-serif
}

.ut-btn.small {
    font-size: 11px
}

.ut-btn.medium {
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px
}

.ut-btn.large {
    height: 50px;
    line-height: 51px;
    font-size: 17px;
    padding: 0 20px
}

.ut-btn.round {
    border-radius: 3px
}

.ut-btn:hover {
    color: #fff
}

p .ut-btn {
    margin: 0
}

.ut-btn.theme-btn:hover {
    background: #151515 !important
}

.ut-btn.dark {
    background: #151515
}

.ut-btn.red {
    background: #e74c3c
}

.ut-btn.red:hover {
    background: #151515
}

.ut-btn.turquoise {
    background: #1abc9c
}

.ut-btn.turquoise:hover {
    background: #151515
}

.ut-btn.green {
    background: #2ecc71
}

.ut-btn.green:hover {
    background: #151515
}

.ut-btn.blue {
    background: #3498db
}

.ut-btn.blue:hover {
    background: #151515
}

.ut-btn.mid-blue {
    background: #34495e
}

.ut-btn.mid-blue:hover {
    background: #151515
}

.ut-btn.yellow {
    background: #f1c40f
}

.ut-btn.yellow:hover {
    background: #151515
}

.ut-btn.orange {
    background: #ff6e00
}

.ut-btn.orange:hover {
    background: #151515
}

.ut-btn.grey {
    background: #95a5a6
}

.ut-btn.grey:hover {
    background: #151515
}

.ut-btn.purple {
    background: #9b59b6
}

.ut-btn.purple:hover {
    background: #151515
}

.ut-alert {
    margin: 0 0 20px;
    padding: 30px
}

.ut-alert.white {
    background: #fff;
    border: 1px solid;
    color: #151515
}

.ut-alert.white h1,
.ut-alert.white h2,
.ut-alert.white h3,
.ut-alert.white h4,
.ut-alert.white h5,
.ut-alert.white h6,
.ut-alert.white strong {
    color: #151515
}

.ut-alert.grey {
    color: #151515;
    background: #f1f1f1
}

.ut-alert.grey h1,
.ut-alert.grey h2,
.ut-alert.grey h3,
.ut-alert.grey h4,
.ut-alert.grey h5,
.ut-alert.grey h6,
.ut-alert.grey strong {
    color: #151515
}

.ut-alert.themecolor,
.ut-alert.themecolor h1,
.ut-alert.themecolor h2,
.ut-alert.themecolor h3,
.ut-alert.themecolor h4,
.ut-alert.themecolor h5,
.ut-alert.themecolor h6,
.ut-alert.themecolor strong {
    color: #fff
}

.ut-brands:not(.ut-brands-carousel) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.ut-brands-columns-2 .ut-single-brand {
    width: 50%
}

.ut-brands-columns-3 .ut-single-brand {
    width: 33.33%
}

.ut-brands-columns-4 .ut-single-brand {
    width: 25%
}

.ut-brands-columns-5 .ut-single-brand {
    width: 20%
}

.ut-brands-columns-6 .ut-single-brand {
    width: 16.66%
}

@media (min-width:768px) and (max-width:1024px) {
    .ut-brands-columns-2 .ut-single-brand {
        width: 50%
    }

    .ut-brands-columns-3 .ut-single-brand {
        width: 33.33%
    }

    .ut-brands-columns-4 .ut-single-brand,
    .ut-brands-columns-5 .ut-single-brand,
    .ut-brands-columns-6 .ut-single-brand {
        width: 25%
    }

    .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
        width: 33.33%
    }
}

@media (max-width:767px) {

    .ut-brands-columns-2 .ut-single-brand,
    .ut-brands-columns-3 .ut-single-brand,
    .ut-brands-columns-4 .ut-single-brand,
    .ut-brands-columns-5 .ut-single-brand,
    .ut-brands-columns-6 .ut-single-brand {
        width: 50%
    }
}

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

    .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
        width: 50%
    }
}

@media (max-width:575px) {

    .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
    .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
        width: 100%
    }
}

.ut-brands-carousel {
    padding: 0 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.ut-brands-carousel.ut-brands-carousel-no-arrows {
    padding: 20px 0
}

.ut-brands-carousel .ut-single-brand {
    padding: 20px 40px !important;
    min-height: 100%;
    display: inline-flex
}

.ut-brands-carousel .flickity-page-dots {
    visibility: hidden
}

.ut-brands-dots {
    margin-top: 40px
}

.ut-brands-carousel+.ut-brands-dots .flickity-page-dots {
    visibility: visible;
    position: relative;
    bottom: 0
}

.ut-brands-carousel.ut-brands-no-border-top {
    border-top: none;
    padding-top: 0
}

.ut-brands-carousel.ut-brands-no-border-bottom {
    border-bottom: none;
    padding-bottom: 0
}

.ut-brands-carousel .flickity-button:hover {
    opacity: 1
}

.ut-brands-carousel.ut-brands-no-border-bottom+.ut-brands-dots {
    margin-top: 20px
}

.ut-brands-display-cells .ut-single-brand,
.ut-brands-display-plain .ut-single-brand {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 40px 20px;
    -webkit-transition: background .2s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background .2s cubic-bezier(.215, .61, .355, 1);
    transition: background .2s cubic-bezier(.215, .61, .355, 1)
}

.ut-brands-carousel .ut-single-brand {
    visibility: hidden
}

.ut-brands-carousel.flickity-enabled .ut-single-brand {
    visibility: visible
}

.ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand {
    padding: 0 20px 40px
}

@media (min-width:1025px) {
    .ut-brands-display-cells .ut-single-brand {
        padding: 80px 40px
    }

    .ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand {
        padding: 0 40px 80px
    }
}

.ut-brands-display-cells:not(.ut-brands-carousel) .ut-single-brand,
.ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand {
    display: flex
}

.ut-single-brand-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%
}

.ut-single-brand-logo {
    -webkit-transition: .2s opacity cubic-bezier(.215, .61, .355, 1);
    -o-transition: .2s opacity cubic-bezier(.215, .61, .355, 1);
    transition: .2s opacity cubic-bezier(.215, .61, .355, 1)
}

.ut-single-brand img.animated {
    opacity: 0
}

.ut-five-sixth,
.ut-four-fifth,
.ut-one-fifth,
.ut-one-fourth,
.ut-one-half,
.ut-one-sixth,
.ut-one-third,
.ut-three-fifth,
.ut-three-fourths,
.ut-two-fifth,
.ut-two-thirds {
    float: left;
    margin-bottom: 0;
    margin-right: 4%;
    position: relative;
    display: inline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ut-column-last {
    clear: right;
    margin-right: 0
}

.ut-one-half {
    width: 48%
}

.ut-one-third {
    width: 30.66%
}

.ut-two-thirds {
    width: 65.33%
}

.ut-three-fourths {
    width: 74%
}

.ut-one-fourth {
    width: 22%
}

.ut-one-fifth {
    width: 16.8%
}

.ut-two-fifth {
    width: 37.6%
}

.ut-three-fifth {
    width: 58.4%
}

.ut-four-fifth {
    width: 79.2%
}

.ut-one-sixth {
    width: 13.33%
}

.ut-five-sixth {
    width: 82.67%
}

.ut-custom-icon a i {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.ut-highlight-four,
.ut-highlight-one,
.ut-highlight-three,
.ut-highlight-two {
    padding: 2px;
    color: #f26535
}

.ut-highlight-two {
    color: #fff;
    background: #151515
}

.ut-highlight-three {
    background: #ff3;
    color: #151515
}

.ut-highlight-four {
    color: #fff;
    background: red
}

.ut-nav-tabs {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none !important
}

.ut-nav-tabs li {
    float: left;
    display: list-item;
    margin-right: 10px;
    margin-bottom: 10px
}

.ut-nav-tabs li a {
    font-weight: 400;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    padding: 4px 12px;
    background: 0 0;
    color: #888;
    border: 1px solid #888;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear
}

.light .ut-nav-tabs li a {
    color: #fff;
    border: 1px solid #fff
}

.ut-nav-tabs li a:hover {
    color: #151515;
    border-color: #151515
}

.ut-nav-tabs li.active a {
    color: #fff;
    border-color: #151515;
    background: #151515
}

.light .ut-nav-tabs li.active a,
.light .ut-nav-tabs li.active a:hover {
    color: #151515 !important;
    border-color: #fff !important;
    background: #fff !important
}

.ut-tab-content h3 {
    font-size: 17px;
    text-transform: uppercase
}

.ut-tab-content .tab-pane {
    display: none
}

.ut-tab-content .tab-pane.active {
    display: block
}

.ut-accordion-heading {
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    margin-bottom: 10px
}

.ut-accordion-heading a {
    font-weight: 400;
    display: block;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 12px;
    background: 0 0;
    color: #888;
    border: 1px solid #888;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear
}

.light .ut-accordion-heading a {
    color: #fff;
    border: 1px solid #fff
}

.ut-accordion-heading a.active {
    color: #fff;
    border: 1px solid #151515;
    background: #151515
}

.light .ut-accordion-heading a.active {
    color: #151515;
    border: 1px solid #fff;
    background: #fff
}

.ut-accordion-heading a.active:hover {
    color: #fff;
    border: 1px solid #151515;
    background: #151515
}

.light .ut-accordion-heading a.active:hover {
    color: #151515 !important;
    border: 1px solid #fff !important;
    background: #fff !important
}

.ut-accordion-heading a:hover {
    color: #151515;
    border-color: #151515
}

.ut-accordion-body.collapse {
    display: none
}

.ut-accordion-body.collapse.in {
    display: block
}

.ut-accordion-body.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.ut-accordion-inner {
    padding-top: 0;
    margin-bottom: 20px
}

.ut-accordion-inner h3 {
    font-size: 17px;
    text-transform: uppercase
}

.ut-blockquote-right {
    float: right;
    margin: 0;
    width: 35%;
    margin-left: 20px
}

.ut-blockquote-left {
    float: left;
    margin: 0;
    width: 35%;
    margin-right: 20px
}

.ut-blockquote-left blockquote,
.ut-blockquote-left blockquote p:before,
.ut-blockquote-right blockquote,
.ut-blockquote-right blockquote p:before {
    margin: 0
}

.ut-highlight {
    padding: 0 3px;
    margin: 0 2px
}

.ut-service-column {
    overflow: hidden
}

.ut-vertical {
    text-align: center
}

.ut-vertical-style .ut-service-icon {
    float: none;
    margin: 0 auto 12px auto;
    display: block
}

.ut-service-icon.fa-stack i:last-child {
    font-size: .8em
}

.ut-service-icon {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 20px
}

.ut-service-icon.ut-si-right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 20px
}

.ut-animate-image,
.wp-caption img,
blockquote,
img.alignnone,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
    position: relative
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.ut-already-visible {
    left: 0;
    -webkit-animation: none;
    animation: none
}

.ut-social-network {
    list-style: none !important;
    margin: 0;
    text-align: center
}

.ut-social-network li {
    text-align: center
}

.ut-social-link {
    margin-bottom: 20px;
    display: block
}

.ut-social-link,
.ut-social-link:hover {
    color: #fff
}

.ut-social-link .ut-social-info {
    color: #151515
}

.light .ut-social-link,
.light .ut-social-link .ut-social-info,
.light .ut-social-link:hover {
    color: #fff
}

.ut-social-icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 20px auto;
    background: #292929;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -webkit-transition: .2s background linear;
    -o-transition: .2s background linear;
    transition: .2s background linear
}

.light .ut-social-icon {
    background: rgba(255, 255, 255, .15)
}

.ut-social-icon i {
    line-height: 100px
}

.ut-social-info,
.ut-social-title {
    display: block
}

.ut-social-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 17px
}

.ut-social-info {
    font-size: 11px;
    text-transform: uppercase
}

.ut-parallax-quote {
    text-align: center
}

.ut-parallax-quote-title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    border: none
    
}

.ut-parallax-quote-name {
    display: block;
    font-size: 12px;
    margin-bottom: 20px
}

.ut-parallax-quote .ut-parallax-quote-title .fa-quote-left,
.ut-parallax-quote .ut-parallax-quote-title .fa-quote-right {
    font-size: 16px;
    display: inline-table;
    vertical-align: top
}

.ut-parallax-quote .fa-quote-left {
    margin-right: 5px
}

.ut-parallax-quote .fa-quote-right {
    margin-left: 5px
}

.ut-testimonials {
    margin-bottom: 20px
}

.ut-rotate-avatar .slides>li,
.ut-rotate-quote .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.ut-rotate-avatar,
.ut-rotate-quote {
    position: relative;
    zoom: 1
}

.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
    zoom: 1
}

.ut-rotate-quote .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.ut-rotate-quote {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 800px
}

.ut-rotate-quote .ut-quote-avatar {
    display: none
}

.ut-rotate-avatar .ut-quote-comment,
.ut-rotate-avatar .ut-quote-name {
    display: none
}

.ut-rotate-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    overflow: hidden
}

.flexslider.ut-rotate-twitter-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    overflow: hidden
}

.ut-rotate-avatar .slides {
    list-style: none;
    margin: 0 !important
}

.ut-rotate-avatar img,
.ut-rotate-twitter-avatar img {
    border-radius: 50% 50% 50% 50%;
    display: block;
    width: 100%
}

.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
    list-style: none
}

.ut-rotate-quote .slides {
    list-style: none;
    margin: 0 !important
}

.ut-rotate-quote-alt .slides {
    zoom: 1
}

.ut-rotate-quote-alt .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.ut-rotate-quote-alt {
    position: relative;
    text-align: center;
    margin: 0 auto !important;
    max-width: 800px;
    overflow: hidden
}

.ut-rotate-quote .ut-quote-comment,
.ut-rotate-quote-alt .ut-quote-comment {
    display: block;
    margin-bottom: 20px;
    font-size: 30px
}

.ut-rotate-quote .ut-quote-comment {
    font-size: 17px
}

.ut-rotate-quote .ut-quote-name,
.ut-rotate-quote-alt .ut-quote-name {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    display: block
}

.ut-rq-icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 20px auto
}

.light .ut-twitter-rotator .ut-rq-icon-tw {
    display: block;
    margin: 0 auto 20px auto;
    color: #fff
}

.dark .ut-twitter-rotator .ut-rq-icon-tw {
    display: block;
    margin: 0 auto 20px auto;
    color: #151515
}

.ut-twitter-rotator h2 {
    font-size: 30px
}

.dark .ut-twitter-rotator h2 a:hover {
    color: #151515
}

.light .ut-twitter-rotator h2 a:hover {
    color: #fff
}

.ut-rotate-quote .flex-direction-nav,
.ut-rotate-quote-alt .flex-direction-nav {
    width: 65px;
    height: 30px;
    position: relative;
    margin: 0 auto
}

.ut-rotate-quote .flex-direction-nav a,
.ut-rotate-quote-alt .flex-direction-nav a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    text-align: center;
    border-radius: 3px
}

.ut-rotate-quote .flex-direction-nav a:before {
    font-family: Brooklyn-Core;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    content: '\e90a'
}

.ut-rotate-quote .flex-direction-nav a.flex-next:before {
    content: '\e915'
}

.ut-rotate-quote-alt .flex-direction-nav a:before {
    font-family: Brooklyn-Core;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    content: '\e90a'
}

.ut-rotate-quote-alt .flex-direction-nav a.flex-next:before {
    content: '\e915'
}

.ut-rotate-quote .flex-direction-nav .flex-prev {
    left: 0
}

.ut-rotate-quote .flex-direction-nav .flex-next {
    right: 0
}

.ut-rotate-quote-alt .flex-direction-nav .flex-prev {
    left: 0
}

.ut-rotate-quote-alt .flex-direction-nav .flex-next {
    right: 0
}

.ut-rotate-quote .flex-direction-nav .flex-prev:hover {
    background: #151515
}

.ut-rotate-quote .flex-direction-nav .flex-next:hover {
    background: #151515
}

.ut-rotate-quote-alt .flex-direction-nav .flex-prev:hover {
    background: #151515
}

.ut-rotate-quote-alt .flex-direction-nav .flex-next:hover {
    background: #151515
}

.ut-counter-box {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    z-index: 1
}

.ut-counter-box i {
    margin-bottom: 10px;
    font-size: 40px
}

.ut-count-icon-position-top .ut-counter-box svg {
    margin: 0 auto 10px auto
}

.ut-count-icon-position-top .ut-counter-box.ut-counter-box-left svg {
    margin: 0 auto 10px 0
}

.ut-count-icon-position-top .ut-counter-box.ut-counter-box-right svg {
    margin: 0 0 10px auto
}

.ut-counter-details {
    margin: 5px 0 0 0
}

.ut-count {
    font-family: Helvetica, Arial, Sans-serif !important;
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    display: block
}

.ut-count-align-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ut-count-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ut-count-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:767px) {

    .wpb_wrapper .ut-count-align-center,
    .wpb_wrapper .ut-count-align-left,
    .wpb_wrapper .ut-count-align-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ut-count-icon-position-top .ut-counter-box svg,
    .ut-count-icon-position-top .ut-counter-box.ut-counter-box-left svg,
    .ut-count-icon-position-top .ut-counter-box.ut-counter-box-right svg {
        margin: 0 auto 10px auto
    }
}

.ut-count-icon-position-left .ut-counter-box,
.ut-count-icon-position-right .ut-counter-box {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ut-count-icon-position-left .ut-counter-box {
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto
}

.ut-count-icon-position-right .ut-counter-box {
    -ms-grid-columns: auto 60px;
    grid-template-columns: auto 60px
}

.ut-count-icon-position-left .ut-custom-icon,
.ut-count-icon-position-left i,
.ut-count-icon-position-left svg {
    margin-right: 20px;
    margin-bottom: 0
}

.ut-count-icon-position-right .ut-custom-icon,
.ut-count-icon-position-right i,
.ut-count-icon-position-right svg {
    margin-left: 20px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.ut-count-icon-position-left .ut-counter-details {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    text-align: left
}

.ut-count-icon-position-left .ut-counter-details,
.ut-count-icon-position-right .ut-counter-details {
    width: 100%
}

.ut-count-icon-position-right .ut-counter-details {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: left
}

.ut-count .ut-count-prefix:empty,
.ut-count .ut-count-suffix:empty,
.ut-count sub:empty,
.ut-count sup:empty {
    display: none
}

.ut-count sup {
    top: 0;
    vertical-align: super
}

.ut-count sub {
    vertical-align: baseline;
    top: inherit;
    bottom: 0
}

.ut-count-prefix {
    margin-right: .1em
}

.ut-count-suffix {
    margin-left: .1em
}

.ut-counter[data-type=slot] svg {
    margin: 0
}

.ut-counter[data-type=slot] .ut-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.ut-counter[data-type=slot] .ut-count .ut-count-prefix {
    line-height: 100%
}

.ut-counter[data-type=slot] .ut-count sup.ut-count-prefix {
    align-self: flex-start;
    transform: translateY(60%)
}

.ut-counter[data-type=slot] .ut-count sub.ut-count-prefix {
    align-self: flex-end;
    transform: translateY(-80%)
}

.ut-counter[data-type=slot] .ut-count .ut-count-suffix {
    line-height: 100%
}

.ut-counter[data-type=slot] .ut-count sup.ut-count-suffix {
    align-self: flex-start;
    transform: translateY(60%)
}

.ut-counter[data-type=slot] .ut-count sub.ut-count-suffix {
    align-self: flex-end;
    transform: translateY(-80%)
}

.ut-slot-machine-number {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.ut-slot-machine-number ul {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: visible
}

.ut-slot-machine-number-value {
    display: inline-block;
    visibility: hidden
}

.ut-title-divider {
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center
}

.ut-title-divider:after {
    content: "";
    display: block;
    background-color: #151515;
    width: 30px;
    height: 1px;
    margin: 10px auto 0
}

.light .ut-title-divider:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 30px;
    height: 1px;
    margin: 10px auto 0
}

.ut-dropcap-one {
    color: #fff;
    float: left;
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    margin: 6px 16px 0 0;
    border-radius: 50%;
    font-family: ralewaymedium, Helvetica, Arial, sans-serif
}

.ut-dropcap-two {
    color: #fff;
    float: left;
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    margin: 6px 16px 0 0;
    font-family: ralewaymedium, Helvetica, Arial, sans-serif
}

.ut-highlight-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0
}

.ut-service-icon-box {
    text-align: center
}

.ut-highlight-icon {
    font-family: FontAwesome;
    display: inline-block !important;
    font-size: 0;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px !important;
    height: 90px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff
}

.ut-highlight-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.ut-highlight-icon:before {
    speak: none;
    font-size: 40px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.ut-highlight-icon-effect .ut-highlight-icon {
    -webkit-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.ut-highlight-icon-effect .ut-highlight-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    transform: scale(.8);
    opacity: 0
}

.ut-highlight-icon-effect .ut-highlight-icon:hover {
    color: #fff
}

.ut-highlight-icon-effect .ut-highlight-icon:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.ut-highlight-icon.ut-service-icon-with-svg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px auto 0 auto !important
}

.ut-highlight-icon.ut-service-icon-with-svg svg {
    width: 40px
}

.ut-bs-wrap {
    margin-left: -10px;
    margin-right: -10px
}

.ut-bs-wrap .post {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important
}

.ut-bs-wrap .entry-title {
    font-size: 17px
}

.light .ut-bs-wrap .entry-title,
.light .ut-bs-wrap .entry-title a,
.light .ut-bs-wrap a .entry-title,
.light .ut-bs-wrap a:hover {
    color: #fff
}

.light .ut-bs-wrap a.more-link {
    color: #888
}

.light .ut-bs-wrap a.more-link:hover {
    color: #fff
}

.ut-bs-wrap .entry-thumbnail {
    margin-bottom: 20px
}

.ut-bs-wrap .entry-header {
    margin-bottom: 0
}

.ut-bs-wrap .format-link .entry-header {
    margin-bottom: 20px
}

.ut-bs-wrap .format-link .entry-meta {
    display: none
}

.ut-bs-wrap .entry-meta {
    margin: 0 0 20px 0 !important;
    text-align: inherit !important
}

.light .ut-bs-wrap .entry-meta i,
.light .ut-bs-wrap .entry-meta span {
    color: #fff !important
}

.ut-bs-wrap .entry-meta .date-format {
    border: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important
}

.ut-bs-wrap .entry-meta .author-links,
.ut-bs-wrap .entry-meta .cat-links,
.ut-bs-wrap .entry-meta .comments-link,
.ut-bs-wrap .entry-meta .edit-link {
    display: inline-block !important
}

.ut-bs-holder {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center
}

.ut-bs-btn {
    display: block;
    line-height: 50px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
    font-size: 11px;
    text-transform: uppercase;
    color: #999
}

.ut-st {
    overflow: hidden;
    margin-bottom: 20px
}

.ut-st-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.ut-st-avatar {
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 20px
}

@media (max-width:767px) {
    .ut-st-avatar {
        float: none;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.ut-st-avatar img {
    width: 100%
}

.ut-st-title {
    margin-bottom: 0
}

.ut-st-date,
.ut-st-name {
    display: block
}

.ut-st-subtitle {
    font-size: 11px
}

.ut-st p {
    margin-bottom: 10px
}

.ut-st-rating {
    display: block;
    margin-bottom: 10px
}

.ut-st-rating ul {
    list-style: none;
    margin: 0
}

.ut-st-rating ul li {
    display: inline;
    margin-right: 5px;
    color: #999
}

.ut-video-testimonial-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.ut-video-testimonial {
    margin-bottom: 20px
}

.ut-hero-testimonial .ut-video {
    margin-bottom: 20px
}

.ut-video-testimonial-boxed {
    padding: 20px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}

.ut-video-testimonial-boxed.ut-video-box-dark {
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .4)
}

.ut-video-testimonial-boxed.ut-video-box-light {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4)
}

.ut-video-testimonial h3 {
    margin-bottom: 0
}

.ut-load-vtestimonial img {
    display: block;
    margin: 0 auto 20px auto
}

.ut-load-vtestimonial {
    position: relative;
    text-align: center;
    display: block
}

.ut-load-vtestimonial:before {
    font-family: FontAwesome;
    content: "\f16a";
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -20px
}

.ut-shortcode-video-wrap {
    position: relative
}

.light .ut-shortcode-video-wrap {
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000
}

.ut-video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #151515;
    margin-left: -20px;
    margin-top: -20px;
    display: none
}

.ut-load-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.ut-load-video img {
    vertical-align: bottom;
    margin: 0 auto;
    width: 100%;
    display: block
}

.ut-shortcode-video-wrap .ut-video-caption i {
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3)
}

.light .ut-shortcode-video-wrap .ut-video-caption i {
    background: rgba(0, 0, 0, .5)
}

.ut-load-video:hover i {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1)
}

.ut-shortcode-video-wrap .ut-video-caption {
    margin-bottom: 20px;
    max-width: 100%;
    padding: 10px;
    background: 0 0;
    border: 1px solid
}

.light .ut-shortcode-video-wrap .ut-video-caption {
    padding: 0
}

.dark .ut-shortcode-video-wrap .ut-video-caption {
    border-color: #ddd
}

.ut-video-caption-text {
    padding-top: 10px
}

.light .ut-video-caption-text {
    padding: 10px;
    background: rgba(0, 0, 0, 5);
    color: #999;
    border-top: 1px solid
}

.ut-highlight-section-wrap {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px
}

.ut-highlight-section-right {
    text-align: right
}

.ut-highlight-section-right .ut-highlight-section-icon {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.ut-highlight-section-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: 0 0;
    border: double 1px #008ed6;
    color: #008ed6
}

.ut-highlight-section-box h3 {
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    margin-bottom: 5px
}

.ut-highlight-section-content {
    overflow: hidden;
    margin-bottom: 20px
}

.ut-highlight-section-image {
    margin: 0 auto
}

.ut-highlight-section-image.ut-landscape {
    padding: 0 10px
}

.ut-highlight-section-image.ut-portrait {
    max-width: 250px
}

.ut-highlight-section-image img {
    width: 100%
}

.ut-custom-box {
    border: 1px solid #a0c3d5;
    padding: 20px
}

.ut-custom-box-content {
    overflow: hidden;
    text-align: left
}

.ut-custom-box-icon {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 320px
}

.cta-btn {
    display: block;
    text-align: center;
    overflow: hidden
}

.light .cl-effect-18 a,
.light .cl-effect-18 a:focus,
.light .cl-effect-18 a:hover,
.light .cta-btn a {
    color: #fff
}

.light .cl-effect-18 a::after,
.light .cl-effect-18 a::before {
    background: #fff
}

.dark .cl-effect-18 a,
.dark .cl-effect-18 a:focus,
.dark .cl-effect-18 a:hover,
.dark .cta-btn a {
    color: #151515
}

.dark .cl-effect-18 a::after,
.dark .cl-effect-18 a::before {
    background: #151515
}

.cta-btn a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: 0;
    color: #151515;
    text-decoration: none;
    font-size: 1.4em
}

.cta-btn a:focus,
.cta-btn a:hover {
    outline: 0
}

.cl-effect-18 {
    position: relative;
    z-index: 1;
    line-height: 125%
}

.cl-effect-18 a {
    padding: 0;
    color: #151515;
    font-weight: 700;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.cl-effect-18 a::after,
.cl-effect-18 a::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #151515;
    content: '';
    z-index: -1;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.cl-effect-18 a::before {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.cl-effect-18 a::after {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.cl-effect-18 a:focus,
.cl-effect-18 a:hover {
    color: #151515
}

.cl-effect-18 a:focus::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:hover::before {
    opacity: .7
}

.cl-effect-18 a:focus::before,
.cl-effect-18 a:hover::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cl-effect-18 a:focus::after,
.cl-effect-18 a:hover::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:767px) {

    .ut-five-sixth,
    .ut-four-fifth,
    .ut-one-fifth,
    .ut-one-fourth,
    .ut-one-half,
    .ut-one-sixth,
    .ut-one-third,
    .ut-three-fifth,
    .ut-three-fourths,
    .ut-two-fifth,
    .ut-two-thirds {
        width: 100%
    }

    .ut-icon-box {
        float: none !important;
        margin: 0;
        width: 100%
    }

    .ut-arrow-right {
        display: none
    }

    .ut-info {
        text-align: center !important;
        overflow: hidden
    }

    .ut-rotate-quote .flex-direction-nav {
        display: none
    }

    .ut-rotate-quote .flex-direction-nav,
    .ut-rotate-quote-alt .flex-direction-nav {
        width: 75px
    }

    .ut-service-column,
    .ut-service-column.ut-vertical {
        text-align: center
    }

    .ut-service-icon.ut-si-right {
        float: left;
        margin-right: 20px;
        margin-left: 0 !important;
        overflow: hidden;
        font-size: 30px;
        margin-bottom: 20px
    }

    .ut-highlight-section-right {
        text-align: inherit
    }

    .ut-highlight-section-right .ut-highlight-section-icon {
        float: left;
        margin-right: 20px;
        margin-left: 0
    }

    .ut-highlight-section-image.ut-landscape {
        padding: 0
    }

    .ut-highlight-section-image {
        margin: 0 auto 40px auto
    }

    .ut-custom-box-icon {
        float: none !important;
        margin-right: 0 !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .ut-icon-box {
        float: none !important;
        margin: 0 0 20px 0 !important;
        width: 100%
    }

    .ut-arrow-right {
        display: none
    }

    .ut-info {
        text-align: center !important;
        overflow: hidden
    }

    .ut-rotate-quote .flex-direction-nav,
    .ut-rotate-quote-alt .flex-direction-nav {
        width: 75px
    }

    .ut-highlight-section-image.ut-landscape {
        padding: 0
    }

    .ut-custom-box-icon {
        float: none !important;
        margin-right: 0 !important
    }
}

.ut-animate-element,
.ut-animate-image {
    opacity: 0
}

.ut-animate-element.animated.infinite,
.ut-animate-image.animated.infinite {
    opacity: 1 !important
}

.mejs-container.mejs-video {
    width: 100% !important;
    height: auto !important;
    padding-top: 57%
}

.mejs-overlay,
.mejs-poster {
    width: 100% !important;
    height: 100% !important
}

.mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.pp_pic_holder video {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.pp_pic_holder .wp-video {
    width: 100% !important
}

.ut-spacer {
    width: 100%;
    display: block;
    min-height: 1px;
    clear: both
}

.ut-fancy-image-wrap {
    margin-bottom: 20px
}

figure.ut-fancy-image {
    background: #9e5406
}

figure.ut-fancy-image img {
    opacity: .7;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.ut-fancy-image:hover img {
    opacity: .4
}

figure.ut-fancy-image figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

figure.ut-fancy-image figcaption::after,
figure.ut-fancy-image figcaption::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

figure.ut-fancy-image figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

figure.ut-fancy-image figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

figure.ut-fancy-image h3 {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.ut-fancy-image p {
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

figure.ut-fancy-image:hover figcaption::after,
figure.ut-fancy-image:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.ut-fancy-image:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.ut-fancy-image:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.ut-fancy-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

figure.ut-fancy-image img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .8
}

figure.ut-fancy-image figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.ut-fancy-image figcaption::after,
figure.ut-fancy-image figcaption::before {
    pointer-events: none
}

figure.ut-fancy-image figcaption,
figure.ut-fancy-image figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.ut-fancy-image h3,
figure.ut-fancy-image p {
    margin: 0
}

figure.ut-fancy-image p {
    font-size: 12px
}

@media (min-width:768px) and (max-width:1024px) {

    figure.ut-fancy-image h3,
    figure.ut-fancy-image:hover h3 {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    figure.ut-fancy-image p {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    figure.ut-fancy-image:hover p {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
}

@media (max-width:320px) {

    figure.ut-fancy-image h3,
    figure.ut-fancy-image:hover h3 {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    figure.ut-fancy-image p {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    figure.ut-fancy-image:hover p {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
}

.vc_row [class*=vc_col-] .ut-five-sixth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-four-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-fourth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-half:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-sixth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-third:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-three-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-three-fourths:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-two-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-two-thirds:not(.ut-table-menu-wrap) {
    margin-right: 0 !important;
    float: inherit !important;
    width: 100% !important;
    margin-bottom: 0 !important
}

.ut-animate-element.vc_row.vc_row-o-full-height {
    min-height: 100vh !important
}

.ut-word-effect-slide,
.ut-word-effects {
    position: relative;
    width: 100%;
    height: 100%
}

.ut-word-effect-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ut-word-effect-slide:not(.slide--current) {
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0
}