<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-moz-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,100%,20%,50%,80% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,100%,20%,50%,80% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }

    10%,20% {
        -o-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -o-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -o-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes swing {
    100%,20%,40%,60%,80% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

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

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0)
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out
    }

    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out
    }

    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }

    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }

    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out
    }

    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out
    }

    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }

    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in
    }

    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

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

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

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

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

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

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

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

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

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

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

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

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

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

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

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

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

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

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

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

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

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

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

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

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

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

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

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

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

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

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

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

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

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

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

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

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

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

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

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

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

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

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

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

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

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

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

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

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

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

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

    100% {
        -moz-transform: translateX(0)
    }
}

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

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

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

    100% {
        -o-transform: translateX(0)
    }
}

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

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

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

    100% {
        transform: translateX(0)
    }
}

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

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

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

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

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

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

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

    100% {
        -moz-transform: translateX(0)
    }
}

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

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

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

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1)
    }

    25% {
        -moz-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1)
    }

    25% {
        -o-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -o-transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }

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

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }

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

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

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

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

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

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

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

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    20%,60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    100% {
        -moz-transform: translateY(700px);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    20%,60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    100% {
        -o-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }

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

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }

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

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }

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

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -moz-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -o-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-8%)
    }

    65% {
        transform: translateY(4%)
    }

    80% {
        transform: translateY(-4%)
    }

    95% {
        transform: translateY(2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%)
    }

    50% {
        ransform: translateX(-8%)
    }

    65% {
        transform: translateX(4%)
    }

    80% {
        transform: translateX(-4%)
    }

    95% {
        transform: translateX(2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%)
    }

    50% {
        -webkit-transform: translateX(-8%)
    }

    65% {
        -webkit-transform: translateX(4%)
    }

    80% {
        -webkit-transform: translateX(-4%)
    }

    95% {
        -webkit-transform: translateX(2%)
    }

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

@keyframes slideRight {
    0% {
        transform: translateX(-150%)
    }

    50% {
        transform: translateX(8%)
    }

    65% {
        transform: translateX(-4%)
    }

    80% {
        transform: translateX(4%)
    }

    95% {
        transform: translateX(-2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%)
    }

    50% {
        -webkit-transform: translateX(8%)
    }

    65% {
        -webkit-transform: translateX(-4%)
    }

    80% {
        -webkit-transform: translateX(4%)
    }

    95% {
        -webkit-transform: translateX(-2%)
    }

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

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(.5)
    }

    30% {
        transform: translateY(-8%) scaleX(.5)
    }

    40% {
        transform: translateY(2%) scaleX(.5)
    }

    50% {
        transform: translateY(0) scaleX(1.1)
    }

    60% {
        transform: translateY(0) scaleX(.9)
    }

    70% {
        transform: translateY(0) scaleX(1.05)
    }

    80% {
        transform: translateY(0) scaleX(.95)
    }

    90% {
        transform: translateY(0) scaleX(1.02)
    }

    100% {
        transform: translateY(0) scaleX(1)
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(.5)
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(.5)
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(.5)
    }

    50% {
        -webkit-transform: translateY(0) scaleX(1.1)
    }

    60% {
        -webkit-transform: translateY(0) scaleX(.9)
    }

    70% {
        -webkit-transform: translateY(0) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(.95)
    }

    90% {
        -webkit-transform: translateY(0) scaleX(1.02)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(1)
    }
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        transform: translateY(3%)
    }

    100% {
        transform: translateY(0) scale(1) scaleY(1)
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        -webkit-transform: translateY(3%)
    }

    100% {
        -webkit-transform: translateY(0) scale(1) scaleY(1)
    }
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8)
    }

    50% {
        transform: scale(.95)
    }

    80% {
        transform: scale(1.05)
    }

    90% {
        transform: scale(.98)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bigEntrance {
    0% {
        transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

    100% {
        transform: scale(1) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

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

@keyframes hatch {
    0% {
        transform: rotate(0) scaleY(.6)
    }

    20% {
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        transform: rotate(-2deg)
    }

    65% {
        transform: rotate(1deg)
    }

    80% {
        transform: rotate(-1deg)
    }

    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0) scaleY(.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes floating {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(4deg)
    }

    100% {
        transform: rotate(-4deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }

    100% {
        -webkit-transform: rotate(-4deg)
    }
}

@keyframes pullUp {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    100%,60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    100%,60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes pullDown {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    100%,60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    100%,60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    100%,60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    100%,60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

@keyframes stretchRight {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    100%,60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    100%,60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-moz-document url-prefix() {
    .carousel-arrows a:before {
        line-height: 28px
    }
}

.dt-sc-images-wrapper {
    clear: both;
    display: block;
    margin: 0 -10px;
    padding: 0;
    position: relative;
    width: auto;
    text-align: center
}

.dt-sc-testimonial-wrapper.type4 .dt-sc-testimonial.type4 {
    padding-bottom: 0;
    position: relative
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 {
    position: relative
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 {
    margin: 0
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAZCAYAAABZ5IzrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjQxMTM5QkYwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjQxMTM5QzAwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDExMzlCRDA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNDExMzlCRTA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po3O8h0AAAIJSURBVHjaxNdLKERRHAbwi/EqhDw2kgUhsZm8NqjZySghFvKIjWws0CTKgoWFBSkiiyEWSorEwkI2CuXRiJJYYPIqjyKPwXfrP3U63TP3zuvOqd9m7j3nfnOe90qSJC3DDzmGcaiDeClA5R7+FHzDBrRCtJ6BqsEhCOX0BlNg1DPUl0oopx2oB4O/Q1UqhJqAU0Gwa+iFJD1DdUEwNMGDINgnWKHAX6EauIldTr8nUI+5GtpD6IBYX4fqYR7yDmXMtVSYhA8XweQ6s1AKQb4KNcY84AXyuOuJ0Ac3Kovggu5L8TZQCKwxDd9Q7yjdVwFLKsPpoH2tFsI9DRUDJ0yj59QzoiLPs044Uum1RxiBTE9CpcEdN3GjNNTLgUEaMlfhtmh1u1WM3CQecbN+EYyC3UWweQhzp9FupvK+F/PSBOuCUNPuNGZmKs55uWBaBIG+tDYQSb3i3AJyPQghr9B2WBWsRnlK9GtpKIjG94+Oj0KNAQy0MQ6DTSGA/NqzAhYogQit/8zCHKbZKvcmQzMswjMX4ApmoBEyPB1rM21oT5Au6L18GIA9+OXeBqwUMM0XR4e8j7xS4y3M73FQRSvCzm12C9AmCO9VkXfcS+ZhNpqMZ9zb5QFtfsW0pP1S5M1pW+UVwyI41/xSZhRC3MIQZOn9BWLiguzS6RwaqE+iGpojmxRO9/IvwADPePhTEV2AJQAAAABJRU5ErkJggg==);
        background-color: rgba(0,0,0,0) !important
    }
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite small, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.dt-sc-special-testimonial.custom-style {
    text-align: center
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        border-radius: 10px;
        margin: 20px 40px 30px 40px;
        padding: 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
        position: relative;
        cursor: pointer
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:after {
            background-image: url(/images/testimonial-clip-icon.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            border: none;
            bottom: 100%;
            content: '';
            display: block;
            height: 175px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -145px;
            width: 50px
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover {
            box-shadow: 0 10px 30px #dfdfdf
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAA5KtvpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0JDMzU2OTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0JDMzU2QTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDQkMzNTY3MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDQkMzNTY4MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+74J43gAAA7JJREFUeNq8mllIVFEYx8+MTTsVQYwVphNFthAN7bSAkURBC4g99NBbQgsIQQvz1kPCvEwrtDhB0PYS2WISEca0mQppPUibFZRR02RlZWndbt9nZ8pE557v3PPdD34vcsb//z/33nO+c+74gsGgyFA+YCawHJgL5AJDgA6gBagHKoG7gCUMl8/nE5ZliVQqJWzbzoM/rQKWAPnASOmvFWgCrgIXgNe6equBBNAJ2Bn4CdQARYKnMNxx4JODDyQF7AVGUwTGyKtma3CZKuZQ24DvGj4w+FoVgWnAc82waZ4BU10G9QPHXPpAdmYSyTUQNs0LIOQi8H5DPpDSvkSuGBSx5fMf0Ai7zrAPnGMKeoqsNyySZjsx7HCgmcFHIzAwLdIPqGMK/JY4iW1m8oFsSovgGvuLUWgHIfAtRh+N6UfsEKMIck82CE6Fk1w7s5dCnP7nC96arrhMTQEGMXtZgYHzmEWygLDCuFzBX/Mw8DAPhPIVZ2juGu+XExZ3qczUlgc+RmDgNg+EBiiMafXAR3+/7H25q1NhjBc+fmDgmx4IqVw93NN+YPbxFQNXYHJmoVcKY9548OUnMfANoJpZ6IniuHJmH38fm0WM7SUeB00gmLrI2GmVdRfaxSTSJDcoqoWN0EsmLyt7isUZROI6HRHw3rCPJJDd2ynlPsNCxZrP2yzDV/pSJrFS2fmY+FZHuZhkxskjYBOBS5zE8Az4i0uREwZm1sFy6XTj4yOQoyJW5FJomcHWNOHCxxmKWJWLjX+WwTW00EXgpd3Pf53qkabBI4Z3QM1yTafWbeAaJbDOPvUpcNpwlzRUcdfV2xk3qe5o3EJbGNrCYg0fNYoX9d8JAe4wiCIPmM6myk10Vk4V0RDheIuYLdd0io/zOiItRJFzTLuc3UQfn4XGC72jRBHsfScyhJ0NfBN8h/9dpfOuaQNDWFwhGog+qqnr/2KNieokQ1i/fEQoPt4BkygiM8SfF2AUkft4/MkQOM49YU7W2I4lhfu3/b3VQY2wEYrAWOAxUQB3UgUMYcs0wh5Q/ee+aDQqIpFIhWVZawim2mXnU2U4LN6SZykfCIVC8Vgs1jVh2rbt/IHa2tqcQCCQErRfyHBcWSH3z5QrGwuHw11BVfHL57ZB0RCOWwhcZwqcUByHP2XaCGzVmfqFXEPrMp3Yy25nAfCQ8dw43u0Z7qvwy54DHNZSgFtawC0tZMNfIvePbbK7wQP0PUwdlNOp5SnZ2nbI9bVSbgb+2/1Qb+nfAgwAd1RG9MeM7IUAAAAASUVORK5CYII=);
            background-size: 100%;
            border: none;
            content: '';
            display: block;
            height: 22px;
            width: 30px;
            position: absolute;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
            left: -37px;
            top: -10px;
            transform: scaleX(-1);
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
            right: -38px;
            bottom: -10px;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover:before {
            opacity: 1
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
            border-radius: 10px;
            margin: 0;
            transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            width: 100%;
            box-shadow: 0 28px 16px -26px rgba(0,0,0,.5)
        }

@-moz-document url-prefix() {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        left: -9px
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        top: -3px
    }
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author {
    margin-top: 8px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
            color: #a7a7a7;
            display: inline-block;
            float: none;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: normal;
            width: 100%;
            line-height: 34px
        }

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
    font-size: 24px;
    font-style: italic;
    padding: 0 75px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
        display: none
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 20px 30px 20px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
    }

    . .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover {
        box-shadow: 0 4px 10px #dfdfdf
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
        left: -18px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
        right: -18px
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 40px 30px 40px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 30px
    }
}

.dt-sc-contact-info.type2, .dt-sc-contact-info.type2 span, .dt-sc-contact-info.type4, .dt-sc-contact-info.type4 *, .dt-sc-contact-info.type4 h6:after, .dt-sc-contact-info.type4 span:after, .dt-sc-contact-info.type4 span:before, .dt-sc-contact-info.type4:after, .dt-sc-contact-info.type5, .dt-sc-contact-info.type7, .dt-sc-contact-info.type7 span, .dt-sc-contact-info.type8, .dt-sc-contact-info.type8 *, .dt-sc-contact-info.type8 h6:after, .dt-sc-contact-info.type8 span, .dt-sc-contact-info.type8 span:after, .dt-sc-contact-info.type8:after, .dt-sc-contact-info.type9, .dt-sc-contact-info.type9 span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-contact-info {
    float: left;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    line-height: 30px;
    position: relative;
    padding-left: 50px
}

    .dt-sc-contact-info span {
        font-size: 19px;
        text-align: center;
        left: 0;
        top: 0
    }

    .dt-sc-contact-info p {
        margin: 0
    }

    .dt-sc-contact-info .icon-pointer {
        margin-bottom: 10px
    }

    .dt-sc-contact-info.alignright {
        padding-right: 50px
    }

        .dt-sc-contact-info.alignright span {
            float: right;
            left: inherit;
            right: 0;
            margin: 3px 0 0 10px
        }

    .dt-sc-contact-info.type2 {
        padding: 0 0 0 85px;
        position: relative
    }

        .dt-sc-contact-info.type2 h6 {
            font-weight: 700;
            margin-bottom: 10px
        }

        .dt-sc-contact-info.type2 span {
            border-radius: 10px;
            font-size: 30px;
            height: 100%;
            left: 0;
            line-height: 55px;
            margin-top: 0;
            position: absolute;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 65px;
            z-index: 1
        }

            .dt-sc-contact-info.type2 span:before {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%)
            }

        .dt-sc-contact-info.type2 a, .dt-sc-contact-info.type2 span {
            color: #090909
        }

        .dt-sc-contact-info.type2:hover span {
            background: #090909;
            color: #fff
        }

        .dt-sc-contact-info.type2.alignright {
            padding: 0 80px 0 0
        }

            .dt-sc-contact-info.type2.alignright span {
                float: right;
                left: inherit;
                right: 0;
                border-left: 1px solid;
                border-right: none;
                text-align: right;
                margin-left: 10px;
                margin-right: 0
            }

    .dt-sc-contact-info.type3 {
        position: relative;
        padding: 40px 20px 90px;
        text-align: center
    }

        .dt-sc-contact-info.type3 h6 {
            font-size: 18px;
            font-weight: 700
        }

        .dt-sc-contact-info.type3 h6, .dt-sc-contact-info.type3 p {
            position: relative;
            z-index: 1
        }

        .dt-sc-contact-info.type3 span {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -30px;
            top: auto;
            font-size: 32px;
            line-height: 60px;
            z-index: 1
        }

        .dt-sc-contact-info.type3:before {
            border-style: dashed;
            border-width: 3px 3px 0;
            border-style: solid;
            border-width: 1px 1px 0;
            content: "";
            height: auto;
            pointer-events: none;
            position: absolute;
            bottom: 0;
            left: 10px;
            right: 10px;
            top: 10px;
            width: auto
        }

        .dt-sc-contact-info.type3:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -30px;
            width: 60px;
            height: 60px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .dt-sc-contact-info.type4 {
        border: 1px solid;
        border-right-width: 0;
        text-align: center;
        padding: 30px 10px;
        margin: 0 -1px 0 0;
        float: left
    }

.last .dt-sc-contact-info.type4 {
    border-right: 1px solid
}

.dt-sc-contact-info.type4 span {
    display: inline-block;
    float: none;
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    line-height: 68px
}

.dt-sc-contact-info.type4 h6 {
    font-weight: 700
}

.dt-sc-contact-info.type4 span:before {
    position: relative;
    z-index: 1;
    font-size: 30px
}

.dt-sc-contact-info.type4 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
    width: 50px;
    height: 50px;
    backface-visibility: hidden
}

.dt-sc-contact-info-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99
}

    .dt-sc-contact-info-wrapper .wpb_column {
        float: none;
        display: inline-block
    }

.dt-sc-contact-info.type5 {
    text-align: center;
    padding: 40px 20px
}

    .dt-sc-contact-info.type5 .dt-sc-contact-icon span {
        font-size: 60px;
        line-height: 130px;
        position: relative;
        z-index: 9;
        width: auto;
        float: none;
        margin: 0
    }

    .dt-sc-contact-info.type5 h6 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 30px 0 0;
        font-weight: 600
    }

    .dt-sc-contact-info.type5 .dt-sc-contact-icon {
        text-align: center;
        position: relative;
        width: 130px;
        height: 130px;
        margin: 0;
        display: inline-block;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%
    }

    .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon {
        background: #fcd21c
    }

        .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon, .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:after, .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:before {
            border-color: #ebd302
        }

    .dt-sc-contact-info.type5.yellow:hover {
        background-color: #fcd21c
    }

        .dt-sc-contact-info.type5.yellow:hover .dt-sc-contact-icon span {
            color: #fcd21c
        }

    .dt-sc-contact-info.type5:hover {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAuCAYAAABQ+/UiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3MzJGMUY5RjA5MDExRTRBNzg4OThGQ0YxMUYwMTdCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3MzJGMUZBRjA5MDExRTRBNzg4OThGQ0YxMUYwMTdCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzczMkYxRjdGMDkwMTFFNEE3ODg5OEZDRjExRjAxN0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzczMkYxRjhGMDkwMTFFNEE3ODg5OEZDRjExRjAxN0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5G2hJwAAADQElEQVR42tRba2saURC9bqzUUqQRTEOljRJpvjT//3f0Y/MgFrG1FVKQNpbQuJ2BIw7DbnQX9s7cA0NWknBnj+fOa++28jwPFXFM1iZbknXJPuK6KbwhuyF7JBuSrcnugyO0a/zPgOwK1xOyzw37+A1fFK85J7v0RmJW8e/fk81w/ZbsZyQ/f2EHML6SjVIl8Yisg+3EOCH7EcnPJXYAY0X2Cv4kR+KY7E5s45vIvs7gA+ML2UVqJPbIfpNtoMYjochYWGNttieyB/iVDImnZAtcc5C/NvL3GuszpmRnqZAoCewjyG+M/N1g/T4+z1H2uCaRf/8awTzA4bmxz7z+O1zfY0tnnkmUyWSE8sIDblFuBdSPY68kdtElPInyZuWExLVIcE/ws+uRRFlYjw1Kmn24EwqcCWW6IXEg+mFZ3njCBn71CgpyFyQeIwvq7OwNC/inW0NzEkeowbwTWETk1KKv1iR28POxoLzxihX8zOC3vA8TEqUKZXnjHTLJRFdjVhIHZXmTAnSZEzU+ZiUZWZY3qUCWOVEzdYb4cRF20+peAnGwDH9EX833cx4izB2zgqlMChn5ub56WBIrG0Mrz3NJGl8/JKzE7U7qiwTJ2/pFkwu2lep6CatQljxSjcsY27mscE0VpyHyuI6VOMGia3yLJyB3kyCB2wZhIUq1IUJUozExhN1z3YBsxsXqbYIkniMWbutbeV+Nb2dZV5nP52pCNwiDGPFQkqgrfNP5XE3oBkF2YNESi+45zeZzNaBVJ2cAUUnUExCz+VwNSNV11P1EJbFIjdEnIjWgVRdVhUUkagWazOcqQKsuWhzcR6KOhZ7VqFUXLSPvI3GbnT+UqNNjHCzKzuYkrlF3dRxnaqk6fezPBYkMeXjIW+2oVWf6KOM5EvXhIXnqwBJadebPxfedxTEZcu6BVp35EPmQ01TyjLQ+dRAbWnUupvCHkKjPSFvOHCVpbp6LH3quT5+RtiBSq87Nc/FDSdRnpOWpg1h+StW5ei5ehQTuDM6MkoxWnavn4q2Kr6X1oYK5+Pwygp9/w+4tKi6y/1n0yGWo+loa38gnsu/IkBavh3G7dxUcoU5M4xuYGNaIU29TkP8CDADCMNsDpxG1CAAAAABJRU5ErkJggg==) repeat
    }

.dt-sc-contact-details-on-map {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

    .dt-sc-contact-details-on-map .map {
        widows: 100%;
        margin: 0;
        padding: 0;
        float: left;
        clear: both
    }

    .dt-sc-contact-details-on-map img {
        max-width: 100%;
        height: auto;
        display: block
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        float: none;
        margin: 0 auto !important;
        max-width: 1200px;
        padding: 140px 0 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1
    }

        .dt-sc-contact-details-on-map .dt-sc-map-overlay h3 {
            font-weight: 400
        }

.dt-sc-contact-info.type6 {
    text-align: center;
    padding: 30px 20px;
    position: relative
}

    .dt-sc-contact-info.type6 span {
        font-size: 36px;
        position: relative;
        z-index: 9;
        width: auto;
        float: none;
        margin: 0
    }

    .dt-sc-contact-info.type6 h6 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 20px 0 13px
    }

    .dt-sc-contact-info.type6:before {
        content: "";
        position: absolute;
        left: -15px;
        top: -15px;
        width: 100%;
        height: 100%;
        z-index: -1
    }

.dt-sc-contact-info.type7 {
    border: 1px solid;
    padding: 15px 30px;
    position: relative;
    box-sizing: border-box;
    text-align: right
}

    .dt-sc-contact-info.type7 span {
        margin: auto;
        width: 84px;
        height: 84px;
        font-size: 32px;
        line-height: 84px;
        color: #fff;
        border-radius: 50%;
        position: relative
    }

    .dt-sc-contact-info.type7 h6 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .6px;
        margin-bottom: 10px
    }

    .dt-sc-contact-info.type7.alignright {
        text-align: left
    }

        .dt-sc-contact-info.type7.alignright span {
            float: right
        }

.dt-sc-contact-info.type8 {
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px
}

    .dt-sc-contact-info.type8 * {
        z-index: 1
    }

    .dt-sc-contact-info.type8 span {
        position: absolute;
        z-index: 9;
        width: auto;
        float: none;
        margin: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 24px;
        margin: 0 auto;
        top: -25px;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 0 0 5px #fff;
        -moz-box-shadow: 0 0 0 5px #fff;
        box-shadow: 0 0 0 5px #fff;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        font-size: 25px;
        border-radius: 3px
    }

    .dt-sc-contact-info.type8:hover span {
        color: #fff
    }

    .dt-sc-contact-info.type8:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        background: #f8f8f9;
        z-index: -1;
        border-radius: 5px
    }

    .dt-sc-contact-info.type8:after {
        position: absolute;
        content: "";
        display: block;
        height: 0;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
        opacity: 0;
        border-radius: 3px
    }

    .dt-sc-contact-info.type8:hover:after {
        height: 100%;
        opacity: 1
    }

    .dt-sc-contact-info.type8 h6 {
        font-size: 18px;
        text-transform: capitalize;
        margin: 20px 0 15px;
        position: relative;
        padding-bottom: 20px;
        line-height: normal
    }

        .dt-sc-contact-info.type8 h6:after {
            position: absolute;
            content: "";
            display: block;
            width: 35px;
            height: 3px;
            bottom: -2px;
            right: 0;
            left: 0;
            margin: 0 auto
        }

    .dt-sc-contact-info.type8:hover h6:after {
        background: #090909
    }

    .dt-sc-contact-info.type8 span:after {
        position: absolute;
        content: "";
        display: block;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 3px
    }

    .dt-sc-contact-info.type8:hover span:after {
        height: 100%
    }

.dt-sc-contact-info.type9 {
    text-align: center;
    padding: 0 0 42px;
    line-height: 30px;
    border: 3px dashed #090909
}

    .dt-sc-contact-info.type9 span {
        background-color: #090909;
        border: 10px solid #fff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        bottom: 0;
        font-size: 30px;
        height: 80px;
        left: 0;
        line-height: 60px;
        margin: 0 auto -35px;
        position: absolute;
        right: 0;
        top: auto;
        width: 80px
    }

    .dt-sc-contact-info.type9 h6 {
        font-size: 24px;
        margin: 52px 0 20px;
        font-weight: 700
    }

    .dt-sc-contact-info.type9 &gt; a {
        display: block;
        position: relative
    }

    .dt-sc-contact-info.type9:hover span {
        color: #090909
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-contact-info.type3:before, ::i-block-chrome {
        width: 92%;
        height: 95%
    }
}

.dt-sc-contact-info.type3 h6, .dt-sc-contact-info.type3 p, .dt-sc-contact-info.type3 p a, .dt-sc-contact-info.type4 span:before, .dt-sc-contact-info.type6, .dt-sc-contact-info.type6 a, .dt-sc-contact-info.type6 h6, .dt-sc-contact-info.type6 span, .dt-sc-contact-info.type7:hover span, .dt-sc-contact-info.type8 span, .dt-sc-contact-info.type8:hover a {
    color: #090909
}

.dt-sc-contact-info.type4:hover span:before, .dt-sc-contact-info.type5 .dt-sc-contact-icon span, .dt-sc-contact-info.type5:hover h6 a, .dt-sc-contact-info.type8:hover span {
    color: #fff
}

.dt-sc-contact-info.type3 a, .dt-sc-contact-info.type6 a {
    position: relative
}

    .dt-sc-contact-info.type3 a:after, .dt-sc-contact-info.type6 a:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        background-color: currentColor;
        height: 1px;
        left: 0;
        right: 0;
        transition: .5s;
        margin: auto
    }

    .dt-sc-contact-info.type3 a:hover:after, .dt-sc-contact-info.type6 a:hover:after {
        width: 100%;
        transition: .5s
    }

.dt-sc-contact-info.type3 p a:hover {
    color: #000
}

.dt-sc-contact-info.type5 h6 a {
    color: #222
}

.dt-sc-contact-info.type2 {
    border-color: #000
}

.dt-sc-contact-info.type3:before {
    border-color: #090909
}

.dt-sc-contact-info.type3:after, .dt-sc-contact-info.type5:hover .dt-sc-contact-icon {
    background: #fff
}

.dt-sc-contact-info.type6:before, .dt-sc-contact-info.type7 span {
    background: #000
}

@media only screen and (min-width:1381px) and (max-width:1599px) {
    .dt-sc-contact-info.type7 {
        font-size: 18px
    }

    .dt-sc-contact-info.type8 {
        font-size: 16px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-contact-info.type2 {
        font-size: 18px
    }

    .dt-sc-contact-info.type4 {
        font-size: 18px;
        line-height: 34px
    }

    .dt-sc-contact-info.type7, .dt-sc-contact-info.type8 {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rs_col-sm-6:nth-child(2) .dt-sc-contact-info.type4 {
        border-right-width: 1px;
        border-right-style: solid
    }

    .dt-sc-contact-info.type5 h6 {
        font-size: 15px;
        margin: 20px 0 0
    }

    .dt-sc-contact-info.type8 {
        margin: 0 auto 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-contact-info.type2 {
        padding-left: 75px
    }

        .dt-sc-contact-info.type2 span {
            width: 60px
        }

    .dt-sc-contact-info.type2, .dt-sc-contact-info.type4 {
        margin-bottom: 30px
    }

    .rs_col-sm-6:nth-child(2) .dt-sc-contact-info.type4 {
        border-right-width: 1px;
        border-right-style: solid
    }

    .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 h6 {
        font-size: 12px
    }

    .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3, .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 a, .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 p {
        font-size: 10px
    }

    .dt-sc-contact-info.type5 {
        margin-bottom: 30px
    }

        .dt-sc-contact-info.type5 .dt-sc-contact-icon {
            width: 100px;
            height: 100px
        }

            .dt-sc-contact-info.type5 .dt-sc-contact-icon::after, .dt-sc-contact-info.type5 .dt-sc-contact-icon::before {
                height: 71.92px;
                width: 71.92px;
                left: 13.038px
            }

            .dt-sc-contact-info.type5 .dt-sc-contact-icon::before {
                top: -37.962px
            }

            .dt-sc-contact-info.type5 .dt-sc-contact-icon::after {
                bottom: -37.962px
            }

            .dt-sc-contact-info.type5 .dt-sc-contact-icon span {
                font-size: 45px;
                line-height: 100px
            }

        .dt-sc-contact-info.type5 h6 {
            font-size: 14px;
            margin: 20px 0 0
        }

    .dt-sc-contact-info.type8 {
        padding: 30px 10px;
        margin: 0 auto 60px
    }

    .rs_col-sm-6 .dt-sc-contact-info.type3 {
        margin-bottom: 50px
    }

    .rs_col-sm-6 .dt-sc-contact-info.type6 {
        margin-bottom: 30px
    }

    .rs_col-sm-6 .dt-sc-contact-info.type7 {
        margin-bottom: 30px;
        font-size: 16px
    }

    .rs_col-sm-12 .dt-sc-contact-info.type7 {
        margin-bottom: 20px
    }

    .dt-sc-contact-info.type9 {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-contact-info.type2 {
        margin: 0 0 20px
    }

    .dt-sc-contact-info.type3 {
        margin: 0 0 70px
    }

    .dt-sc-contact-info.type5 {
        margin: 0 0 30px
    }

    .dt-sc-contact-info.type6 {
        margin: 0 0 35px
    }

    .dt-sc-contact-info.type8 {
        margin: 20px 0
    }

    .dt-sc-contact-info.type4 {
        margin: 0 auto 30px
    }

    .dt-sc-contact-info.type4, .dt-sc-contact-info.type6 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .dt-sc-contact-info.type4 {
        border-right-width: 1px;
        margin: 0 auto 30px;
        width: 95%
    }

    .last .dt-sc-contact-info.type4:before {
        content: ""
    }

    .dt-sc-contact-info.type6 {
        margin: 20px 5px 20px 20px;
        width: auto
    }

    .dt-sc-contact-info.type9 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-contact-info.type2 {
        padding-left: 85px
    }

        .dt-sc-contact-info.type2 span {
            width: 65px
        }

    .dt-sc-contact-info.type8 {
        font-size: 16px
    }

    .dt-sc-contact-info.type7, .dt-sc-contact-info.type7 p, .dt-sc-contact-info.type7 &gt; a {
        font-size: 16px;
        line-height: 26px;
        padding: 15px 20px
    }

        .dt-sc-contact-info.type7 span {
            width: 60px;
            height: 60px;
            font-size: 22px;
            line-height: 60px
        }
}

@media only screen and (max-width:319px) {
    .dt-sc-contact-info.type2 {
        padding: 100px 10px 10px;
        text-align: center
    }

        .dt-sc-contact-info.type2 span {
            height: auto;
            top: -4px;
            width: 100%
        }

    .dt-sc-contact-info.type6 {
        font-size: 12px
    }
}

.dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type1 .dt-sc-counter-number:before, .dt-sc-counter.type1 .icon-wrapper span, .dt-sc-counter.type1 .icon-wrapper span:after, .dt-sc-counter.type2 .dt-sc-couter-icon-holder, .dt-sc-counter.type2 .icon-wrapper span, .dt-sc-counter.type2 h4:after, .dt-sc-counter.type2 h4:before, .dt-sc-counter.type2 span:after, .dt-sc-counter.type2 span:before, .dt-sc-counter.type3 .dt-sc-counter-number:after, .dt-sc-counter.type3 .dt-sc-counter-number:before, .dt-sc-counter.type4 .dt-sc-couter-icon-holder, .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4 .dt-sc-couter-icon-holder span, .dt-sc-counter.type5 *, .dt-sc-counter.type5 h4:after, .dt-sc-counter.type5 h4:before, .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper span, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before, .dt-sc-counter.type6 h4, .dt-sc-counter.type6:after, .dt-sc-counter.type6:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-counter {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

    .dt-sc-counter.type1 .icon-wrapper {
        float: left;
        position: relative;
        margin: 10px 30px 0 0;
        padding-bottom: 20px;
        min-width: 60px;
        text-align: center
    }

    .dt-sc-counter.type1.alignright .icon-wrapper:before {
        right: 0;
        left: inherit
    }

    .dt-sc-counter.type1 .icon-wrapper span {
        font-size: 55px
    }

    .dt-sc-counter.type1 .dt-sc-counter-number {
        font-size: 50px;
        display: inline-block;
        font-weight: 700;
        line-height: 50px;
        margin: 0 0 10px 0
    }

    .dt-sc-counter.type1 h4 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px
    }

    .dt-sc-counter.type1 .dt-sc-counter-subtitle {
        font-weight: 600;
        text-transform: uppercase
    }

    .dt-sc-counter.type1.alignright .icon-wrapper {
        float: right;
        text-align: right;
        margin: 10px 0 0 30px
    }

    .dt-sc-counter.type1.custom-style .icon-wrapper, .dt-sc-counter.type1.custom-style .icon-wrapper span img, .dt-sc-counter.type1.custom-style .icon-wrapper:before, .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number, .dt-sc-counter.type3.custom-style-2 .icon-wrapper span {
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear
    }

    .dt-sc-counter.type1.custom-style, .dt-sc-counter.type1.custom-style .dt-sc-couter-icon-holder {
        width: 100%;
        float: left;
        z-index: 10
    }

        .dt-sc-counter.type1.custom-style .icon-wrapper {
            border-radius: 50%;
            box-shadow: inset 0 0 0 8px #090909;
            display: inline-block;
            float: none;
            font-size: 70px;
            height: 300px;
            line-height: 300px;
            margin-bottom: 56px;
            position: relative;
            width: 300px;
            z-index: 9;
            right: 0;
            top: auto;
            margin-right: 0
        }

            .dt-sc-counter.type1.custom-style .icon-wrapper:before {
                -moz-animation: spinoffPulse 60s infinite linear;
                -webkit-animation: spinoffPulse 60s infinite linear;
                border: 3px dashed;
                border-radius: 50%;
                bottom: -15px;
                box-shadow: inset 0 0 0 10px #fff;
                content: '';
                display: block;
                height: 324px;
                left: -15px;
                margin: auto;
                position: absolute;
                right: -15px;
                top: -15px;
                width: 324px;
                z-index: -1;
                background: 0 0
            }

            .dt-sc-counter.type1.custom-style .icon-wrapper span img {
                filter: invert(0);
                -moz-filter: invert(0);
                -webkit-filter: invert(0);
                -ms-filter: invert(0);
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 65px
            }

        .dt-sc-counter.type1.custom-style:hover .icon-wrapper {
            color: #fff
        }

            .dt-sc-counter.type1.custom-style:hover .icon-wrapper:before {
                -moz-animation: spinoffPulse-reverse 60s infinite linear;
                -webkit-animation: spinoffPulse-reverse 60s infinite linear
            }

            .dt-sc-counter.type1.custom-style:hover .icon-wrapper span img {
                filter: invert(100%);
                -moz-filter: invert(100%);
                -webkit-filter: invert(100%);
                -ms-filter: invert(100%)
            }

        .dt-sc-counter.type1.custom-style .dt-sc-counter-number {
            width: 100%;
            float: left;
            margin-bottom: 0
        }

        .dt-sc-counter.type1.custom-style h4 {
            font-size: 18px;
            font-weight: 500;
            text-transform: inherit;
            margin-bottom: 20px
        }

    .dt-sc-counter.type2 {
        box-sizing: border-box;
        text-align: center;
        width: 100%
    }

        .dt-sc-counter.type2 .icon-wrapper span img {
            margin-bottom: 30px
        }

        .dt-sc-counter.type2 .icon-wrapper span.fa, .dt-sc-counter.type2 .icon-wrapper span.icon {
            border-radius: 50%;
            display: inline-block;
            font-size: 60px;
            height: 100px;
            line-height: 100px;
            margin-bottom: 20px;
            width: 100px;
            position: relative
        }

            .dt-sc-counter.type2 .icon-wrapper span.fa:after, .dt-sc-counter.type2 .icon-wrapper span.icon:after {
                border-radius: 50%;
                border-style: solid;
                border-width: 3px;
                content: "";
                display: inline-block;
                float: none;
                height: 50px;
                left: 0;
                margin: 25px auto;
                opacity: 0;
                position: absolute;
                right: 0;
                width: 50px
            }

            .dt-sc-counter.type2 .icon-wrapper span.fa:before, .dt-sc-counter.type2 .icon-wrapper span.icon:before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                position: absolute;
                margin: auto;
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1)
            }

        .dt-sc-counter.type2:hover .icon-wrapper span.fa:after, .dt-sc-counter.type2:hover .icon-wrapper span.icon:after {
            -moz-transform: scale(2.5);
            -ms-transform: scale(2.5);
            -webkit-transform: scale(2.5);
            opacity: 1;
            transform: scale(2.5)
        }

        .dt-sc-counter.type2:hover .icon-wrapper span.fa:before, .dt-sc-counter.type2:hover .icon-wrapper span.icon:before {
            -moz-transform: scale(.8);
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }

        .dt-sc-counter.type2:hover .icon-wrapper span.fa:before, .dt-sc-counter.type2:hover .icon-wrapper span.icon:before {
            color: #fff
        }

        .dt-sc-counter.type2 .dt-sc-couter-icon-holder {
            display: inline-block;
            padding: 0 0 10px;
            width: 120px
        }

        .dt-sc-counter.type2 .dt-sc-counter-number {
            font-size: 40px;
            font-weight: 900
        }

        .dt-sc-counter.type2 h4 {
            font-size: 22px;
            font-weight: 300;
            margin: 30px 0 0;
            position: relative
        }

            .dt-sc-counter.type2 h4:before {
                background: #222;
                content: "";
                display: block;
                height: 3px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                top: -15px;
                width: 30px
            }

        .dt-sc-counter.type2:hover h4:before {
            width: 0
        }

        .dt-sc-counter.type2 h4:after {
            content: "";
            display: block;
            height: 3px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -15px;
            width: 0
        }

        .dt-sc-counter.type2:hover h4:after {
            width: 60px
        }

        .dt-sc-counter.type2.alignleft {
            text-align: left
        }

        .dt-sc-counter.type2.alignright {
            text-align: right
        }

            .dt-sc-counter.type2.alignright .icon-wrapper span.fa:after, .dt-sc-counter.type2.alignright .icon-wrapper span.icon:after {
                right: 25px;
                left: inherit
            }

            .dt-sc-counter.type2.alignright h4:after, .dt-sc-counter.type2.alignright h4:before {
                left: auto;
                right: 0
            }

            .dt-sc-counter.type2.alignright .dt-sc-counter-number {
                float: right
            }

        .dt-sc-counter.type2.alignleft .icon-wrapper span.fa:after, .dt-sc-counter.type2.alignleft .icon-wrapper span.icon:after {
            left: 25px;
            right: inherit
        }

        .dt-sc-counter.type2.alignleft h4:after, .dt-sc-counter.type2.alignleft h4:before {
            left: 0;
            right: auto
        }

        .dt-sc-counter.type2.alignleft .dt-sc-counter-number {
            float: left
        }

        .dt-sc-counter.type2.alignleft .dt-sc-couter-icon-holder, .dt-sc-counter.type2.alignright .dt-sc-couter-icon-holder {
            text-align: center
        }

    .dt-sc-counter.type3 {
        text-align: center;
        margin: 70px 0 20px;
        position: relative
    }

        .dt-sc-counter.type3 .icon-wrapper {
            width: auto;
            clear: both;
            position: absolute;
            right: 25px;
            top: -65px
        }

            .dt-sc-counter.type3 .icon-wrapper span {
                color: rgba(0,0,0,.05);
                font-size: 95px
            }

        .dt-sc-counter.type3 .dt-sc-counter-number {
            font-size: 60px;
            margin-bottom: 25px;
            font-weight: 700;
            position: relative;
            padding-bottom: 38px
        }

        .dt-sc-counter.type3 h4 {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 5px
        }

        .dt-sc-counter.type3 .dt-sc-counter-number:after, .dt-sc-counter.type3 .dt-sc-counter-number:before {
            position: absolute;
            content: "";
            display: block;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0
        }

        .dt-sc-counter.type3 .dt-sc-counter-number:before {
            width: 50px;
            height: 2px;
            background-color: #d4d4d4
        }

        .dt-sc-counter.type3 .dt-sc-counter-number:after {
            width: 0;
            height: 2px
        }

        .dt-sc-counter.type3:hover .dt-sc-counter-number:before {
            width: 0
        }

        .dt-sc-counter.type3:hover .dt-sc-counter-number:after {
            width: 50px
        }

        .dt-sc-counter.type3.alignleft {
            text-align: left
        }

            .dt-sc-counter.type3.alignleft .icon-wrapper {
                right: 0;
                left: inherit
            }

            .dt-sc-counter.type3.alignleft .dt-sc-counter-number:before {
                left: 0;
                right: inherit
            }

            .dt-sc-counter.type3.alignleft .dt-sc-counter-number:after, .dt-sc-counter.type3.alignleft .dt-sc-counter-number:before {
                left: 0;
                right: inherit
            }

        .dt-sc-counter.type3.alignright {
            text-align: right
        }

            .dt-sc-counter.type3.alignright .icon-wrapper {
                right: inherit;
                left: 0
            }

            .dt-sc-counter.type3.alignright .dt-sc-counter-number:before {
                left: inherit;
                right: 0
            }

            .dt-sc-counter.type3.alignright .dt-sc-counter-number:after, .dt-sc-counter.type3.alignright .dt-sc-counter-number:before {
                left: inherit;
                right: 0
            }

        .dt-sc-counter.type3.custom-style {
            margin: 0
        }

            .dt-sc-counter.type3.custom-style h4 {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: .5px;
                margin-bottom: 0
            }

            .dt-sc-counter.type3.custom-style .dt-sc-counter-number {
                padding-bottom: 0;
                margin-bottom: 0;
                font-size: 40px
            }

                .dt-sc-counter.type3.custom-style .dt-sc-counter-number:after, .dt-sc-counter.type3.custom-style .dt-sc-counter-number:before {
                    display: none
                }

        .dt-sc-counter.type3.custom-style-2 {
            border-right: 2px dashed rgba(0,0,0,.1);
            margin-top: 0;
            margin-bottom: 0
        }

            .dt-sc-counter.type3.custom-style-2.last {
                border: none
            }

            .dt-sc-counter.type3.custom-style-2.alignleft {
                padding-right: 20px
            }

            .dt-sc-counter.type3.custom-style-2.aligncenter {
                padding-right: 10px;
                padding-left: 10px
            }

            .dt-sc-counter.type3.custom-style-2.alignright {
                padding-right: 20px
            }

            .dt-sc-counter.type3.custom-style-2 .icon-wrapper {
                position: static;
                margin-bottom: 18px
            }

                .dt-sc-counter.type3.custom-style-2 .icon-wrapper span {
                    font-size: 50px;
                    width: auto
                }

            .dt-sc-counter.type3.custom-style-2:hover .icon-wrapper span {
                text-shadow: 5px 5px 0 rgba(0,0,0,.15)
            }

            .dt-sc-counter.type3.custom-style-2:hover .dt-sc-counter-number {
                text-shadow: 2px 2px 0 rgba(0,0,0,.25)
            }

            .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number {
                float: left;
                font-size: 30px;
                margin: 0;
                padding: 0;
                width: 100%
            }

                .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number:after, .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number:before {
                    display: none
                }

            .dt-sc-counter.type3.custom-style-2.alignright .dt-sc-counter-number {
                float: right
            }

            .dt-sc-counter.type3.custom-style-2.aligncenter .dt-sc-counter-number {
                float: none;
                display: inline-block
            }

            .dt-sc-counter.type3.custom-style-2 h4 {
                display: inline-block;
                float: none;
                font-weight: 600;
                letter-spacing: normal;
                margin-top: 4px;
                width: 100%
            }

    .dt-sc-counter.type4 {
        text-align: center
    }

        .dt-sc-counter.type4 .dt-sc-couter-icon-holder {
            display: inline-block;
            width: 140px;
            height: 140px;
            border: 5px solid;
            border-radius: 50%;
            position: relative
        }

            .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
                width: 70px;
                height: 70px;
                border: 5px solid;
                border-radius: 50%;
                position: absolute;
                left: -40px;
                top: -10px;
                line-height: 60px
            }

            .dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
                line-height: 60px;
                font-size: 32px
            }

        .dt-sc-counter.type4 .dt-sc-counter-number {
            font-size: 30px;
            line-height: 135px
        }

        .dt-sc-counter.type4 h4 {
            font-size: 14px;
            margin: 15px 0 0;
            text-transform: uppercase;
            padding: 0
        }

        .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder .icon-wrapper {
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            line-height: 140px;
            opacity: .05
        }

        .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder span {
            font-size: 60px;
            line-height: 120px
        }

        .dt-sc-counter.type4.alignright .dt-sc-couter-icon-holder .icon-wrapper {
            left: auto;
            right: -40px
        }

        .dt-sc-counter.type4.alignright:hover .dt-sc-couter-icon-holder .icon-wrapper {
            left: inherit;
            right: 0
        }

        .dt-sc-counter.type4.aligncenter .dt-sc-couter-icon-holder .icon-wrapper {
            left: 0;
            right: 0;
            top: -30px;
            margin: 0 auto
        }

        .dt-sc-counter.type4.aligncenter:hover .dt-sc-couter-icon-holder .icon-wrapper {
            top: 0;
            left: 0;
            right: 0
        }

        .dt-sc-counter.type4.yellow .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.yellow:hover .dt-sc-couter-icon-holder {
            background: #fcd21c
        }

        .dt-sc-counter.type4.black .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.black:hover .dt-sc-couter-icon-holder {
            background: #000
        }

    .dt-sc-counter.type5 {
        margin: 0;
        padding: 60px 30px;
        position: relative;
        text-align: center;
        border: none
    }

        .dt-sc-counter.type5 .icon-wrapper {
            width: 100%;
            clear: both;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 20px
        }

        .dt-sc-counter.type5 h4:after, .dt-sc-counter.type5 h4:before {
            position: absolute;
            content: "";
            display: block;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0
        }

        .dt-sc-counter.type5 h4:before {
            width: 50px;
            height: 4px;
            background-color: #4d4d4d
        }

        .dt-sc-counter.type5 h4:after {
            width: 0;
            height: 4px
        }

        .dt-sc-counter.type5:hover h4:before {
            width: 0
        }

        .dt-sc-counter.type5:hover h4:after {
            width: 50px
        }

        .dt-sc-counter.type5 .icon-wrapper span {
            font-size: 50px;
            display: inline-block;
            opacity: 0
        }

        .dt-sc-counter.type5:hover .icon-wrapper span {
            opacity: 1
        }

        .dt-sc-counter.type5 .dt-sc-counter-number {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
            position: absolute;
            top: 75px;
            left: 0;
            right: 0;
            margin: 0 auto
        }

        .dt-sc-counter.type5:hover .dt-sc-counter-number {
            opacity: 0
        }

        .dt-sc-counter.type5 h4 {
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            padding: 0 0 30px;
            margin-bottom: 0;
            position: relative;
            letter-spacing: .1em
        }

        .dt-sc-counter.type5:hover h4 {
            letter-spacing: .3em
        }

        .dt-sc-counter.type5.alignleft {
            text-align: left;
            padding: 60px 0
        }

            .dt-sc-counter.type5.alignleft h4:before {
                left: 0;
                right: inherit
            }

            .dt-sc-counter.type5.alignleft h4:after, .dt-sc-counter.type5.alignleft h4:before {
                left: 0;
                right: inherit
            }

        .dt-sc-counter.type5.alignright {
            text-align: right;
            padding: 60px 0
        }

            .dt-sc-counter.type5.alignright h4:before {
                left: inherit;
                right: 0
            }

            .dt-sc-counter.type5.alignright h4:after, .dt-sc-counter.type5.alignright h4:before {
                left: inherit;
                right: 0
            }

        .dt-sc-counter.type5 h4:after {
            background-color: #ccc
        }

    .dt-sc-counter.type6 {
        float: left;
        padding: 30px 35px 30px;
        position: relative
    }

        .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper {
            position: absolute;
            right: 10px;
            bottom: 10px;
            z-index: -1
        }

            .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper span {
                font-size: 100px;
                opacity: .5
            }

        .dt-sc-counter.type6 .dt-sc-couter-icon-holder .dt-sc-counter-number {
            font-size: 40px;
            float: none;
            display: inline-block;
            width: 100%;
            color: #2d2d2d;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: normal
        }

        .dt-sc-counter.type6 h4 {
            margin-bottom: 0;
            float: none;
            display: inline-block;
            text-transform: uppercase;
            font-size: 15px
        }

        .dt-sc-counter.type6:after, .dt-sc-counter.type6:before {
            border-width: 2px;
            border-style: solid;
            content: "";
            position: absolute;
            height: 50px;
            width: 50px
        }

        .dt-sc-counter.type6:before {
            top: 0;
            left: 0;
            border-bottom-color: transparent !important;
            border-right-color: transparent !important
        }

        .dt-sc-counter.type6:after {
            right: 0;
            bottom: 0;
            border-top-color: transparent !important;
            border-left-color: transparent !important
        }

        .dt-sc-counter.type6:hover .dt-sc-couter-icon-holder .icon-wrapper span {
            opacity: .8;
            font-size: 80px
        }

        .dt-sc-counter.type6:hover:before {
            border-width: 5px;
            border-style: solid;
            border-bottom-color: transparent;
            border-right-color: transparent
        }

        .dt-sc-counter.type6:hover:after {
            border-width: 5px;
            border-style: solid;
            border-top-color: transparent;
            border-left-color: transparent
        }

        .dt-sc-counter.type6.alignright .dt-sc-couter-icon-holder .icon-wrapper {
            right: inherit;
            left: 10px
        }

        .dt-sc-counter.type6.aligncenter .dt-sc-couter-icon-holder .icon-wrapper {
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto
        }

            .dt-sc-counter.type6.aligncenter .dt-sc-couter-icon-holder .icon-wrapper span {
                line-height: 100px
            }

        .dt-sc-counter.type6.aligncenter:hover .dt-sc-couter-icon-holder .icon-wrapper span {
            line-height: 110px
        }

        .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper span {
            color: #000
        }

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .dt-sc-counter.type5:after, .dt-sc-counter.type5:before {
        transform: rotate(45deg) skew(10deg,10deg);
        -ms-transform: rotate(45deg) skew(10deg,10deg)
    }
}

@media screen and (min-width:0\0) {
    .type4.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper {
        border: none;
        box-shadow: 0 0 0 5px #fff;
        -ms-box-shadow: 0 0 0 5px #fff
    }
}

.dt-sc-counter {
    color: #000
}

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span, .dt-sc-counter.type4:hover .dt-sc-counter-number {
        color: #fff
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder {
        background: #fff
    }

        .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder .icon-wrapper {
            background: #333
        }

        .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
            border-color: #fff
        }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder {
        border: 5px solid rgba(0,0,0,.07)
    }

@media only screen and (min-width:1381px) and (max-width:1599px) {
    .dt-sc-counter.type3.custom-style h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number {
        font-size: 24px
    }

    .dt-sc-counter.type3.custom-style-2 h4 {
        margin-top: 0
    }

    .dt-sc-counter.type3.custom-style h4 {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .vc_col-md-6 .dt-sc-counter.type1 {
        margin-bottom: 25px
    }

    .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type1 h4 {
        width: 100%;
        float: left
    }

    .dt-sc-counter.type2 h4 {
        font-size: 18px
    }

    .dt-sc-counter.type1.custom-style .icon-wrapper {
        height: 220px;
        line-height: 220px;
        width: 220px
    }

        .dt-sc-counter.type1.custom-style .icon-wrapper:before {
            height: 244px;
            width: 244px
        }

    .dt-sc-counter.type5:before {
        height: 180px;
        width: 180px
    }

    .dt-sc-counter.type5:after {
        height: 160px;
        width: 160px
    }

    .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper span {
        font-size: 70px
    }

    .dt-sc-counter.type6:hover .dt-sc-couter-icon-holder .icon-wrapper span {
        opacity: .8;
        font-size: 55px
    }

    .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number {
        font-size: 22px
    }

    .dt-sc-counter.type3.custom-style-2 h4 {
        font-size: 16px;
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-counter.type1 .dt-sc-counter-number {
        font-size: 36px;
        margin-bottom: 0
    }

    .dt-sc-counter.type1 .icon-wrapper {
        min-width: 40px;
        margin: 10px 15px 0 0
    }

        .dt-sc-counter.type1 .icon-wrapper span {
            font-size: 35px
        }

    .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type1 h4 {
        width: 100%;
        float: left
    }

    .dt-sc-counter.type2 h4 {
        font-size: 18px
    }

    .dt-sc-counter.type1.custom-style .icon-wrapper {
        height: 180px;
        line-height: 180px;
        width: 180px;
        margin-bottom: 30px
    }

        .dt-sc-counter.type1.custom-style .icon-wrapper:before {
            height: 195px;
            width: 195px;
            box-shadow: inset 0 0 0 8px #fff
        }

    .dt-sc-counter.type2 {
        margin-bottom: 50px
    }

    .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number {
        font-size: 20px
    }

    .dt-sc-counter.type3.custom-style-2 h4 {
        margin-top: 0;
        font-size: 16px
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder {
        height: 120px;
        width: 120px
    }

    .dt-sc-counter.type4 .dt-sc-counter-number {
        font-size: 28px;
        line-height: 125px
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
        height: 60px;
        line-height: 60px;
        left: -30px;
        width: 60px
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
        font-size: 28px;
        line-height: 50px
    }

    .dt-sc-counter.type5:before {
        height: 150px;
        width: 150px
    }

    .dt-sc-counter.type5:after {
        height: 130px;
        width: 130px
    }

    .dt-sc-counter.type1 h4 {
        display: inline-block;
        font-size: 12px
    }

    .dt-sc-counter.type2 h4, .dt-sc-counter.type3 h4, .dt-sc-counter.type6 h4 {
        font-size: 14px
    }

    .dt-sc-counter.type6 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-counter {
        margin-bottom: 15px
    }

        .dt-sc-counter.type1 .dt-sc-counter-number {
            font-size: 35px
        }

        .dt-sc-counter.type1.custom-style .icon-wrapper {
            height: 180px;
            line-height: 180px;
            width: 180px;
            margin-bottom: 30px
        }

            .dt-sc-counter.type1.custom-style .icon-wrapper:before {
                height: 195px;
                width: 195px;
                box-shadow: inset 0 0 0 8px #fff
            }

        .dt-sc-counter.type3.custom-style-2 {
            border-right: none;
            border-bottom: 2px dashed rgba(0,0,0,.1);
            margin-bottom: 16px;
            padding-bottom: 20px
        }

            .dt-sc-counter.type3.custom-style-2.last {
                margin-bottom: 0;
                padding-bottom: 0;
                border: none
            }
}

@media only screen and (max-width:479px) {
    .dt-sc-counter.type5:before {
        height: 180px;
        width: 180px
    }

    .dt-sc-counter.type5:after {
        height: 160px;
        width: 160px
    }

    .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number {
        font-size: 26px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-counter.type5:before {
        height: 180px;
        width: 180px
    }

    .dt-sc-counter.type5:after {
        height: 160px;
        width: 160px
    }
}

.dt-custom-nav-wrapper {
    display: inline-block;
    width: 100%
}

    .dt-custom-nav-wrapper.left {
        text-align: left
    }

    .dt-custom-nav-wrapper.center {
        text-align: center
    }

    .dt-custom-nav-wrapper.right {
        text-align: right
    }

    .dt-custom-nav-wrapper.left ul li {
        float: left
    }

    .dt-custom-nav-wrapper.right ul li {
        float: right
    }

    .dt-custom-nav-wrapper.inline-vertical.right ul li ul {
        padding-left: 0;
        padding-right: 20px
    }

    .dt-custom-nav-wrapper.left:not(.inline-horizontal):not(.inline-vertical) ul li ul, .dt-custom-nav-wrapper.none:not(.inline-horizontal):not(.inline-vertical) ul li ul {
        padding-left: 0;
        width: 95%;
        margin-top: 0
    }

    .dt-custom-nav-wrapper.right:not(.inline-horizontal):not(.inline-vertical) ul li ul {
        padding-left: 0;
        padding-right: 0;
        width: 95%
    }

    .dt-custom-nav-wrapper.left ul li ul {
        float: left
    }

    .dt-custom-nav-wrapper.right ul li ul {
        float: right
    }

.dt-custom-nav {
    display: inline-block;
    font-size: 0;
    margin: 0 0 20px;
    padding: 0
}

.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical) .dt-custom-nav {
    padding-left: 32px;
    width: 100%
}

.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical):not([data-link-icon-position]) .dt-custom-nav {
    padding-left: 0
}

.dt-custom-nav li {
    display: block;
    font-size: initial;
    width: 100%;
    white-space: nowrap
}

    .dt-custom-nav li a {
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
        display: block;
        padding: 5px 15px;
        position: relative;
        width: 100%
    }

        .dt-custom-nav li a:not([href]) {
            cursor: default
        }

        .dt-custom-nav li a i.menu-item-icon {
            text-align: center
        }

        .dt-custom-nav li a &gt; span {
            position: relative
        }

        .dt-custom-nav li a i.menu-item-icon, .dt-custom-nav li a &gt; span {
            display: inline-block;
            vertical-align: middle
        }

.dt-custom-nav-wrapper .dt-custom-nav li a &gt; i.menu-item-icon {
    font-family: FontAwesome
}

    .dt-custom-nav-wrapper .dt-custom-nav li a &gt; i.menu-item-icon.icon {
        font-family: Stroke-Gap-Icons
    }

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li a, .dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a {
    display: inline-block
}

.dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a {
    width: auto
}

.dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li a {
    padding: 0
}

.dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav li a {
    padding-bottom: 0;
    padding-top: 0
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-horizontal) &gt; div {
    margin-left: -15px;
    margin-right: -15px
}

.dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li {
    margin: 0;
    padding-right: 15px
}

    .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:last-child {
        padding-right: 0
    }

    .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li span.divider {
        height: 1px;
        line-height: 0;
        margin: auto;
        padding-bottom: inherit;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        text-align: center;
        width: 15px
    }

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li {
    position: relative;
    padding-bottom: 20px
}

    .dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li:last-child {
        padding-bottom: 0
    }

    .dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li span.divider {
        height: 1px;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%
    }

        .dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li span.divider:after {
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%
        }

    .dt-custom-nav-wrapper.inline-horizontal:not(.right)[data-divider=yes] .dt-custom-nav li:last-child &gt; span.divider, .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li ul.sub-menu li span.divider, .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:last-child &gt; span.divider, .dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li:last-child &gt; span.divider {
        display: none
    }

.dt-custom-nav-wrapper .dt-custom-nav &gt; li &gt; span.divider:before {
    display: inline-block
}

.dt-custom-nav-wrapper .dt-custom-nav &gt; li &gt; span.divider.vertical-line:before {
    content: "\007c"
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav {
    margin: 0 -2px
}

    .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li {
        display: inline-block;
        margin: 0 2px;
        position: relative;
        width: auto
    }

        .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul.sub-menu {
            display: none;
            margin: 0;
            padding: 0;
            position: absolute;
            left: 0;
            top: 100%;
            width: 240px;
            z-index: 1
        }

        .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:hover ul.sub-menu {
            display: block;
            background-color: #fff
        }

.dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li {
    float: none
}

    .dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu, .dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu {
        text-align: left
    }

        .dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu li, .dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu li {
            float: left
        }

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li {
    padding-left: 35px
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li {
    padding-right: 35px
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li, .dt-custom-nav-wrapper.left[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li, .dt-custom-nav-wrapper.none[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li {
    padding-right: 15px
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li {
    padding-right: 50px
}

.dt-custom-nav-wrapper.inline-vertical.center[data-link-icon-position=outside] .dt-custom-nav li {
    padding-left: 0
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li ul, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li ul, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li ul {
    padding-left: 0
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li ul {
    padding-right: 0
}

.dt-custom-nav-wrapper[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon, .dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    color: inherit;
    font-style: normal;
    height: 100%;
    line-height: inherit;
    margin: auto;
    padding: 0 10px 0 0;
    position: relative;
    width: 30px
}

    .dt-custom-nav-wrapper[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image, .dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image {
        width: auto
    }

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    height: 1px;
    line-height: 0;
    position: absolute;
    bottom: 0;
    top: 0
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside]:not([data-default-style=none]) .dt-custom-nav li a &gt; i.menu-item-icon, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    left: 0
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    padding: 0 0 0 10px;
    right: 0
}

.dt-custom-nav-wrapper.none[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon {
    display: inline-block
}

.dt-custom-nav-wrapper.left[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon {
    float: left
}

.dt-custom-nav-wrapper.right[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon {
    float: right;
    padding: 0 0 0 10px
}

.dt-custom-nav-wrapper[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover {
    padding-left: 0
}

.dt-custom-nav-wrapper.center[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper.center[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover, .dt-custom-nav-wrapper.right[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper.right[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover {
    padding-right: 0
}

.dt-custom-nav-wrapper.center[data-link-icon-position=inside] .dt-custom-nav li a i.menu-item-icon:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    background-color: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    height: 100%;
    width: 35px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%)
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image img, .dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image img {
    margin: auto
}

.dt-custom-nav-wrapper[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image img {
    vertical-align: middle
}

.dt-custom-nav-wrapper:not([data-link-icon-style]) .dt-custom-nav li a &gt; i.menu-item-icon.menu-item-image img {
    display: inline-block
}

.dt-custom-nav-wrapper[data-link-icon-style=circle] .dt-custom-nav li a &gt; i.menu-item-icon:before, .dt-custom-nav-wrapper[data-link-icon-style=disc] .dt-custom-nav li a &gt; i.menu-item-icon:before, .dt-custom-nav-wrapper[data-link-icon-style=square] .dt-custom-nav li a &gt; i.menu-item-icon:before {
    font-size: 6px
}

.dt-custom-nav-wrapper[data-link-icon-style=circle] .dt-custom-nav li a &gt; i.menu-item-icon:before {
    content: "\f111"
}

.dt-custom-nav-wrapper[data-link-icon-style=disc] .dt-custom-nav li a &gt; i.menu-item-icon:before {
    content: "\f10c"
}

.dt-custom-nav-wrapper[data-link-icon-style=square] .dt-custom-nav li a &gt; i.menu-item-icon:before {
    content: "\f0c8"
}

.dt-custom-nav-wrapper .dt-custom-nav li a &gt; i.menu-item-icon:not(.menu-item-image) img, .dt-custom-nav-wrapper[data-link-icon-style] .dt-custom-nav li a &gt; i.menu-item-icon img {
    display: none
}

.dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a &gt; span:after, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a &gt; span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a &gt; span:after {
    border-color: inherit;
    border-style: solid;
    content: "";
    height: 100%;
    margin: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    z-index: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a &gt; span:after {
    border-width: 2px 0 0;
    top: -4px
}

.dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a &gt; span:after {
    border-color: currentColor;
    border-width: 1px 0;
    height: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a &gt; span:after {
    border-width: 0 0 2px;
    bottom: -4px
}

.dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a &gt; span:before, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a &gt; span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a &gt; span:after {
    border-color: currentColor
}

.dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:hover:after {
    opacity: 0
}

.dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a:not(:hover) &gt; span:before, .dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:not(:hover) &gt; span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:not(:hover) &gt; span:before, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a:hover &gt; span:after, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:hover &gt; span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:hover &gt; span:after {
    opacity: 1;
    width: 100%
}

.dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li a:hover {
    background-color: rgba(0,0,0,0) !important;
    border-color: transparent !important
}

.vc_row.vc_row-o-content-middle &gt; .vc_column_container &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    padding-top: 5px;
    padding-bottom: 5px
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 10px
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li:last-child a {
    margin-bottom: 0
}

.dt-custom-nav li a, .dt-custom-nav li a:after, .dt-custom-nav li a:before, .dt-custom-nav-wrapper .dt-custom-nav li a &gt; span:after, .dt-custom-nav-wrapper .dt-custom-nav li a &gt; span:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.vc_row.vc_row-o-content-middle &gt; .vc_column_container &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-simple-menu.dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    padding-top: 0;
    padding-bottom: 0
}

.dt-simple-menu .dt-custom-nav li {
    padding-bottom: 0
}

.dt-simple-menu.dt-custom-nav-wrapper.left .dt-custom-nav li {
    float: none
}

.dt-simple-menu .dt-custom-nav li &gt; a &gt; i[class$=menu-item-icon] {
    display: none !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.left, #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.right {
        text-align: center
    }

        #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.left .dt-custom-nav &gt; li, #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.right .dt-custom-nav &gt; li {
            float: none
        }
}

@media only screen and (max-width:767px) {
    .dt-custom-nav-wrapper.left, .dt-custom-nav-wrapper.right {
        text-align: center
    }

        .dt-custom-nav-wrapper.left .dt-custom-nav &gt; li, .dt-custom-nav-wrapper.right .dt-custom-nav &gt; li {
            float: none
        }
}

@media only screen and (max-width:479px) {
    .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li {
        padding-right: 0
    }

        .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li span.divider {
            display: none
        }
}

.dt-sc-error-box, .dt-sc-info-box {
    margin-bottom: 20px;
    padding: 15px 15px 15px 45px;
    clear: both
}

    .dt-sc-error-box a, .dt-sc-info-box a {
        text-decoration: underline
    }

.dt-sc-error-box {
    background-color: #fcc;
    border: 1px solid #f99;
    color: #d01313;
    position: relative
}

    .dt-sc-error-box:before, .dt-sc-info-box:before {
        top: 16px;
        left: 18px;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        font-size: 20px;
        position: absolute
    }

    .dt-sc-error-box:before {
        content: "\f057";
        color: #c54228
    }

.dt-sc-info-box {
    background-color: #bfe4f9;
    border: 1px solid #68a2cf;
    color: #2081b9;
    position: relative
}

    .dt-sc-info-box:before {
        content: "\f05a";
        color: #008bc1
    }

.dt-sc-error-box a {
    color: #d01313
}

.dt-sc-info-box a {
    color: #2081b9
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before {
        top: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before {
        top: 17px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before {
        top: 16px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before {
        top: 17px
    }
}

.dt-sc-icon-box.type1 .icon-content h4:after, .dt-sc-icon-box.type1 .large-icon, .dt-sc-icon-box.type1.custom-style, .dt-sc-icon-box.type1.custom-style h4, .dt-sc-icon-box.type1.custom-style:after, .dt-sc-icon-box.type1.custom-style:before, .dt-sc-icon-box.type1.custom-style &gt; p, .dt-sc-icon-box.type10 .icon-content h4, .dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type10 .icon-wrapper span, .dt-sc-icon-box.type10 .icon-wrapper:after, .dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type11 .icon-content, .dt-sc-icon-box.type11 .icon-content h4 .dt-sc-icon-box.type11 .icon-content h5, .dt-sc-icon-box.type11 .icon-content p, .dt-sc-icon-box.type11 .icon-wrapper img, .dt-sc-icon-box.type11 .icon-wrapper span, .dt-sc-icon-box.type11:before, .dt-sc-icon-box.type12 .icon-content h5:after, .dt-sc-icon-box.type12 .icon-content h5:before, .dt-sc-icon-box.type12 .icon-wrapper, .dt-sc-icon-box.type13, .dt-sc-icon-box.type13 .icon-content h4:after, .dt-sc-icon-box.type13 .icon-content h4:before, .dt-sc-icon-box.type13 .icon-wrapper, .dt-sc-icon-box.type14, .dt-sc-icon-box.type14 .icon-content, .dt-sc-icon-box.type14 .icon-content h4, .dt-sc-icon-box.type14 .icon-content h5, .dt-sc-icon-box.type14 .icon-content p, .dt-sc-icon-box.type14 .icon-wrapper img, .dt-sc-icon-box.type14 .icon-wrapper span, .dt-sc-icon-box.type2 .icon-content, .dt-sc-icon-box.type2 .icon-content h4, .dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper img, .dt-sc-icon-box.type5 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper:before, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper span, .dt-sc-icon-box.type8.animated-icons .icon-wrapper:after {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-icon-box {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

    .dt-sc-icon-box .icon-wrapper {
        position: relative
    }

        .dt-sc-icon-box .icon-wrapper span img, .dt-sc-icon-box .icon-wrapper &gt; img {
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

    .dt-sc-icon-box .large-icon {
        position: absolute;
        right: 0;
        bottom: -30px;
        font-size: 100px
    }

    .dt-sc-icon-box.type1:hover .large-icon {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .dt-sc-icon-box .icon-content h5 {
        margin-bottom: 5px
    }

    .dt-sc-icon-box.alignright .icon-content h5 {
        text-align: right
    }

    .dt-sc-icon-box.type1 {
        margin: 0;
        padding: 45px 40px;
        width: 100%;
        border: 1px solid;
        overflow: hidden
    }

        .dt-sc-icon-box.type1.last {
            border-right-width: 1px;
            border-right-style: solid
        }

.vc_row-no-padding .dt-sc-icon-box.type1 {
    border-right: 0
}

.dt-sc-icon-box .large-icon {
    bottom: 0
}

.dt-sc-icon-box.type1 .icon-wrapper {
    float: left;
    margin: 0 0 20px;
    width: 100%
}

    .dt-sc-icon-box.type1 .icon-wrapper img {
        width: 82px;
        max-height: 66px;
        position: relative;
        right: auto;
        margin: 0
    }

    .dt-sc-icon-box.type1 .icon-wrapper span {
        font-size: 60px;
        position: relative
    }

.dt-sc-icon-box.type1 .icon-content {
    margin: 0;
    float: left;
    clear: both;
    width: 100%
}

    .dt-sc-icon-box.type1 .icon-content h4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-weight: 600;
        position: relative
    }

        .dt-sc-icon-box.type1 .icon-content h4:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 2px
        }

        .dt-sc-icon-box.type1 .icon-content h4:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px
        }

    .dt-sc-icon-box.type1 .icon-content p {
        margin-bottom: 0
    }

.last .dt-sc-icon-box.type1 {
    border-right: 1px solid
}

.dt-sc-icon-box.type1:hover .icon-content h4:after {
    width: 40px
}

.dt-sc-icon-box.type1.aligncenter .icon-content h4:after {
    right: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.alignright .icon-content h4:after {
    left: auto
}

.dt-sc-icon-box.type1.aligncenter .icon-content h4:before {
    right: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.alignright .icon-content h4:before {
    right: 0;
    left: auto
}

.dt-sc-icon-box.type1.aligncenter .icon-wrapper img {
    float: none;
    display: inline-block;
    width: 72px
}

.dt-sc-icon-box.type1.alignright .icon-wrapper img {
    float: right
}

.dt-sc-icon-box.type1.alignright .icon-content h5 {
    text-align: right
}

.dt-sc-icon-box.type1.aligncenter .icon-content h5 {
    text-align: center
}

.dt-sc-icon-box.type1.alignleft .large-icon {
    left: 0;
    right: auto
}

.dt-sc-icon-box.aligncenter .large-icon {
    left: 0;
    margin: 0 auto
}

.dt-sc-icon-box.alignright .large-icon {
    left: 0;
    right: auto
}

.dt-sc-icon-box.type1.custom-style {
    border: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    background: #fff;
    padding: 75px 40px 40px 40px;
    border-radius: 10px
}

    .dt-sc-icon-box.type1.custom-style:before {
        content: '\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111';
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        left: 0;
        letter-spacing: 30px;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-shadow: 2px 2px 0 #ccc;
        top: 12px;
        width: 80%
    }

    .dt-sc-icon-box.type1.custom-style .icon-wrapper {
        display: none
    }

    .dt-sc-icon-box.type1.custom-style p a {
        border-bottom: 1px solid;
        display: inline-block;
        float: none;
        margin-top: 34px;
        width: auto
    }

    .dt-sc-icon-box.type1.custom-style .icon-content h4 {
        float: left;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 5px;
        width: 100%
    }

        .dt-sc-icon-box.type1.custom-style .icon-content h4 strong {
            width: 100%;
            float: none;
            display: inline-block
        }

        .dt-sc-icon-box.type1.custom-style .icon-content h4:after, .dt-sc-icon-box.type1.custom-style .icon-content h4:before {
            display: none
        }

    .dt-sc-icon-box.type1.custom-style .icon-content + * {
        bottom: 15px;
        position: absolute;
        right: 25px;
        width: auto
    }

    .dt-sc-icon-box.type1.custom-style:hover {
        color: #fff
    }

        .dt-sc-icon-box.type1.custom-style:hover .icon-content h4, .dt-sc-icon-box.type1.custom-style:hover .icon-content h5 {
            color: #fff
        }

        .dt-sc-icon-box.type1.custom-style:hover .icon-content + * {
            transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1)
        }

        .dt-sc-icon-box.type1.custom-style:hover:before {
            text-shadow: 0 0 0 #fff
        }

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.type1.custom-style:before {
        height: 36px;
        letter-spacing: 30px;
        right: 20px
    }

    .dt-sc-icon-box.type1.custom-style:before, ::-ms-backdrop {
        height: 36px;
        letter-spacing: 30px;
        right: 20px
    }
}

.dt-sc-icon-box.type2 .icon-wrapper {
    float: left;
    margin: 5px 15px 0 0;
    top: 0
}

    .dt-sc-icon-box.type2 .icon-wrapper span {
        font-size: 26px
    }

    .dt-sc-icon-box.type2 .icon-wrapper img {
        max-width: 35px;
        position: static
    }

.dt-sc-icon-box.type2 .icon-content h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.dt-sc-icon-box.type2 .icon-content p {
    margin: 10px 0 0;
    clear: both
}

.dt-sc-icon-box.type2 .dt-sc-small-separator {
    display: none
}

.dt-sc-icon-box.type2.alignright .icon-wrapper {
    float: right;
    margin: 0 0 0 15px
}

.dt-sc-icon-box.type2.alignright .icon-content {
    padding-left: 0
}

.dt-sc-icon-box.type2.aligncenter .icon-wrapper {
    width: 100%
}

    .dt-sc-icon-box.type2.aligncenter .icon-wrapper img {
        float: none;
        display: inline-block
    }

.dt-sc-icon-box.type2.custom-style .icon-wrapper img {
    max-width: 100px;
    margin-bottom: 25px
}

.dt-sc-icon-box.type2.custom-style .icon-wrapper span {
    font-size: 100px;
    margin-bottom: 25px
}

.dt-sc-icon-box.type2.custom-style .icon-content {
    padding: 0 50px
}

    .dt-sc-icon-box.type2.custom-style .icon-content h4 {
        font-size: 30px;
        width: 100%;
        margin-bottom: 12px
    }

    .dt-sc-icon-box.type2.custom-style .icon-content h5 {
        animation: float 3s ease-in-out infinite;
        -webkit-animation: float 3s ease-in-out infinite;
        border-radius: 50%;
        box-shadow: inset 0 0 0 8px #090909;
        display: inline-block;
        float: none;
        font-size: 70px;
        height: 200px;
        line-height: 200px;
        margin-bottom: 60px;
        position: relative;
        transform: translatey(0);
        -webkit-transform: translatey(0);
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        width: 200px;
        text-align: center
    }

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.dt-sc-icon-box.type2.custom-style .icon-content h5:before {
    -moz-animation: spinoffPulse 60s infinite linear;
    -webkit-animation: spinoffPulse 60s infinite linear;
    border: 3px dashed #a7a7a7;
    border-radius: 50%;
    bottom: -15px;
    content: '';
    display: block;
    height: 224px;
    left: -15px;
    margin: auto;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 224px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.dt-sc-icon-box.type2.custom-style:hover .icon-content h5 {
    color: #fff
}

    .dt-sc-icon-box.type2.custom-style:hover .icon-content h5:before {
        border: 3px dashed
    }

.dt-sc-icon-box.type2.custom-style.reverse .icon-content h5 {
    animation: float-reverse 3s ease-in-out infinite;
    -webkit-animation: float-reverse 3s ease-in-out infinite
}

@-webkit-keyframes float-reverse {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float-reverse {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.dt-sc-icon-box.type2.custom-style.reverse .icon-content h5:before {
    -moz-animation: spinoffPulse-reverse 60s infinite linear;
    -webkit-animation: spinoffPulse-reverse 60s infinite linear
}

@-moz-keyframes spinoffPulse-reverse {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-webkit-keyframes spinoffPulse-reverse {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.vc_row &gt; .wpb_column:nth-child(odd) .dt-sc-icon-box.type2.custom-style:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABWCAMAAAAQR/NzAAAAe1BMVEUAAACnp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6fR8L7YAAAAKHRSTlMA+wsGF+pWEQT13HlrKiYh1EqagjjDt6ehkXFdQh3vzb6I5K/IYk4x1imbGAAAAepJREFUaN7t2cmO2zAQBNCiRO37asuyLMtr/f8XxpdAsDMIgsDdwAz8LkTzUgd294VQUOyONRS0TUmyhLyB5GHjO5AU7F0ASTw8ThHr8ximay2VFiYlSdPn+M3xNhCR/fE8ASMXb2Wv5xoP/j7Es5It3idPOkN6+FLNFG/TkIz61OJLO9Z4m/S0/cv0VDxCScEYWpYRH99E5kNQ2mDVMYOYjFG4VqVk1IYDVjELSMlpJqw8WkjZsMYqNHQhpGVksbI8QMqGzfMOnCGlqp3nOsPHPwsdKHFnz3m52aYQsbAM8WTPCyS0xrR41nCAgCBmgxcdbxBw5sV9TTcmwPtVPBR44bODgLyr8KpmAiW7uMA3NmZQsrCHjpRmDxW+4QgVldFq6TziAh25N+DjP93OE3SkhhVUNFTqcndLc4WG8MioggprTncoyQP8KMF5dqCiPdFTiQoTw8sEBbYnBxcatvQq6NgPFj9JUMcTVIweTQYFRU8ecygYIx6uUNFza6EjyCAvaHZQ4SQHelAQXk9kf4c8W5LzHhruJvYhz8HD5EJaOJY6O8hJYzK2kJd4ZDm6kDeR3Q3SXIuHWwtpxeJRY1pd/0hythBXeGS0baEgj+Y0gKxp153xEEJWvruQjCFvIRltfAfykvVDXNgvnWQidjxpCWQAAAAASUVORK5CYII=);
    width: 106px;
    height: 80px;
    bottom: 0;
    left: 100%
}

.vc_row &gt; .wpb_column:nth-child(even) .dt-sc-icon-box.type2.custom-style:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABTCAMAAABznb+MAAAAflBMVEUAAACnp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6fO45vhAAAAKXRSTlMABPkWCA0dxCK1afRN6ePd0Kx9YTXYyYZFEnYm7o5vWS4pwqW9oJpVPUZy9TIAAALcSURBVGje7djJjuIwFIXhYzsJmec5JISZ8/4v2NDqklCTrq5CgXhR3wJl+cu+NgFcia0vAGTB2iMZWADOSZ9m/mjijer9mnQBpPxtfQtx/jzfSqzcwBtkJMPExlXTmPhDnYfq6MQHASCkLPZDLvBifWrjU2nBGwfLMy/DMa4AqGPbQQc+yagasTx/75EsFJZn1KdAbqEFYd4+eteADrZk0JrQgF+SgSuggbokV9DCpijx44HoXWihkTxpMbM4e3T0uFPygI4ea7INmEAL49rTY3NgafI9+GOKG+rxGomee2jBptThFfLK4QAtbHiAFhopNbnVStpYimndLULnYwldm0SSdABY8e7Y+grLiHnlRSmAXPImvGAJfn/uPvZF1W5/WHMDwN4ovIvaxQIT6rgGEsrdYOEdVMFoMqRiCuSOJFlu8HJix1hhyp4ZrsxN4rHAy7kMLUxa8WNaDb8DoNIcr2ME9DFJrKlwr71tkcCL2LLEtO3f+2H2azJyX5Uyqn/u2fFh+dyCTPBm4y7HA7EpK2hECMzNtp7pCKML5iW8CN8nVpSVwKwkDUyx991nJZXkTmFOEUdMcejiM5eQQY4ZJcwwIafX4FPqwCNmlDGZXpAK/yHOCjNS0jPxoOa6wZs50sbfRMwWX5KdDMzEsPFgZGTgS3bcmXiwWmEm2RZf04UsH0tIvJ0dcWXOFdLHFp5mhTwYM4UkLO5K0m9m2SH9mULMmEH98XykHPEttivmmhHzQDoKQDOE9Hw8YaZhFa3HAbA9stziGWKu46syA7AK5yzwjMq7QAspAws6EAeWevyt00Q8QQujx+xuWBeUMbw7vktyN5qEAD8hD+zW1COk4kmPkE6yXvz4/tYy0uOCFTErLKIZfAt3csotljCQDBK3w4cTUyyhSZ2AVz7+MF212LDa2T7Ob1G5Jhdawii1dAg5h6R0arF4CES9l2SyfMiVaouTFiFaDOvd75pfYBw6xWVcOWQAAAAASUVORK5CYII=);
    width: 136px;
    height: 83px;
    top: 0;
    left: 100%
}

.vc_row &gt; .wpb_column:nth-child(even) .dt-sc-icon-box.type2.custom-style.last:before, .vc_row &gt; .wpb_column:nth-child(odd) .dt-sc-icon-box.type2.custom-style.last:before {
    display: none
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABTCAMAAABznb+MAAAAflBMVEUAAACnp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6fO45vhAAAAKXRSTlMABPkWCA0dxCK1afRN6ePd0Kx9YTXYyYZFEnYm7o5vWS4pwqW9oJpVPUZy9TIAAALcSURBVGje7djJjuIwFIXhYzsJmec5JISZ8/4v2NDqklCTrq5CgXhR3wJl+cu+NgFcia0vAGTB2iMZWADOSZ9m/mjijer9mnQBpPxtfQtx/jzfSqzcwBtkJMPExlXTmPhDnYfq6MQHASCkLPZDLvBifWrjU2nBGwfLMy/DMa4AqGPbQQc+yagasTx/75EsFJZn1KdAbqEFYd4+eteADrZk0JrQgF+SgSuggbokV9DCpijx44HoXWihkTxpMbM4e3T0uFPygI4ea7INmEAL49rTY3NgafI9+GOKG+rxGomee2jBptThFfLK4QAtbHiAFhopNbnVStpYimndLULnYwldm0SSdABY8e7Y+grLiHnlRSmAXPImvGAJfn/uPvZF1W5/WHMDwN4ovIvaxQIT6rgGEsrdYOEdVMFoMqRiCuSOJFlu8HJix1hhyp4ZrsxN4rHAy7kMLUxa8WNaDb8DoNIcr2ME9DFJrKlwr71tkcCL2LLEtO3f+2H2azJyX5Uyqn/u2fFh+dyCTPBm4y7HA7EpK2hECMzNtp7pCKML5iW8CN8nVpSVwKwkDUyx991nJZXkTmFOEUdMcejiM5eQQY4ZJcwwIafX4FPqwCNmlDGZXpAK/yHOCjNS0jPxoOa6wZs50sbfRMwWX5KdDMzEsPFgZGTgS3bcmXiwWmEm2RZf04UsH0tIvJ0dcWXOFdLHFp5mhTwYM4UkLO5K0m9m2SH9mULMmEH98XykHPEttivmmhHzQDoKQDOE9Hw8YaZhFa3HAbA9stziGWKu46syA7AK5yzwjMq7QAspAws6EAeWevyt00Q8QQujx+xuWBeUMbw7vktyN5qEAD8hD+zW1COk4kmPkE6yXvz4/tYy0uOCFTErLKIZfAt3csotljCQDBK3w4cTUyyhSZ2AVz7+MF212LDa2T7Ob1G5Jhdawii1dAg5h6R0arF4CES9l2SyfMiVaouTFiFaDOvd75pfYBw6xWVcOWQAAAAASUVORK5CYII=);
        background-color: rgba(0,0,0,0) !important;
        width: 136px;
        height: 83px
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABTCAMAAABznb+MAAAAflBMVEUAAACnp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6fO45vhAAAAKXRSTlMABPkWCA0dxCK1afRN6ePd0Kx9YTXYyYZFEnYm7o5vWS4pwqW9oJpVPUZy9TIAAALcSURBVGje7djJjuIwFIXhYzsJmec5JISZ8/4v2NDqklCTrq5CgXhR3wJl+cu+NgFcia0vAGTB2iMZWADOSZ9m/mjijer9mnQBpPxtfQtx/jzfSqzcwBtkJMPExlXTmPhDnYfq6MQHASCkLPZDLvBifWrjU2nBGwfLMy/DMa4AqGPbQQc+yagasTx/75EsFJZn1KdAbqEFYd4+eteADrZk0JrQgF+SgSuggbokV9DCpijx44HoXWihkTxpMbM4e3T0uFPygI4ea7INmEAL49rTY3NgafI9+GOKG+rxGomee2jBptThFfLK4QAtbHiAFhopNbnVStpYimndLULnYwldm0SSdABY8e7Y+grLiHnlRSmAXPImvGAJfn/uPvZF1W5/WHMDwN4ovIvaxQIT6rgGEsrdYOEdVMFoMqRiCuSOJFlu8HJix1hhyp4ZrsxN4rHAy7kMLUxa8WNaDb8DoNIcr2ME9DFJrKlwr71tkcCL2LLEtO3f+2H2azJyX5Uyqn/u2fFh+dyCTPBm4y7HA7EpK2hECMzNtp7pCKML5iW8CN8nVpSVwKwkDUyx991nJZXkTmFOEUdMcejiM5eQQY4ZJcwwIafX4FPqwCNmlDGZXpAK/yHOCjNS0jPxoOa6wZs50sbfRMwWX5KdDMzEsPFgZGTgS3bcmXiwWmEm2RZf04UsH0tIvJ0dcWXOFdLHFp5mhTwYM4UkLO5K0m9m2SH9mULMmEH98XykHPEttivmmhHzQDoKQDOE9Hw8YaZhFa3HAbA9stziGWKu46syA7AK5yzwjMq7QAspAws6EAeWevyt00Q8QQujx+xuWBeUMbw7vktyN5qEAD8hD+zW1COk4kmPkE6yXvz4/tYy0uOCFTErLKIZfAt3csotljCQDBK3w4cTUyyhSZ2AVz7+MF212LDa2T7Ob1G5Jhdawii1dAg5h6R0arF4CES9l2SyfMiVaouTFiFaDOvd75pfYBw6xWVcOWQAAAAASUVORK5CYII=);
        background-color: rgba(0,0,0,0) !important;
        width: 136px;
        height: 83px
    }
}

.dt-sc-icon-box.type3 .large-icon {
    left: 0;
    margin: auto;
    bottom: -20px
}

.dt-sc-icon-box.type3 {
    text-align: center;
    position: relative
}

    .dt-sc-icon-box.type3 .icon-wrapper {
        height: 130px;
        margin: 0 auto 20px;
        width: 130px
    }

        .dt-sc-icon-box.type3 .icon-wrapper img {
            filter: grayscale(100%) contrast(10);
            -moz-filter: grayscale(100%) contrast(10);
            -webkit-filter: grayscale(100%) contrast(10);
            -ms-filter: grayscale(100%) contrast(10)
        }

        .dt-sc-icon-box.type3 .icon-wrapper span {
            border: 10px solid;
            display: inline-block;
            font-size: 46px;
            line-height: 110px;
            position: relative;
            height: 100%;
            text-align: center;
            width: 100%
        }

    .dt-sc-icon-box.type3 .icon-content {
        clear: both
    }

        .dt-sc-icon-box.type3 .icon-content h4 {
            font-size: 24px;
            margin-bottom: 5px;
            font-weight: 600;
            display: inline-block
        }

        .dt-sc-icon-box.type3 .icon-content p {
            margin: 20px 0 0;
            clear: both
        }

    .dt-sc-icon-box.type3 .dt-sc-small-separator {
        display: none
    }

    .dt-sc-icon-box.type3.alignleft {
        text-align: left
    }

        .dt-sc-icon-box.type3.alignleft .icon-wrapper span {
            margin-left: -10px
        }

        .dt-sc-icon-box.type3.alignleft .icon-wrapper {
            margin: 0 0 20px
        }

    .dt-sc-icon-box.type3.alignright .icon-wrapper {
        margin: 0 0 20px auto
    }

    .dt-sc-icon-box.type3.alignright {
        text-align: right
    }

        .dt-sc-icon-box.type3.alignright .icon-wrapper span {
            margin-right: -10px
        }

div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span img, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper:after {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper {
    background-color: #fff;
    display: block;
    height: 115px;
    position: relative;
    top: 0;
    width: 115px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(/images/pentagon.png);
    mask-image: url(/images/pentagon.png);
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

    div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper:after {
        content: "";
        position: absolute;
        display: block;
        height: 105px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 105px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-image: url(/images/dotted-pentagon.png);
        mask-image: url(/images/dotted-pentagon.png);
        -webkit-mask-position: left top;
        mask-position: left top;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

    div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span {
        border: none;
        background: 0 0;
        line-height: 124px;
        font-size: 50px
    }

        div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span img {
            top: 5px;
            filter: invert(0);
            -moz-filter: invert(0);
            -webkit-filter: invert(0);
            -ms-filter: invert(0)
        }

div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper span img {
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%)
}

div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper:after {
    background: #fff
}

div[class*=custom-style].dt-sc-icon-box.type3 .icon-content {
    margin: 0 20px
}

    div[class*=custom-style].dt-sc-icon-box.type3 .icon-content h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px
    }

    div[class*=custom-style].dt-sc-icon-box.type3 .icon-content h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px
    }

div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h4:before, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper *, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper :after, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper :before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper {
    width: 175px;
    height: 170px;
    margin-bottom: 35px
}

    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper span {
        margin-top: 8px
    }

    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper:after {
        width: 160px;
        height: 155px;
        top: 3px;
        left: 2px
    }

div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content {
    margin: 0 45px
}

    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h5 {
        font-size: 30px
    }

    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h4 {
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 6px;
        position: relative
    }

        div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h4:before {
            bottom: 0;
            content: '';
            display: block;
            height: 3px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 50px
        }

div[class*=custom-style-2].dt-sc-icon-box.type3:hover .icon-content h4:before {
    width: 100px
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style-2].dt-sc-icon-box.type3:hover .icon-wrapper {
        box-shadow: inset 0 0 0 3px #090909
    }

    ::-ms-backdrop, div[class*=custom-style-2].dt-sc-icon-box.type3:hover .icon-wrapper {
        box-shadow: inset 0 0 0 3px #090909
    }
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span img {
        top: 0
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span img {
        top: 0
    }
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper span {
        margin-top: 4px
    }

    ::-ms-backdrop, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper span {
        margin-top: 4px
    }
}

.dt-sc-icon-box.type4 {
    padding: 0 0 0 60px;
    margin-bottom: 20px;
    width: 100%
}

    .dt-sc-icon-box.type4 .icon-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        width: 45px
    }

        .dt-sc-icon-box.type4 .icon-wrapper span {
            font-size: 32px
        }

        .dt-sc-icon-box.type4 .icon-wrapper img {
            position: static
        }

    .dt-sc-icon-box.type4 .icon-content h4 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .dt-sc-icon-box.type4 .icon-content a {
        display: inline-block;
        margin: 10px 0 0
    }

        .dt-sc-icon-box.type4 .icon-content a span {
            display: inline-block;
            font-size: 10px;
            margin: 0 0 0 5px
        }

    .dt-sc-icon-box.type4.last:before {
        border-width: 0
    }

    .dt-sc-icon-box.type4.alignright {
        padding: 0 60px 0 0
    }

        .dt-sc-icon-box.type4.alignright .icon-wrapper {
            left: auto;
            right: 0
        }

.dt-sc-icon-box.type5 {
    padding: 5px 0 0 120px
}

    .dt-sc-icon-box.type5 .icon-wrapper {
        height: 110px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 110px;
        text-align: center
    }

        .dt-sc-icon-box.type5 .icon-wrapper:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 10px;
            margin: auto;
            width: 95px;
            height: 95px;
            border-radius: 50%;
            border: 2px solid #e2e2e2;
            z-index: -1;
            overflow: hidden
        }

        .dt-sc-icon-box.type5 .icon-wrapper span {
            font-size: 44px;
            line-height: 110px;
            position: relative;
            z-index: 1
        }

    .dt-sc-icon-box.type5 .icon-content h4 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .dt-sc-icon-box.type5.last:before {
        border: 0
    }

    .dt-sc-icon-box.type5 .icon-wrapper img {
        width: 60px;
        margin-top: 35px;
        text-align: center;
        float: none;
        display: inline-block;
        position: static;
        margin-bottom: 10px
    }

    .dt-sc-icon-box.type5:not(.no-icon-bg) .icon-wrapper img {
        filter: grayscale(100%) contrast(10);
        -moz-filter: grayscale(100%) contrast(10);
        -webkit-filter: grayscale(100%) contrast(10);
        -ms-filter: grayscale(100%) contrast(10)
    }

    .dt-sc-icon-box.type5:not(.no-icon-bg):hover .icon-wrapper img, .dt-sc-icon-box.type5:not(.no-icon-bg):hover .icon-wrapper span {
        -webkit-animation: toRightFromLeft .3s forwards;
        -moz-animation: toRightFromLeft .3s forwards;
        animation: toRightFromLeft .3s forwards
    }

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-ms-keyframes toRightFromLeft {
    49% {
        -ms-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -ms-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

div[class*=custom-style].dt-sc-icon-box.type5 {
    padding: 0 0 0 105px;
    margin-bottom: 30px
}

    div[class*=custom-style].dt-sc-icon-box.type5.last {
        margin-bottom: 0
    }

    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:after {
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear
    }

    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper {
        display: block;
        height: 85px;
        top: 10px;
        width: 85px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-image: url(/images/pentagon.png);
        mask-image: url(/images/pentagon.png);
        -webkit-mask-position: left top;
        mask-position: left top;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

        div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:after {
            bottom: 0;
            content: '';
            display: block;
            height: 75px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 75px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            -webkit-mask-image: url(/images/dotted-pentagon.png);
            mask-image: url(/images/dotted-pentagon.png);
            -webkit-mask-position: left top;
            mask-position: left top;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat
        }

    div[class*=custom-style].dt-sc-icon-box.type5 .icon-content h5 {
        margin-bottom: 18px
    }

    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:before {
        display: none
    }

    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper img {
        width: 33px;
        height: 33px;
        margin-top: 28px
    }

    div[class*=custom-style].dt-sc-icon-box.type5:hover .icon-wrapper:after {
        background: #fff
    }

    div[class*=custom-style].dt-sc-icon-box.type5:hover .icon-wrapper img {
        filter: invert(100%);
        -moz-filter: invert(100%);
        -webkit-filter: invert(100%);
        -ms-filter: invert(100%)
    }

    div[class*=custom-style].dt-sc-icon-box.type5.alignright {
        padding: 0 105px 0 0
    }

    div[class*=custom-style].dt-sc-icon-box.type5.aligncenter {
        padding: 0 50px
    }

        div[class*=custom-style].dt-sc-icon-box.type5.aligncenter .icon-wrapper {
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0
        }

    div[class*=custom-style].dt-sc-icon-box.type5:not(.last) {
        margin-bottom: 38px
    }

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper {
        top: 0
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper {
        top: 0
    }
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:after {
        background-color: rgba(0,0,0,0) !important;
        z-index: -1
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:after {
        background-color: rgba(0,0,0,0) !important;
        z-index: -1
    }
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type5:hover .icon-wrapper {
        background-color: #fff !important;
        box-shadow: inset 0 0 0 3px #090909
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type5:hover .icon-wrapper {
        background-color: #fff !important;
        box-shadow: inset 0 0 0 3px #090909
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.custom-style.type5:not(.no-icon-bg):hover .icon-wrapper img {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none
    }

    .dt-sc-icon-box.custom-style.type5:not(.no-icon-bg):hover .icon-wrapper img, ::-ms-backdrop {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none
    }
}

.dt-sc-icon-box.type5.custom-style .icon-wrapper span {
    font-size: 34px;
    line-height: 90px
}

.dt-sc-icon-box.type5.custom-style-2 .icon-wrapper span {
    font-size: 30px;
    line-height: 80px
}

.dt-sc-icon-box.type5.alignright {
    padding: 5px 120px 0 0
}

    .dt-sc-icon-box.type5.alignright .icon-wrapper {
        right: 0;
        left: inherit
    }

.dt-sc-icon-box.type5.aligncenter {
    padding: 10px
}

    .dt-sc-icon-box.type5.aligncenter .icon-wrapper {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

.dt-sc-icon-box.type5.no-icon-bg {
    padding: 0 0 0 50px
}

    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
        width: 35px
    }

        .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper:before, .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper:before {
            background: 0 0;
            border: none
        }

        .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span {
            font-size: 32px;
            line-height: normal
        }

        .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper img {
            margin-top: 0
        }

    .dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
        font-size: 14px;
        margin-bottom: -5px;
        font-weight: 400
    }

    .dt-sc-icon-box.type5.no-icon .icon-content h4, .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 {
        text-transform: uppercase
    }

    .dt-sc-icon-box.type5.no-icon .icon-content a, .dt-sc-icon-box.type5.no-icon-bg .icon-content a {
        margin-top: 5px;
        display: inline-block
    }

    .dt-sc-icon-box.type5.no-icon-bg.aligncenter {
        padding: 10px
    }

        .dt-sc-icon-box.type5.no-icon-bg.aligncenter .icon-wrapper {
            width: 100%;
            height: 40px
        }

    .dt-sc-icon-box.type5.no-icon-bg.alignright {
        padding: 0 50px 0 0
    }

.dt-sc-icon-box.type5.no-icon.alignright .icon-content h4 {
    padding: 0 0 20px 20px
}

.dt-sc-icon-box.type5.no-icon.alignright .icon-content a {
    margin-right: 15px
}

.dt-sc-icon-box.type5.no-icon.alignleft .icon-content h4 {
    padding: 0 20px 20px 0
}

.dt-sc-icon-box.type5.aligncenter * {
    text-align: center
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper:after {
        display: none
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper:after {
        display: none
    }
}

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper {
        background: #fff !important
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper {
        background: #fff !important
    }
}

.dt-sc-icon-box.type6 .icon-wrapper {
    width: 120px;
    height: 120px;
    border: 10px solid;
    text-align: center;
    margin: 0 15px 20px 0
}

    .dt-sc-icon-box.type6 .icon-wrapper span {
        line-height: 100px;
        font-size: 48px
    }

.dt-sc-icon-box.type6 .icon-content {
    padding: 0 0 0 10px
}

    .dt-sc-icon-box.type6 .icon-content p {
        clear: both
    }

    .dt-sc-icon-box.type6 .icon-content a {
        margin-top: 20px;
        font-weight: 600
    }

    .dt-sc-icon-box.type6 .icon-content h5 {
        position: absolute;
        left: 135px;
        top: 70px
    }

.dt-sc-icon-box.type6.aligncenter .icon-wrapper {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0
}

.dt-sc-icon-box.type6.aligncenter .icon-content h4 {
    margin-top: 0
}

.dt-sc-icon-box.type6.alignright .icon-wrapper {
    float: right;
    margin: 0 0 20px 15px
}

.dt-sc-icon-box.type6.alignright .icon-content {
    float: right
}

.dt-sc-icon-box.type6 .icon-wrapper img {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.dt-sc-icon-box.type7 {
    border: 1px solid;
    margin-top: 45px;
    padding: 0 30px 25px
}

    .dt-sc-icon-box.type7 .icon-wrapper {
        border: 10px solid #fff;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        display: inline-block;
        float: none;
        height: 70px;
        margin: -45px 0 15px 0;
        text-align: center;
        width: 70px
    }

        .dt-sc-icon-box.type7 .icon-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            width: 46px;
            height: auto
        }

        .dt-sc-icon-box.type7 .icon-wrapper span {
            text-align: center;
            font-size: 32px;
            line-height: 70px;
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto
        }

    .dt-sc-icon-box.type7 .icon-content h4 {
        font-size: 24px
    }

.dt-sc-icon-box.type8 {
    padding: 10px 50px 85px 115px;
    border-bottom: 3px dotted;
    width: 100%;
    margin-bottom: 75px
}

    .dt-sc-icon-box.type8 .icon-wrapper {
        width: 80px;
        text-align: center;
        position: absolute;
        left: 0
    }

        .dt-sc-icon-box.type8 .icon-wrapper span {
            font-size: 50px
        }

    .dt-sc-icon-box.type8 .icon-content h4 {
        margin-bottom: 5px
    }

    .dt-sc-icon-box.type8 .icon-wrapper img {
        position: relative;
        top: 0
    }

    .dt-sc-icon-box.type8.last {
        border-bottom-width: 0
    }

    .dt-sc-icon-box.type8.aligncenter .icon-wrapper {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

        .dt-sc-icon-box.type8.aligncenter .icon-wrapper img {
            top: auto
        }

    .dt-sc-icon-box.type8.alignright {
        padding: 10px 115px 85px 50px
    }

        .dt-sc-icon-box.type8.alignright .icon-wrapper img {
            float: right
        }

        .dt-sc-icon-box.type8.alignright .icon-wrapper {
            left: auto;
            right: 0
        }

    .dt-sc-icon-box.type8.animated-icons .icon-wrapper:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50%
    }

    .dt-sc-icon-box.type8.animated-icons:hover .icon-wrapper:after {
        width: 0;
        height: 0;
        border-radius: 0
    }

    .dt-sc-icon-box.type8.animated-icons .icon-content h5 {
        font-size: 20px;
        margin-top: 5px
    }

.dt-sc-icon-box.type9 {
    display: table;
    overflow: hidden;
    width: 100%
}

    .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
        display: table-cell;
        vertical-align: middle
    }

    .dt-sc-icon-box.type9 .icon-wrapper {
        margin: 0;
        padding: 0;
        position: relative;
        width: 46%;
        text-align: center
    }

        .dt-sc-icon-box.type9 .icon-wrapper:before {
            content: "";
            position: absolute;
            right: -20px;
            top: 105px;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid
        }

        .dt-sc-icon-box.type9 .icon-wrapper span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100px;
            height: 100px;
            font-size: 100px;
            line-height: 100px
        }

    .dt-sc-icon-box.type9 .icon-content {
        height: 100%;
        width: 54%;
        padding: 30px 35px
    }

        .dt-sc-icon-box.type9 .icon-content p {
            margin-bottom: 0;
            line-height: 30px
        }

        .dt-sc-icon-box.type9 .icon-content h5 {
            font-size: 60px;
            display: inline-block
        }

        .dt-sc-icon-box.type9 .icon-content h4 {
            font-size: 20px;
            float: left;
            width: 100%;
            margin-bottom: 30px
        }

    .dt-sc-icon-box.type9 .icon-wrapper img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 0;
        margin: 0 auto
    }

    .dt-sc-icon-box.type9.alignright .icon-wrapper:before {
        left: -20px;
        right: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    .dt-sc-icon-box.type9.alignright .icon-content {
        float: left
    }

    .dt-sc-icon-box.type9.alignright .icon-wrapper {
        float: right
    }

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.type9 {
        display: block
    }

    .dt-sc-icon-box.type9, ::-ms-backdrop {
        display: block
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
        float: left;
        display: block
    }

    .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper, ::-ms-backdrop {
        float: left;
        display: block
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.type9 .icon-content {
        float: right
    }

    .dt-sc-icon-box.type9 .icon-content, ::-ms-backdrop {
        float: right
    }
}

.dt-sc-icon-box.type10 {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    padding: 40px 20px;
    margin: 0 -1px 0 0
}

    .dt-sc-icon-box.type10 .icon-wrapper {
        margin: 0 0 40px;
        position: relative;
        width: 140px;
        height: 140px;
        display: inline-block;
        float: none
    }

        .dt-sc-icon-box.type10 .icon-wrapper:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 19px;
            margin: auto;
            width: 100px;
            height: 100px;
            border: 1px solid;
            border-radius: 5px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 1
        }

        .dt-sc-icon-box.type10 .icon-wrapper:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 20px;
            margin: auto;
            width: 100px;
            height: 100px;
            border-radius: 5px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 0
        }

        .dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type10 .icon-wrapper span {
            font-size: 60px;
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%)
        }

        .dt-sc-icon-box.type10 .icon-wrapper img {
            height: 60px;
            width: auto;
            margin-top: -4px;
            margin-left: 1px
        }

    .dt-sc-icon-box.type10:hover .icon-wrapper img {
        filter: grayscale(100%) contrast(10);
        -moz-filter: grayscale(100%) contrast(10);
        -webkit-filter: grayscale(100%) contrast(10);
        -ms-filter: grayscale(100%) contrast(10)
    }

    .dt-sc-icon-box.type10 .icon-content h4 {
        font-size: 24px;
        position: relative
    }

        .dt-sc-icon-box.type10 .icon-content h4:after, .dt-sc-icon-box.type10 .icon-content h4:before {
            content: "";
            position: absolute;
            right: -27px;
            top: 3px;
            margin: auto;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 1
        }

        .dt-sc-icon-box.type10 .icon-content h4:after {
            left: -27px;
            right: auto
        }

    .dt-sc-icon-box.type10 .icon-content p {
        margin-bottom: 0
    }

    .dt-sc-icon-box.type10:hover .icon-wrapper:after {
        left: -25px
    }

    .dt-sc-icon-box.type10.alignleft {
        text-align: left
    }

    .dt-sc-icon-box.type10.alignright {
        text-align: right
    }

        .dt-sc-icon-box.type10.alignleft .icon-wrapper, .dt-sc-icon-box.type10.alignright .icon-wrapper {
            text-align: center
        }

.dt-sc-icon-box.type11 {
    padding: 78px 30px 0;
    margin: 50px 0 0;
    text-align: center
}

    .dt-sc-icon-box.type11:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .dt-sc-icon-box.type11 .icon-wrapper {
        float: left;
        position: absolute;
        top: -50px;
        width: 100px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100px;
        border-radius: 50%
    }

        .dt-sc-icon-box.type11 .icon-wrapper span {
            display: inline-block;
            font-size: 48px;
            line-height: 100px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            text-align: center
        }

    .dt-sc-icon-box.type11 .icon-content {
        position: relative;
        z-index: 1
    }

        .dt-sc-icon-box.type11 .icon-content h4 {
            font-size: 24px
        }

    .dt-sc-icon-box.type11 .icon-wrapper img {
        float: none;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        filter: grayscale(100%) contrast(10);
        -moz-filter: grayscale(100%) contrast(10);
        -webkit-filter: grayscale(100%) contrast(10);
        -ms-filter: grayscale(100%) contrast(10);
        transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        width: 70px
    }

    .dt-sc-icon-box.type11.one:before {
        opacity: 1
    }

    .dt-sc-icon-box.type11.two:before {
        opacity: .97
    }

    .dt-sc-icon-box.type11.alignleft, .dt-sc-icon-box.type11.alignleft .icon-wrapper {
        text-align: left
    }

    .dt-sc-icon-box.type11.alignright, .dt-sc-icon-box.type11.alignright .icon-wrapper {
        text-align: right
    }

    .dt-sc-icon-box.type11.alignleft .icon-wrapper {
        text-align: left;
        right: auto;
        left: 30px
    }

    .dt-sc-icon-box.type11.alignright .icon-wrapper {
        text-align: right;
        left: auto;
        right: 30px
    }

.dt-sc-icon-box.type12 {
    text-align: center;
    width: 100%;
    float: none;
    display: inline-block;
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 50px 0;
    box-sizing: border-box
}

    .dt-sc-icon-box.type12 .icon-content, .dt-sc-icon-box.type12 .icon-wrapper {
        float: none;
        display: inline-block
    }

    .dt-sc-icon-box.type12 .icon-wrapper {
        left: 0;
        position: absolute;
        margin-bottom: 0;
        font-size: 65px
    }

    .dt-sc-icon-box.type12 .icon-content {
        text-align: left;
        padding-left: 90px
    }

        .dt-sc-icon-box.type12 .icon-content h5 {
            float: left;
            font-size: 24px;
            font-weight: 300;
            position: relative;
            padding-bottom: 13px;
            width: 100%;
            margin-bottom: 15px
        }

            .dt-sc-icon-box.type12 .icon-content h5:before {
                position: absolute;
                content: "";
                display: block;
                left: 0;
                width: 50px;
                height: 2px;
                background: #ebebeb;
                bottom: -2px
            }

            .dt-sc-icon-box.type12 .icon-content h5:after {
                position: absolute;
                content: "";
                display: block;
                left: 0;
                width: 0;
                height: 2px;
                background: #ebebeb;
                bottom: -2px
            }

    .dt-sc-icon-box.type12:hover .icon-content h5:before {
        width: 0
    }

    .dt-sc-icon-box.type12:hover .icon-content h5:after {
        width: 50px
    }

    .dt-sc-icon-box.type12 .icon-content h4 {
        position: relative;
        float: none;
        display: inline-block;
        padding-left: 10px;
        margin-left: 10px;
        margin-bottom: 23px
    }

        .dt-sc-icon-box.type12 .icon-content h4:before {
            position: absolute;
            content: "-";
            display: block;
            left: -5px;
            top: 0
        }

    .dt-sc-icon-box.type12 .icon-content h4, .dt-sc-icon-box.type12 .icon-content h6 strong {
        font-weight: 500;
        font-size: 24px
    }

    .dt-sc-icon-box.type12 .icon-content p {
        font-weight: 300;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 0
    }

    .dt-sc-icon-box.type12 .icon-wrapper span img, .dt-sc-icon-box.type12 .icon-wrapper &gt; img {
        position: relative
    }

    .dt-sc-icon-box.type12.aligncenter .icon-wrapper {
        position: relative;
        margin-bottom: 30px
    }

    .dt-sc-icon-box.type12.aligncenter .icon-content {
        padding: 0;
        text-align: center
    }

        .dt-sc-icon-box.type12.aligncenter .icon-content h5:after, .dt-sc-icon-box.type12.aligncenter .icon-content h5:before {
            right: 0;
            margin: 0 auto
        }

    .dt-sc-icon-box.type12.alignright .icon-wrapper {
        right: 0;
        left: auto
    }

    .dt-sc-icon-box.type12.alignright .icon-content {
        text-align: right;
        padding-left: 0;
        padding-right: 90px
    }

        .dt-sc-icon-box.type12.alignright .icon-content h5:after, .dt-sc-icon-box.type12.alignright .icon-content h5:before {
            right: 0;
            left: auto
        }

        .dt-sc-icon-box.type12.alignright .icon-content h4 {
            padding-left: 0;
            padding-right: 10px;
            margin-left: 0;
            margin-right: 10px
        }

            .dt-sc-icon-box.type12.alignright .icon-content h4:before {
                right: -5px;
                left: auto
            }

    .dt-sc-icon-box.type12.custom-style {
        padding: 0;
        border: none
    }

        .dt-sc-icon-box.type12.custom-style .icon-wrapper {
            margin-bottom: 20px;
            position: relative;
            width: 100%
        }

        .dt-sc-icon-box.type12.custom-style .icon-content {
            position: relative;
            padding-top: 30px;
            margin-top: 15px;
            width: 100%
        }

            .dt-sc-icon-box.type12.custom-style .icon-content:after {
                border-radius: 0;
                bottom: auto;
                content: '';
                display: block;
                height: 3px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                right: 0;
                top: 0;
                transition: all .3s linear;
                -moz-transition: all .3s linear;
                -ms-transition: all .3s linear;
                -o-transition: all .3s linear;
                -webkit-transition: all .3s linear;
                width: 65px
            }

        .dt-sc-icon-box.type12.custom-style:hover .icon-content:after {
            box-shadow: 0 2px 7px rgba(0,0,0,.2)
        }

        .dt-sc-icon-box.type12.custom-style:hover .icon-wrapper {
            filter: drop-shadow(0 3px 3px rgba(0,0,0,.7))
        }

        .dt-sc-icon-box.type12.custom-style .icon-content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
            margin-left: 0;
            padding-left: 0
        }

            .dt-sc-icon-box.type12.custom-style .icon-content h4:before {
                display: none
            }

        .dt-sc-icon-box.type12.custom-style .icon-content p:last-child {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 0
        }

.dt-sc-icon-box.type13 {
    text-align: center;
    border: 1px solid;
    background: #fff;
    padding: 70px 30px 38px;
    margin-top: 60px;
    position: initial
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-icon-box.type13 {
        position: static
    }

    .dt-sc-icon-box.type13, ::-ms-backdrop {
        position: static
    }
}

.dt-sc-icon-box.type13 .icon-wrapper {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

    .dt-sc-icon-box.type13 .icon-wrapper img, .dt-sc-icon-box.type13 .icon-wrapper span {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg)
    }

    .dt-sc-icon-box.type13 .icon-wrapper span {
        font-size: 60px;
        font-weight: 300;
        line-height: 120px
    }

.dt-sc-icon-box.type13:not(.custom-style) .icon-content {
    font-weight: 300
}

.dt-sc-icon-box.type13 .icon-content h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 17px 0 21px 0
}

.dt-sc-icon-box.type13 .icon-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 40px
}

    .dt-sc-icon-box.type13 .icon-content h4:before {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        content: "";
        height: 2px;
        width: 50px;
        background: rgba(0,0,0,.1);
        bottom: 10px
    }

    .dt-sc-icon-box.type13 .icon-content h4:after {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        content: "";
        height: 2px;
        width: 0;
        background: #f9f9f9;
        bottom: 10px
    }

.dt-sc-icon-box.type13:hover .icon-content h4:before {
    width: 0
}

.dt-sc-icon-box.type13:hover .icon-content h4:after {
    width: 50px
}

.dt-sc-icon-box.type13:hover .icon-wrapper {
    border-bottom-color: #000;
    border-left-color: #000;
    border-top-color: #fff;
    border-right-color: #fff
}

.dt-sc-icon-box.type13.alignleft {
    text-align: left
}

    .dt-sc-icon-box.type13.alignleft .icon-content h4:after, .dt-sc-icon-box.type13.alignleft .icon-content h4:before {
        left: 0;
        right: auto
    }

    .dt-sc-icon-box.type13.alignleft .icon-wrapper {
        left: 50px;
        right: auto
    }

.dt-sc-icon-box.type13.alignright {
    text-align: right
}

    .dt-sc-icon-box.type13.alignright .icon-wrapper {
        left: auto;
        right: 50px
    }

        .dt-sc-icon-box.type13.alignleft .icon-wrapper span, .dt-sc-icon-box.type13.alignright .icon-wrapper span {
            text-align: center
        }

    .dt-sc-icon-box.type13.alignright .icon-content h4:after, .dt-sc-icon-box.type13.alignright .icon-content h4:before {
        left: auto;
        right: 0
    }

div[class*=custom-style-2].dt-sc-icon-box.type13 p a span:before, div[class*=custom-style].dt-sc-icon-box.type13, div[class*=custom-style].dt-sc-icon-box.type13 *, div[class*=custom-style].dt-sc-icon-box.type13 :before, div[class*=custom-style].dt-sc-icon-box.type13:before {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

div[class*=custom-style].dt-sc-icon-box.type13 {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.065);
    border-radius: 10px;
    position: relative;
    padding: 78px 35px 38px
}

    div[class*=custom-style].dt-sc-icon-box.type13:before {
        content: '\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111';
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        left: 0;
        letter-spacing: 36px;
        margin: auto;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-shadow: 2px 2px 0 #ccc;
        top: 12px;
        width: 80%
    }

@media all and (-ms-high-contrast:none) {
    div[class*=custom-style].dt-sc-icon-box.type13:before {
        height: 40px;
        letter-spacing: 30px;
        right: 20px
    }

    ::-ms-backdrop, div[class*=custom-style].dt-sc-icon-box.type13:before {
        height: 40px;
        letter-spacing: 30px;
        right: 20px
    }
}

div[class*=custom-style].dt-sc-icon-box.type13 .icon-content {
    width: 100%;
    float: left;
    font-weight: 600
}

    div[class*=custom-style].dt-sc-icon-box.type13 .icon-content p {
        margin-top: 5px
    }

div[class*=custom-style].dt-sc-icon-box.type13 .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type13 .icon-wrapper img {
    background: no-repeat;
    border: none;
    height: auto;
    position: relative;
    top: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    width: auto;
    margin-bottom: 24px;
    filter: brightness(0)
}

    div[class*=custom-style].dt-sc-icon-box.type13 .icon-wrapper span {
        margin: 11px 0;
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        line-height: normal
    }

div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover, div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover .icon-wrapper {
    animation: jerk 1s ease;
    -webkit-animation: jerk 1s ease;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

@-webkit-keyframes jerk {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

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

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

@keyframes jerk {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

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

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

div[class*=custom-style].dt-sc-icon-box.type13:hover .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type13:hover .icon-wrapper img {
    filter: none
}

div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h4 {
    padding-bottom: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px
}

    div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h4:after, div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h4:before {
        display: none
    }

div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 32px
}

    div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h5:before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0
    }

    div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h5 strong {
        width: 100%;
        float: none;
        display: inline-block;
        font-weight: 600
    }

div[class*=custom-style].dt-sc-icon-box.type13.alignleft .icon-content h5:before {
    left: 0;
    right: auto
}

div[class*=custom-style].dt-sc-icon-box.type13.aligncenter .icon-content h5:before {
    right: 0;
    margin: 0 auto
}

div[class*=custom-style].dt-sc-icon-box.type13.alignright .icon-content h5:before {
    right: 0;
    left: auto
}

div[class*=custom-style].dt-sc-icon-box.type13.alignleft .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type13.alignleft .icon-wrapper img {
    right: auto;
    left: 0
}

    div[class*=custom-style].dt-sc-icon-box.type13.alignleft .icon-wrapper img {
        float: left;
        margin-bottom: 25px
    }

div[class*=custom-style].dt-sc-icon-box.type13.alignright .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type13.alignright .icon-wrapper img {
    left: auto;
    right: 0
}

    div[class*=custom-style].dt-sc-icon-box.type13.alignright .icon-wrapper img {
        float: right;
        margin-bottom: 25px
    }

div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover {
    color: #fff
}

div[class*=custom-style].dt-sc-icon-box.type13:hover:before {
    text-shadow: 0 0 0 transparent
}

div[class*=custom-style].dt-sc-icon-box.type13:hover .icon-content h5:before {
    width: 100px
}

div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover .icon-content h4, div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover .icon-content h4 a, div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover .icon-content h5 {
    color: #fff
}

div[class*=custom-style-2].dt-sc-icon-box.type13 {
    box-shadow: none;
    background: 0 0;
    padding: 0 35px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0
}

    div[class*=custom-style-2].dt-sc-icon-box.type13:before {
        display: none
    }

    div[class*=custom-style-2].dt-sc-icon-box.type13 .icon-wrapper, div[class*=custom-style-2].dt-sc-icon-box.type13 .icon-wrapper img {
        filter: none
    }

    div[class*=custom-style-2].dt-sc-icon-box.type13 .icon-content h5 {
        padding-bottom: 26px
    }

    div[class*=custom-style-2].dt-sc-icon-box.type13 p a span {
        font-size: 20px;
        font-weight: 600;
        position: relative;
        padding: 0 5px
    }

        div[class*=custom-style-2].dt-sc-icon-box.type13 p a span:before {
            bottom: -1px;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 100%
        }

    div[class*=custom-style-2].dt-sc-icon-box.type13:hover p a span:before {
        width: 0
    }

.dt-sc-icon-box.type14 {
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.02);
    padding: 35px 30px 40px;
    min-height: 260px;
    border-left: 1px solid rgba(0,0,0,.03)
}

    .dt-sc-icon-box.type14 .icon-wrapper {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin: 0 0 20px
    }

    .dt-sc-icon-box.type14 .icon-content {
        display: inline-block;
        width: 100%
    }

        .dt-sc-icon-box.type14 .icon-content h4 {
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0
        }

        .dt-sc-icon-box.type14 .icon-content p {
            display: none;
            margin: 20px 0 0
        }

        .dt-sc-icon-box.type14 .icon-content a {
            background: #edeef2;
            border-radius: 3px;
            color: #000;
            padding: 9px 20px
        }

.dt-sc-icon-box.type14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-icon-box.type14, ::i-block-chrome {
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-flex: 1
    }
}

.dt-sc-icon-box.type14 .icon-wrapper {
    display: inline-block;
    margin: 0 0 25px;
    text-align: center;
    width: 100%
}

    .dt-sc-icon-box.type14 .icon-wrapper span {
        font-size: 75px;
        margin-bottom: 5px
    }

    .dt-sc-icon-box.type14 .icon-wrapper img {
        display: inline-block;
        position: static
    }

.dt-sc-icon-box.type14.alignleft, .dt-sc-icon-box.type14.alignleft .icon-wrapper {
    text-align: left
}

.dt-sc-icon-box.type14.alignright, .dt-sc-icon-box.type14.alignright .icon-wrapper {
    text-align: right
}

.column.first .dt-sc-icon-box.type14 {
    border-left: 0
}

.dt-sc-icon-box.type14:hover .icon-wrapper {
    display: none
}

.dt-sc-icon-box.type14:hover .icon-content p {
    display: block;
    color: #fff
}

.dt-sc-icon-box.type14:hover .icon-content h4 {
    color: #fff
}

.dt-sc-icon-box.type15 {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 60px 10px 50px;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

    .dt-sc-icon-box.type15 .icon-wrapper img {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px
    }

    .dt-sc-icon-box.type15 .icon-content {
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        padding: 40px 10px;
        opacity: 0;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        width: 100%
    }

    .dt-sc-icon-box.type15 .icon-wrapper span.fa {
        font-size: 36px;
        margin-bottom: 15px
    }

    .dt-sc-icon-box.type15 h4 {
        margin-bottom: 15px;
        font-size: 20px
    }

    .dt-sc-icon-box.type15 .icon-content h4 a, .dt-sc-icon-box.type15 .icon-content p {
        color: #fff
    }

    .dt-sc-icon-box.type15:hover .icon-content {
        opacity: 1;
        left: 0
    }

.dt-sc-icon-box.type16 {
    border: none;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0;
    text-align: center;
    margin: 0
}

    .dt-sc-icon-box.type16 .icon-wrapper {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        perspective: 1000px;
        transform-style: PRESERVE-3D;
        background-size: cover;
        background-position: center;
        -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        height: auto;
        border: 3px solid;
        background-color: #000;
        min-height: 180px;
        width: 100%
    }

        .dt-sc-icon-box.type16 .icon-wrapper span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .dt-sc-icon-box.type16 .icon-wrapper img {
            margin: auto;
            -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
            transform: translateY(0) translateZ(60px) scale(.94);
            -webkit-perspective: inherit;
            perspective: inherit;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

    .dt-sc-icon-box.type16 .icon-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #333;
        background: -webkit-linear-gradient(45deg,#000 0,#333 100%);
        background: -o-linear-gradient(45deg,#000 0,#333 100%);
        background: linear-gradient(45deg,#000 0,#333 100%);
        perspective: 1000px;
        transform-style: preserve-3d;
        background-size: cover;
        background-position: center;
        -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        min-height: 180px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 100%;
        padding: 55px 10px 10px
    }

        .dt-sc-icon-box.type16 .icon-content h4, .dt-sc-icon-box.type16 .icon-content h5 {
            perspective: inherit;
            transform: translateY(0) translateZ(60px) scale(.94);
            color: #fff
        }

        .dt-sc-icon-box.type16 .icon-content h5 {
            font-size: 22px;
            font-weight: 400
        }

        .dt-sc-icon-box.type16 .icon-content h4 {
            font-size: 34px
        }

    .dt-sc-icon-box.type16:hover .icon-wrapper {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .dt-sc-icon-box.type16:hover .icon-content {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .dt-sc-icon-box.type16:hover .icon-content, .dt-sc-icon-box.type16:hover .icon-wrapper {
        -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1)
    }

.dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper span, .dt-sc-icon-box.type7 .icon-wrapper span {
    color: #090909
}

.dt-sc-icon-box.type10:hover .icon-wrapper span, .dt-sc-icon-box.type11 .icon-wrapper span, .dt-sc-icon-box.type14:hover .icon-content h4, .dt-sc-icon-box.type14:hover .icon-content h5, .dt-sc-icon-box.type14:hover .icon-wrapper span, .dt-sc-icon-box.type3:hover .icon-wrapper span, .dt-sc-icon-box.type5:hover .icon-wrapper span, .dt-sc-icon-box.type6:hover .icon-content a, .dt-sc-icon-box.type6:hover .icon-wrapper span, .dt-sc-icon-box.type7:hover .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box .large-icon {
    color: rgba(0,0,0,.05)
}

.dt-sc-icon-box.type5:hover .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
    color: #a4a4a3
}

.dt-sc-icon-box.type5.no-icon .icon-content p {
    color: #a0a0a0
}

.dt-sc-icon-box.type9 .icon-content {
    background: rgba(0,0,0,.1)
}

.dt-sc-icon-box.type10, .dt-sc-icon-box.type10 .icon-wrapper:before {
    background: #fff
}

.dt-sc-icon-box.type5 .icon-wrapper:before {
    background: rgba(0,0,0,.03)
}

.dt-sc-icon-box.type9 .icon-wrapper {
    background: rgba(0,0,0,.05)
}

.dt-sc-icon-box.type11, .dt-sc-icon-box.type11 .icon-wrapper, .dt-sc-icon-box.type6:hover .icon-content a, .dt-sc-icon-box.type6:hover .icon-wrapper, .dt-sc-icon-box.type7:hover .icon-wrapper {
    background: #000
}

.dt-sc-icon-box.type1, .last .dt-sc-icon-box.type1 {
    border-color: rgba(0,0,0,.15)
}

.dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper span {
    border-color: #fff
}

.dt-sc-icon-box.type8 {
    border-color: rgba(0,0,0,.2)
}

.dt-sc-icon-box.type7 {
    border-color: rgba(0,0,0,.1)
}

.dt-sc-icon-box.type9 .icon-wrapper:before {
    border-left-color: rgba(255,255,255,.5)
}

@media only screen and (min-width:1381px) and (max-width:1599px) {
    .dt-sc-icon-box.type14 {
        padding: 35px 15px 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-icon-box.type14 .icon-content p {
        margin: 15px 0 0
    }

    .dt-sc-icon-box.type1.custom-style:before {
        width: 70%
    }

    div[class*=custom-style].dt-sc-icon-box.type3 .icon-content {
        margin: 0
    }

        div[class*=custom-style].dt-sc-icon-box.type3 .icon-content h5 {
            font-size: 16px;
            line-height: normal
        }

        div[class*=custom-style].dt-sc-icon-box.type3 .icon-content h3 {
            font-size: 16px;
            line-height: normal
        }

    .dt-sc-icon-box.type8 {
        padding: 10px 50px 85px 100px
    }

        .dt-sc-icon-box.type8.animated-icons .icon-content h5 {
            font-size: 18px;
            line-height: 30px
        }

        .dt-sc-icon-box.type8.alignright {
            padding: 10px 100px 85px 50px
        }

    .dt-sc-icon-box.type1.custom-style {
        z-index: 1
    }

        .dt-sc-icon-box.type1.custom-style .icon-content h4 {
            font-size: 24px;
            line-height: 30px
        }

        .dt-sc-icon-box.type1.custom-style .icon-content + * {
            bottom: auto;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            z-index: -1;
            opacity: .3
        }

        .dt-sc-icon-box.type1.custom-style:hover .icon-content + * {
            transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%)
        }

    .dt-sc-icon-box.type2.custom-style .icon-content {
        padding: 0 40px
    }

    div[class*=custom-style].dt-sc-icon-box.type13:before {
        width: 60%
    }

    .dt-sc-icon-box.type14 {
        min-height: 290px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-icon-box.type1 {
        padding: 35px 25px
    }

        .dt-sc-icon-box.type1 .icon-content h4 {
            font-size: 26px;
            letter-spacing: 0
        }

        .dt-sc-icon-box.type1.custom-style {
            margin-bottom: 30px
        }

            .dt-sc-icon-box.type1.custom-style .icon-content h4 strong {
                width: auto
            }

    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 8px
    }

    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }

    .dt-sc-icon-box.type2 .icon-wrapper span {
        font-size: 22px
    }

    .dt-sc-icon-box.type2.custom-style .icon-content {
        padding: 0 20px
    }

        .dt-sc-icon-box.type2.custom-style .icon-content h4 {
            font-size: 22px
        }

    .dt-sc-icon-box.type5.no-icon {
        padding: 0 30px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

        .dt-sc-icon-box.type5.no-icon .icon-content h4 {
            padding: 0 0 20px
        }

    .vc_row-no-padding .dt-sc-icon-box.type5.no-icon {
        padding: 0
    }

    .dt-sc-icon-box.type6 .icon-content {
        clear: both
    }

        .dt-sc-icon-box.type6 .icon-content h4 {
            font-size: 24px;
            letter-spacing: 0;
            margin-top: 0
        }

    .dt-sc-icon-box.type9 .icon-content h4 {
        font-size: 18px
    }

    .dt-sc-icon-box.type12:not(.custom-style) {
        min-height: 180px;
        padding: 15px 15px 15px
    }

        .dt-sc-icon-box.type12:not(.custom-style) .icon-wrapper {
            margin: 0 10px 0 0;
            top: 20px;
            width: 60px;
            left: -10px
        }

        .dt-sc-icon-box.type12:not(.custom-style) .icon-content {
            text-align: left;
            padding-left: 50px
        }

        .dt-sc-icon-box.type12:not(.custom-style) .icon-wrapper span {
            font-size: 55px
        }

        .dt-sc-icon-box.type12:not(.custom-style) .icon-content {
            top: 56px
        }

        .dt-sc-icon-box.type12.selected .icon-content, .dt-sc-icon-box.type12:not(.custom-style):hover .icon-content {
            top: 15px
        }

    .dt-sc-icon-box.type14 {
        min-height: 370px
    }

    .dt-sc-icon-box.type13 .icon-content h5 {
        font-size: 22px
    }

    div[class*=custom-style-2].dt-sc-icon-box.type13 {
        padding: 0 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-icon-box.type1 {
        margin-bottom: 30px;
        padding: 45px 30px
    }

        .dt-sc-icon-box.type1.custom-style, .dt-sc-icon-box.type10, .dt-sc-icon-box.type12:not(.custom-style), .dt-sc-icon-box.type13:not(.custom-style), .dt-sc-icon-box.type2:not(.custom-style), .dt-sc-icon-box.type5 {
            margin-bottom: 30px
        }

    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 5px
    }

    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }

    .dt-sc-icon-box.type2.custom-style .icon-content {
        padding: 0 15px
    }

        .dt-sc-icon-box.type2.custom-style .icon-content h5 {
            height: 150px;
            width: 150px;
            line-height: 150px;
            font-size: 50px
        }

            .dt-sc-icon-box.type2.custom-style .icon-content h5:before {
                height: 166px;
                width: 166px
            }

        .dt-sc-icon-box.type2.custom-style .icon-content h4 {
            font-size: 24px
        }

    div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h5 {
        line-height: 36px
    }

    .dt-sc-icon-box.type5 .icon-wrapper img {
        width: 30px
    }

    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper img {
        margin-top: 0
    }

    .dt-sc-icon-box.type7 {
        padding: 0 15px 25px
    }

    .dt-sc-icon-box.type9 {
        height: auto !important
    }

        .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
            display: block;
            width: 100%
        }

            .dt-sc-icon-box.type9 .icon-wrapper:before, .dt-sc-icon-box.type9.alignright .icon-wrapper:before {
                margin: 0 auto;
                bottom: -30px;
                left: 0;
                right: 0;
                top: auto;
                width: 0;
                transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg)
            }

            .dt-sc-icon-box.type9 .icon-wrapper span {
                display: block;
                float: none;
                text-align: center
            }

        .dt-sc-icon-box.type9 .icon-content {
            padding-top: 50px;
            text-align: center;
            padding-bottom: 35px
        }

    .dt-sc-icon-box.type10 .icon-content h4::before {
        height: 13px;
        right: -24px;
        width: 13px
    }

    .dt-sc-icon-box.type11 {
        margin-bottom: 40px
    }

    .dt-sc-icon-box.type11 {
        padding: 88px 15px 10px
    }

    div[class*=custom-style].dt-sc-icon-box.type13:before {
        letter-spacing: 32px
    }

    div[class*=custom-style-2].dt-sc-icon-box.type13 {
        padding: 0 16px
    }

        div[class*=custom-style-2].dt-sc-icon-box.type13 .icon-content p {
            font-size: 20px
        }

    .dt-sc-icon-box.type14 {
        min-height: 470px
    }

    .dt-sc-icon-box.type5 .icon-wrapper img {
        margin-top: 20px
    }

    .dt-sc-icon-box.type16 .icon-content h5 {
        font-size: 18px
    }

    .dt-sc-icon-box.type16 .icon-content h4 {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-icon-box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

        .dt-sc-icon-box.alignright:not(.type8), .dt-sc-icon-box.type11, .dt-sc-icon-box.type13, .dt-sc-icon-box:not(.type8) {
            margin-bottom: 25px
        }

        .dt-sc-icon-box.type10, .dt-sc-icon-box.type2:not(.custom-style) {
            margin: 15px;
            width: auto
        }

        .dt-sc-icon-box.type2.custom-style {
            margin-bottom: 50px
        }

        .dt-sc-icon-box.type1 {
            width: auto;
            margin: 15px;
            border: 1px solid rgba(0,0,0,.15)
        }

    .vc_row &gt; .wpb_column:nth-child(even) .dt-sc-icon-box.type2.custom-style:before, .vc_row &gt; .wpb_column:nth-child(odd) .dt-sc-icon-box.type2.custom-style:before {
        display: none
    }

    .dt-sc-icon-box.type5.no-icon {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

        .dt-sc-icon-box.type5.no-icon:first-child {
            border-left-width: 1px
        }

        .dt-sc-icon-box.type5.no-icon.last, .last .dt-sc-icon-box.type5.no-icon {
            border-right-width: 1px
        }

    .dt-sc-icon-box.type8.last {
        border-bottom: 3px dotted rgba(255,255,255,.3)
    }

    .dt-sc-icon-box.type9 {
        height: auto !important
    }

        .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
            display: block;
            width: 100%
        }

            .dt-sc-icon-box.type9 .icon-wrapper:before, .dt-sc-icon-box.type9.alignright .icon-wrapper:before {
                margin: 0 auto;
                bottom: -30px;
                left: 0;
                right: 0;
                top: auto;
                width: 0;
                transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg)
            }

            .dt-sc-icon-box.type9 .icon-wrapper span {
                display: block;
                float: none;
                text-align: center
            }

        .dt-sc-icon-box.type9 .icon-content {
            padding-top: 60px;
            text-align: center;
            padding-bottom: 40px
        }

    .dt-sc-icon-box.type10 .icon-content h4:after {
        content: "";
        height: 12px;
        margin: auto;
        position: absolute;
        left: -26px;
        top: 6px;
        width: 12px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1
    }

    .dt-sc-icon-box.type10.last .icon-content h4:before {
        content: ""
    }

    .dt-sc-icon-box.type12.custom-style {
        margin-bottom: 30px
    }

    .dt-sc-icon-box.type14 {
        margin-bottom: 0
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-icon-box.type1.custom-style {
        z-index: 1;
        padding: 75px 30px 50px 25px
    }

        .dt-sc-icon-box.type1.custom-style .icon-content h4 {
            font-size: 24px;
            line-height: 30px
        }

        .dt-sc-icon-box.type1.custom-style .icon-content + * {
            width: auto
        }

    .dt-sc-icon-box.type6 .icon-content {
        clear: both
    }

        .dt-sc-icon-box.type6 .icon-content h4 {
            font-size: 15px;
            margin-top: 0
        }

    .dt-sc-icon-box.type8 {
        padding: 10px 20px 85px 105px
    }

        .dt-sc-icon-box.type8.alignright {
            padding: 10px 95px 85px 20px
        }

    .dt-sc-icon-box.type12 .icon-wrapper {
        position: relative;
        float: left;
        margin-bottom: 20px
    }

    .dt-sc-icon-box.type12 .icon-content {
        padding-left: 0
    }

    .dt-sc-icon-box.type12.alignright .icon-wrapper {
        float: right
    }

    .dt-sc-icon-box.type12.alignright .icon-content {
        padding-right: 0
    }

    .dt-sc-icon-box.type1.custom-style:before {
        width: 82%
    }

    .dt-sc-icon-box.type14 {
        min-height: 275px
    }

    .dt-sc-icon-box.type16 .icon-content {
        padding: 50px 10px 10px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 8px
    }

    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }

    .dt-sc-icon-box.type2 .icon-wrapper span {
        font-size: 20px
    }

    .dt-sc-icon-box.type2 .icon-content h4 {
        font-size: 12px;
        letter-spacing: .2px
    }

    .dt-sc-icon-box.type3 .icon-content h4, .dt-sc-icon-box.type4 .icon-content h4 {
        font-size: 16px
    }

    .dt-sc-icon-box.type5 {
        padding-left: 75px
    }

        .dt-sc-icon-box.type5.alignright {
            padding-right: 75px
        }

        .dt-sc-icon-box.type5 .icon-wrapper {
            width: 60px
        }

            .dt-sc-icon-box.type5 .icon-wrapper::before {
                height: 45px;
                width: 45px;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -ms-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px
            }

            .dt-sc-icon-box.type5 .icon-wrapper span {
                font-size: 22px;
                line-height: 65px
            }

        .dt-sc-icon-box.type5.no-icon-bg {
            padding: 0 0 0 42px
        }

            .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
                width: 30px
            }

                .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span {
                    font-size: 28px
                }

            .dt-sc-icon-box.type5.no-icon .icon-content h4, .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 {
                font-size: 14px
            }

        .dt-sc-icon-box.type5.no-icon {
            padding: 0 15px
        }

            .dt-sc-icon-box.type5.no-icon .icon-content h4 {
                padding: 0 0 20px
            }

    .dt-sc-icon-box.type6 .icon-content h4 {
        margin-top: 115px
    }

    .dt-sc-icon-box.type12 {
        padding: 15px 10px 20px;
        min-height: 155px
    }

        .dt-sc-icon-box.type12 .icon-wrapper span {
            font-size: 24px
        }

        .dt-sc-icon-box.type12 .icon-wrapper {
            margin: 0 5px 0 0;
            top: 51px
        }

        .dt-sc-icon-box.type12 .icon-content {
            top: 46px
        }

    .dt-sc-icon-box.type13 .icon-content h4 {
        font-size: 50px
    }

    .dt-sc-icon-box.type13 .icon-content p {
        font-size: 14px
    }
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2 .dt-sc-image-content p, .dt-sc-image-caption.type2 .dt-sc-image-title, .dt-sc-image-caption.type2 .dt-sc-image-title:before, .dt-sc-image-caption.type2 .dt-sc-image-title &gt; *, .dt-sc-image-caption.type2 .dt-sc-image-wrapper, .dt-sc-image-caption.type2 .dt-sc-image-wrapper img, .dt-sc-image-caption.type4 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-image-content:before, .dt-sc-image-caption.type5, .dt-sc-image-caption.type5 .dt-sc-image-content:after, .dt-sc-image-caption.type5 h3, .dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type7 .dt-sc-image-content h3:after, .dt-sc-image-caption.type7 .dt-sc-image-content h3:before, .dt-sc-image-caption.type8, .dt-sc-image-caption.type8 *, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, .dt-sc-image-caption.type8 :before, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper, .dt-sc-image-caption.type9 .dt-sc-image-wrapper:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

    .dt-sc-image-caption .dt-sc-image-wrapper {
        position: relative
    }

        .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper {
            position: absolute;
            bottom: 0;
            right: 0
        }

            .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
                font-size: 36px;
                margin: 0 15px 20px 0;
                display: inline-block;
                position: relative;
                z-index: 1
            }

            .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 130px solid;
                border-left: 130px solid transparent
            }

            .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after {
                content: "";
                position: absolute;
                left: -14px;
                bottom: -32px;
                width: 7px;
                height: 200px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

    .dt-sc-image-caption .dt-sc-image-content {
        display: inline-block;
        clear: both;
        margin: 30px 0 0
    }

    .dt-sc-image-caption .dt-sc-image-title {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%
    }

        .dt-sc-image-caption .dt-sc-image-title h3 {
            position: relative
        }

        .dt-sc-image-caption .dt-sc-image-title h6 {
            font-size: 12px;
            margin-bottom: 0;
            text-transform: uppercase
        }

    .dt-sc-image-caption .dt-sc-image-content a {
        margin-top: 20px
    }

    .dt-sc-image-caption.type2 {
        float: left;
        clear: none;
        margin: 0 5px 40px;
        padding: 40px 35px;
        width: 100%;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.15)
    }

        .dt-sc-image-caption.type2 .dt-sc-image-wrapper {
            border-radius: 50%;
            width: 75%;
            height: auto;
            float: none;
            display: inline-block;
            position: relative;
            z-index: 0
        }

            .dt-sc-image-caption.type2 .dt-sc-image-wrapper img {
                border-radius: 50%;
                float: left
            }

        .dt-sc-image-caption.type2:hover .dt-sc-image-wrapper img {
            transform: scale(.95)
        }

        .dt-sc-image-caption.type2 .dt-sc-image-content {
            margin-top: 15px;
            margin-bottom: 20px
        }

            .dt-sc-image-caption.type2 .dt-sc-image-content p, .dt-sc-image-caption.type2 .dt-sc-image-title {
                margin-bottom: 0
            }

                .dt-sc-image-caption.type2 .dt-sc-image-title h3 {
                    top: 0;
                    margin-bottom: 10px;
                    font-size: 20px;
                    text-transform: capitalize;
                    line-height: normal
                }

                .dt-sc-image-caption.type2 .dt-sc-image-title h6 {
                    margin-bottom: 25px
                }

            .dt-sc-image-caption.type2 .dt-sc-image-content a {
                padding: 5px 10px;
                margin-left: 5px;
                color: #fff;
                background: #000
            }

        .dt-sc-image-caption.type2:hover .dt-sc-image-wrapper {
            background: #fff
        }

        .dt-sc-image-caption.type2.alignleft {
            text-align: left
        }

        .dt-sc-image-caption.type2.alignright {
            text-align: right
        }

    .dt-sc-image-caption.type3 {
        text-align: center
    }

        .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper {
            background: 0 0;
            border: none;
            display: inline-block;
            height: 70px;
            line-height: 70px;
            text-align: center;
            position: inherit;
            width: 70px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span {
                display: block;
                line-height: inherit;
                margin: auto;
                width: 100%
            }

            .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper img {
                position: relative;
                z-index: 1;
                top: -15px
            }

            .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:before {
                content: none
            }

            .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after {
                content: "";
                height: 100%;
                margin: auto;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

        .dt-sc-image-caption.type3 .dt-sc-image-content {
            margin-top: -10px
        }

        .dt-sc-image-caption.type3 .dt-sc-image-title {
            margin-bottom: 15px
        }

            .dt-sc-image-caption.type3 .dt-sc-image-title h3 {
                font-size: 24px;
                text-transform: capitalize;
                margin-bottom: 0
            }

        .dt-sc-image-caption.type3.alignright, .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper {
            text-align: right
        }

            .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper:after {
                left: auto;
                right: 8px
            }

            .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper img {
                right: 23px
            }

        .dt-sc-image-caption.type3.alignleft, .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper {
            text-align: left
        }

            .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper:after {
                right: auto;
                left: 8px
            }

            .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper img {
                left: 23px
            }

    .dt-sc-image-caption.type4 {
        text-align: center
    }

        .dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper {
            text-align: center;
            background: 0 0;
            border: none;
            position: absolute;
            width: 50px;
            display: inline-block;
            line-height: 50px;
            display: block;
            margin: 0;
            background-color: #fff;
            height: 50px;
            margin: 0 auto;
            left: 0;
            right: 0
        }

            .dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper span.icon {
                margin-right: 0
            }

            .dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto
            }

            .dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper:before {
                border: 0
            }

        .dt-sc-image-caption.type4 .dt-sc-image-content h3 {
            font-size: 25px;
            position: static;
            text-align: center;
            text-transform: none
        }

        .dt-sc-image-caption.type4 .dt-sc-image-content {
            margin-top: 15px;
            position: relative;
            padding: 40px 30px 0
        }

        .dt-sc-image-caption.type4 .dt-sc-image-title {
            margin-bottom: 15px
        }

            .dt-sc-image-caption.type4 .dt-sc-image-title h6 {
                font-size: 120px;
                position: absolute;
                margin: 0 auto;
                left: 0;
                right: 0;
                width: 100%;
                text-align: center;
                top: -20px;
                color: rgba(0,0,0,.05)
            }

        .dt-sc-image-caption.type4 .dt-sc-image-wrapper {
            position: relative
        }

        .dt-sc-image-caption.type4 .dt-sc-image-content:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: -15px;
            display: inline-block;
            background-color: rgba(51,51,51,.14);
            width: 77%;
            height: 20px;
            line-height: 0
        }

        .dt-sc-image-caption.type4:hover .dt-sc-image-content:before {
            height: 0
        }

        .dt-sc-image-caption.type4.alignright, .dt-sc-image-caption.type4.alignright .dt-sc-image-content h3, .dt-sc-image-caption.type4.alignright .dt-sc-image-content h6 {
            text-align: right
        }

        .dt-sc-image-caption.type4.alignleft, .dt-sc-image-caption.type4.alignleft .dt-sc-image-content h3, .dt-sc-image-caption.type4.alignleft .dt-sc-image-content h6 {
            text-align: left
        }

    .dt-sc-image-caption.type5 {
        float: left;
        clear: both;
        margin: 0 0 40px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0
    }

        .dt-sc-image-caption.type5:hover {
            top: -5px
        }

        .dt-sc-image-caption.type5 .dt-sc-image-content {
            margin-top: 30px;
            position: relative;
            padding-bottom: 30px;
            border-bottom: 1px solid;
            display: block
        }

            .dt-sc-image-caption.type5 .dt-sc-image-content:after {
                content: "";
                position: absolute;
                left: 0;
                width: 0;
                border-bottom: 1px solid;
                bottom: 0;
                right: 0;
                margin: auto
            }

        .dt-sc-image-caption.type5:hover .dt-sc-image-content:after {
            width: 100%
        }

        .dt-sc-image-caption.type5 .dt-sc-image-title {
            margin-bottom: 0
        }

        .dt-sc-image-caption.type5 h3 {
            font-size: 26px;
            display: inline-block;
            margin: 0;
            padding: 6px 25px 5px;
            font-weight: 400;
            text-transform: capitalize
        }

        .dt-sc-image-caption.type5.alignleft {
            text-align: left
        }

        .dt-sc-image-caption.type5.alignright {
            text-align: right
        }

            .dt-sc-image-caption.type5.alignleft h3, .dt-sc-image-caption.type5.alignright h3 {
                padding: 6px 0 5px
            }

        .dt-sc-image-caption.type5.dt-sc-student-info, .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-wrapper img {
            transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear
        }

        .dt-sc-image-caption.type5.dt-sc-student-info {
            background: #fff;
            padding: 20px 20px 14px
        }

            .dt-sc-image-caption.type5.dt-sc-student-info:hover {
                top: auto;
                box-shadow: 0 0 0 10px rgba(0,0,0,.1)
            }

        .dt-sc-image-caption.type5.dt-sc-student-info {
            border-radius: 10px;
            box-shadow: 0 10px 16px 0 #c89400
        }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-wrapper img {
                border-radius: 10px
            }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-wrapper .icon-wrapper {
                bottom: 5px;
                right: 5px
            }

                .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-wrapper .icon-wrapper:after {
                    display: none
                }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-content {
                padding-bottom: 0;
                border: none;
                margin-top: 14px
            }

                .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-content:after {
                    display: none
                }

                .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-content:first-child {
                    margin-top: -6px;
                    margin-bottom: 14px
                }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-wrapper:last-child {
                padding-bottom: 6px
            }

            .dt-sc-image-caption.type5.dt-sc-student-info h3 {
                font-size: 24px;
                font-weight: 600;
                padding: 0
            }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-title:not(:only-child) {
                margin-bottom: 10px
            }

            .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-title h6 {
                font-size: 20px
            }

            .dt-sc-image-caption.type5.dt-sc-student-info:hover .dt-sc-image-content h3 a {
                background: 0 0
            }

    .dt-sc-image-caption.type6 {
        overflow: hidden;
        position: relative
    }

        .dt-sc-image-caption.type6:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
            background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
            background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%)
        }

        .dt-sc-image-caption.type6 .dt-sc-image-wrapper {
            padding: 0
        }

        .dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper {
            display: block;
            margin-bottom: 20px
        }

            .dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper:before, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after {
                border: none;
                background: 0 0
            }

            .dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper span {
                margin: 0;
                position: relative;
                z-index: 3;
                font-size: 40px
            }

        .dt-sc-image-caption.type6 .dt-sc-image-content {
            color: #fff;
            float: left;
            margin-top: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 0 30px;
            width: 100%;
            z-index: 9;
            margin-bottom: 10px
        }

        .dt-sc-image-caption.type6 .dt-sc-image-title {
            margin-bottom: 10px
        }

        .dt-sc-image-caption.type6 h3 {
            color: #fff;
            font-size: 22px;
            position: relative;
            z-index: 3;
            text-transform: uppercase
        }

        .dt-sc-image-caption.type6 .dt-sc-image-content p {
            font-size: 14px;
            line-height: 27px;
            position: relative;
            z-index: 3;
            margin-top: -80px;
            -webkit-transition: -webkit-transform .4s,opacity .1s .3s,all .3s linear 0s;
            -moz-transition: -moz-transform .4s,opacity .1s .3s,all .3s linear 0s;
            transition: transform .4s,opacity .1s .3s,all .3s linear 0s;
            transform: matrix(1,0,0,1,0,14.184);
            -webkit-transform: matrix(1,0,0,1,0,14.184);
            -moz-transform: matrix(1,0,0,1,0,14.184);
            -ms-transform: matrix(1,0,0,1,0,14.184);
            -o-transform: matrix(1,0,0,1,0,14.184);
            opacity: 0
        }

        .dt-sc-image-caption.type6:hover .dt-sc-image-content p {
            margin-top: 0;
            opacity: 1;
            -webkit-transition: -webkit-transform .4s,opacity .1s;
            -moz-transition: -moz-transform .4s,opacity .1s;
            transition: transform .4s,opacity .1s;
            transform: matrix(1,0,0,1,0,-7.5);
            -webkit-transform: matrix(1,0,0,1,0,-7.5);
            -moz-transform: matrix(1,0,0,1,0,-7.5);
            -ms-transform: matrix(1,0,0,1,0,-7.5);
            -o-transform: matrix(1,0,0,1,0,-7.5)
        }

        .dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper, .dt-sc-image-caption.type6 .dt-sc-image-title {
            -webkit-transition: -webkit-transform .9s;
            -moz-transition: -moz-transform .9s;
            transition: transform .9s;
            transform: matrix(1,0,0,1,0,0);
            -webkit-transform: matrix(1,0,0,1,0,0);
            -moz-transform: matrix(1,0,0,1,0,0);
            -ms-transform: matrix(1,0,0,1,0,0);
            -o-transform: matrix(1,0,0,1,0,0)
        }

        .dt-sc-image-caption.type6:hover .dt-sc-image-content .icon-wrapper, .dt-sc-image-caption.type6:hover .dt-sc-image-title {
            transform: matrix(1,0,0,1,0,-10.5);
            -webkit-transform: matrix(1,0,0,1,0,-10.5);
            -moz-transform: matrix(1,0,0,1,0,-10.5);
            -ms-transform: matrix(1,0,0,1,0,-10.5);
            -o-transform: matrix(1,0,0,1,0,-10.5)
        }

        .dt-sc-image-caption.type6:hover {
            z-index: 9
        }

            .dt-sc-image-caption.type6:hover:before {
                background: rgba(0,0,0,.8)
            }

            .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
                -webkit-transform: scale(1.15);
                -moz-transform: scale(1.15);
                -ms-transform: scale(1.15);
                transform: scale(1.15)
            }

        .dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-content &gt; * {
            color: #fff
        }

        .dt-sc-image-caption.type6.yellow {
            background: #fcdb34
        }

        .dt-sc-image-caption.type6.alignleft {
            text-align: left
        }

        .dt-sc-image-caption.type6.alignright {
            text-align: right
        }

        .dt-sc-image-caption.type6.alignleft .dt-sc-image-wrapper .icon-wrapper {
            right: auto;
            left: 40px
        }

        .dt-sc-image-caption.type6.alignright .dt-sc-image-wrapper .icon-wrapper {
            left: auto;
            right: 40px
        }

        .dt-sc-image-caption.type6.alignleft h3:before {
            left: 0;
            right: auto
        }

        .dt-sc-image-caption.type6.alignright h3:before {
            right: 0;
            left: auto
        }

    .dt-sc-image-caption.type7 {
        position: relative
    }

        .dt-sc-image-caption.type7 .dt-sc-image-wrapper {
            float: left;
            width: 48%;
            margin: 0 3% 0 0;
            position: relative
        }

            .dt-sc-image-caption.type7 .dt-sc-image-wrapper:before {
                content: "";
                position: absolute;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 15px solid #fff;
                height: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto
            }

        .dt-sc-image-caption.type7 .dt-sc-image-content {
            float: left;
            width: 49%;
            clear: none;
            text-align: center;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 0
        }

        .dt-sc-image-caption.type7 .dt-sc-image-title {
            margin-bottom: 10px
        }

        .dt-sc-image-caption.type7 .dt-sc-image-content h3 {
            font-size: 20px;
            text-transform: none;
            line-height: normal
        }

        .dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper {
            width: 100%;
            margin: 0
        }

            .dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper:before {
                border-top: 0;
                border-bottom: 15px solid #fff;
                border-right: 15px solid transparent;
                border-left: 15px solid transparent;
                bottom: 0;
                width: 0;
                left: 0;
                right: 0;
                top: inherit
            }

        .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
            width: 100%;
            margin-top: 90px
        }

        .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper {
            margin: 0 0 0 3%;
            float: right
        }

            .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:before {
                border-left: 15px solid #fff;
                border-right: 0;
                right: inherit;
                left: 0
            }

        .dt-sc-image-caption.type7.left-content .dt-sc-image-content {
            left: 0;
            right: auto
        }

        .dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper {
            width: 100%;
            margin: 0
        }

            .dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper:before {
                border-top: 15px solid #fff;
                border-bottom: 0;
                border-right: 15px solid transparent;
                border-left: 15px solid transparent;
                top: 0;
                width: 0;
                left: 0;
                right: 0;
                bottom: inherit
            }

        .dt-sc-image-caption.type7.top-content .dt-sc-image-content {
            width: 100%;
            margin-top: 70px;
            margin-bottom: 90px
        }

    .dt-sc-image-caption.type8 {
        overflow: hidden;
        border: 1px solid rgba(0,0,0,.1)
    }

        .dt-sc-image-caption.type8:hover {
            box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
            -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
            -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
        }

        .dt-sc-image-caption.type8 .dt-sc-image-wrapper {
            position: static
        }

            .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper {
                position: absolute;
                bottom: -30px;
                left: 0;
                right: 0;
                margin: 0 auto;
                text-align: center;
                z-index: 9
            }

        .dt-sc-image-caption.type8:hover .dt-sc-image-wrapper .icon-wrapper {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05)
        }

        .dt-sc-image-caption.type8 .dt-sc-image-content {
            position: relative;
            background-color: #fff;
            margin-top: 0;
            padding: 20px 30px 45px;
            z-index: 0;
            border-radius: 0 0 15px 15px;
            -moz-border-radius: 0 0 15px 15px;
            -webkit-border-radius: 0 0 15px 15px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

            .dt-sc-image-caption.type8 .dt-sc-image-content:before {
                background-color: #fff;
                border-radius: 100%;
                content: '';
                display: inline-block;
                height: 150px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                text-align: center;
                top: -35px;
                width: 100%;
                z-index: -1
            }

.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before {
    width: 660px;
    top: -65px
}

.vc_col-sm-6 .dt-sc-image-caption.type8 .dt-sc-image-content:before {
    width: 860px;
    top: -60%
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-image-caption.type8 .dt-sc-image-content:before, ::i-block-chrome {
        left: -40px;
        top: -55px
    }
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span {
    width: 60px;
    height: 60px;
    z-index: 2;
    font-size: 30px;
    line-height: 60px;
    margin: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:after, .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:before {
    display: none
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper h3 {
    font-size: 24px
}

.dt-sc-image-caption.type8 .dt-sc-image-content h3 {
    font-size: 22px;
    text-transform: none
}

.dt-sc-image-caption.type8 .dt-sc-image-title {
    margin-bottom: 10px
}

.dt-sc-image-caption.type8.alignleft .dt-sc-image-content {
    text-align: left
}

.dt-sc-image-caption.type8.alignright .dt-sc-image-content {
    text-align: right
}

.dt-sc-image-caption.type9 {
    position: relative;
    overflow: hidden
}

    .dt-sc-image-caption.type9 .dt-sc-image-wrapper {
        position: relative
    }

        .dt-sc-image-caption.type9 .dt-sc-image-wrapper:before {
            background: rgba(0,0,0,.8);
            content: "";
            height: 100%;
            opacity: 0;
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 1
        }

        .dt-sc-image-caption.type9 .dt-sc-image-wrapper img {
            width: 100%
        }

        .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper {
            padding: 16px 20px;
            left: 0;
            right: auto;
            z-index: 1
        }

            .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper::before {
                content: none
            }

            .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper::after {
                height: 100%;
                bottom: 0;
                left: -15px;
                width: 100%;
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg)
            }

            .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper span {
                color: #090909;
                font-size: 24px;
                margin: 0;
                left: -10px;
                z-index: 2
            }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        background: rgba(255,255,255,.8);
        padding: 15px 30px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center
    }

        .dt-sc-image-caption.type9 .dt-sc-image-content h3 {
            font-size: 15px;
            line-height: 30px;
            margin-bottom: 0;
            top: auto
        }

        .dt-sc-image-caption.type9 .dt-sc-image-content h6 {
            font-size: 18px;
            color: #898989;
            font-weight: 100;
            text-transform: inherit
        }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay {
        margin: 0;
        opacity: 0;
        padding: 15px 30px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        width: 100%;
        z-index: 1
    }

        .dt-sc-image-caption.type9 .dt-sc-image-overlay h6 {
            margin-bottom: 15px
        }

        .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
            font-size: 15px
        }

    .dt-sc-image-caption.type9 .dt-sc-image-title {
        margin-bottom: 0;
        text-align: right
    }

    .dt-sc-image-caption.type9 .dt-sc-image-wrapper:before {
        top: -100%
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay {
        background: 0 0 !important
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9:hover .dt-sc-image-wrapper:before {
        top: 0
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-overlay {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        bottom: 0
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-content, .dt-sc-image-caption.type9:hover .dt-sc-image-wrapper .icon-wrapper {
        bottom: -100%
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-content, .dt-sc-image-caption.type9:hover .dt-sc-image-wrapper .icon-wrapper {
        opacity: 0
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-overlay, .dt-sc-image-caption.type9:hover .dt-sc-image-wrapper:before {
        opacity: 1
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-overlay * {
        color: #fff
    }

    .dt-sc-image-caption.type9 .dt-sc-image-wrapper:before {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .dt-sc-image-caption.type9.alignright {
        text-align: right
    }

    .dt-sc-image-caption.type9.alignleft {
        text-align: left
    }

@media screen and (min-width:0\0) {
    .type8.dt-sc-image-caption .dt-sc-image-content::before {
        border: none;
        box-shadow: 0 0 0 7px #fff;
        -ms-box-shadow: 0 0 0 7px #fff;
        top: -24px
    }
}

.dt-sc-image-caption .dt-sc-image-title span {
    color: #000
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type2:hover .dt-sc-image-content h3, .dt-sc-image-caption.type2:hover .dt-sc-image-content p, .dt-sc-image-caption.type2:hover .dt-sc-image-title *, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper span {
    color: #fff
}

.dt-sc-image-caption .dt-sc-image-title h6 {
    color: rgba(0,0,0,.5)
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after {
    background: #fff
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after {
    background: #090909
}

.dt-sc-image-caption.type2 .dt-sc-image-title:before {
    background: rgba(0,0,0,.9)
}

.dt-sc-image-caption.type4 .dt-sc-image-content {
    border-color: rgba(0,0,0,.1)
}

.dt-sc-image-caption .dt-sc-image-title span, .dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before {
    border-bottom-color: #000
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-image-caption.type6 {
        overflow: hidden
    }

        .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
            max-height: none;
            width: 100%
        }

        .dt-sc-image-caption.type6:hover:before {
            top: 0
        }

        .dt-sc-image-caption.type6 .dt-sc-image-content p {
            display: none
        }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-image-caption.type5 img {
        width: 100%
    }

    .dt-sc-image-caption.type6 {
        overflow: hidden
    }

        .dt-sc-image-caption.type6 h3 {
            font-size: 14px
        }

        .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
            max-height: none;
            width: 100%
        }

        .dt-sc-image-caption.type6 h3.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper {
            display: none
        }

    .dt-sc-image-caption.type7 .dt-sc-image-content {
        margin-top: 35px
    }

    .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
        margin-top: 55px
    }

    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dt-sc-image-caption.type6 .dt-sc-image-content {
        padding: 0 10px;
        margin-bottom: 0
    }

        .dt-sc-image-caption.type6 .dt-sc-image-content p {
            display: none
        }

    .dt-sc-image-caption.type6 .dt-sc-image-title {
        margin-bottom: 0
    }

    .dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper {
        margin-bottom: 0
    }

    .dt-sc-image-caption.type9 {
        margin-bottom: 30px
    }

        .dt-sc-image-caption.type9.last {
            margin-bottom: 0
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before {
        border-bottom-width: 100px;
        border-left-width: 100px
    }

    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after {
        left: 5px
    }

    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
        font-size: 30px;
        margin: 0 15px 15px 0
    }

    .dt-sc-image-caption.type2 .dt-sc-image-content h3 {
        text-transform: capitalize;
        font-size: 14px
    }

    .dt-sc-image-caption.type2 .dt-sc-image-title {
        margin-bottom: 0
    }

    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        top: 57px
    }

    .dt-sc-image-caption.type4 {
        margin-bottom: 30px
    }

    .dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-title, .dt-sc-image-caption.type5 .dt-sc-image-title h3 {
        width: 100%
    }

    .dt-sc-image-caption.type5 h3 {
        padding: 6px 15px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .dt-sc-image-caption.type6 {
        margin-bottom: 30px
    }

        .dt-sc-image-caption.type6 h3 {
            margin-bottom: 0
        }

        .dt-sc-image-caption.type6 .dt-sc-image-content p {
            display: none
        }

    .dt-sc-image-caption.type7, .dt-sc-image-caption.type9 {
        margin-bottom: 30px
    }

    .dt-sc-image-caption.type8 {
        margin-bottom: 60px
    }

        .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper {
            bottom: 30px
        }

    .dt-sc-image-caption.type9 .dt-sc-image-content .dt-sc-image-title h3 {
        text-transform: capitalize
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .rs_col-sm-6 .dt-sc-image-caption.type2 {
        margin-bottom: 30px
    }

    .rs_col-sm-6 .dt-sc-image-caption.type8 .dt-sc-image-content:before {
        left: -170px;
        width: 675px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-image-caption .dt-sc-image-content, .dt-sc-image-caption .dt-sc-image-wrapper &gt; img {
        width: 100%
    }

    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-width: 100%;
        height: auto;
        width: 100%
    }

    .dt-sc-image-caption.type6:hover .dt-sc-image-content .icon-wrapper, .dt-sc-image-caption.type6:hover .dt-sc-image-title {
        transform: matrix(1,0,0,1,0,0);
        -moz-transform: matrix(1,0,0,1,0,0);
        -ms-transform: matrix(1,0,0,1,0,0);
        -o-transform: matrix(1,0,0,1,0,0);
        -webkit-transform: matrix(1,0,0,1,0,0)
    }

    .dt-sc-image-caption.type6:hover .dt-sc-image-title {
        margin-bottom: 0
    }

    .dt-sc-image-caption.type7 {
        margin: 0 0 30px
    }

        .dt-sc-image-caption.type7 .dt-sc-image-content {
            margin: 0;
            position: static;
            top: auto;
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            -ms-transform: none
        }

        .dt-sc-image-caption.type7 .dt-sc-image-content, .dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7.left-content .dt-sc-image-content {
            padding: 0
        }

        .dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content, .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper {
            margin: 0 0 30px
        }

        .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
            margin-top: 40px
        }

        .dt-sc-image-caption.type7 .dt-sc-image-content {
            width: 100%;
            text-align: left
        }

            .dt-sc-image-caption.type7 .dt-sc-image-content:first-child {
                margin-bottom: 30px
            }

            .dt-sc-image-caption.type7 .dt-sc-image-content h3 {
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 0
            }

        .dt-sc-image-caption.type7 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:before {
            border-bottom: 15px solid #fff;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: none;
            bottom: 0;
            left: 0;
            margin: 0 auto;
            right: 0;
            top: auto;
            width: 0
        }

        .dt-sc-image-caption.type7 .dt-sc-image-wrapper:last-child:before {
            border-top: 15px solid #fff;
            border-bottom: none;
            bottom: auto
        }

    .dt-sc-image-caption.type8 {
        margin-bottom: 60px
    }

        .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper {
            bottom: 30px
        }

        .dt-sc-image-caption.type8 .dt-sc-image-content:before {
            left: -205px;
            width: 825px
        }
}

@media only screen and (max-width:479px) {
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before {
        border-bottom-width: 100px;
        border-left-width: 100px
    }

    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after {
        left: 7px
    }

    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
        font-size: 30px;
        margin: 0 15px 15px 0
    }

    .dt-sc-image-caption.type5 h3 {
        font-size: 22px
    }

    .dt-sc-image-caption.type6 {
        min-height: 190px;
        padding-bottom: 0
    }

        .dt-sc-image-caption.type6 .dt-sc-image-content {
            margin-top: 20px
        }

            .dt-sc-image-caption.type6 .dt-sc-image-content p {
                display: none
            }

        .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
            top: -15px
        }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        text-align: right
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dt-sc-image-caption.type5 h3 {
        font-size: 16px;
        padding: 6px 15px 5px;
        border-radius: 5px
    }

    .dt-sc-image-caption.type6 {
        min-height: 140px;
        padding-bottom: 0
    }

        .dt-sc-image-caption.type6 .dt-sc-image-wrapper {
            padding: 15px 0 0
        }

            .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
                max-height: 140px
            }

        .dt-sc-image-caption.type6 .dt-sc-image-content {
            margin-top: 10px
        }

        .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before {
            top: 0
        }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay {
        padding: 20px 15px
    }
}

ul.dt-sc-fancy-list {
    list-style-type: none;
    list-style-position: outside;
    margin: 0
}

    ul.dt-sc-fancy-list li {
        clear: both;
        display: block;
        position: relative;
        padding: 5px 0 5px 30px
    }

        ul.dt-sc-fancy-list li:first-child {
            padding-top: 0
        }

        ul.dt-sc-fancy-list li ul {
            padding-left: 0
        }

        ul.dt-sc-fancy-list li &gt; h6:first-child {
            display: inline-block;
            float: none;
            width: 100%;
            margin-bottom: 15px;
            font-weight: 700
        }

        ul.dt-sc-fancy-list li:before {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 900;
            text-decoration: inherit;
            font-size: 12px;
            position: absolute;
            top: 6px;
            left: 0
        }

        ul.dt-sc-fancy-list li:first-child:before {
            top: 1px
        }

    ul.dt-sc-fancy-list.star li:before {
        content: "\f005"
    }

    ul.dt-sc-fancy-list.plus li:before {
        content: "\f067"
    }

    ul.dt-sc-fancy-list.mobile li:before {
        content: "\f10b"
    }

    ul.dt-sc-fancy-list.time li:before {
        content: "\f017"
    }

    ul.dt-sc-fancy-list.map-marker li:before {
        content: "\f041"
    }

    ul.dt-sc-fancy-list.link li:before {
        content: "\f0c1"
    }

    ul.dt-sc-fancy-list.facebook li:before, ul.dt-sc-fancy-list.google-plus li:before, ul.dt-sc-fancy-list.twitter li:before {
        font-family: "Font Awesome 5 Brands"
    }

    ul.dt-sc-fancy-list.twitter li:before {
        content: "\f099"
    }

    ul.dt-sc-fancy-list.facebook li:before {
        content: "\f09a"
    }

    ul.dt-sc-fancy-list.google-plus li:before {
        content: "\f0d5"
    }

    ul.dt-sc-fancy-list.book li:before {
        content: "\f02d"
    }

    ul.dt-sc-fancy-list.check li:before {
        content: "\f00c"
    }

    ul.dt-sc-fancy-list.circle-bullet li:before {
        content: "\f111"
    }

    ul.dt-sc-fancy-list.type2 li {
        padding-left: 0
    }

        ul.dt-sc-fancy-list.type2 li span {
            font-size: 18px;
            margin: 0 10px 0 0;
            position: relative;
            top: 2px
        }

    ul.dt-sc-fancy-list.yellow li:before {
        color: #fcd21c
    }

.dt-sc-progress {
    margin: 55px 0 10px;
    clear: both;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    height: 12px;
    padding: 1px;
    border: 1px solid;
    border-radius: 20px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: -20px 0
    }

    to {
        background-position: 0 0
    }
}

.dt-sc-progress.type2 {
    height: 26px;
    border: 2px solid rgba(0,0,0,.05);
    border-radius: 30px;
    padding: 0
}

.dt-sc-progress-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0 0
}

    .dt-sc-progress-wrapper .dt-sc-progress {
        float: left;
        width: 73%;
        background: rgba(0,0,0,.1);
        border: none;
        clear: none;
        height: 7px;
        margin: 10px 0 0;
        padding: 0
    }

.dt-sc-progress.style4 {
    margin: 55px 0 0;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px 10px 23px;
    border-radius: 0;
    background: #000
}

.dt-sc-progress.style3 {
    position: relative;
    border: none;
    border-radius: 10px;
    background: #eaeaea;
    height: 10px;
    width: 90%
}

_::-webkit-full-page-media, _:future {
    top: 0
}

.dt-sc-progress.style5 {
    height: 3px;
    background-color: #e1e1e1;
    border: none;
    padding: 0
}

.dt-sc-progress {
    border-color: #000
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-progress-wrapper .dt-sc-progress {
        width: 70%
    }

    .dt-sc-progress.style5 {
        position: relative
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dt-sc-progress-wrapper .dt-sc-progress {
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-progress-wrapper .dt-sc-progress {
        width: 100%
    }

    .dt-sc-progress.style3 {
        width: 100%
    }
}

.dt-sc-sociable {
    display: block;
    clear: both;
    line-height: 0;
    margin: 0 -3px;
    padding: 0
}

    .dt-sc-sociable.center {
        text-align: center
    }

    .dt-sc-sociable.right {
        float: right;
        text-align: right
    }

    .dt-sc-sociable.left &gt; li:first-child {
        margin-left: 0
    }

    .dt-sc-sociable.right &gt; li:last-child {
        margin-right: 0
    }

    .dt-sc-sociable li {
        display: inline-block;
        margin: 2px 6px;
        padding: 0;
        position: relative
    }

        .dt-sc-sociable li a {
            float: left;
            text-align: center;
            text-indent: -9999px
        }

            .dt-sc-sociable li a &gt; i {
                font-style: normal;
                font-size: inherit;
                font-weight: 400
            }

                .dt-sc-sociable li a &gt; i:before {
                    display: inline-block;
                    font-family: "Font Awesome 5 Brands";
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    text-indent: 0;
                    width: 100%;
                    z-index: 1
                }

    .dt-sc-sociable.small li a {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        width: 36px
    }

    .dt-sc-sociable.large li a {
        font-size: 20px;
        height: 48px;
        line-height: 48px;
        width: 48px
    }

.aligncenter .dt-sc-sociable {
    text-align: center;
    width: 100%
}

    .aligncenter .dt-sc-sociable li, .aligncenter .dt-sc-sociable li a {
        display: inline-block;
        float: none
    }

.alignright .dt-sc-sociable {
    float: right;
    text-align: right
}

.dt-sc-sociable li a &gt; .dt-icon-default:after, .dt-sc-sociable li a &gt; .dt-icon-default:before, .dt-sc-sociable li a &gt; .dt-icon-hover:after, .dt-sc-sociable li a &gt; .dt-icon-hover:before, .dt-sc-sociable li a[data-hover-shape=hexagon-alt] &gt; .dt-icon-hover &gt; span:before, .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:before, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:after, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.dt-sc-sociable li a &gt; .dt-icon-default:after, .dt-sc-sociable li a &gt; .dt-icon-hover:after {
    border-style: solid;
    border-width: 3px;
    border-color: transparent
}

.dt-sc-sociable[data-default-shape=circle] li a .dt-icon-default:after, .dt-sc-sociable[data-default-shape=circle] li a .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=circle] li a .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=circle] li a .dt-icon-hover:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.dt-sc-sociable[data-default-border-radius=yes] li a .dt-icon-default:after, .dt-sc-sociable[data-default-border-radius=yes] li a .dt-icon-default:before, .dt-sc-sociable[data-hover-border-radius=yes] li a .dt-icon-hover:after, .dt-sc-sociable[data-hover-border-radius=yes] li a .dt-icon-hover:before {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dt-sc-sociable[data-default-shape=diamond-square] li, .dt-sc-sociable[data-default-shape=hexagon-alt] li, .dt-sc-sociable[data-hover-shape=diamond-square] li, .dt-sc-sociable[data-hover-shape=hexagon-alt] li {
    margin: 10px
}

.dt-sc-sociable[data-default-shape=diamond-narrow] li, .dt-sc-sociable[data-hover-shape=diamond-narrow] li {
    margin: 15px 5px
}

.dt-sc-sociable[data-default-shape=diamond-square][data-hover-shape=diamond-narrow] li {
    margin: 15px 10px
}

.dt-sc-sociable[data-default-shape=diamond-wide] li, .dt-sc-sociable[data-hover-shape=diamond-wide] li {
    margin: 5px 15px
}

.dt-sc-sociable[data-default-shape=diamond-square][data-hover-shape=diamond-wide] li {
    margin: 10px 15px
}

.dt-sc-sociable[data-default-shape=diamond-wide][data-hover-shape=diamond-narrow] li {
    margin: 15px
}

.dt-sc-sociable[data-default-shape=diamond-narrow][data-hover-shape=diamond-square] li, .dt-sc-sociable[data-default-shape=diamond-narrow][data-hover-shape=diamond-wide] li {
    margin: 20px 15px
}

.dt-sc-sociable[data-default-shape=diamond-square] li a &gt; .dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-square] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-square] li a &gt; .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-square] li a &gt; .dt-icon-hover:before {
    -webkit-transform: rotate(-45deg) skewY(0);
    transform: rotate(-45deg) skewY(0)
}

.dt-sc-sociable[data-default-shape=diamond-narrow] li a &gt; .dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-narrow] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-narrow] li a &gt; .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-narrow] li a &gt; .dt-icon-hover:before {
    margin: 0 6%;
    overflow: hidden;
    padding-bottom: 96%;
    width: 88%;
    -webkit-transform: rotate(30deg) skewY(30deg);
    transform: rotate(30deg) skewY(30deg)
}

.dt-sc-sociable[data-default-shape=diamond-wide] li a &gt; .dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-wide] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-wide] li a &gt; .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-wide] li a &gt; .dt-icon-hover:before {
    margin: 0 6%;
    overflow: hidden;
    padding-bottom: 92%;
    width: 88%;
    -webkit-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg)
}

.dt-sc-sociable[data-default-shape=hexagon-alt] li a, .dt-sc-sociable[data-default-shape=hexagon] li a, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a, .dt-sc-sociable[data-hover-shape=hexagon] li a {
    position: relative
}

    .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default:after, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover:before {
        border-top-width: 0;
        border-bottom-width: 0;
        height: 20px;
        margin: auto;
        padding-bottom: 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto
    }

    .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover:before {
        border-left-width: 0;
        border-right-width: 0;
        height: auto;
        margin: auto;
        padding-bottom: 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 20px
    }

    .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:before {
        border-style: solid;
        content: "";
        display: inline-block;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0
    }

    .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:before {
        border-width: 0 3px;
        height: 20px;
        bottom: 0;
        width: 100%;
        z-index: 0
    }

    .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:before {
        border-width: 3px 0;
        height: 100%;
        right: 0;
        width: 20px
    }

    .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:before {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span:after {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

.dt-sc-sociable li a:hover &gt; .dt-icon-default, .dt-sc-sociable li a &gt; .dt-icon-hover, .dt-sc-sociable[data-default-style=bordered] li a &gt; .dt-icon-default:before, .dt-sc-sociable[data-hover-style=bordered] li a &gt; .dt-icon-hover:before {
    opacity: 0;
    visibility: hidden
}

.dt-sc-sociable li a:hover &gt; .dt-icon-hover {
    opacity: 1;
    visibility: visible
}

.dt-sc-sociable li a, .dt-sc-sociable li a span, .dt-sc-sociable li a span:after, .dt-sc-sociable li a span:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-sociable[data-default-style=filled] li a:not(:hover) &gt; i, .dt-sc-sociable[data-hover-style=filled] li a:hover &gt; i {
    color: #fff
}

.dt-sc-sociable li.envelope a &gt; i:before {
    content: "\f0e0"
}

.dt-sc-sociable li.twitter a &gt; i:before {
    content: "\f099"
}

.dt-sc-sociable li.youtube a &gt; i:before {
    content: "\f167"
}

.dt-sc-sociable li.google-plus a &gt; i:before {
    content: "\f0d5"
}

.dt-sc-sociable li.facebook a &gt; i:before {
    content: "\f09a"
}

.dt-sc-sociable[data-default-shape=hexagon-alt] li a &gt; .dt-icon-default span, .dt-sc-sociable[data-default-shape=hexagon] li a &gt; .dt-icon-default span, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover span, .dt-sc-sociable[data-hover-shape=hexagon] li a &gt; .dt-icon-hover span {
    color: transparent
}

.dt-sc-sociable.no-bottom-space li {
    margin-bottom: 0
}

.dt-sc-sociable.no-vertical-space li {
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .dt-sc-owly-footer .dt-sc-sociable li {
        margin: 2px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-owly-footer .dt-sc-sociable li {
        margin: 2px 4px
    }
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:before, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:after, .type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a &gt; span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-tabs-horizontal-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both
}

ul.dt-sc-tabs-horizontal-frame {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid
}

    ul.dt-sc-tabs-horizontal-frame &gt; li {
        float: left;
        display: inline;
        margin: 0 -1px 0 0;
        padding: 0
    }

        ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            border: 1px solid transparent;
            float: left;
            margin: 0 -1px -1px 0;
            padding: 10px 20px;
            text-align: center;
            font-weight: 600;
            border-radius: 3px 3px 0 0
        }

            ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
                position: relative;
                z-index: 1
            }

            ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span {
                float: left;
                line-height: inherit;
                margin: 0 10px 0 0;
                position: relative
            }

.dt-sc-tabs-horizontal-frame-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 0 0
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 0;
    border-top: 2px solid rgba(0,0,0,.1)
}

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li {
        margin: 0
    }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            padding: 10px 23px;
            border: 2px solid transparent;
            margin: -2px -2px 0 -2px
        }

            .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
                border-bottom-color: rgba(0,0,0,.1);
                border-left-color: rgba(0,0,0,.1);
                border-right-color: rgba(0,0,0,.1);
                border-top-color: #fff
            }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li:first-child &gt; a.current {
            border-left-color: transparent
        }

.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame {
    text-align: center
}

    .dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        float: none;
        display: inline-block
    }

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
    border: none
}

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li {
        display: inline-block;
        text-align: center;
        margin: 0;
        float: none
    }

        .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            font-weight: 600;
            text-transform: uppercase;
            padding: 14px 30px 12px;
            border: 1px solid rgba(0,0,0,.1);
            border-bottom-width: 2px;
            border-right-width: 0;
            margin: 0;
            color: #090909;
            border-radius: 0;
            display: inline-block
        }

        .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li:last-child &gt; a {
            border-right: 1px solid rgba(0,0,0,.1)
        }

.dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 15px
}

    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li {
        display: inline-block;
        text-align: center;
        margin: 0;
        float: none;
        position: relative
    }

        .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 120px 30px 25px;
            border-style: solid;
            border-width: 0 0 2px;
            border-color: transparent;
            margin: 0 0 -8px;
            color: rgba(0,0,0,.4);
            border-radius: 0;
            display: inline-block;
            min-width: 229px
        }

            .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span {
                font-size: 36px;
                color: rgba(0,0,0,.4);
                width: 100%;
                top: 0;
                line-height: 80px;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto
            }

                .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span:after {
                    content: "";
                    position: absolute;
                    width: 80px;
                    height: 80px;
                    left: 0;
                    top: 0;
                    right: 0;
                    margin: auto;
                    background: rgba(0,0,0,.05);
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: -1;
                    border-radius: 10px
                }

            .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current &gt; span {
                color: #fff
            }

.dt-sc-tabs-horizontal-frame-container.type4 .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame {
    border: none
}

    .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li {
        margin: 0 3px 0 0
    }

        .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            border: none;
            background: rgba(0,0,0,.05);
            border-radius: 0;
            font-weight: 600;
            color: #090909;
            padding: 14px 20px 13px
        }

.dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content {
    border: 1px solid rgba(0,0,0,.05);
    padding: 30px;
    margin: 1px 0 0
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    border: 0;
    position: relative;
    border-bottom: 3px solid #000
}

    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li {
        background: #f3f3f3;
        cursor: pointer;
        display: table-cell;
        float: none;
        margin: 0 1px 0 0;
        padding: 60px 40px 30px;
        position: relative;
        text-align: center;
        width: 25%;
        font-size: 16px
    }

        .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            background: rgba(0,0,0,.01);
            border: 3px solid transparent;
            border-bottom: none;
            border-radius: 0;
            color: #000;
            display: block;
            display: block;
            float: none;
            font-weight: 700;
            height: 100%;
            left: 0;
            margin: 0 1px 0 0;
            padding: 25px 20px 5px;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            width: 100%;
            font-size: 20px
        }

        .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -10px;
            width: 20px;
            height: 20px;
            margin: auto;
            border: 4px solid #000;
            opacity: 1;
            border-radius: 50%;
            background: #fff;
            z-index: 9
        }

        .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li:nth-child(2) {
            background: #eee
        }

        .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li:nth-child(3) {
            background: #e7e7e7
        }

        .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li:nth-child(4) {
            background: #e0e0e0
        }

.dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content {
    padding: 30px 0 0;
    position: relative
}

    .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content::after {
        left: auto;
        right: -100%
    }

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
    background: rgba(0,0,0,.1);
    color: #fff
}

    .skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
        background: #fff;
        color: #090909
    }

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content {
    background: #fff;
    color: #090909
}

    .skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h3, .skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h4 {
        color: #090909
    }

ul.dt-sc-tabs-horizontal {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    ul.dt-sc-tabs-horizontal &gt; li {
        float: left;
        display: inline;
        margin: 0;
        padding: 0
    }

        ul.dt-sc-tabs-horizontal &gt; li &gt; a {
            border-bottom: 1px solid transparent;
            float: left;
            margin: 0 0 -1px;
            padding: 10px 20px 15px 20px;
            font-size: 14px;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 3px 3px 0 0;
            color: #090909
        }

            ul.dt-sc-tabs-horizontal &gt; li &gt; a.current {
                position: relative;
                z-index: 1
            }

            ul.dt-sc-tabs-horizontal &gt; li &gt; a &gt; span {
                float: left;
                line-height: inherit;
                margin: 0 10px 0 0;
                position: relative
            }

.dt-sc-tabs-horizontal-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px 0
}

.dt-sc-tabs-vertical-frame-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1)
}

ul.dt-sc-tabs-vertical-frame {
    float: left;
    width: 32%;
    margin: 0 -1px 1px 0;
    padding: 0
}

    ul.dt-sc-tabs-vertical-frame &gt; li {
        float: left;
        display: block;
        padding: 0;
        width: 100%;
        position: relative
    }

        ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
            border: 1px solid;
            border-right: 1px solid transparent;
            border-left-width: 0;
            border-top-width: 0;
            display: block;
            margin: 0 0 -1px 0;
            padding: 30px 14px 28px;
            font-weight: 700;
            font-size: 14px;
            line-height: normal
        }

.vc_col-sm-6 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
    padding: 18px 14px
}

ul.dt-sc-tabs-vertical-frame &gt; li &gt; a &gt; span {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative
}

ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a {
    border-top: 1px solid rgba(0,0,0,.1)
}

ul.dt-sc-tabs-vertical-frame &gt; li:last-child &gt; a {
    border-bottom-width: 0
}

ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current {
    position: relative;
    z-index: 1
}

.dt-sc-tabs-vertical-frame-content {
    float: left;
    width: 68%;
    width: -webkit-calc(68% + 1px);
    width: -moz-calc(68% + 1px);
    width: calc(68% + 1px);
    margin: 0;
    padding: 20px 30px 20px;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
    position: relative
}

    .dt-sc-tabs-vertical-frame-content h4 {
        text-transform: none
    }

.dt-sc-tabs-vertical-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
    overflow: hidden
}

ul.dt-sc-tabs-vertical {
    width: 32%;
    margin: 0 -1px 1px 0;
    padding: 0;
    float: left;
    padding: 0
}

    ul.dt-sc-tabs-vertical &gt; li {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%
    }

        ul.dt-sc-tabs-vertical &gt; li &gt; a {
            border-right: 1px solid transparent;
            float: left;
            margin: 0;
            padding: 10px 20px 15px 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: rgba(0,0,0,.4);
            width: 100%
        }

            ul.dt-sc-tabs-vertical &gt; li &gt; a.current {
                position: relative;
                z-index: 1
            }

            ul.dt-sc-tabs-vertical &gt; li &gt; a &gt; span {
                float: left;
                line-height: inherit;
                margin: 0 10px 0 0;
                position: relative
            }

.dt-sc-tabs-vertical-content {
    float: left;
    width: 68%;
    margin: 0;
    padding: 20px 30px 20px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,.1)
}

.dt-sc-tabs-vertical-frame-container.type2 {
    border: 0
}

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame {
        background: rgba(0,0,0,.4)
    }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
            border: 0;
            font-size: 16px;
            font-weight: 600;
            text-transform: none;
            padding: 15px 30px;
            position: relative
        }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a {
            padding-top: 30px
        }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:last-child &gt; a {
            padding-bottom: 30px
        }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
            content: "\f105";
            position: absolute;
            right: 30px;
            top: 14px;
            font-size: 20px;
            font-family: FontAwesome
        }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a.current:before {
            top: 29px
        }

    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content {
        border: 0;
        padding: 0 0 0 30px
    }

.dt-sc-tabs-vertical-frame-container.type3 {
    border: 0
}

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        border: 1px solid rgba(0,0,0,.1);
        padding: 15px 15px 14px;
        font-size: 18px;
        margin: 0 0 10px
    }

        .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:hover {
            color: #090909
        }

            .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
                content: "";
                position: absolute;
                right: -16px;
                top: 0;
                bottom: 0;
                height: 0;
                margin: auto;
                border-top: 27px solid transparent;
                border-bottom: 27px solid transparent;
                border-left: 15px solid
            }

    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content {
        border: 0;
        padding: 0 0 0 70px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a &gt; span {
        position: absolute;
        left: -35px;
        top: 18px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current, .type3 ul.dt-sc-tabs-vertical-frame &gt; li:hover &gt; a {
        padding-left: 45px
    }

        .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current &gt; span, .type3 ul.dt-sc-tabs-vertical-frame &gt; li:hover &gt; a &gt; span {
            left: 15px
        }

.dt-sc-tabs-vertical-frame-container.type4 {
    border: 0
}

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 12px 30px 12px 0;
        font-size: 18px;
        font-weight: 600;
        color: rgba(0,0,0,.4);
        margin: 0;
        text-transform: none;
        letter-spacing: .5px;
        position: relative;
        overflow: hidden
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a {
        border-top: 0
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current {
        color: #090909
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:before {
        content: "\f105";
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 35px;
        font-size: 22px;
        color: rgba(0,0,0,.4);
        font-family: FontAwesome;
        line-height: 33px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50%;
        font-weight: 400;
        bottom: 0;
        margin: auto 0;
        padding-left: 3px;
        border: 1px solid rgba(0,0,0,.4)
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:before {
        -webkit-transition: all .37s linear;
        -moz-transition: all .37s linear;
        -o-transition: all .37s linear;
        -ms-transition: all .37s linear;
        transition: all .37s linear
    }

    .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        border: 0;
        padding: 0 0 0 70px
    }

.dt-sc-tabs-vertical-frame-container.rs_align_middle, .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame {
    float: none
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle {
    display: table;
    border: none
}

    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame {
        display: table-cell;
        vertical-align: middle
    }

        .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li &gt; a {
            border-left: 1px solid rgba(0,0,0,.1);
            margin: 0 -1px 0 0
        }

        .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.last &gt; a {
            border-bottom-width: 1px;
            border-right: 1px solid rgba(0,0,0,.1)
        }

    .dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content {
        border: 1px solid rgba(0,0,0,.1);
        width: 100%
    }

    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last &gt; a {
        border-right-color: #fff
    }

.type7 ul.dt-sc-tabs-horizontal-frame {
    background: rgba(0,0,0,.05);
    border-bottom: 0;
    padding: 0 20px 0 150px;
    margin-bottom: 30px;
    position: relative
}

.type7 .dt-sc-tabs-horizontal-frame:before {
    color: #878c90;
    content: "Jump to:";
    font-size: 28px;
    font-weight: 400;
    left: 40px;
    position: absolute;
    top: 25px
}

.type7 ul.dt-sc-tabs-horizontal-frame &gt; li {
    padding: 20px 0;
    position: relative;
    margin: 0 10px
}

.type7 .dt-sc-tabs-horizontal-frame &gt; li:after {
    border-right: 1px solid rgba(0,0,0,.15);
    bottom: 0;
    content: "";
    height: 40px;
    margin: auto;
    position: absolute;
    right: -10px;
    top: 0
}

.type7 .dt-sc-tabs-horizontal-frame &gt; li:last-child:after {
    content: none
}

.type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
    font-weight: lighter;
    font-size: 28px;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

    .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before {
        border-top: 5px solid;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid;
        content: "";
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 5px;
        width: 0
    }

    .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
        position: static
    }

.type8 ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 0
}

    .type8 ul.dt-sc-tabs-horizontal-frame &gt; li {
        margin-right: 1px
    }

        .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            background: #fafafa;
            border: 0;
            border-radius: 0;
            color: #222;
            font-size: 16px;
            text-transform: capitalize;
            padding: 11px 25px 13px;
            margin: 0;
            position: relative
        }

            .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:before {
                border-top: 2px solid #f2f2f2;
                content: "";
                left: 0;
                position: absolute;
                top: -3px;
                width: 100%
            }

            .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before, .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:hover:before {
                border-color: #000
            }

            .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:hover {
                color: #090909
            }

.type9 ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
    border-bottom: 0
}

    .type9 ul.dt-sc-tabs-horizontal-frame &gt; li {
        display: inline-block;
        float: none;
        margin: 0
    }

        .type9 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            border-radius: 0;
            border: 0;
            background: #eeefed;
            float: none;
            display: inline-block;
            text-transform: uppercase;
            padding: 15px 20px;
            min-width: 100px;
            margin: 0
        }

            .type9 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span {
                width: 100%;
                margin-bottom: 12px;
                margin-right: 0;
                font-size: 25px
            }

            .type9 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
                background: #fff
            }

.type9 .dt-sc-tabs-horizontal-frame-content {
    background: #fff;
    padding: 45px
}

.dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal {
    border: none
}

    .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        position: relative;
        clear: both;
        display: inline-block;
        float: none;
        font-size: 24px;
        text-align: center;
        text-transform: inherit;
        border: none
    }

        .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a:before {
            position: absolute;
            content: "";
            display: block;
            width: 0;
            height: 5px;
            border-radius: 5px;
            bottom: 0;
            transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            right: 0;
            left: 0;
            margin: 0 auto
        }

        .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a.current:before {
            width: 100%
        }

.dt-sc-tabs-horizontal-container.custom-style .dt-sc-tabs-horizontal-content {
    padding: 60px 0
}

ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
    color: rgba(0,0,0,.4)
}

ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
    color: #191919
}

ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
    border-color: rgba(0,0,0,.1)
}

ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
    border-top-color: rgba(0,0,0,.1)
}

ul.dt-sc-tabs-horizontal-frame, ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
    border-bottom-color: rgba(0,0,0,.1)
}

    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current {
        border-bottom-color: #fff
    }

    ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current {
        border-right-color: #fff
    }

@media only screen and (min-width:1201px) and (max-width:1600px) {
    .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        font-size: 20px;
        padding: 10px 15px 15px 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-tabs-vertical-frame-content img {
        position: inherit !important
    }

    ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        padding: 10px 15px 15px
    }

    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 15px
    }

    .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        font-size: 18px;
        padding: 10px 14px 15px 14px
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 18px
    }

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 11px 20px
    }

    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        min-width: 25%
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        padding: 15px
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:after {
        right: 27px
    }

    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding-left: 50px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
        border-bottom-width: 24px;
        border-top-width: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        padding: 10px 15px 15px
    }

    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 15px
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        font-size: 12px;
        padding: 8px 10px
    }

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        font-size: 11px;
        padding: 10px 20px
    }

    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        font-size: 13px;
        min-width: 25%
    }

    .dt-sc-tabs-vertical-frame-content img {
        position: inherit !important
    }

    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content, ul.dt-sc-tabs-vertical-frame {
        width: 50%
    }

    .vc_col-sm-6 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        padding: 14px 8px
    }

    ul.dt-sc-tabs-vertical-frame &gt; li &gt; a &gt; span {
        margin: 0 5px 0 0
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current::before {
        right: 20px;
        top: 12px
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a.current::before {
        top: 28px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current::before {
        border-bottom-width: 23px;
        border-top-width: 23px
    }

    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding-left: 40px;
        width: 50%
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:after {
        right: 6px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-tabs-vertical-frame-content img {
        position: inherit !important
    }

    .type7 ul.dt-sc-tabs-horizontal {
        padding-left: 20px
    }

    .type7 .dt-sc-tabs-horizontal:before {
        content: none
    }

    .type7 ul.dt-sc-tabs-horizontal-frame {
        padding-left: 0;
        padding-right: 0
    }

        .type7 ul.dt-sc-tabs-horizontal-frame li {
            margin: 0
        }

        .type7 .dt-sc-tabs-horizontal-frame &gt; li:after, .type7 ul.dt-sc-tabs-horizontal-frame:before {
            display: none
        }

        .type7 ul.dt-sc-tabs-horizontal-frame &gt; li, .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            width: 100%
        }

    ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-vertical li {
        position: relative;
        z-index: 1
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li {
        text-align: center;
        width: 100%
    }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            display: inline-block;
            float: none
        }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame {
        border-top: none;
        padding: 0 0 35px
    }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li {
            border: none
        }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li {
            overflow: hidden
        }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            font-size: 14px
        }

            .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:after, .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before {
                content: "";
                height: 2px;
                position: absolute;
                top: 0;
                width: 100%;
                -webkit-transition: all .3s linear 0s;
                -moz-transition: all .3s linear 0s;
                -ms-transition: all .3s linear 0s;
                -o-transition: all .3s linear 0s;
                transition: all .3s linear 0s
            }

            .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before {
                left: -100%
            }

            .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:after {
                right: -100%
            }

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        border-right-width: 1px;
        margin: 0 0 -2px;
        width: 80%
    }

        .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span {
            float: none
        }

    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
        border: none
    }

        .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li {
            margin: 0 0 35px
        }

            .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
                margin: 0 0 -1px;
                min-width: 60%
            }

        .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li {
            border-bottom: 1px solid rgba(0,0,0,.08)
        }

    .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        display: block;
        float: none;
        line-height: normal
    }

    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li {
        display: block;
        width: 100%
    }

    .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        display: block;
        width: 100%
    }

    .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame &gt; li {
        margin-bottom: 5px
    }

        .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a span {
            float: none
        }

    .dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame {
        min-height: auto !important
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li:first-child &gt; a.current {
        border-left-color: rgba(0,0,0,.1)
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:after, .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before {
        background-color: rgba(0,0,0,.1)
    }

    .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type7 ul.dt-sc-tabs-horizontal-frame &gt; li, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame &gt; li {
        border-bottom: 1px solid rgba(255,255,255,.5);
        margin: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        padding: 10px 15px 15px
    }

    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 15px
    }

    .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        padding: 15px 20px 15px 20px
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame {
        width: 46%
    }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
            padding: 15px
        }

    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding: 0 0 0 20px;
        width: calc(54% + 1px)
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        font-size: 12px
    }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
            font-size: 18px;
            right: 15px;
            top: 15px
        }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a.current:before {
        top: 31px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
        border-width: 24px 0 24px 15px
    }

    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content {
        padding: 0 0 0 35px
    }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        padding: 12px 15px 12px 0
    }

        .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:before {
            line-height: 46px;
            padding-right: 3px;
            right: -30px;
            width: 30px
        }

        .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:after {
            right: 6px
        }
}

@media only screen and (max-width:479px) {
    ul.dt-sc-tabs-horizontal, ul.dt-sc-tabs-horizontal-frame {
        border: none
    }

        ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-horizontal-frame li {
            border-bottom: 1px solid rgba(0,0,0,.1);
            text-align: center;
            width: 100%
        }

        ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, ul.dt-sc-tabs-horizontal &gt; li &gt; a {
            display: inline-block;
            float: none
        }

        ul.dt-sc-tabs-horizontal-frame li {
            margin-bottom: 10px
        }

            ul.dt-sc-tabs-horizontal-frame li:last-child {
                margin-bottom: 0
            }

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li {
        margin: 0
    }

        .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
            width: 98%
        }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li {
        width: 95%
    }

    .dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content {
        padding: 30px 30px 0
    }

    .type7 ul.dt-sc-tabs-horizontal {
        padding-left: 0
    }

        .type7 ul.dt-sc-tabs-horizontal &gt; li {
            float: left;
            width: 100%
        }

    .type7 .dt-sc-tabs-horizontal:before, .type7 .dt-sc-tabs-horizontal &gt; li:after {
        content: none
    }

    ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        font-size: 13px
    }

    .dt-sc-tabs-vertical-frame-container.rs_align_middle {
        text-align: center
    }

        .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame {
            display: block;
            min-height: auto !important;
            width: 100%
        }

            .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
                margin: 0
            }

                .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last &gt; a, .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame &gt; li &gt; a, .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current {
                    border-right: 1px solid rgba(0,0,0,.1)
                }

                .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.last &gt; a {
                    border-bottom-width: 0
                }

    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame {
        width: 100%
    }

    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content {
        padding: 30px 0 0 0
    }

    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding: 50px 0 0 0
    }

    .type9 .dt-sc-tabs-horizontal-frame-content h2.vc_custom_heading {
        font-size: 32px
    }
}

@media only screen and (max-width:319px) {
    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        font-size: 12px
    }

    ul.dt-sc-tabs-horizontal &gt; li &gt; a {
        padding: 10px 15px 15px
    }

    ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 15px
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        font-size: 11px
    }

    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 8px 10px
    }

    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a {
        padding: 10px 20px
    }

        .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a &gt; span {
            top: -1px
        }

    ul.dt-sc-tabs-vertical &gt; li &gt; a {
        font-size: 11px;
        padding: 10px 10px 15px 0
    }

        ul.dt-sc-tabs-vertical &gt; li &gt; a &gt; span {
            margin: 0 5px 0 0;
            top: 5px
        }

    ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        font-size: 10px
    }

    .vc_col-sm-6 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        padding: 14px 8px
    }

    ul.dt-sc-tabs-vertical-frame &gt; li &gt; a &gt; span {
        margin: 0 5px 0 0
    }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

        .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current::before {
            right: 20px;
            top: 12px
        }

    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li:first-child &gt; a.current::before {
        top: 28px
    }

    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame {
        width: 97%
    }

        .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
            font-size: 11px;
            padding: 15px 12px 14px
        }

            .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current::before {
                border-bottom-width: 23px;
                border-top-width: 23px
            }

    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a {
        font-size: 12px;
        padding: 12px 15px 12px 0
    }

        .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:before {
            font-size: 14px;
            line-height: 46px;
            padding-right: 3px;
            right: -30px;
            width: 30px
        }

        .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:after {
            right: 6px
        }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        display: none !important
    }
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img, .dt-sc-testimonial-images li a img, .dt-sc-testimonial.type4 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img, .dt-sc-testimonial.type7 .dt-sc-testimonial-author span, .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type8, .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-testimonial-wrapper {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

    .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
        display: inline-block;
        font-size: 16px;
        font-style: normal;
        margin: 20px 0 0
    }

        .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small {
            clear: both;
            display: block;
            font-size: 14px;
            font-weight: 400
        }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets {
        float: left;
        width: 100%;
        text-align: center;
        margin: 40px 0 0;
        padding: 0
    }

        .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
            width: 10px;
            height: 10px;
            border: 1px solid;
            text-indent: -9999px;
            border-radius: 50%;
            display: inline-block;
            margin: 5px;
            position: relative
        }

            .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:before {
                display: none;
                content: "";
                position: absolute;
                border: 4px solid;
                left: -4px;
                top: -4px;
                border-radius: 50%;
                width: 100%;
                height: 100%
            }

            .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before {
                display: block
            }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
        font-weight: 700;
        clear: both;
        display: inline-block;
        margin: 15px 0;
        text-align: center;
        width: 100%
    }

        .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small {
            border-left: 1px solid;
            display: inline-block;
            margin-left: 10px;
            padding-left: 10px
        }

.dt-sc-testimonial.type1 {
    text-align: center
}

    .dt-sc-testimonial.type1 .dt-sc-testimonial-author {
        display: inline-block;
        margin: 0 0 20px;
        text-align: center;
        width: 100%
    }

        .dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
            display: inline-block;
            border: 5px solid;
            border-radius: 50%;
            line-height: 0
        }

        .dt-sc-testimonial.type1 .dt-sc-testimonial-author img {
            max-width: 120px;
            border-radius: 50%
        }

        .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
            clear: both;
            text-align: center;
            display: inline-block;
            width: 100%
        }

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author {
    margin: 10px 0 20px
}

.dt-sc-testimonial.type2 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

    .dt-sc-testimonial.type2 .dt-sc-testimonial-author {
        width: 100%;
        float: left;
        position: relative
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author &gt; span {
            width: 80px;
            float: left
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
            max-width: 80px;
            float: left;
            border-radius: 50%
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
            position: absolute;
            left: 100px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: auto;
            bottom: auto;
            margin: 0
        }

            .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
                padding-left: 5px;
                margin-left: 10px;
                display: inline-block;
                position: relative
            }

                .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small:before {
                    position: absolute;
                    content: "-";
                    display: block;
                    left: -5px;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%)
                }

    .dt-sc-testimonial.type2.alignright .dt-sc-testimonial-author &gt; span {
        float: right
    }

    .dt-sc-testimonial.type2.alignright .dt-sc-testimonial-author cite {
        left: inherit;
        right: 100px
    }

.dt-sc-testimonial.type2 {
    text-align: center
}

    .dt-sc-testimonial.type2.aligncenter .dt-sc-testimonial-author &gt; span {
        float: none;
        text-align: center;
        display: inline-block
    }

    .dt-sc-testimonial.type2.aligncenter .dt-sc-testimonial-author cite {
        left: 0;
        right: 0;
        top: inherit;
        bottom: -50%
    }

.dt-sc-testimonial.type3 {
    text-align: center
}

    .dt-sc-testimonial.type3 .dt-sc-testimonial-author {
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative
    }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
            content: "";
            position: absolute;
            width: 75%;
            height: 1px;
            left: 0;
            right: 0;
            margin: auto;
            top: 45px;
            border-top: 1px solid rgba(0,0,0,.1)
        }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author span {
            display: inline-block;
            border-radius: 50%;
            line-height: 0;
            position: relative;
            z-index: 1
        }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author img {
            max-width: 90px;
            border-radius: 50%
        }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
            clear: both;
            display: inline-block;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            margin: 0 0 20px;
            text-align: center;
            width: 100%
        }

            .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
                clear: none;
                display: inline-block;
                margin-left: 5px
            }

.dt-sc-testimonial-special-wrapper .dt-sc-testimonial-wrapper {
    padding-bottom: 20px
}

.dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial-special-wrapper:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px
}

.dt-sc-testimonial-special-wrapper:before {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-testimonial-special-wrapper:after {
    content: "\201c";
    text-align: center;
    font-size: 55px;
    line-height: 74px;
    font-family: Georgia,"Times New Roman",Times,serif
}

.dt-sc-testimonial-images {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 505px
}

    .dt-sc-testimonial-images li {
        display: inline;
        float: left;
        margin: 0;
        width: 25%;
        padding: 0;
        line-height: 0
    }

        .dt-sc-testimonial-images li a {
            line-height: 0;
            display: inline-block;
            padding: 15px;
            width: 100%
        }

            .dt-sc-testimonial-images li a img {
                max-width: 100%;
                border-radius: 5px
            }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: both
        }

        .dt-sc-testimonial-images li a {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none
        }

        .dt-sc-testimonial-images li div {
            width: 100%;
            margin: 0;
            padding: 0;
            display: inline-block
        }

        .dt-sc-testimonial-images li.selected div {
            margin: 17px auto;
            display: block;
            width: 85px;
            height: 85px;
            overflow: hidden;
            border-radius: 15px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: relative;
            border: 3px solid
        }

        .dt-sc-testimonial-images li.selected a {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

        .dt-sc-testimonial-images li.selected img {
            max-width: none;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 125px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.dt-sc-testimonial.type4 {
    display: inline-block;
    padding-bottom: 70px
}

    .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
        margin: 0 4% 0 0;
        float: left;
        width: 20%;
        text-align: center
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author img {
            border-radius: 50%
        }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
            font-weight: 700;
            font-size: 16px;
            font-style: normal;
            margin: 20px 0 0;
            position: absolute;
            bottom: 0;
            right: 0;
            text-align: right
        }

_::-webkit-full-page-media, _:future, :root .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
    width: 100%
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    clear: both;
    display: inline;
    width: 100%;
    margin-left: 10px;
    position: relative;
    padding-left: 10px
}

    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small:before {
        position: absolute;
        content: "-";
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

.dt-sc-testimonial.type5 {
    width: 100%;
    display: inline-block;
    text-align: center
}

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author span {
        width: 100%;
        display: inline-block
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author {
        margin-top: -42px
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
            border-radius: 50%;
            max-width: 95px;
            float: none;
            margin: 0 auto
        }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
            margin: 18px 0 0;
            float: left;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            position: relative;
            width: 100%
        }

            .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
                text-transform: none;
                font-size: 14px;
                font-weight: 400;
                clear: both;
                letter-spacing: normal;
                display: block
            }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author img, ::i-block-chrome {
        border: none
    }
}

.dt-sc-testimonial.type5.alignleft {
    float: left;
    text-align: left
}

    .dt-sc-testimonial.type5.alignleft .dt-sc-testimonial-author cite {
        float: none;
        display: inline-block
    }

    .dt-sc-testimonial.type5.alignleft .dt-sc-testimonial-author img {
        float: left;
        margin: 0 20px 0 0
    }

.dt-sc-testimonial.type5.alignright {
    float: right;
    text-align: right
}

    .dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite {
        float: none;
        display: inline-block
    }

    .dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author img {
        float: right;
        margin: 0 0 0 20px
    }

.vc_row-no-padding .dt-sc-testimonial.type5 {
    max-width: 500px
}

.dt-sc-testimonial.type6 {
    overflow: hidden
}

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        float: right;
        width: 40%;
        padding: 112px 0 114px 60px;
        position: relative
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
            max-width: 100px;
            border: 2px solid;
            border-radius: 50%;
            float: left;
            margin: 0 20px 0 0;
            position: relative;
            z-index: 1
        }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite {
            margin-top: 25px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            position: relative;
            z-index: 1
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small {
                text-transform: none;
                font-size: 14px
            }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
            content: "";
            position: absolute;
            left: 65px;
            top: 0;
            width: 330px;
            height: 330px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 10px
        }

    .dt-sc-testimonial.type6:after {
        content: "";
        position: absolute;
        top: 0;
        left: 75%;
        width: 9000px;
        height: 100%
    }

.dt-sc-testimonial.type7 {
    padding: 0;
    position: relative;
    text-align: center
}

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author {
        position: relative;
        display: inline-block
    }

        .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before {
            content: '\,,';
            font-family: Cormorant,serif;
            font-size: 150px;
            left: -45px;
            letter-spacing: -5px;
            margin: auto;
            position: absolute;
            top: 70px;
            transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            opacity: .5
        }

    .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author:before {
        opacity: 1;
        left: -55px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author span {
        display: block;
        border: 1px solid transparent;
        border-radius: 50%;
        position: relative;
        padding: 10px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author img {
        border-radius: 50%;
        max-width: 190px
    }

.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: block
}

.dt-sc-testimonial.type7.alignleft {
    text-align: left
}

.dt-sc-testimonial.type7.alignright {
    text-align: right
}

.dt-sc-testimonial.type7:hover .dt-sc-testimonial-author span {
    border-color: #090909
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center
}

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author span {
        display: inline-block;
        border: 5px solid;
        border-radius: 50%;
        line-height: 0
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author img {
        max-width: 80px;
        border-radius: 50%
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        font-size: 16px;
        line-height: normal;
        position: static;
        bottom: auto;
        left: 30%;
        right: auto;
        text-align: center;
        top: 100%;
        margin: 20px 0;
        font-style: normal;
        width: 100%;
        float: none;
        display: inline-block
    }

.dt-sc-testimonial.type8 {
    float: left;
    padding: 45px 40px;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    position: relative
}

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author, .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        position: static;
        width: 100%;
        text-align: left
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
            margin: 20px 0;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            line-height: 24px
        }

            .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
                display: inline-block;
                font-size: 16px;
                font-weight: 600;
                margin-left: 15px;
                padding-left: 15px;
                position: relative;
                text-transform: capitalize
            }

                .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small:before {
                    position: absolute;
                    content: "-";
                    display: block;
                    left: -5px;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%)
                }

    .dt-sc-testimonial.type8:hover {
        -webkit-box-shadow: 0 0 0 5px #e5e5e5;
        box-shadow: 0 0 0 5px #e5e5e5
    }

    .dt-sc-testimonial.type8.aligncenter .dt-sc-testimonial-author, .dt-sc-testimonial.type8.aligncenter .dt-sc-testimonial-author cite {
        text-align: center
    }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author, .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        text-align: right
    }

    .dt-sc-testimonial.type8:hover {
        background: #090909
    }

.dt-sc-special-testimonial-container .vc_col-sm-6 {
    padding: 75px 0 75px 65px
}

ul.dt-sc-testimonial-special li {
    list-style: none
}

.dt-sc-special-testimonial-container ul.dt-sc-testimonial-images li a img {
    transition: none
}

.dt-sc-special-testimonial-details-holder {
    text-align: center;
    cursor: move
}

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        font-size: 20px;
        color: #666;
        padding: 0 100px;
        margin-bottom: 20px;
        position: relative;
        font-weight: lighter;
        line-height: 40px
    }

        .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
            position: absolute;
            content: '\f1b2';
            display: block;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 120px;
            top: 50%;
            transform: translateY(-50%);
            font-family: Material-Design-Iconic-Font;
            z-index: -1;
            opacity: .2
        }

.dt-sc-special-testimonial-images-holder {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px
}

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        text-align: center
    }

        .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
            border-radius: 50%;
            float: none;
            display: inline-block;
            margin: 20px 0 10px;
            width: 180px;
            cursor: pointer;
            transform: scale(.8);
            -moz-transform: scale(.8);
            -webkit-transform: scale(.8);
            -ms-transform: scale(.8)
        }

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        line-height: 20px
    }

        .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
            width: 100%;
            float: none;
            display: inline-block;
            font-size: 16px;
            text-transform: capitalize;
            color: #898989;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: .5px
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome {
        font-weight: 500
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img, ::i-block-chrome {
        border: none;
        box-shadow: 0 0 0 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1)
    }
}

.dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
    color: #090909
}

.dt-sc-testimonial-special-wrapper:after {
    color: #fff
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type6:after {
    background: #f7f7f7
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
    border-color: #090909
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
    color: rgba(0,0,0,.4)
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
    border-color: rgba(0,0,0,.06)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
    box-shadow: 0 8px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.15)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
    color: #666
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author span {
    border-color: #fff
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    border-color: rgba(0,0,0,.1)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-testimonial-images li.selected div {
        width: 65px;
        height: 65px
    }

    .dt-sc-testimonial-images li {
        width: 32%;
        min-height: 114px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

    .dt-sc-testimonial.type6::after {
        left: 60%
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        content: none
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px
    }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px
    }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 70px 0 70px 65px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
        margin-top: 0;
        margin-bottom: 5px
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        font-size: 15px
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
            font-size: 12px
        }

    .dt-sc-testimonial.type6::after {
        left: 60%
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span {
            display: block
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span img {
                float: none;
                margin: auto
            }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
            content: none
        }

    .dt-sc-testimonial.type8 {
        margin-bottom: 30px
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
            right: 10px
        }

        .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
            left: 10px
        }

    .dt-sc-testimonial-images li.selected div {
        width: 75px;
        height: 75px
    }

    .dt-sc-testimonial-images li {
        width: 45%;
        min-height: 115px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

    .vc_row-no-padding .rs_col-sm-12 .dt-sc-testimonial.type5 {
        max-width: inherit
    }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 14px 40px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author &gt; span {
            float: none;
            display: inline-block
        }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 65px 35px
    }

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 50px
    }

    .dt-sc-testimonial-images li {
        width: 25%;
        height: 95px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

        .dt-sc-testimonial-images li.selected div {
            width: 60px;
            height: 60px
        }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
        width: 100%;
        text-align: center
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
        float: left;
        margin: 20px 0;
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100%
    }

    .dt-sc-testimonial-special-wrapper::after, .dt-sc-testimonial-special-wrapper::before {
        bottom: -23px;
        left: 0;
        right: 0;
        top: auto
    }

    .dt-sc-testimonial.type5 {
        float: left;
        margin: 0 0 25px;
        width: 100%
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
            float: none;
            display: inline-block;
            margin-bottom: 10px
        }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author span {
            float: left
        }

    .vc_row-no-padding .dt-sc-testimonial.type5 {
        max-width: inherit
    }

    .dt-sc-testimonial.type6 {
        text-align: center;
        overflow: visible
    }

        .dt-sc-testimonial.type6:after {
            content: none
        }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
            padding: 40px 20px;
            width: 100%
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
                float: none;
                margin: auto
            }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span {
                display: block
            }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
                height: 200px;
                margin: auto;
                left: 0;
                right: 0;
                top: 50%;
                width: 200px
            }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author:after {
                content: "";
                height: 100%;
                left: -100%;
                position: absolute;
                right: -100%;
                top: 0;
                width: 9999px;
                background-color: #f7f7f7
            }

    .dt-sc-testimonial.type7 {
        margin-bottom: 70px
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
            right: 10px;
            text-align: left;
            font-size: 24px
        }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px;
        text-align: right
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 50px
    }

    .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
        width: 100%
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author span {
            width: 50%;
            float: none;
            display: inline-block
        }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
            margin: 10px 0 0;
            position: static
        }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        height: 150px;
        width: 150px
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
            display: block;
            float: none;
            margin: 0 auto
        }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before {
        font-size: 100px;
        top: 45px;
        left: -28px
    }

    .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author:before {
        top: 40px;
        left: -32px
    }

    .dt-sc-testimonial.type8 {
        padding: 25px 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-testimonial-images li {
        width: 50%;
        min-height: 117px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-testimonial-images {
        max-width: 140px
    }

        .dt-sc-testimonial-images li {
            width: 100%
        }

    .dt-sc-testimonial.type2 .dt-sc-testimonial-author, .dt-sc-testimonial.type5 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author img, .dt-sc-testimonial.type2 .dt-sc-testimonial-author span {
            float: none
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author span {
            display: inline-block
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
            display: block
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
            margin: 30px auto;
            width: 100%
        }

    .dt-sc-testimonial.type4 {
        padding-top: 140px;
        text-align: center
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
            width: 100%
        }

            .dt-sc-testimonial.type4 .dt-sc-testimonial-author &gt; span {
                display: inline-block;
                margin: auto;
                max-width: 60%;
                position: absolute;
                left: 0;
                right: 0;
                top: 0
            }

            .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
                display: block;
                position: static;
                text-align: center
            }

                .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
                    display: block;
                    margin-left: 0
                }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        float: none
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before {
        right: 0
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        display: block;
        font-size: 12px;
        float: none
    }
}

@-webkit-keyframes bg-color {
    0% {
        background-color: #fcd21c
    }

    5% {
        background-color: #f0f
    }

    10% {
        background-color: #fff44a
    }

    15% {
        background-color: #42e063
    }

    20% {
        background-color: #0ff
    }

    25% {
        background-color: #2c9fda
    }

    30% {
        background-color: #f08080
    }

    35% {
        background-color: #2cda96
    }

    40% {
        background-color: #db7093
    }

    45% {
        background-color: #ed1651
    }

    50% {
        background-color: #f5821f
    }

    55% {
        background-color: #ba55d3
    }

    60% {
        background-color: #9932cc
    }

    65% {
        background-color: #7b68ee
    }

    70% {
        background-color: #3cb371
    }

    75% {
        background-color: #91dcf2
    }

    80% {
        background-color: #b0add3
    }

    85% {
        background-color: #40e0d0
    }

    90% {
        background-color: #6495ed
    }

    95% {
        background-color: #fff4ca
    }

    100% {
        background-color: #fcd21c
    }
}

@keyframes bg-color {
    0% {
        background-color: #fcd21c
    }

    5% {
        background-color: #f0f
    }

    10% {
        background-color: #fff44a
    }

    15% {
        background-color: #42e063
    }

    20% {
        background-color: #0ff
    }

    25% {
        background-color: #2c9fda
    }

    30% {
        background-color: #f08080
    }

    35% {
        background-color: #2cda96
    }

    40% {
        background-color: #db7093
    }

    45% {
        background-color: #ed1651
    }

    50% {
        background-color: #f5821f
    }

    55% {
        background-color: #ba55d3
    }

    60% {
        background-color: #9932cc
    }

    65% {
        background-color: #7b68ee
    }

    70% {
        background-color: #3cb371
    }

    75% {
        background-color: #91dcf2
    }

    80% {
        background-color: #b0add3
    }

    85% {
        background-color: #40e0d0
    }

    90% {
        background-color: #6495ed
    }

    95% {
        background-color: #fff4ca
    }

    100% {
        background-color: #fcd21c
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background-color: #fff !important;
        box-shadow: inset 0 0 0 3px #090909
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        border-color: #090909
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome {
        bottom: -42px
    }

    ::i-block-chrome {
        bottom: inherit;
        top: -41px
    }

    ::i-block-chrome {
        left: 0;
        top: 0
    }

    ::i-block-chrome {
        right: -160px
    }
}

.dt-sc-title {
    position: relative;
    clear: both;
    float: left
}

.aligncenter .dt-sc-title {
    width: 100%
}

.dt-sc-title.aligncenter {
    display: table;
    float: none
}

.dt-sc-title.with-two-color-bg h2 {
    line-height: normal;
    position: relative;
    font-size: 40px;
    text-transform: uppercase
}

.dt-sc-title.script-with-sub-title h2 {
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: normal
}

.dt-sc-title.with-two-border h2 {
    position: relative;
    display: inline-block
}

    .dt-sc-title.with-two-border h2:after, .dt-sc-title.with-two-border h2:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 80px;
        height: 2px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .dt-sc-title.with-two-border h2:before {
        left: -100px
    }

    .dt-sc-title.with-two-border h2:after {
        right: -99px
    }

.dt-sc-title.with-sub-title h2 {
    margin-bottom: 10px
}

.dt-sc-title.with-sub-title h3 {
    font-size: 14px;
    letter-spacing: 1px
}

.dt-sc-title.with-right-border-decor {
    width: 100%
}

    .dt-sc-title.with-right-border-decor &gt; * {
        display: inline-block;
        float: none;
        margin-left: 20px;
        position: relative;
        z-index: 1
    }

    .dt-sc-title.with-right-border-decor &gt; :after, .dt-sc-title.with-right-border-decor &gt; :before {
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }

    .dt-sc-title.with-right-border-decor &gt; :after {
        left: -40px;
        width: 46px;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAACDCAMAAAAUAt1FAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA/fuECgPzXRfUn5lGD9/At7JkVEEgEvjs0ci7j31ySTMc8OTMim85LywlBunaqKV2WE+Vaj8PAMcPAAACH0lEQVRo3s3Zx2rrUBRA0XvVrd4s9957Sd75/097HlxCIGTgeA+8QdOFDkcFIcXUMMyuUo/kK/Vks3gcDZZpK4vK3fTaEz1yHP8vXFOXq/woP9Iiz3PTsyW/9ByXuOpwz0TkdS4OT5bI/HEA3GYpJoK7WUJyh6EmuXXWBbmJCDlsxHI9lNtplLMF5UYsV7JcjHLuBuTGp46AnH8UklNNpNlV1Jrk2rlg3KHKtVBc216ICMS5hRbhODUWlJuyXMIOq3KWm7VQTrn12mPv2RXGBb4/2e47EDc0EMTdh5mHrqKdcpxThl1u2P1CRDguE5KbCcrFLFeynM1y4VufXVujXMJyFTtsgXKBhXJjQbkWym0E5UKSSyqP5HoiIBdolPMF5UKW67FcrFFOrViuRDln8cabvQnJNV2UuwrKFSw3YDmb5SqW89962Bzl3DnKbYXk3AvJHQohuaGg3JzlPJYbsFzFcqrHcheUi9lh+yg3E5SLWW7Dcg58V0QsFxxRTn2CnPO5RIfdj1ok9+iKcjsP3ewCvYzZR8BZSM4WkvM1yo27KKcSG36iJOs8tSDO5LYno8yCOFMwmkOcqSkozmSznLqw3MxCORWyXNJHOeVEFGeq+xRnmpy7FGcK9h8a4kz/TiinnJUFcaapead/tAjOfE12fOXWwxTgVF8knZo/Bnd7YL3ITTpF833h6/QV7mfubUlxpnpAcaZt5Inp287/AwMLkphFtJPPAAAAAElFTkSuQmCC);
        mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAACDCAMAAAAUAt1FAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA/fuECgPzXRfUn5lGD9/At7JkVEEgEvjs0ci7j31ySTMc8OTMim85LywlBunaqKV2WE+Vaj8PAMcPAAACH0lEQVRo3s3Zx2rrUBRA0XvVrd4s9957Sd75/097HlxCIGTgeA+8QdOFDkcFIcXUMMyuUo/kK/Vks3gcDZZpK4vK3fTaEz1yHP8vXFOXq/woP9Iiz3PTsyW/9ByXuOpwz0TkdS4OT5bI/HEA3GYpJoK7WUJyh6EmuXXWBbmJCDlsxHI9lNtplLMF5UYsV7JcjHLuBuTGp46AnH8UklNNpNlV1Jrk2rlg3KHKtVBc216ICMS5hRbhODUWlJuyXMIOq3KWm7VQTrn12mPv2RXGBb4/2e47EDc0EMTdh5mHrqKdcpxThl1u2P1CRDguE5KbCcrFLFeynM1y4VufXVujXMJyFTtsgXKBhXJjQbkWym0E5UKSSyqP5HoiIBdolPMF5UKW67FcrFFOrViuRDln8cabvQnJNV2UuwrKFSw3YDmb5SqW89962Bzl3DnKbYXk3AvJHQohuaGg3JzlPJYbsFzFcqrHcheUi9lh+yg3E5SLWW7Dcg58V0QsFxxRTn2CnPO5RIfdj1ok9+iKcjsP3ewCvYzZR8BZSM4WkvM1yo27KKcSG36iJOs8tSDO5LYno8yCOFMwmkOcqSkozmSznLqw3MxCORWyXNJHOeVEFGeq+xRnmpy7FGcK9h8a4kz/TiinnJUFcaapead/tAjOfE12fOXWwxTgVF8knZo/Bnd7YL3ITTpF833h6/QV7mfubUlxpnpAcaZt5Inp287/AwMLkphFtJPPAAAAAElFTkSuQmCC);
        -webkit-mask-position: left top;
        mask-position: left top
    }

    .dt-sc-title.with-right-border-decor &gt; :before {
        right: -134px;
        width: 134px;
        -webkit-mask-image: url(/images/right-painting.png);
        mask-image: url(/images/right-painting.png);
        -webkit-mask-position: left top;
        mask-position: left top
    }

    .dt-sc-title.with-right-border-decor.alignleft &gt; * {
        float: left
    }

    .dt-sc-title.with-right-border-decor.alignright &gt; * {
        float: right
    }

    .dt-sc-title.with-right-border-decor.aligncenter &gt; * {
        margin-left: 0
    }

    .dt-sc-title.with-right-border-decor.alignleft {
        margin-left: 15px
    }

    .dt-sc-title.with-right-border-decor.alignright {
        margin-right: 15px
    }

    .dt-sc-title.with-right-border-decor.alignleft p {
        margin-left: -15px
    }

    .dt-sc-title.with-right-border-decor.alignright p {
        margin-right: -15px
    }

    .dt-sc-title.with-right-border-decor h1:first-child, .dt-sc-title.with-right-border-decor h2:first-child, .dt-sc-title.with-right-border-decor h3:first-child, .dt-sc-title.with-right-border-decor h4:first-child, .dt-sc-title.with-right-border-decor h5:first-child, .dt-sc-title.with-right-border-decor h6:first-child {
        margin-bottom: 70px
    }

    .dt-sc-title.with-right-border-decor.without-bottom-space h1:first-child, .dt-sc-title.with-right-border-decor.without-bottom-space h2:first-child, .dt-sc-title.with-right-border-decor.without-bottom-space h3:first-child, .dt-sc-title.with-right-border-decor.without-bottom-space h4:first-child, .dt-sc-title.with-right-border-decor.without-bottom-space h5:first-child, .dt-sc-title.with-right-border-decor.without-bottom-space h6:first-child {
        margin-bottom: 10px
    }

    .dt-sc-title.with-right-border-decor h1 + p, .dt-sc-title.with-right-border-decor h2 + p, .dt-sc-title.with-right-border-decor h3 + p, .dt-sc-title.with-right-border-decor h4 + p, .dt-sc-title.with-right-border-decor h5 + p, .dt-sc-title.with-right-border-decor h6 + p {
        margin-top: 0
    }

    .dt-sc-title.with-right-border-decor p {
        background: 0 0;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        width: 100%;
        float: none;
        display: inline-block
    }

        .dt-sc-title.with-right-border-decor p:after, .dt-sc-title.with-right-border-decor p:before {
            display: none
        }

    .dt-sc-title.with-right-border-decor.aligncenter p {
        margin-left: 0
    }

    .dt-sc-title.with-right-border-decor.without-main-title &gt; *, .dt-sc-title.with-right-border-decor.without-main-title &gt; :empty {
        display: none
    }

    .dt-sc-title.with-right-border-decor.without-main-title &gt; p {
        display: block
    }

@media all and (-ms-high-contrast:none) {
    .dt-sc-title.with-right-border-decor &gt; :after, .dt-sc-title.with-right-border-decor &gt; :before {
        display: none
    }

    .dt-sc-title.with-right-border-decor &gt; :after, .dt-sc-title.with-right-border-decor &gt; :before, ::-ms-backdrop {
        display: none
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-title.with-right-border-decor &gt; * {
        margin-left: 0;
        padding: 0 30px
    }

    .dt-sc-title.with-right-border-decor &gt; *, ::-ms-backdrop {
        margin-left: 0;
        padding: 0 30px
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-title.with-right-border-decor.alignleft {
        margin-left: 0
    }

    .dt-sc-title.with-right-border-decor.alignleft, ::-ms-backdrop {
        margin-left: 0
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-title.with-right-border-decor.alignleft p {
        margin-left: -30px
    }

    .dt-sc-title.with-right-border-decor.alignleft p, ::-ms-backdrop {
        margin-left: -30px
    }
}

h1.without-bottom-space, h2.without-bottom-space, h3.without-bottom-space, h4.without-bottom-space, h5.without-bottom-space, h6.without-bottom-space {
    margin-bottom: 0
}

    h1.without-bottom-space + .dt-sc-small-separator, h2.without-bottom-space + .dt-sc-small-separator, h3.without-bottom-space + .dt-sc-small-separator, h4.without-bottom-space + .dt-sc-small-separator, h5.without-bottom-space + .dt-sc-small-separator, h6.without-bottom-space + .dt-sc-small-separator {
        margin: 18px 0 16px
    }

.wpb_wrapper &gt; h1 strong, .wpb_wrapper &gt; h2 strong, .wpb_wrapper &gt; h3 strong, .wpb_wrapper &gt; h4 strong, .wpb_wrapper &gt; h5 strong, .wpb_wrapper &gt; h6 strong {
    border-bottom: 2px solid;
    line-height: normal
}

.dt-sc-skin-highlight .dt-sc-title.with-right-border-decor &gt; p {
    background-color: rgba(0,0,0,0)
}

.dt-sc-skin-highlight .dt-sc-title.with-right-border-decor &gt; *, .dt-sc-skin-highlight .dt-sc-title.with-right-border-decor &gt; :after, .dt-sc-skin-highlight .dt-sc-title.with-right-border-decor &gt; :before {
    background-color: #fff
}

.dt-sc-title.split2-title {
    overflow: hidden;
    float: left;
    width: 100%
}

    .dt-sc-title.split2-title .split2-title-content {
        margin-bottom: 30px;
        position: relative;
        clear: both;
        float: left
    }

        .dt-sc-title.split2-title .split2-title-content:after {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzIzMEZGM0U1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzIzMEZGM0Y1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMjMwRkYzQzVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMjMwRkYzRDVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvSPOSoAAAAVSURBVHjaYmJgYJBiIAIMc0UAAQYAbSAA00P4n7UAAAAASUVORK5CYII=) repeat;
            content: "";
            height: 100%;
            top: 0;
            left: 100%;
            position: absolute;
            width: 9000px
        }

        .dt-sc-title.split2-title .split2-title-content h2 {
            background: #000;
            padding: 12px 15px;
            position: relative;
            z-index: 1;
            margin: 0;
            left: 0;
            font-size: 16px;
            text-transform: uppercase
        }

        .dt-sc-title.split2-title .split2-title-content * {
            color: #fff
        }

.dt-sc-title.with-icon-bg .icon-content {
    position: absolute;
    top: 50%;
    margin: auto;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform-origin: 50%
}

.dt-sc-title.with-icon-bg .icon-wrapper {
    font-size: 140px;
    color: #f5f5f5
}

.dt-sc-title.with-icon-bg {
    width: 100%
}

    .dt-sc-title.with-icon-bg .icon-content h2 {
        font-size: 40px;
        margin-bottom: 5px
    }

    .dt-sc-title.with-icon-bg .icon-content h3 {
        font-size: 18px;
        margin-bottom: 0
    }

@keyframes clip-one {
    0% {
        width: 50px
    }

    25% {
        width: 20px
    }

    50% {
        width: 40px
    }

    75% {
        width: 25px
    }

    100% {
        width: 50px
    }
}

@-webkit-keyframes clip-one {
    0% {
        width: 50px
    }

    25% {
        width: 20px
    }

    50% {
        width: 40px
    }

    75% {
        width: 25px
    }

    100% {
        width: 50px
    }
}

@keyframes clip-two {
    0% {
        width: 50px
    }

    25% {
        width: 35px
    }

    50% {
        width: 15px
    }

    75% {
        width: 40px
    }

    100% {
        width: 50px
    }
}

@-moz-keyframes clip-two {
    0% {
        width: 50px
    }

    25% {
        width: 35px
    }

    50% {
        width: 15px
    }

    75% {
        width: 40px
    }

    100% {
        width: 50px
    }
}

.dt-sc-title.with-two-border h2:after, .dt-sc-title.with-two-border h2:before {
    background: #000
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-title.with-two-color-bg::before {
        left: 0
    }

    .dt-sc-title.with-two-color-bg::after {
        -webkit-transform: skewX(-30deg) translateX(-10px);
        transform: skewX(-30deg) translateX(-10px)
    }

    .dt-sc-title.with-right-border-decor h1:first-child, .dt-sc-title.with-right-border-decor h2:first-child, .dt-sc-title.with-right-border-decor h3:first-child, .dt-sc-title.with-right-border-decor h4:first-child, .dt-sc-title.with-right-border-decor h5:first-child, .dt-sc-title.with-right-border-decor h6:first-child {
        max-width: 80%
    }

    .dt-sc-title.with-right-border-decor h1:first-child {
        font-size: 40px
    }

    .dt-sc-title.with-right-border-decor h2:first-child {
        font-size: 34px
    }

    .dt-sc-title.with-right-border-decor h3:first-child {
        font-size: 28px
    }

    .dt-sc-title.with-right-border-decor h4:first-child {
        font-size: 24px
    }

    .dt-sc-title.with-right-border-decor h5:first-child {
        font-size: 20px
    }

    .dt-sc-title.with-right-border-decor h6:first-child {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-title.with-two-color-bg {
        display: block;
        float: none;
        margin: 0 15px;
        text-align: center;
        width: auto
    }

    .icon-link-title .vc_column-inner {
        padding: 0
    }

    .dt-sc-title.with-two-border h2 {
        font-size: 22px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box
    }

        .dt-sc-title.with-two-border h2::after, .dt-sc-title.with-two-border h2::before {
            top: 50%;
            width: calc(100% - 85%)
        }

        .dt-sc-title.with-two-border h2::before {
            left: 100%
        }

        .dt-sc-title.with-two-border h2::after {
            right: 100%
        }

    .dt-sc-title.with-right-border-decor &gt; h2 {
        font-size: 32px;
        line-height: normal;
        padding: 10px 0
    }

    .dt-sc-title.with-right-border-decor h1:first-child, .dt-sc-title.with-right-border-decor h2:first-child, .dt-sc-title.with-right-border-decor h3:first-child, .dt-sc-title.with-right-border-decor h4:first-child, .dt-sc-title.with-right-border-decor h5:first-child, .dt-sc-title.with-right-border-decor h6:first-child {
        max-width: 65%
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-title.with-right-border-decor &gt; h1:first-child, .dt-sc-title.with-right-border-decor &gt; h2:first-child, .dt-sc-title.with-right-border-decor &gt; h3:first-child, .dt-sc-title.with-right-border-decor &gt; h4:first-child, .dt-sc-title.with-right-border-decor &gt; h5:first-child, .dt-sc-title.with-right-border-decor &gt; h6:first-child {
        max-width: 90%
    }

    .dt-sc-title.with-right-border-decor h1:first-child {
        font-size: 36px
    }

    .dt-sc-title.with-right-border-decor h2:first-child {
        font-size: 28px
    }

    .dt-sc-title.with-right-border-decor h3:first-child {
        font-size: 24px
    }

    .dt-sc-title.with-right-border-decor h4:first-child {
        font-size: 20px
    }

    .dt-sc-title.with-right-border-decor h5:first-child {
        font-size: 18px
    }

    .dt-sc-title.with-right-border-decor h6:first-child {
        font-size: 16px
    }

    .dt-sc-title.with-right-border-decor {
        max-width: 75%
    }

        .dt-sc-title.with-right-border-decor &gt; :before {
            right: -94px;
            width: 94px
        }

        .dt-sc-title.with-right-border-decor &gt; h2 {
            font-size: 24px
        }

        .dt-sc-title.with-right-border-decor ~ .uavc-icons-center .aio-icon {
            height: 1.5em;
            width: 1.5em
        }

    h2 + .uavc-icons-center .aio-icon {
        height: 1em;
        width: 1em
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-title.with-two-border h2 {
        font-size: 20px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-title.with-two-color-bg {
        margin: 0 -15px
    }

    .dt-sc-title.with-two-border h2 {
        font-size: 18px;
        padding: 0 6px
    }

    .dt-sc-title.with-two-border.with-sub-title h3 {
        font-size: 13px
    }
}

.dt-sc-twitter-icon {
    margin: 0 0 40px;
    position: relative;
    float: left;
    width: 100%;
    clear: both
}

    .dt-sc-twitter-icon span {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 46px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        z-index: 1
    }

    .dt-sc-twitter-icon:before {
        content: "";
        position: absolute;
        left: 100%;
        right: 0;
        top: 35px;
        width: 9000px;
        height: 1px
    }

    .dt-sc-twitter-icon:after {
        content: "";
        position: absolute;
        right: 100%;
        right: 0;
        top: 35px;
        width: 9000px;
        height: 1px
    }

.rtl {
    direction: rtl
}

[class*=" revicon-"]:before, [class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%
}

.rev_slider {
    position: relative;
    overflow: visible
}

    .rev_slider a {
        box-shadow: none
    }

.tp-overflow-hidden {
    overflow: hidden !important
}

.rev_slider img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

.rev_slider &gt; ul, .rev_slider &gt; ul &gt; li, .rev_slider &gt; ul &gt; li:before, .rev_slider_wrapper &gt; ul {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

    .rev_slider &gt; ul &gt; li, .rev_slider &gt; ul &gt; li:before {
        visibility: hidden
    }

.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1
}

.rev_slider .caption, .rev_slider .tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.tp-caption.tp-hidden-caption, .tp-hide-revslider {
    visibility: hidden !important;
    display: none !important
}

.rev_slider object {
    max-width: none !important
}

.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.rev_slider .tp-caption.rev_row {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto !important;
    font-size: 0
}

.rev_column {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

.rev_column_inner {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent
}

.rev_column_inner .rev_layer_in_column {
    vertical-align: top
}

.fullscreen-container {
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}

    .fullwidthbanner-container .fullwidthabanner {
        width: 100%;
        position: relative
    }

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.8)
}

.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0,0,0,.8);
    transform: rotate(-3deg)
}

.tp-shadow2:after, .tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset
}

    .tp-shadow5:after, .tp-shadow5:before {
        content: "";
        position: absolute;
        z-index: -2;
        box-shadow: 0 0 25px 0 rgba(0,0,0,.6);
        top: 30%;
        bottom: 0;
        left: 20px;
        right: 20px;
        border-radius: 100px/20px
    }

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0,0,0,.15);
    position: absolute;
    z-index: 200;
    top: 0
}

    .tp-bannertimer.tp-bottom {
        top: auto;
        bottom: 0 !important;
        height: 5px
    }

.tp-caption img {
    background: 0 0;
    zoom: 1
}

.tp-shape {
    width: 100%;
    height: 100%
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-bouncedelay {
    0%,100%,80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.tp-bullets, .tp-tabs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-tab-image, .tp-thumb-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
    opacity: 1
}

.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,.3);
    cursor: pointer
}

    .tp-bullet.selected, .tp-bullet:hover {
        background: #fff
    }

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

    ._1977:after {
        background: rgba(243,106,188,.3);
        mix-blend-mode: screen
    }

    ._1977:after, ._1977:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        pointer-events: none
    }

._1977 {
    position: relative
}

    ._1977 img {
        width: 100%;
        z-index: 1
    }

    ._1977:before {
        z-index: 2
    }

    ._1977:after {
        z-index: 3
    }

.vc_row:after, .vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

@media (max-width:767px) {
    .vc_hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .vc_hidden-lg {
        display: none !important
    }
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    float: left
}

.vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

.vc_col-xs-offset-12 {
    margin-left: 100%
}

.vc_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
    margin-left: 75%
}

.vc_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
    margin-left: 50%
}

.vc_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
    margin-left: 25%
}

.vc_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
        float: left
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: left
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }
}

.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
    float: left
}

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 20%
}

.vc_col-xs-offset-5\/5 {
    margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
    margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
    margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
    margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
    margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
    margin-left: 0
}

@media (min-width:768px) {
    .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
        float: left
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 20%
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
        float: left
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
        float: left
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_visible {
    display: block
}

@font-face {
    font-family: vcpb-plugin-icons;
    src: url(/fonts/vcpb-plugin-icons.eot?f6ud62);
    src: url(/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.vc-composer-icon {
    font-family: vcpb-plugin-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-close:before {
    content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90e"
}

.vc-c-icon-check:before {
    content: "\e5ca"
}

.vc-c-icon-1-1:before {
    content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
    content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
    content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
    content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
    content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
    content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
    content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
    content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
    content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
    content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
    content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
    content: "\e90c"
}

.vc-c-icon-fullscreen:before {
    content: "\e915"
}

.vc-c-icon-layout_default:before {
    content: "\e917"
}

.vc-c-icon-row_default_fe:before {
    content: "\e91e"
}

.vc-c-icon-text-block:before {
    content: "\e91f"
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_document_image i.icon, option.wpb_document_image {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqMUk1rE1EUPfPdWEOjcUJSU0WUYi0t/oMI4sfGpboQcS8FcaWbYqlrV0IRhCKKUjf+ACFCETcuakFqqW2xrW2iSU1nzNdMknnP+2YSM4EiPuYy971773nn3PukzIMs2usK2SD+vSiZr4FzbM6/wMb8c6h00AmmZ+9mZupuCx5j8DwOxijGg/jqZgFPshu3yZXE9njmJoTJfkJgittswa45sCoOSr9rKJSqyO9WkCuWUa7U8Ore+RnKu0QAw51bewAkSYIsA6oqQ9MU6LoMRZEhzoslC8/evMfFYeOxVC1OkkFYWIIiyAUg3AfprEYDGB85RXdwDJpRvF2pf+rEVHD216da6B9P7tM7ITu4iJnfyGVqCIB3AShR1/XeUoEqyDD4DByx51zdj4EmYru/BpBKur4MUazoChRDg+c24TU8NGQBwLRQEwU0C2hR7OWciS/Lh2AYhm8H43EkTp9B1DRh9PVRU6Ugt10XBtCEhJ85C9l3GjVOh6IaiMRTMGJpHIgnoZE8MRWfQbuuR4JgkM/l4DqHMT09gNExDZdvmBhPncCe7cGt5yH5/exKCDdRE7GJiSol1WiMP3y65fw69raz2Pnqws5VcXRMAPAugL31GQNDo20GEpJJvWd6rVoD+bUyHLtFdQxCZoeB/X0J6uLcFM5en0QsPdIvGCwsOKERArEjEryIi/UVhlKB49hVOmfNfmt7GYuvH4qXiAg50XN3ZuMqveNrj6rBkyFpwV98HEMXghevqwrRcuJUk6Bo2QcgS1hbS4Vb959+wH8sa2e1IGrIWn8EGAAeeg+l56ZYuQAAAABJRU5ErkJggg==) no-repeat right center
}

#content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_content_element {
    margin-bottom: 35px
}

.wpb_tab .wpb_content_element {
    margin-bottom: 21.73913043px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

    .vc_parallax &gt; * {
        position: relative;
        z-index: 1
    }

    .vc_parallax .vc_parallax-inner {
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-attachment: scroll;
        background-color: transparent;
        background-image: inherit;
        background-size: cover;
        z-index: 0;
        background-position: 50% 0
    }

.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

    .vc_row[data-vc-full-width].vc_hidden {
        opacity: 0
    }

.vc_row-no-padding .vc_inner {
    margin-left: 0;
    margin-right: 0
}

.vc_row.vc_row-o-full-height {
    min-height: 100vh
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .vc_row.vc_row-flex &gt; .vc_column_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .vc_row.vc_row-flex &gt; .vc_column_container &gt; .vc_column-inner {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            z-index: 1
        }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vc_row.vc_row-flex &gt; .vc_column_container &gt; .vc_column-inner &gt; * {
        min-height: 1em
    }
}

.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
    display: none
}

.vc_row.vc_row-o-equal-height &gt; .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

    .vc_column_container &gt; .vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
}

    .vc_section[data-vc-full-width] {
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
        overflow: hidden
    }

        .vc_section[data-vc-full-width].vc_hidden {
            opacity: 0
        }

        .vc_section[data-vc-full-width] &gt; .vc_row {
            margin-left: 0;
            margin-right: 0
        }

    .vc_section[data-vc-stretch-content] {
        padding-left: 0;
        padding-right: 0
    }

    .vc_section.vc_row-o-full-height {
        min-height: 100vh
    }

    .vc_section.vc_section-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

        .vc_section.vc_section-flex .vc_vc_row {
            width: 100%
        }

        .vc_section.vc_section-flex::after, .vc_section.vc_section-flex::before {
            display: none
        }

    .vc_section.vc_section-o-content-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .vc_section.vc_section-o-content-bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .vc_section.vc_section-o-content-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after, .vc_section.vc_section-o-content-top::after {
            content: '';
            width: 100%;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            display: block
        }

.vc_vc_column, .vc_vc_column_inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.vc_row-flex &gt; .vc_vc_column, .vc_row.vc_row-flex &gt; .vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .vc_row.vc_row-flex &gt; .vc_vc_column &gt; .vc_column_container, .vc_row.vc_row-flex &gt; .vc_vc_column_inner &gt; .vc_column_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

        .vc_row.vc_row-flex &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-flex &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

.vc_row.vc_row-o-equal-height &gt; .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-top &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-bottom &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-middle &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_empty-element &gt; .vc_column-inner {
    min-height: 100px
}

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

    .vc_custom_heading a:hover {
        opacity: .85
    }

.wpb_content_element .wpb_tabs_nav li a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

    .wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
        display: none !important
    }

    .wpb_content_element .wpb_tabs_nav li:hover {
        background-color: #f7f7f7
    }

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .vc_separator h4 {
        line-height: 1em;
        font-size: 100%;
        margin: 0;
        word-wrap: break-word;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .vc_separator h4 .normal {
            font-size: 12px;
            font-weight: 400
        }

    .vc_separator.vc_separator_align_center h4 {
        padding: 0 .8em
    }

    .vc_separator.vc_separator_align_left h4 {
        padding: 0 .8em 0 0
    }

    .vc_separator.vc_separator_align_right h4 {
        padding: 0 0 0 .8em;
        margin: 0 !important
    }

    .vc_separator .vc_icon_element {
        margin-bottom: 0
    }

        .vc_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
            padding-left: 0
        }

    .vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style, .vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
        margin-left: .8em
    }

    .vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
        padding-left: .8em
    }

.vc_text_separator, .wpb_separator {
    border-bottom: 1px solid #ebebeb
}

.wpb_separator {
    clear: both;
    height: 1px
}

.vc_text_separator {
    clear: both;
    height: 1px
}

    .vc_text_separator div {
        display: inline-block;
        background-color: #fff;
        padding: 1px 1em;
        position: relative;
        top: -9px
    }

.separator_align_center {
    text-align: center
}

.separator_align_left {
    text-align: left
}

.separator_align_right {
    text-align: right
}

.wpb_single_image a {
    border: none;
    outline: 0
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

    .wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px;
        border: none
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        border-radius: 0;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
        box-shadow: 0 0 5px rgba(0,0,0,.1)
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            border-radius: 0;
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
            box-shadow: 0 0 5px rgba(0,0,0,.1)
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
        padding: 6px
    }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        border-radius: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
            overflow: hidden
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
        box-shadow: 0 0 5px rgba(0,0,0,.1)
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
            box-shadow: 0 0 5px rgba(0,0,0,.1)
        }

.wpb_single_image.vc_align_center {
    text-align: center
}

.wpb_single_image.vc_align_right {
    text-align: right
}

.wpb_single_image.vc_align_left {
    text-align: left
}

.wpb_single_image .vc_box_shadow_3d {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%
}

    .wpb_single_image .vc_box_shadow_3d:after, .wpb_single_image .vc_box_shadow_3d:before {
        content: "";
        position: absolute;
        -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
        box-shadow: 0 15px 10px rgba(0,0,0,.6);
        left: 5px;
        right: 50%;
        bottom: 8px;
        height: 30%;
        z-index: -1;
        border-radius: inherit;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skewY(-6deg);
        -ms-transform: skewY(-6deg);
        transform: skewY(-6deg)
    }

    .wpb_single_image .vc_box_shadow_3d:after {
        left: 50%;
        right: 5px;
        -webkit-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
        transform: skewY(6deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

.wpb_single_image .vc_box_border.vc_box_border_black, .wpb_single_image .vc_box_border_circle.vc_box_border_black {
    background-color: #2a2a2a
}

.wpb_single_image .vc_box_border.vc_box_border_sky, .wpb_single_image .vc_box_border_circle.vc_box_border_sky {
    background-color: #5aa1e3
}

.wpb_single_image .vc_box_border.vc_box_border_white, .wpb_single_image .vc_box_border_circle.vc_box_border_white {
    background-color: #fff
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px
}

@-moz-document url-prefix() {
    .vc_masonry_grid .vc_grid-item, .vc_masonry_media_grid .vc_grid-item {
        margin-left: -.01px
    }
}

@-webkit-keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@font-face {
    font-family: vc_grid_v1;
    src: url(/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'),url(/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'),url(/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'),url(/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.top-to-bottom, .wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275)
}

.bottom-to-top, .wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275)
}

.left-to-right, .wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275)
}

.right-to-left, .wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275)
}

.wpb_start_animation {
    opacity: 1
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0,-10%);
        opacity: 0
    }

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

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0,-10%);
        -ms-transform: translate(0,-10%);
        -o-transform: translate(0,-10%);
        transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0,10%);
        opacity: 0
    }

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

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0,10%);
        -ms-transform: translate(0,10%);
        -o-transform: translate(0,10%);
        transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%,0);
        opacity: 0
    }

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

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%,0);
        -ms-transform: translate(-10%,0);
        -o-transform: translate(-10%,0);
        transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%,0);
        opacity: 0
    }

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

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%,0);
        -ms-transform: translate(10%,0);
        -o-transform: translate(10%,0);
        transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1
    }

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

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAPFBMVEUAAABoul06fzRpul43fDFIkEBdq1M1eS9TnkpNlkVltVpltltao1KDyniLz39mrlxrs2E9gjd3vmtGjT/DtP/IAAAAEnRSTlMARP08/nxsB5AJ5Ob///////6z6mnmAAAAVUlEQVR42pXJWxZAMAxF0UKjyKs1/7nqyopSvtyv7JPwbym+rBJ7M2F8WJgxL/UaoPe0FzATjvbfiBGSkDusUphU3VZQmdxXkerZ7OVAdyvZfZfm707yDQPqc5anYQAAAABJRU5ErkJggg==)
}

@-webkit-keyframes vc_woo-add-cart-load {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@keyframes vc_woo-add-cart-load {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@font-face {
    font-family: Defaults;
    src: url(/fonts/Defaults.eot?rfa9z8);
    src: url(/fonts/Defaults.eot?#iefixrfa9z8) format('embedded-opentype'),url(/fonts/Defaults.woff?rfa9z8) format('woff'),url(/fonts/Defaults.ttf?rfa9z8) format('truetype'),url(/fonts/Defaults.svg?rfa9z8#Defaults) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" Defaults-"], [class^=Defaults-] {
    font-family: Defaults;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.Defaults-envelope-o:before {
    content: "\f003"
}

.Defaults-star:before {
    content: "\f005"
}

.Defaults-star-o:before {
    content: "\f006"
}

.Defaults-check:before {
    content: "\f00c"
}

.Defaults-close:before {
    content: "\f00d"
}

.Defaults-remove:before {
    content: "\f00d"
}

.Defaults-power-off:before {
    content: "\f011"
}

.Defaults-home:before {
    content: "\f015"
}

.Defaults-repeat:before {
    content: "\f01e"
}

.Defaults-rotate-right:before {
    content: "\f01e"
}

.Defaults-list-alt:before {
    content: "\f022"
}

.Defaults-book:before {
    content: "\f02d"
}

.Defaults-font:before {
    content: "\f031"
}

.Defaults-italic:before {
    content: "\f033"
}

.Defaults-text-height:before {
    content: "\f034"
}

.Defaults-text-width:before {
    content: "\f035"
}

.Defaults-align-left:before {
    content: "\f036"
}

.Defaults-align-center:before {
    content: "\f037"
}

.Defaults-align-right:before {
    content: "\f038"
}

.Defaults-list:before {
    content: "\f03a"
}

.Defaults-image:before {
    content: "\f03e"
}

.Defaults-map-marker:before {
    content: "\f041"
}

.Defaults-plus-circle:before {
    content: "\f055"
}

.Defaults-check-circle:before {
    content: "\f058"
}

.Defaults-info-circle:before {
    content: "\f05a"
}

.Defaults-check-circle-o:before {
    content: "\f05d"
}

.Defaults-plus:before {
    content: "\f067"
}

.Defaults-phone:before {
    content: "\f095"
}

.Defaults-twitter:before {
    content: "\f099"
}

.Defaults-facebook:before {
    content: "\f09a"
}

.Defaults-facebook-f:before {
    content: "\f09a"
}

.Defaults-link:before {
    content: "\f0c1"
}

.Defaults-files-o:before {
    content: "\f0c5"
}

.Defaults-bars:before {
    content: "\f0c9"
}

.Defaults-list-ul:before {
    content: "\f0ca"
}

.Defaults-underline:before {
    content: "\f0cd"
}

.Defaults-google-plus:before {
    content: "\f0d5"
}

.Defaults-envelope:before {
    content: "\f0e0"
}

.Defaults-rotate-left:before {
    content: "\f0e2"
}

.Defaults-mobile:before {
    content: "\f10b"
}

.Defaults-mobile-phone:before {
    content: "\f10b"
}

.Defaults-circle-o:before {
    content: "\f10c"
}

.Defaults-spinner:before {
    content: "\f110"
}

.Defaults-circle:before {
    content: "\f111"
}

.Defaults-keyboard-o:before {
    content: "\f11c"
}

.Defaults-info:before {
    content: "\f129"
}

.Defaults-html5:before {
    content: "\f13b"
}

.Defaults-css3:before {
    content: "\f13c"
}

.Defaults-youtube:before {
    content: "\f167"
}

.Defaults-apple:before {
    content: "\f179"
}

.Defaults-try:before {
    content: "\f195"
}

.Defaults-google:before {
    content: "\f1a0"
}

.Defaults-child:before {
    content: "\f1ae"
}

.Defaults-support:before {
    content: "\f1cd"
}

.Defaults-header:before {
    content: "\f1dc"
}

.Defaults-copyright:before {
    content: "\f1f9"
}

.Defaults-at:before {
    content: "\f1fa"
}

.align-icon i, .info-circle-wrapper i, .uavc-icons i, .uavc-list-icon i, .ultimate-map-wrapper i {
    font-size: inherit;
    line-height: inherit
}

.align-icon, .align-icon *, .info-circle-wrapper, .info-circle-wrapper *, .uavc-icons, .uavc-icons *, .uavc-list-icon, .uavc-list-icon *, .ultimate-map-wrapper, .ultimate-map-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_row, .wpb_column, .wpb_row {
    position: relative
}

    .aio-icon, .vc_row .aio-icon {
        display: inline-block;
        font-size: 32px;
        height: 2em;
        width: 2em;
        text-align: center;
        line-height: 2em;
        -moz-box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important
    }

        .aio-icon.none {
            display: inline-block;
            font-size: 32px;
            height: 1em;
            width: 1em;
            text-align: center;
            line-height: 1em
        }

        .aio-icon.circle {
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

.aio-icon-img {
    display: inline-block;
    font-size: 48px;
    width: 1em;
    max-width: 100%;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

    .aio-icon-img.uavc-circle {
        width: 1em;
        min-height: 1em;
        background: rgba(214,214,214,.44);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: .5em
    }

    .aio-icon-img .img-icon {
        width: 1em;
        max-width: 100% !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: block;
        font-size: inherit
    }

.full-width-content.wpb-js-composer .site-inner {
    overflow: visible !important
}

.uavc-list-icon ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
    position: relative !important
}

    .uavc-list-icon ul:last-child {
        margin: 0 !important
    }

.uavc-list-icon li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    line-height: 1.6em;
    overflow: visible
}

.uavc-list-content {
    display: table;
    width: 100%;
    margin-bottom: 7px
}

    .uavc-list-content .aio-icon {
        display: inline-block;
        margin: 0;
        padding: 0
    }

.uavc-icons, .wpb_column .wpb_wrapper .uavc-icons {
    display: block;
    margin-bottom: 35px;
    line-height: 1
}

.uavc-icons-left.uavc-icons {
    text-align: left
}

.uavc-icons-center.uavc-icons {
    text-align: center
}

.uavc-icons-right.uavc-icons {
    text-align: right
}

.aio-icon i {
    line-height: inherit
}

.ultimate_google_map img {
    max-width: initial !important
}

.vc_element.element-ultimate_icons {
    float: left;
    padding-left: 75%
}

.vc_element.element-info_list {
    padding-top: 20%;
    float: left;
    padding-left: 20%
}

.vc_element.element-ultimate_icon_list {
    margin-top: 20%;
    margin-left: 50%
}

.aio-icon-description div, .aio-icon-description p, .info-circle-text div, .info-circle-text p {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    color: inherit !important;
    line-height: inherit !important
}

span.middle-text div, span.middle-text p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit
}

[class*=x-icon-], [data-x-icon] {
    line-height: inherit
}

.ultimate-map-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

@font-face {
    font-family: slick;
    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(data:application/x-font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ult-silk;
    src: url(/fonts/ult-silk.eot);
    src: url(/fonts/ult-silk.eot) format('embedded-opentype'),url(data:application/x-font-woff;base64,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) format('woff'),url(/fonts/ult-silk.ttf) format('truetype'),url(/fonts/ult-silk.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ultsl-"], [class^=ultsl-] {
    font-family: ult-silk;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

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

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

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

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

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

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

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

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

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

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

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

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

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

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

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

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

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

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

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

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

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

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

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

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

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

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

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

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

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

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

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

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

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

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

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

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

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

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

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

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

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

@keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

@keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

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

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

@-webkit-keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(0)
    }
}

@keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes InfiniteDangle {
    0%,100% {
        -webkit-transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }
}

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

    50% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
}

@-webkit-keyframes InfinitePulse {
    0%,100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.85)
    }
}

@keyframes InfinitePulse {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

@-webkit-keyframes InfiniteHorizontalShake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes InfiniteHorizontalShake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes InfiniteBounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes InfiniteBounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes InfiniteFlash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes InfiniteFlash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes InfiniteVericalShake {
    0%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes InfiniteVericalShake {
    0%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        -ms-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@-webkit-keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateY(0)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        -ms-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateX(359deg)
    }
}

@-webkit-keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

a, and, b, body, caption, cite, details, div, dt, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, li, menu, nav, object, p, s, section, small, span, strong, sub, time, u, ul, var {
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

details, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    overflow-x: hidden;
    width: 100%
}

html {
    height: 100%
}

a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px
}

    h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {
        display: none
    }

.dt-sc-counter.type3.custom-style-2 h4, .dt-sc-image-caption.type5.dt-sc-student-info .dt-sc-image-title h6, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small, body, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h4 {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif
}

#main-menu ul.menu &gt; li &gt; a, .breadcrumb, .dt-custom-nav li a, .dt-primary-nav li a, .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type3.custom-style .dt-sc-counter-number, .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number, .dt-sc-icon-box.type12.custom-style .icon-content p, .dt-sc-owly-header .dt-sc-contact-info, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite, .dt-sc-testimonial .dt-sc-testimonial-author cite, h1, h2, h3, h4, h5, h6, ul.dt-sc-tabs-horizontal &gt; li &gt; a {
    font-family: Poppins,Helvetica,Arial,sans-serif
}

a {
    text-decoration: none
}

    a img {
        border: none
    }

.underline a {
    border-bottom: 1px solid
}

p {
    margin-bottom: 10px
}

.large p {
    font-size: 22px;
    line-height: 34px
}

strong {
    font-weight: 700
}

sub {
    font-size: 75%;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -3px
}

ul {
    margin-bottom: 20px
}

ul {
    list-style-type: square;
    list-style-position: inside
}

    ul li {
        padding-bottom: 10px
    }

        ul li ul {
            list-style-type: disc;
            padding-left: 20px;
            margin: 10px 0 0
        }

    ul ul ul {
        margin-bottom: 0;
        list-style-type: circle
    }

    ul li:last-child {
        padding-bottom: 0
    }

.vc_inline-link {
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    color: #000;
    float: right;
    clear: both;
    margin: 20px 0 20px;
    line-height: 24px;
    padding: 2px 13px;
    font-size: 12px
}

    .vc_inline-link:hover {
        color: #fff
    }

.vc_inline-link {
    clear: none;
    margin-right: 10px
}

.page-link {
    float: left;
    clear: both;
    margin: 10px 0 0;
    padding: 0
}

    .page-link a {
        border: 1px solid rgba(0,0,0,.5);
        color: #303030;
        font-weight: 700;
        line-height: normal;
        padding: 7px 13px 5px;
        float: left;
        margin-right: 10px
    }

        .page-link a span {
            border: 0;
            color: #303030;
            padding: 0;
            margin: 0
        }

    .page-link &gt; span {
        border: 1px solid rgba(0,0,0,.5);
        color: #fff;
        font-weight: 700;
        line-height: normal;
        padding: 7px 13px 5px;
        float: left;
        margin-right: 10px
    }

    .page-link a:hover span {
        color: #fff
    }

.text-with-icon {
    display: inline-block
}

    .text-with-icon .fa, .text-with-icon .icon {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px
    }

.gallery-caption {
    margin-bottom: 10px
}

.gallery-item img {
    border: 10px solid rgba(0,0,0,.1) !important
}

dt {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.selection-box {
    position: relative;
    clear: both
}

    .selection-box:after, .selection-box:before {
        content: "";
        pointer-events: none;
        position: absolute
    }

    .selection-box:before {
        z-index: 1;
        right: 17px;
        top: 5px;
        bottom: 0;
        height: 0;
        margin: auto;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid
    }

    .selection-box:after {
        width: 48px;
        height: calc(100% - 2px);
        right: 0;
        top: 1px;
        border-left: 1px solid rgba(0,0,0,.15);
        border-right: 1px solid rgba(0,0,0,.15)
    }

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.column .aligncenter img {
    display: inline-block
}

.column.aligncenter {
    clear: none
}

.aligncenter.wpb_column {
    clear: none
}

.alignright {
    text-align: right
}

img.no-bottom-margin {
    margin-bottom: -10px
}

.aligncenter, .alignleft, .alignright {
    margin: auto
}

.column img, .vc_column_container img, .wpb_column img {
    max-width: 100%;
    height: auto;
    display: inherit
}

img {
    max-width: 100%;
    height: auto
}

.dt-sc-empty-space {
    clear: both;
    display: block
}

.dt-sc-small-separator {
    width: 50px;
    height: 3px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 18px 0 16px
}

    .dt-sc-small-separator.aligncenter {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .dt-sc-small-separator.bottom, .dt-sc-small-separator.bottom.aligncenter {
        margin-top: 0
    }

    .dt-sc-small-separator.black {
        background: #000;
        height: 3px
    }

.dt-sc-single-line-separator {
    float: left;
    width: 100%;
    margin: 22px 0;
    display: block;
    clear: both;
    border-top: 1px solid #090909
}

.dt-sc-single-line-dashed-separator {
    float: left;
    width: 100%;
    margin: 22px 0;
    display: block;
    clear: both;
    border-top: 3px dashed #090909
}

.dt-sc-double-border-separator {
    float: left;
    margin: -10px 0 30px;
    display: block;
    clear: both;
    width: 150px;
    height: 3px;
    position: relative
}

    .dt-sc-double-border-separator:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 1px;
        width: 100%
    }

.aligncenter .dt-sc-double-border-separator {
    float: none;
    display: inline-block
}

.dt-sc-double-border-separator.aligncenter {
    float: none;
    margin: auto
}

.dt-sc-shadow {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: url(/images/services-shadow.png) no-repeat;
    width: 1168px;
    height: 38px
}

.dt-sc-vertical-small-separator {
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 20px
}

.dt-sc-vertical-separator {
    display: inline-block;
    margin: 0 20px;
    position: relative
}

    .dt-sc-vertical-separator::before {
        content: "";
        height: 30px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        width: 1px
    }

.vc-no-left-padding .vc_column-inner, .vc-no-left-padding.vc_column_container .vc_column-inner {
    padding-left: 0
}

.vc-no-right-padding .vc_column-inner, .vc-no-right-padding.vc_column_container .vc_column-inner {
    padding-right: 0
}

.vc-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.vc-no-margin {
    margin-left: 0;
    margin-right: 0
}

.icon-link-title .vc_column-inner, .icon-link-title .vc_column-inner .wpb_wrapper {
    height: 100%;
    width: 100%
}

div[class*=bg-opaque], section[class*=bg-opaque] {
    position: relative;
    z-index: 1
}

    div[class*=bg-opaque] .upb_row_bg:before, section[class*=bg-opaque]:before {
        display: inline;
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1
    }

section[class*=bg-opaque-1]:before {
    opacity: .1
}

section[class*=bg-opaque-2]:before {
    opacity: .2
}

section[class*=bg-opaque-3]:before {
    opacity: .3
}

section[class*=bg-opaque-4]:before {
    opacity: .4
}

section[class*=bg-opaque-5]:before {
    opacity: .5
}

section[class*=bg-opaque-6]:before {
    opacity: .6
}

section[class*=bg-opaque-7]:before {
    opacity: .7
}

section[class*=bg-opaque-8]:before {
    opacity: .8
}

section[class*=bg-opaque-9]:before {
    opacity: .9
}

section[class*=bg-opaque-15]:before {
    opacity: .15
}

section[class*=bg-opaque-25]:before {
    opacity: .25
}

section[class*=bg-opaque-35]:before {
    opacity: .35
}

section[class*=bg-opaque-45]:before {
    opacity: .45
}

section[class*=bg-opaque-55]:before {
    opacity: .55
}

section[class*=bg-opaque-65]:before {
    opacity: .65
}

section[class*=bg-opaque-75]:before {
    opacity: .75
}

section[class*=bg-opaque-85]:before {
    opacity: .85
}

section[class*=bg-opaque-95]:before {
    opacity: .95
}

.vc_empty_space {
    clear: both;
    float: none
}

.vc_custom_float {
    float: left;
    width: 100%
}

.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0
}

.vc_row[data-vc-full-width].overflow_visible {
    overflow: visible
}

.vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content, .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content {
    display: table;
    width: 100%
}

    .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
        display: flex
    }

        .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal
        }

        .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner &gt; * {
        min-height: 1em
    }
}

.vc_row.vc_row-o-content-top &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_row.vc_row-flex &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container, .vc_row.vc_row-flex &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .vc_row.vc_row-flex &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-flex &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        webkit-flex-direction: column;
        ms-flex-direction: column;
        flex-direction: column
    }

.vc_row.vc_row-o-equal-height &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-top &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-bottom &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner, .vc_row.vc_row-o-content-middle &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .dt-sc-stretch-row-content &gt; .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

a:hover, body, h1, h2, h3, h4, h5, h6 {
    color: #666
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #090909
    }

::-webkit-input-placeholder {
    color: #6c6b6b
}

::-moz-placeholder {
    color: #6c6b6b
}

:-ms-input-placeholder {
    color: #6c6b6b
}

:-moz-placeholder {
    color: #6c6b6b
}

.selection-box:before {
    border-top-color: #666
}

.dt-sc-vertical-separator:before {
    background: rgba(0,0,0,.2)
}

.dt-sc-double-border-separator, .dt-sc-double-border-separator:before {
    background: #000
}

@media screen and (min-width:0\0) {
    .selection-box:after, .selection-box:before {
        background: 0 0;
        border: none
    }
}

@media only screen and (max-width:767px) {
    .vc_row-no-padding .wpb_column {
        margin-bottom: 0
    }

    .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content, .vc_row.vc_row-flex &gt; .dt-sc-stretch-row-content &gt; .vc_column_container {
        display: inline-block
    }
}

@media only screen and (max-width:319px) {
    h2 {
        font-size: 22px
    }
}

.wrapper {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.inner-wrapper {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    clear: both
}

.page-template-tpl-fullwidth .vc_row.vc-default-row {
    margin-left: 0
}

#main {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block
}

#primary {
    width: 850px;
    margin: 0;
    padding: 0 0 0;
    float: left;
    position: relative
}

    #primary.content-full-width {
        width: 100%
    }

.column {
    margin: 0 0 0 2%;
    float: left;
    min-height: 1px;
    position: relative
}

    .column.first {
        clear: both;
        margin-left: 0
    }

    .column.dt-sc-full-width, .column.dt-sc-one-column {
        margin-left: 0
    }

.dt-sc-full-width, .dt-sc-one-column {
    width: 100%
}

.column.no-space {
    margin-left: 0;
    margin-right: 0
}

.dt-col {
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 15px;
    position: relative
}

object {
    max-width: 100%
}

.rs_margin-none.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.rs_margin-default.vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important
}

@media only screen and (min-width:1600px) {
    .container {
        width: 1500px
    }

    #primary {
        width: 1050px
    }
}

@media only screen and (min-width:1381px) and (max-width:1680px) {
    .wpb_column[class*=rs_col-hxlg-offset] {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .container {
        width: 1080px
    }

    #primary {
        width: 790px
    }

    .wpb_column[class*=rs_col-qxlg-offset] {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) {
    .dt-col-lg-12, .wpb_column.dt-col-lg-12 {
        width: 100%
    }

    .dt-col-lg-11, .wpb_column.dt-col-lg-11 {
        width: 91.66666667%
    }

    .dt-col-lg-10, .wpb_column.dt-col-lg-10 {
        width: 83.33333333%
    }

    .dt-col-lg-9, .wpb_column.dt-col-lg-9 {
        width: 75%
    }

    .dt-col-lg-8, .wpb_column.dt-col-lg-8 {
        width: 66.66666667%
    }

    .dt-col-lg-7, .wpb_column.dt-col-lg-7 {
        width: 58.33333333%
    }

    .dt-col-lg-6, .wpb_column.dt-col-lg-6 {
        width: 50%
    }

    .dt-col-lg-5, .wpb_column.dt-col-lg-5 {
        width: 41.66666667%
    }

    .dt-col-lg-4, .wpb_column.dt-col-lg-4 {
        width: 33.33333333%
    }

    .dt-col-lg-3, .wpb_column.dt-col-lg-3 {
        width: 25%
    }

    .dt-col-lg-2, .wpb_column.dt-col-lg-2 {
        width: 16.66666667%
    }

    .dt-col-lg-1, .wpb_column.dt-col-lg-1 {
        width: 8.33333333%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
        width: 900px
    }

    #primary {
        width: 650px
    }

    .dt-col-md-12, .wpb_column.dt-col-md-12 {
        width: 100%
    }

    .dt-col-md-11, .wpb_column.dt-col-md-11 {
        width: 91.66666667%
    }

    .dt-col-md-10, .wpb_column.dt-col-md-10 {
        width: 83.33333333%
    }

    .dt-col-md-9, .wpb_column.dt-col-md-9 {
        width: 75%
    }

    .dt-col-md-8, .wpb_column.dt-col-md-8 {
        width: 66.66666667%
    }

    .dt-col-md-7, .wpb_column.dt-col-md-7 {
        width: 58.33333333%
    }

    .dt-col-md-6, .wpb_column.dt-col-md-6 {
        width: 50%
    }

    .dt-col-md-5, .wpb_column.dt-col-md-5 {
        width: 41.66666667%
    }

    .dt-col-md-4, .wpb_column.dt-col-md-4 {
        width: 33.33333333%
    }

    .dt-col-md-3, .wpb_column.dt-col-md-3 {
        width: 25%
    }

    .dt-col-md-2, .wpb_column.dt-col-md-2 {
        width: 16.66666667%
    }

    .dt-col-md-1, .wpb_column.dt-col-md-1 {
        width: 8.33333333%
    }

    .dt-col-md-offset-12 {
        margin-left: 100%
    }

    .dt-col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .dt-col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .dt-col-md-offset-9 {
        margin-left: 75%
    }

    .dt-col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .dt-col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .dt-col-md-offset-6 {
        margin-left: 50%
    }

    .dt-col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .dt-col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .dt-col-md-offset-3 {
        margin-left: 25%
    }

    .dt-col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .dt-col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .dt-col-md-offset-0 {
        margin-left: 0
    }

    .dt-hidden-md {
        display: none !important
    }

    .vc_col-md-10.wpb_column[class*=vc_col-md-offset], .vc_col-md-12.wpb_column, .vc_col-md-6.wpb_column[class*=vc_col-md-offset], .vc_col-md-8.wpb_column[class*=vc_col-md-offset], .wpb_column[class*=vc_col-md-offset] {
        margin-bottom: 20px
    }

        .vc_col-md-12.wpb_column:last-child, .vc_col-md-12 ~ .vc_col-md-12, .vc_col-md-8.wpb_column:last-child, .vc_row-no-padding .vc_col-md-12.wpb_column, .vc_row-no-padding &gt; .vc_col-md-12.wpb_column, .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) &gt; .vc_col-md-12.wpb_column ~ .vc_col-md-12.dt-sc-skin-highlight {
            margin-bottom: 0
        }

    .rs_margin-md-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rs_margin-md-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .rs_margin_top_md-150.vc_row, .rs_margin_top_md-150.wpb_column .vc_column-inner {
        margin-top: 150px !important
    }

    .rs_aligncenter_md, .rs_aligncenter_md div, .rs_aligncenter_md div[class*=vc_custom], .rs_aligncenter_md h1, .rs_aligncenter_md h2, .rs_aligncenter_md h3, .rs_aligncenter_md h4, .rs_aligncenter_md h5, .rs_aligncenter_md h6, .rs_aligncenter_md p {
        text-align: center !important
    }

        .rs_aligncenter_md .alignleft, .rs_aligncenter_md .alignright {
            text-align: center
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        width: 710px
    }

    #primary {
        width: 480px
    }

    .dt-col-sm-12, .wpb_column.dt-col-sm-12, .wpb_column.rs_col-sm-12 {
        width: 100%
    }

    .dt-col-sm-11, .wpb_column.dt-col-sm-11, .wpb_column.rs_col-sm-11 {
        width: 91.66666667%
    }

    .dt-col-sm-10, .wpb_column.dt-col-sm-10, .wpb_column.rs_col-sm-10 {
        width: 83.33333333%
    }

    .dt-col-sm-9, .wpb_column.dt-col-sm-9, .wpb_column.rs_col-sm-9 {
        width: 75%
    }

    .dt-col-sm-8, .wpb_column.dt-col-sm-8, .wpb_column.rs_col-sm-8 {
        width: 66.66666667%
    }

    .dt-col-sm-7, .wpb_column.dt-col-sm-7, .wpb_column.rs_col-sm-7 {
        width: 58.33333333%
    }

    .dt-col-sm-6, .wpb_column.dt-col-sm-6, .wpb_column.rs_col-sm-6 {
        width: 50%
    }

    .dt-col-sm-5, .wpb_column.dt-col-sm-5, .wpb_column.rs_col-sm-5 {
        width: 41.66666667%
    }

    .dt-col-sm-4, .wpb_column.dt-col-sm-4, .wpb_column.rs_col-sm-4 {
        width: 33.33333333%
    }

    .dt-col-sm-3, .wpb_column.dt-col-sm-3, .wpb_column.rs_col-sm-3 {
        width: 25%
    }

    .dt-col-sm-2, .wpb_column.dt-col-sm-2, .wpb_column.rs_col-sm-2 {
        width: 16.66666667%
    }

    .dt-col-sm-1, .wpb_column.dt-col-sm-1, .wpb_column.rs_col-sm-1 {
        width: 8.33333333%
    }

    .dt-col-sm-offset-12 {
        margin-left: 100%
    }

    .dt-col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .dt-col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .dt-col-sm-offset-9 {
        margin-left: 75%
    }

    .dt-col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .dt-col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .dt-col-sm-offset-6 {
        margin-left: 50%
    }

    .dt-col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .dt-col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .dt-col-sm-offset-3 {
        margin-left: 25%
    }

    .dt-col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .dt-col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .dt-col-sm-offset-0 {
        margin-left: 0
    }

    .dt-hidden-sm {
        display: none !important
    }

    .rs_col-sm-10.wpb_column[class*=vc_col-md-offset], .rs_col-sm-12.wpb_column, .rs_col-sm-6.wpb_column[class*=vc_col-md-offset], .rs_col-sm-8.wpb_column[class*=vc_col-md-offset], .wpb_column[class*=vc_col-md-offset] {
        margin-bottom: 20px
    }

        .rs_col-sm-12.wpb_column:last-child, .rs_col-sm-12 ~ .rs_col-sm-12, .rs_col-sm-8.wpb_column:last-child, .vc_row-no-padding .rs_col-sm-12.wpb_column, .vc_row-no-padding &gt; .rs_col-sm-12.wpb_column, .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) &gt; .rs_col-sm-12.wpb_column ~ .rs_col-sm-12.dt-sc-skin-highlight {
            margin-bottom: 0
        }

    .rs_margin-sm-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rs_margin-sm-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .rs_aligncenter_sm, .rs_aligncenter_sm div, .rs_aligncenter_sm div[class*=vc_custom], .rs_aligncenter_sm h1, .rs_aligncenter_sm h2, .rs_aligncenter_sm h3, .rs_aligncenter_sm h4, .rs_aligncenter_sm h5, .rs_aligncenter_sm h6, .rs_aligncenter_sm p {
        text-align: center !important
    }

        .rs_aligncenter_sm .alignleft, .rs_aligncenter_sm .alignright {
            text-align: center
        }

    .rs_margin_top_sm-50.vc_row, .rs_margin_top_sm-50.wpb_column .vc_column-inner {
        margin-top: 50px !important
    }

    .rs_margin_top_sm-150.vc_row, .rs_margin_top_sm-150.wpb_column .vc_column-inner {
        margin-top: 150px !important
    }

    .rs_margin_top_sm_alt-75.vc_row, .rs_margin_top_sm_alt-75.wpb_column .vc_column-inner {
        margin-top: -75px !important
    }
}

@media only screen and (max-width:767px) {
    #primary {
        width: 100%
    }

    .column {
        margin-left: 0
    }

    .column, .wpb_column {
        margin-bottom: 20px
    }

        .wpb_column .wpb_column {
            padding: 0
        }

        .column, .column.no-space, .wpb_column, li[class*=dt-col], section[class*=dt-col] {
            width: 100%
        }

    .dt-hidden-sm {
        display: none !important
    }

    .rs_margin-xs-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rs_margin-xs-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .rs_aligncenter_xs, .rs_aligncenter_xs div, .rs_aligncenter_xs div[class*=vc_custom], .rs_aligncenter_xs h1, .rs_aligncenter_xs h2, .rs_aligncenter_xs h3, .rs_aligncenter_xs h4, .rs_aligncenter_xs h5, .rs_aligncenter_xs h6, .rs_aligncenter_xs p {
        text-align: center !important
    }

        .rs_aligncenter_xs .alignleft, .rs_aligncenter_xs .alignright {
            text-align: center
        }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 420px
    }
}

@media only screen and (max-width:479px) {
    .wpb_column:not([class*=vc_col-xs]) {
        float: left;
        width: 100%
    }

    .wpb_column[class*=vc_col-xs-offset] {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .container {
        width: 290px
    }
}

@media only screen and (max-width:319px) {
    .container {
        width: 200px
    }
}

#main-menu ul li.menu-item-simple-parent ul li a .fa {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

#header-wrapper {
    float: left;
    /*margin: 0 0 35px;*/
    padding: 0;
    width: 100%
}

#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

    #header .dt-header-tpl &gt; .vc_row .vc_row.vc_row-flex.vc_inner &gt; .vc_column_container &gt; .vc_column-inner, #header .dt-header-tpl &gt; .vc_row.vc_row-flex &gt; .vc_column_container &gt; .vc_column-inner {
        z-index: auto
    }

    #header .dt-header-tpl .vc_row[data-vc-full-width], #header .dt-header-tpl &gt; .vc_section[data-vc-full-width] {
        overflow: visible
    }

#header-wrapper.header-top-relative #header {
    position: relative
}

.no-breadcrumb.page-with-slider #header-wrapper.bottom-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.dt-logo-container {
    font-size: 0;
    line-height: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .dt-logo-container.logo-align-center {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dt-logo-container.logo-align-right {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dt-logo-container a {
        color: inherit
    }

        .dt-logo-container a img {
            display: inline-block;
            vertical-align: middle
        }

        .dt-logo-container a span {
            clear: both;
            display: block
        }

            .dt-logo-container a span ~ span {
                margin-top: -1px
            }

.dt-header-menu, .dt-header-menu .dt-primary-nav, .dt-header-menu .dt-primary-nav li, .no-header-menu, .no-header-menu ul, .no-header-menu ul li {
    display: inline-block;
    font-size: 0;
    line-height: 0
}

    .dt-header-menu .dt-primary-nav, .no-header-menu ul {
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%
    }

        .dt-header-menu .dt-primary-nav li, .no-header-menu ul li {
            line-height: normal;
            margin: 0 2px;
            padding: 0;
            position: relative
        }

            .dt-header-menu .dt-primary-nav li a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu &gt; li, .no-header-menu ul li a {
                font-size: 15px;
                line-height: normal
            }

            .dt-header-menu .dt-primary-nav li a, .no-header-menu ul li a {
                display: inline-block;
                padding: 10px 15px;
                vertical-align: middle
            }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu {
        background-color: #fff;
        margin: 0;
        opacity: 0;
        padding: 0;
        left: 0;
        top: 100%;
        visibility: hidden;
        z-index: 100;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s
    }

    .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
        position: absolute;
        width: 220px
    }

        .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu ul.sub-menu {
            margin-top: -2px
        }

    .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
        -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
        box-shadow: 0 0 2px 1px rgba(0,0,0,.25)
    }

    .dt-header-menu ul.dt-primary-nav li.has-mega-menu {
        position: static
    }

        .dt-header-menu ul.dt-primary-nav li.has-mega-menu &gt; ul.sub-menu, .dt-header-menu ul.dt-primary-nav li.has-mega-menu &gt; ul.sub-menu &gt; li {
            display: block;
            font-size: 14px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0
        }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li {
        margin: 0
    }

        .dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu {
            left: 100%;
            top: 0
        }

    .dt-header-menu ul.dt-primary-nav li:last-child &gt; ul.sub-menu, .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) &gt; ul.sub-menu {
        left: auto;
        right: 0
    }

    .dt-header-menu ul.dt-primary-nav li.has-mega-menu:last-child &gt; ul.sub-menu, .dt-header-menu ul.dt-primary-nav li.has-mega-menu:nth-last-child(2) &gt; ul.sub-menu {
        left: 0;
        right: 0
    }

    .dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu, .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu {
        left: auto;
        right: 100%
    }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li:not(:last-child) {
        border-bottom: 2px dashed
    }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li {
        width: 100%
    }

        .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a {
            width: 100%;
            padding-top: 6px;
            padding-bottom: 6px;
            border-radius: 0
        }

        .dt-header-menu .dt-primary-nav li a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a, .no-header-menu ul li a {
            color: rgba(0,0,0,.6)
        }

    .dt-header-menu ul.dt-primary-nav li:hover &gt; ul.sub-menu {
        opacity: 1;
        visibility: visible
    }

.mobile-nav-container .menu-trigger {
    cursor: pointer
}

    .mobile-nav-container .menu-trigger &gt; i:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 14px;
        font-style: normal
    }

    .mobile-nav-container .menu-trigger &gt; i, .mobile-nav-container .menu-trigger &gt; span {
        display: inline;
        padding: 0 5px
    }

.mobile-nav-container.mobile-nav-offcanvas-right {
    float: right;
    margin-right: 30px
}

.mobile-menu, .mobile-menu ul.dt-primary-nav, .mobile-menu ul.dt-primary-nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

    .mobile-menu .dt-primary-nav li a {
        border-style: solid;
        border-width: 1px 0 0;
        color: initial;
        display: block;
        padding: 5px 15px
    }

    .mobile-menu .dt-primary-nav &gt; li &gt; a, .mobile-menu .dt-primary-nav &gt; li &gt; ul &gt; li &gt; a, .mobile-menu .dt-primary-nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a, .mobile-menu .dt-primary-nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        min-height: 42px;
        line-height: 42px;
        padding-top: 0;
        padding-bottom: 0
    }

    .mobile-menu ul.dt-primary-nav {
        padding-top: 50px
    }

    .mobile-menu, .mobile-menu ul.sub-menu, .mobile-menu &gt; ul {
        background: #fff;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-y: visible;
        overflow-x: hidden;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 4;
        transform: translateX(0);
        transition: transform .3s
    }

.mobile-menu {
    max-width: 265px;
    opacity: 0;
    visibility: hidden;
    z-index: 10000000;
    transform: translateX(100%);
    transition: transform .25s,visibility 0s .3s,opacity .25s
}

.mobile-nav-offcanvas-right .mobile-menu {
    right: 0
}

.mobile-nav-offcanvas-left .mobile-menu {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mobile-menu ul.is-hidden, .mobile-menu.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mobile-menu.nav-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s,visibility 0s 0s;
    transition: transform .25s,visibility 0s 0s
}

.mobile-menu .wpb_column, .mobile-menu ul.sub-menu {
    width: 100% !important
}

.mobile-menu ul.sub-menu {
    left: auto !important;
    right: auto !important
}

    .mobile-menu ul.sub-menu li {
        float: left;
        width: 100%
    }

.mobile-menu .wpb_column {
    margin: 0
}

.mobile-menu .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-horizontal) &gt; div {
    margin-left: 0;
    margin-right: 0
}

.mobile-menu li[class*=has-children] &gt; a, .mobile-menu li[class*=has_children] &gt; a {
    position: relative
}

.mobile-menu li[class*=has-children] &gt; a, .mobile-menu li[class*=has_children] &gt; a {
    padding-right: 40px
}

.mobile-menu ul.dt-primary-nav li.close-nav {
    display: inline-block;
    height: 50px;
    width: 100%
}

.mobile-menu ul.dt-primary-nav li.close-nav {
    border: none !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    width: 50px;
    cursor: pointer
}

    .mobile-menu ul.dt-primary-nav li.close-nav:after, .mobile-menu ul.dt-primary-nav li.close-nav:before {
        background-color: #222;
        content: "";
        height: 35%;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 4px
    }

    .mobile-menu ul.dt-primary-nav li.close-nav:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mobile-menu ul.dt-primary-nav li.close-nav:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mobile-menu ul.dt-primary-nav li.close-nav:hover:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mobile-menu ul.dt-primary-nav li.close-nav:hover:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.mobile-menu li[class*=has-children] &gt; a:after, .mobile-menu li[class*=has-children] &gt; a:before, .mobile-menu li[class*=has_children] &gt; a:after, .mobile-menu li[class*=has_children] &gt; a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@-moz-document url-prefix() {
    .mobile-menu li[class*=has-children] &gt; a:after, .mobile-menu li[class*=has_children] &gt; a:after, .mobile-menu ul.dt-primary-nav li.go-back a:after {
        margin-top: 1px
    }
}

.mobile-menu li[class*=has-children] &gt; a:before, .mobile-menu li[class*=has_children] &gt; a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 25px;
    height: 42px;
    line-height: 42px;
    right: 12px;
    text-align: center
}

.mobile-menu li[class*=has-children] &gt; a:after, .mobile-menu li[class*=has_children] &gt; a:after {
    content: "";
    background-color: currentColor;
    height: 2px;
    opacity: 0;
    visibility: hidden
}

.mobile-menu li[class*=has-children] &gt; a:hover:before, .mobile-menu li[class*=has_children] &gt; a:hover:before {
    right: 8px
}

.mobile-menu li[class*=has-children] &gt; a:after, .mobile-menu li[class*=has_children] &gt; a:after {
    right: 18px
}

.mobile-menu li[class*=has-children] &gt; a:hover:after, .mobile-menu li[class*=has_children] &gt; a:hover:after {
    right: 12px
}

.mobile-menu .dt-custom-nav li a span:after, .mobile-menu .dt-custom-nav li a span:before, .mobile-menu .dt-custom-nav li a:after, .mobile-menu .dt-custom-nav li a:before {
    content: none !important
}

.mobile-menu .dt-custom-nav li a, .mobile-menu .dt-primary-nav li .dt-custom-nav li a {
    border-style: none;
    border-width: 0 !important;
    border-radius: 0 !important
}

.mobile-menu .dt-custom-nav li {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.075);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.075)
}

    .mobile-menu .dt-custom-nav li:last-child {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.mobile-menu .vc_row {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mobile-menu .wpb_column, .mobile-menu .wpb_column .vc_column-inner[class*=vc_custom] {
    margin: 0 !important
}

    .mobile-menu .wpb_column .vc_column-inner[class*=vc_custom] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .mobile-menu .wpb_column .wpb_column .vc_column-inner[class*=vc_custom] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

.overlay {
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s
}

    .mobile-menu li[class*=has-children] &gt; a:hover:after, .mobile-menu li[class*=has_children] &gt; a:hover:after, .overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

.mobile-menu .dt-custom-nav li, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li, .mobile-menu ul.dt-primary-nav li a, .mobile-menu ul.dt-primary-nav li a:after, .mobile-menu ul.dt-primary-nav li a:before, .mobile-menu ul.dt-primary-nav li.close-nav, .mobile-menu ul.dt-primary-nav li.close-nav:after, .mobile-menu ul.dt-primary-nav li.close-nav:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.mobile-menu .dt-primary-nav li a {
    border-color: rgba(0,0,0,.06)
}

.mobile-menu .dt-custom-nav li a:hover, .mobile-menu .dt-custom-nav li a:not(:hover), .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li a:hover {
    background-color: rgba(0,0,0,0) !important;
    color: #000 !important
}

.mobile-menu .dt-custom-nav li.current-menu-item &gt; a, .mobile-menu .dt-custom-nav li.current-page-item &gt; a, .mobile-menu .dt-custom-nav li.current_menu_item &gt; a, .mobile-menu .dt-custom-nav li.current_page_item &gt; a, .mobile-menu .dt-custom-nav li:hover &gt; a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li.current-menu-item &gt; a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li.current-page-item &gt; a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li.current_menu_item &gt; a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li.current_page_item &gt; a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li:hover &gt; a {
    background-color: #000 !important;
    color: #fff !important
}

.mobile-menu ul.sub-menu::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 5px
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb, .mobile-menu ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 6px rgba(0,0,0,.3) inset
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px
}

.dt-header-menu.left {
    float: left
}

.dt-header-menu.center {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.dt-header-menu.right {
    float: right
}

.dt-header-menu[data-nav-item-display=stretch] ul.dt-primary-nav &gt; li {
    line-height: 70px
}

    .dt-header-menu[data-nav-item-display=stretch] ul.dt-primary-nav &gt; li &gt; a {
        line-height: inherit
    }

    .dt-header-menu[data-nav-item-display=stretch] ul.dt-primary-nav &gt; li ul.sub-menu {
        line-height: normal
    }

.dt-header-menu ul.dt-primary-nav &gt; li &gt; a.icon-position-left &gt; .menu-item-icon {
    padding-right: 6px
}

.dt-header-menu ul.dt-primary-nav &gt; li &gt; a.icon-position-right &gt; .menu-item-icon {
    padding-left: 6px
}

    .dt-header-menu ul.dt-primary-nav &gt; li &gt; a.icon-position-right &gt; .menu-item-icon ~ span {
        float: left
    }

.dt-header-menu ul.dt-primary-nav &gt; li &gt; a, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li &gt; a &gt; span {
    position: relative
}

    .dt-header-menu[data-nav-item-divider=slanting-line] ul.dt-primary-nav &gt; li &gt; a &gt; span:after, .dt-header-menu[data-nav-item-divider=vertical-line] ul.dt-primary-nav &gt; li &gt; a &gt; span:after, .dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li &gt; a:after, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li &gt; a &gt; span:before, .dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=triangle-down-midbottom] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:after, .dt-header-menu[data-nav-item-highlight=triangle-down-midbottom] ul.dt-primary-nav &gt; li.current_page_item &gt; a:after, .dt-header-menu[data-nav-item-highlight=triangle-down-midtop] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:before, .dt-header-menu[data-nav-item-highlight=triangle-down-midtop] ul.dt-primary-nav &gt; li.current_page_item &gt; a:before, .dt-header-menu[data-nav-item-highlight=triangle-up-midbottom] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:after, .dt-header-menu[data-nav-item-highlight=triangle-up-midbottom] ul.dt-primary-nav &gt; li.current_page_item &gt; a:after, .dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li &gt; a:after {
        content: ""
    }

    .dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li &gt; a:after, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li &gt; a &gt; span:before, .dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li &gt; a:after {
        border-style: solid;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        width: 0
    }

.dt-header-menu[data-nav-item-highlight=triangle-down-midbottom] ul.dt-primary-nav &gt; li &gt; a:after, .dt-header-menu[data-nav-item-highlight=triangle-down-midtop] ul.dt-primary-nav &gt; li &gt; a:before, .dt-header-menu[data-nav-item-highlight=triangle-up-midbottom] ul.dt-primary-nav &gt; li &gt; a:after {
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 0
}

.dt-header-menu[data-nav-item-highlight=triangle-down-midtop] ul.dt-primary-nav &gt; li &gt; a:before {
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 0
}

.dt-header-menu[data-nav-item-style=filled][data-nav-item-highlight=triangle-down-midtop] ul.dt-primary-nav &gt; li &gt; a:before {
    border-top-color: currentColor;
    top: -1px
}

.dt-header-menu[data-nav-item-highlight=triangle-down-midbottom] ul.dt-primary-nav &gt; li &gt; a:after {
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 100%
}

.dt-header-menu[data-nav-item-highlight=triangle-up-midbottom] ul.dt-primary-nav &gt; li &gt; a:after {
    border-top-width: 0;
    border-bottom-color: inherit;
    bottom: 0
}

.dt-header-menu[data-nav-item-style=filled][data-nav-item-highlight=triangle-up-midbottom] ul.dt-primary-nav &gt; li &gt; a:after {
    border-bottom-color: currentColor;
    bottom: -1px
}

.dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li &gt; a:after {
    border-width: 0 0 2px;
    bottom: 0
}

.dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li &gt; a:before {
    border-width: 2px 0 0;
    top: 0
}

.dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li &gt; a &gt; span:before {
    border-width: 0 0 2px;
    margin: auto;
    bottom: 0;
    top: 0
}

.dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li &gt; a:before {
    border-width: 2px 0;
    height: auto;
    bottom: 0;
    top: 0
}

.dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li &gt; a:after {
    border-width: 0 0 1px;
    bottom: 0
}

.dt-header-menu[data-nav-item-style=bordered][data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li &gt; a:after {
    bottom: 1px
}

.dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li &gt; a:before {
    border-width: 1px 0 0;
    top: 0
}

.dt-header-menu[data-nav-item-style=bordered][data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li &gt; a:before {
    top: 1px
}

.dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li &gt; a:before {
    border-width: 1px 0;
    height: auto;
    bottom: 0;
    top: 0
}

.dt-header-menu[data-nav-item-style=bordered][data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li &gt; a:before {
    bottom: 1px;
    top: 1px
}

.dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:before, .dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li.current_page_item &gt; a:before, .dt-header-menu[data-nav-item-highlight=overline] ul.dt-primary-nav &gt; li:hover &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li.current_page_item &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-line-updown] ul.dt-primary-nav &gt; li:hover &gt; a:before, .dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:after, .dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li.current_page_item &gt; a:after, .dt-header-menu[data-nav-item-highlight=underline] ul.dt-primary-nav &gt; li:hover &gt; a:after {
    width: 75%
}

.dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:after, .dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li.current_page_item &gt; a:after, .dt-header-menu[data-nav-item-highlight=bottom-border-only] ul.dt-primary-nav &gt; li:hover &gt; a:after, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li.current-menu-item &gt; a &gt; span:before, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li.current_page_item &gt; a &gt; span:before, .dt-header-menu[data-nav-item-highlight=line-through] ul.dt-primary-nav &gt; li:hover &gt; a &gt; span:before, .dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:before, .dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li.current_page_item &gt; a:before, .dt-header-menu[data-nav-item-highlight=top-border-only] ul.dt-primary-nav &gt; li:hover &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li.current-menu-item &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li.current_page_item &gt; a:before, .dt-header-menu[data-nav-item-highlight=two-border-updown] ul.dt-primary-nav &gt; li:hover &gt; a:before {
    width: 100%
}

.dt-header-menu[data-nav-item-divider=slanting-line] ul.dt-primary-nav &gt; li &gt; a &gt; span:after, .dt-header-menu[data-nav-item-divider=vertical-line] ul.dt-primary-nav &gt; li &gt; a &gt; span:after {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    bottom: 0;
    right: -2px;
    top: 0;
    width: 1px
}

.dt-header-menu[data-nav-item-divider=slanting-line] ul.dt-primary-nav &gt; li &gt; a &gt; span:after {
    right: -3px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.dt-header-menu[data-nav-item-divider=slanting-line] ul.dt-primary-nav &gt; li:last-child &gt; a &gt; span:after, .dt-header-menu[data-nav-item-divider=vertical-line] ul.dt-primary-nav &gt; li:last-child &gt; a &gt; span:after {
    display: none
}

.dt-header-menu ul.dt-primary-nav &gt; li, .dt-header-menu ul.dt-primary-nav &gt; li a, .dt-header-menu ul.dt-primary-nav &gt; li a &gt; span, .dt-header-menu ul.dt-primary-nav &gt; li a &gt; span:before, .dt-header-menu ul.dt-primary-nav &gt; li &gt; a:after, .dt-header-menu ul.dt-primary-nav &gt; li &gt; a:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.menu-icons-wrapper {
    margin: 0 5px;
    padding: 5px 0
}

#header .header-24 .dt-sc-contact-info {
    text-align: left;
    padding-left: 50px;
    font-weight: 400
}

    #header .header-24 .dt-sc-contact-info span {
        margin-top: 5px;
        font-size: 40px;
        left: 0
    }

#header .header-25 .dt-header-menu .dt-primary-nav &gt; li:not(.close-nav) &gt; a:before {
    content: '\f169';
    display: block;
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: .3
}

#header .header-25 .dt-header-menu .dt-primary-nav &gt; li:last-child:before {
    display: none
}

#header .header-25 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li {
    margin: 0 8px
}

#header .header-25 .dt-header-menu, #header .header-25 .dt-header-menu .dt-primary-nav, #header .header-25 .dt-header-menu .dt-primary-nav &gt; li {
    float: left
}

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li:first-child &gt; a {
        padding-left: 0
    }

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li a {
        font-size: 14px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li {
        width: 100%
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu {
        border: 10px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li:nth-child(2) ul.sub-menu {
        border-left: none
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li:hover ul.sub-menu {
        background: 0 0
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li {
        background: #fdf7ff
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu &gt; li a {
        padding: 15px 15px 0 15px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu &gt; li:last-child a {
        padding-bottom: 15px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li &gt; a {
        line-height: 70px;
        float: left;
        padding: 0 25px;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .2px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li:nth-child(2) &gt; a {
        padding-left: 0
    }

#header .header-25 .dt-sc-sociable {
    width: 32px;
    position: relative;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0;
    text-align: left;
    cursor: pointer;
    z-index: 9
}

    #header .header-25 .dt-sc-sociable:before {
        position: absolute;
        content: "\f1e0";
        display: block;
        left: 0;
        right: 0;
        font-family: fontawesome
    }

    #header .header-25 .dt-sc-sociable li {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        float: none;
        display: inline-block;
        padding-bottom: 0;
        clear: none;
        top: -15px;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s
    }

        #header .header-25 .dt-sc-sociable li:nth-child(1) {
            left: -10px
        }

        #header .header-25 .dt-sc-sociable li:nth-child(2) {
            left: 20px
        }

        #header .header-25 .dt-sc-sociable li:nth-child(3) {
            left: 50px
        }

        #header .header-25 .dt-sc-sociable li:nth-child(4) {
            left: 80px
        }

        #header .header-25 .dt-sc-sociable li:nth-child(5) {
            left: 110px
        }

    #header .header-25 .dt-sc-sociable:hover li {
        opacity: 1;
        visibility: visible
    }

    #header .header-25 .dt-sc-sociable li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #fff;
        border: 1px solid #fff;
        border-left: 0;
        text-align: center
    }

    #header .header-25 .dt-sc-sociable li:first-child a {
        border-left: 1px solid #fff
    }

    #header .header-25 .dt-sc-sociable li.facebook a:hover {
        background: #3162a2
    }

    #header .header-25 .dt-sc-sociable li.twitter a:hover {
        background: #2fb1eb
    }

    #header .header-25 .dt-sc-sociable li.google-plus a:hover {
        background: #c54542
    }

    #header .header-25 .dt-sc-sociable li.twitter a:hover {
        background: #2caae1
    }

    #header .header-25 .dt-sc-sociable li.youtube a:hover {
        background: #ff3431
    }

#header .header-25 .menu-icons-wrapper {
    float: right;
    text-align: right;
    margin: 3px 0 0
}

    #header .header-25 .menu-icons-wrapper div:last-child {
        margin-left: 0
    }

#header .header-26 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #fcf8f5;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9
}

    #header .header-26:after {
        content: "";
        position: absolute;
        display: block;
        background-image: url(/fonts/header-26-bg.png);
        background-repeat: repeat;
        width: 100%;
        height: 100%;
        background-position: center;
        opacity: .1;
        z-index: -1;
        transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1)
    }

    #header .header-26 .vc_col-sm-2 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -22px;
        z-index: 1;
        width: 96px
    }

    #header .header-26 &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_column-inner {
        padding: 5px 0 0 0 !important;
        font-style: italic
    }

    #header .header-26 &gt; .dt-sc-stretch-row-content &gt; .vc_column_container &gt; .vc_col-sm-2 {
        padding-right: 10px;
        padding-left: 0
    }

    #header .header-26 .dt-header-menu .dt-primary-nav li a, #header .header-26 .no-header-menu ul li a {
        padding: 5px 15px 10px
    }

    #header .header-26 .vc_col-sm-5 {
        width: 50%
    }

        #header .header-26 .vc_col-sm-5:first-child {
            padding-right: 50px
        }

        #header .header-26 .vc_col-sm-5:last-child {
            padding-left: 50px
        }

#header .header-27 .wpb_content_element {
    margin-bottom: 0
}

#header .header-27 .dt-sc-sociable li {
    margin-left: 0;
    margin-right: 0
}

#header .header-27 .dt-sc-sociable.small li a {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 25px
}

#header .header-29 .dt-header-menu .dt-primary-nav &gt; li, #header .header-29 .no-header-menu ul &gt; li {
    margin: 0 5px 0 0
}

#header .header-29 .dt-header-menu .dt-primary-nav li:empty-child, #header .header-29 .no-header-menu ul li:empty-child {
    display: none
}

#header .header-29 .dt-custom-nav-wrapper.right[data-link-icon-position=inside] .dt-custom-nav li a &gt; i.menu-item-icon {
    float: left;
    margin: 0 10px 0 0
}

.dt-sc-owly-header .dt-header-menu {
    padding: 0;
    margin-right: 30px
}

    .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li {
        padding: 18px 0 30px
    }

        .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li:not(:fist-child) {
            margin-left: 8px
        }

        .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li a {
            font-weight: 700;
            line-height: 32px;
            padding: 2px 16px;
            z-index: 1;
            border-radius: 20px
        }

.dt-sc-owly-header .dt-sc-header-contact-info.vc_column_container &gt; .vc_column-inner {
    padding-right: 0;
    padding-left: 0
}

.dt-sc-owly-header .dt-sc-contact-info {
    font-size: 18px;
    font-weight: 400;
    padding: 16px 6.66% 20px 33%;
    position: relative;
    z-index: 1
}

    .dt-sc-owly-header .dt-sc-contact-info:before {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .dt-sc-owly-header .dt-sc-contact-info &gt; span {
        color: currentColor;
        left: 16.5%;
        position: absolute;
        top: 30px
    }

    .dt-sc-owly-header .dt-sc-contact-info strong {
        float: left;
        font-size: 1.334em;
        width: 100%
    }

.dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li.current-menu-item &gt; a, .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li.current_page_item &gt; a, .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li:hover &gt; a {
    background: #fff;
    border-radius: 20px
}

#slider {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0
}

    #slider img {
        max-width: 100%
    }

#slider, .main-title-section-wrapper {
    width: 100%;
    float: left;
    position: relative
}

    #slider:after, .main-title-section-wrapper:after {
        background-image: url(/images/slider-bottom-pattern.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: cover;
        bottom: 0;
        content: '';
        display: block;
        height: 94px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: auto;
        width: 100%;
        z-index: 99
    }

.section-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0;
    padding: 0
}

    .section-wrapper.fullwidth-section &gt; .container {
        width: 100%
    }

    .section-wrapper.fullwidth-section {
        position: relative
    }

    .section-wrapper .container {
        z-index: 9
    }

.main-title-section-wrapper {
    background-color: rgba(0,0,0,.05);
    clear: both;
    float: left;
    margin: 0 0 80px;
    padding: 90px 0 142px;
    position: relative;
    width: 100%
}

#header-wrapper .main-title-section-wrapper {
    margin: 0 0 75px
}

.main-title-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    pointer-events: none;
    display: none
}

    .main-title-section h1 {
        font-size: 30px;
        font-weight: 700;
        color: #2b2b2b;
        text-transform: uppercase;
        margin-bottom: 0
    }

.breadcrumb {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff
}

    .breadcrumb a {
        color: #fff
    }

    .breadcrumb .fa {
        display: inline-block;
        margin: 0 4px;
        padding: 0
    }

    .breadcrumb span.current {
        color: #fff
    }

    .breadcrumb .fa.default {
        display: inline-block;
        height: 24px;
        margin: 0 16px 0 17px;
        position: relative;
        top: 4px;
        width: 30px
    }

        .breadcrumb .fa.default:before {
            content: "\f19d";
            position: absolute;
            display: block;
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto
        }

.main-title-section.aligncenter {
    text-align: center
}

.main-title-section.alignright {
    text-align: right
}

.main-title-section-wrapper.breadcrumb-left .breadcrumb {
    clear: none;
    float: left;
    width: 35%;
    padding-right: 20px;
    margin-top: 13px
}

.main-title-section-wrapper.breadcrumb-left .main-title-section {
    float: right;
    width: 65%;
    text-align: right
}

.main-title-section-wrapper.breadcrumb-right .breadcrumb {
    clear: none;
    float: right;
    text-align: right;
    width: 35%;
    padding-left: 20px;
    margin-top: 13px
}

.main-title-section-wrapper.breadcrumb-right .main-title-section {
    float: left;
    width: 65%
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section {
    width: 100%;
    text-align: center
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: left
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
    width: 100%;
    text-align: center
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: right;
    text-align: right
}

.main-title-section-wrapper {
    background-color: rgba(0,0,0,0) !important
}

    .main-title-section-wrapper &gt; .main-title-section-bg {
        background: rgba(0,0,0,.05);
        content: "";
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }

#footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0
}

    #footer .container {
        z-index: 9
    }

.footer-copyright {
    float: left;
    margin: 0;
    padding: 30px 0;
    width: 100%;
    clear: both;
    font-size: 14px
}

    .footer-copyright .alignright img {
        float: right
    }

#footer a {
    color: #777
}

.dt-sc-sociable li a &gt; i {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

#footer .dt-sc-contact-info {
    padding-left: 0;
    margin-bottom: 5px;
    line-height: 40px
}

    #footer .dt-sc-contact-info span {
        margin: 10px 5px 0 0;
        font-size: 20px;
        text-align: left;
        width: auto;
        display: inline-block
    }

    #footer .dt-sc-contact-info.type8 span {
        margin: auto;
        width: 84px;
        text-align: center;
        font-size: 32px
    }

#footer .footer-copyright .wpb_content_element, #footer &gt; .wpb_content_element {
    margin-bottom: 0
}

.dt-custom-nav li {
    padding-bottom: 0
}

.map-with-overlay {
    position: relative
}

    .map-with-overlay .map-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        .map-with-overlay .map-overlay .wpb_column, .map-with-overlay .map-overlay.wpb_column .vc_column-inner, .vc_row.vc_row-flex.map-with-overlay &gt; .map-overlay.wpb_column.vc_column_container &gt; .vc_column-inner {
            z-index: 2
        }

            .map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
                width: 80%;
                margin: 0 auto
            }

            .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal {
                border-bottom: 0
            }

                .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal &gt; li {
                    float: none;
                    display: inline-block;
                    margin: 0 10px
                }

            .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal &gt; li &gt; a {
                border: 1px solid;
                border-radius: 50px;
                padding: 10px 30px
            }

                .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal &gt; li &gt; a.current, .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal &gt; li &gt; a:hover {
                    background: #fff
                }

            .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container .dt-sc-tabs-horizontal-content {
                padding-bottom: 0
            }

.footer-15 {
    width: 100%;
    float: left;
    position: relative
}

    .footer-15.vc_row[data-vc-full-width] {
        overflow: visible
    }

    .footer-15 h3 {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: .5px
    }

    .footer-15 .dt-sc-small-separator {
        width: 70px;
        height: 1px
    }

.footer-16 .dt-sc-single-line-separator {
    border-color: rgba(0,0,0,.35);
    margin: 0 0 30px 11px;
    width: 100%;
    float: left;
    position: relative
}

    .footer-16 .dt-sc-single-line-separator:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.5);
        left: -6px;
        bottom: -2px;
        top: inherit;
        background: 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(45deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(45deg);
        transform-origin: 0 0;
        transform: rotate(45deg);
        display: block
    }

.footer-17 {
    font-size: 16px
}

    .footer-17.vc_row[data-vc-full-width] {
        overflow: visible
    }

    .footer-17 h2 {
        line-height: 36px;
        margin-bottom: 20px
    }

.footer-18 .dt-sc-twitter-icon {
    margin: 0;
    position: absolute;
    width: auto;
    left: 0;
    height: 100%
}

    .footer-18 .dt-sc-twitter-icon:before {
        width: 44px;
        height: 100%;
        left: 0;
        top: 0;
        background: #32aadf
    }

    .footer-18 .dt-sc-twitter-icon:after {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 5px solid #32aadf;
        border-bottom: 5px solid transparent;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -5px;
        background: 0 0
    }

    .footer-18 .dt-sc-twitter-icon span {
        font-size: 14px;
        border-radius: 0;
        width: 44px;
        background: 0 0;
        height: 100%;
        line-height: 54px
    }

.footer18-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.footer-19 .dt-custom-nav li a {
    padding: 5px 0
}

.footer-19 .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 0
}

.footer-19 .aligncenter .wpb_wrapper {
    text-align: center;
    margin: auto
}

.footer-20 p {
    font-size: 13px
}

.footer-20.vc_row[data-vc-full-width] {
    overflow: visible
}

.footer-20 .footer-20-contact .vc_column-inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 30px 30px !important
}

.footer-20 .footer20-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.footer-20 .footer-20-contact .vc_column-inner a:hover {
    color: #222
}

#footer .footer-20-contact .dt-sc-contact-info {
    padding-left: 70px;
    font-size: 13px
}

    #footer .footer-20-contact .dt-sc-contact-info h6 {
        float: none;
        display: inline-block;
        margin-bottom: 0;
        color: #333;
        font-size: 13px;
        position: absolute;
        left: 0;
        top: 8px
    }

.footer-20 .dt-sc-twitter-icon {
    margin: 0;
    position: absolute;
    width: auto;
    left: 0;
    height: 100%
}

    .footer-20 .dt-sc-twitter-icon:after, .footer-20 .dt-sc-twitter-icon:before {
        display: none
    }

    .footer-20 .dt-sc-twitter-icon span {
        font-size: 70px;
        border-radius: 0;
        background: 0 0;
        color: #f2f2f2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

.footer-20 .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-21.vc_row:after {
    content: "\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111";
    font-family: fontawesome;
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    top: -15px;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    z-index: 9
}

#footer .footer-21 ul.dt-custom-nav li a {
    font-style: italic
}

#footer .footer-22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.footer-info-content.vc_row {
    width: 87.8%;
    background-color: #fff;
    margin: 0 auto 56px;
    text-align: center;
    display: block;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    overflow: visible;
    padding: 75px 10px
}

    .footer-info-content.vc_row .vc_column_container &gt; .vc_column-inner {
        padding-left: 0;
        padding-right: 0
    }

.footer-info.vc_column_container {
    padding: 10px 110px 10px 90px
}

    .footer-info.vc_column_container .dt-sc-title.script-with-sub-title {
        margin-bottom: 0
    }

        .footer-info.vc_column_container .dt-sc-title.script-with-sub-title h3 {
            margin-bottom: 15px
        }

.footer-22 .footer-copyright.vc_row {
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0
}

    .footer-22 .footer-copyright.vc_row .dt-sc-sociable {
        margin: 0 -10px 0 0
    }

        .footer-22 .footer-copyright.vc_row .dt-sc-sociable li {
            margin: 2px 0
        }

            .footer-22 .footer-copyright.vc_row .dt-sc-sociable li a {
                height: 30px;
                line-height: 30px;
                width: 30px;
                font-size: 18px
            }

#footer .footer-22 .vc_column_container.no-padding-left &gt; .vc_column-inner {
    padding-left: 0
}

#footer .footer-22 .vc_column_container.no-padding-right &gt; .vc_column-inner {
    padding-right: 0
}

.footer-22 .footer-text {
    padding: 0 18% 0 0
}

#footer .footer-22 .dt-sc-title.script-with-sub-title.alignright, #footer .footer-22 .dt-sc-title.script-with-sub-title.alignright h3 {
    margin-bottom: 0
}

#footer .footer-22 .dt-sc-title.script-with-sub-title h3 {
    letter-spacing: .2em;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 34px
}

#footer .footer-22 .dt-sc-contact-info a:hover {
    color: #222
}

#footer .footer-23 .dt-sc-contact-info.without-icon {
    padding-left: 0
}

#footer .footer-23 .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 0
}

#footer .footer-23 .footer-23-title {
    margin-bottom: 13px
}

#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    margin-left: 15px
}

    #footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav li a {
        padding-left: 0
    }

#footer .footer-24 .dt-sc-sociable[data-default-style=none][data-hover-style=none].left {
    margin-left: -9px
}

#footer .footer-25 .dt-sc-title * {
    text-transform: uppercase
}

#footer .footer-25 .dt-sc-title {
    text-align: center;
    width: 100%;
    margin: 0 0 50px
}

    #footer .footer-25 .dt-sc-title h2:before, .footer-25 .dt-sc-title h2:after {
        display: none
    }

    #footer .footer-25 .dt-sc-title h2 {
        font-size: 32px;
        font-weight: 300;
        letter-spacing: .1em
    }

    #footer .footer-25 .dt-sc-title h5 {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: normal;
        margin-bottom: 7px
    }

#footer .footer-25 .dt-sc-contact-info {
    padding-left: 30px;
    margin-bottom: 10px
}

    #footer .footer-25 .dt-sc-contact-info span {
        margin: 6px 0 0 0;
        font-size: 18px;
        text-align: left;
        width: auto;
        color: #242524
    }

    #footer .footer-25 .dt-sc-contact-info.type1 span.fa-envelope {
        font-size: 14px;
        margin-top: 7px
    }

    #footer .footer-25 .dt-sc-contact-info.type8 span {
        margin: auto;
        width: 84px;
        text-align: center;
        font-size: 32px
    }

#footer .footer-25 .footer-copyright .wpb_content_element, #footer .footer-25 &gt; .wpb_content_element {
    margin-bottom: 0
}

#footer .footer-25 .dt-sc-sociable {
    margin: 25px 0 0;
    display: inline-block;
    width: 100%
}

    #footer .footer-25 .dt-sc-sociable li {
        display: inline-block;
        margin: 0 20px
    }

    #footer .footer-25 .dt-sc-sociable.left li {
        margin: 0 40px 0 0
    }

    #footer .footer-25 .dt-sc-sociable li a {
        height: auto;
        line-height: normal;
        width: auto;
        display: inline-block;
        float: left
    }

#footer .footer-25.dt-sc-skin-highlight .dt-sc-title h2 strong {
    color: #fff
}

#footer .footer-25.dt-sc-skin-highlight .dt-sc-contact-info.type1 a:hover {
    color: #222
}

.footer-27 .dt-sc-contact-info.type1 span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

#footer .footer-27 .dt-sc-contact-info.type1 {
    padding: 100px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px
}

    #footer .footer-27 .dt-sc-contact-info.type1.aligncenter span {
        font-size: 65px;
        position: absolute;
        top: 0;
        margin: 0 auto 30px;
        left: 0;
        text-align: center;
        right: 0;
        width: auto
    }

    #footer .footer-27 .dt-sc-contact-info.type1:hover span {
        top: -5px
    }

    #footer .footer-27 .dt-sc-contact-info.type1 span.fa-mobile {
        font-size: 80px
    }

    #footer .footer-27 .dt-sc-contact-info.type1 a {
        text-transform: none;
        color: #000
    }

    #footer .footer-27 .dt-sc-contact-info.type1:hover span {
        top: -5px
    }

.footer-28 .dt-sc-contact-info.type8 span {
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.footer-28 .dt-sc-contact-info.type8 h6 {
    line-height: 30px
}

#footer .footer-28 .dt-sc-contact-info.type8 {
    margin: 0
}

    #footer .footer-28 .dt-sc-contact-info.type8.aligncenter span {
        font-size: 27px;
        position: static;
        float: none;
        margin: 0 auto 55px
    }

#footer .footer-28.footer-copyright .dt-sc-sociable li a:hover {
    color: #fff;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

#footer .footer-28 .dt-sc-sociable[data-default-style=filled] li.facebook &gt; a &gt; .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style=filled] li.facebook &gt; a &gt; .dt-icon-hover:before {
    background: #3162a2
}

#footer .footer-28 .dt-sc-sociable[data-default-style=filled] li.twitter a &gt; .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style=filled] li.twitter &gt; a &gt; .dt-icon-hover:before {
    background: #2fb1eb
}

#footer .footer-28 .dt-sc-sociable[data-default-style=filled] li.google-plus a &gt; .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style=filled] li.google-plus &gt; a &gt; .dt-icon-hover:before {
    background: #c54542
}

#footer .footer-28 .dt-sc-sociable[data-default-style=filled] li.twitter a &gt; .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style=filled] li.twitter &gt; a &gt; .dt-icon-hover:before {
    background: #2caae1
}

#footer .footer-28 .dt-sc-sociable[data-default-style=filled] li.youtube a &gt; .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style=filled] li.youtube &gt; a &gt; .dt-icon-hover:before {
    background: #ff3431
}

#footer .footer-29 .dt-sc-contact-info.type1 span, .footer-29 h3:before, .footer-34 h3:before {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.footer-29 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #252525;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px
}

    .footer-29 h3:before {
        content: "";
        position: absolute;
        left: 0;
        height: 3px;
        width: 35px;
        bottom: 0;
        display: inline-block
    }

.footer-29 .wpb_column:hover h3:before {
    width: 50px
}

#footer .footer-29 .dt-sc-contact-info.type1 {
    padding-left: 50px;
    margin-bottom: 25px
}

    #footer .footer-29 .dt-sc-contact-info.type1 span {
        font-size: 30px;
        margin: 0
    }

.footer-29 .dt-sc-contact-info.type1 span.fa-envelope {
    font-size: 25px
}

.footer-29 .dt-sc-contact-info.type1:hover span {
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

#footer .footer-29 .dt-custom-nav a {
    padding: 10px 0 10px 20px;
    margin-bottom: 0
}

#footer .footer-29 .dt-custom-nav li:first-child a {
    padding-top: 0
}

#footer .footer-29 .dt-custom-nav li:last-child {
    border-bottom: 0
}

.footer-29 .dt-custom-nav li {
    position: relative;
    border-bottom: 1px dashed rgba(0,0,0,.15)
}

    .footer-29 .dt-custom-nav li:before {
        content: "-";
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        left: 1px;
        top: 7px;
        font-weight: 700
    }

    .footer-29 .dt-custom-nav li:first-child:before {
        top: -3px
    }

#footer .footer-29 .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-horizontal) &gt; div {
    margin: 0
}

.footer-30 h3 {
    margin: 0 0 25px;
    font-size: 24px;
    margin: 0 0 10px;
    position: relative;
    padding-bottom: 0
}

#footer .footer-30 .dt-sc-contact-info.type1 {
    padding-left: 45px
}

    #footer .footer-30 .dt-sc-contact-info.type1 span {
        top: 0;
        font-size: 20px
    }

.footer-30 ul.dt-sc-fancy-list li:hover:before {
    content: "\f006"
}

.footer-31 {
    overflow: visible !important
}

    .footer-31:before {
        content: "";
        position: absolute;
        top: -46px;
        left: 0;
        width: 100%;
        height: 46px;
        background: url(/images/kidslife-footer-bg.png) center top no-repeat;
        background-size: cover
    }

.footer-31-copyright .alignright {
    width: auto;
    float: right
}

    .footer-31-copyright .alignright .wpb_single_image, .footer-31-copyright .alignright .wpb_text_column {
        float: left
    }

    .footer-31-copyright .alignright .dt-sc-sociable {
        clear: none;
        margin: 3px 0 0
    }

.footer-32 .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 0
}

.footer-32 .dt-custom-nav li {
    line-height: 20px
}

.footer-34 h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

    .footer-34 h3:before {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 40px;
        bottom: 0;
        display: inline-block;
        background-color: rgba(225,229,235,.5)
    }

.footer-34 .wpb_column:hover h3:before {
    width: 50%
}

.footer-35 h3 {
    margin: 24px 0 40px;
    position: relative;
    clear: both;
    font-size: 22px;
    padding-left: 30px
}

    .footer-35 h3:before {
        content: "\f1b0";
        font-size: 18px;
        margin-right: 15px;
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        top: 4px;
        left: 0
    }

.footer-35 .dt-custom-nav li a {
    padding: 0
}

.footer-35 .dt-sc-sociable.small li a {
    width: auto;
    height: auto
}

.footer-35 .dt-sc-sociable li {
    margin: 0 18px
}

    .footer-35 .dt-sc-sociable li:first-child {
        margin-left: 0
    }

.footer-36 {
    font-size: 18px;
    color: rgba(255,255,255,.6)
}

    .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child {
        margin-left: 0
    }

        .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a {
            padding-left: 0
        }

    .footer-36 .no-left-padding &gt; .vc_column-inner {
        padding-left: 0
    }

    .footer-36 .vc_col-sm-8 &gt; .vc_column-inner {
        padding-left: 5%
    }

.footer-37 {
    color: rgba(255,255,255,.6)
}

    .footer-37.vc_custom_float {
        z-index: 1;
        position: relative
    }

    .footer-37 .dt-custom-nav li a {
        padding-top: 0;
        padding-bottom: 0
    }

.vc_row.vc_row-o-content-middle.footer-37 &gt; .vc_column_container &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    padding-top: 0;
    padding-bottom: 0
}

.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:last-child span.divider {
    display: none
}

.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:last-child a {
    padding-right: 0
}

.footer-38 .aligncenter.wpb_column {
    z-index: 1
}

    .footer-38 .aligncenter.wpb_column:before {
        content: "";
        height: auto;
        position: absolute;
        bottom: -100%;
        left: 0;
        top: -100%;
        width: 100%;
        z-index: -1;
        background-color: rgba(0,0,0,.05)
    }

    .footer-38 .aligncenter.wpb_column &gt; .vc_column-inner {
        padding: 0 50px
    }

.footer-38 h3 {
    clear: both;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    margin: 15px 0 50px;
    position: relative
}

    .footer-38 h3:before {
        border-style: dashed none solid;
        border-width: 1px 0;
        content: "";
        height: 2px;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 64px;
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

.footer-38 .alignright h3:before {
    left: auto;
    right: 0
}

.dt-sc-owly-footer {
    padding: 100px 0 0
}

    .dt-sc-owly-footer.single-page-footer {
        padding: 52px 0 0
    }

    .dt-sc-owly-footer .dt-sc-title.with-right-border-decor {
        width: 100%
    }

.dt-sc-footer-info {
    margin-left: 0;
    margin-right: 0
}

    .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 142px
    }

        .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner .wpb_wrapper &gt; h2 {
            font-size: 60px;
            font-weight: 700;
            height: 100px;
            left: 15px;
            line-height: 100px;
            position: absolute;
            text-align: center;
            width: 100px
        }

        .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper h5 {
            text-transform: uppercase;
            margin-bottom: 3px;
            line-height: 38px
        }

        .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper h6 {
            font-weight: 400;
            color: #b9b9b9;
            line-height: 26px
        }

@keyframes scale1 {
    0% {
        transform: scale(1);
        box-shadow: 0 25px 25px rgba(0,0,0,.1);
        border-radius: 10%
    }

    25% {
        transform: scale(.5);
        box-shadow: 0 5px 5px rgba(0,0,0,.15);
        border-radius: 20%
    }

    50% {
        transform: scale(.65);
        box-shadow: 0 15px 15px rgba(0,0,0,.2);
        border-radius: 30%
    }

    75% {
        transform: scale(.8);
        box-shadow: 0 45px 45px rgba(0,0,0,.15);
        border-radius: 20%
    }

    100% {
        transform: scale(1);
        box-shadow: 0 25px 25px rgba(0,0,0,.1);
        border-radius: 10%
    }
}

@-webkit-keyframes scale1 {
    0% {
        transform: scale(1);
        box-shadow: 0 25px 25px rgba(0,0,0,.1);
        border-radius: 10%
    }

    25% {
        transform: scale(.5);
        box-shadow: 0 5px 5px rgba(0,0,0,.15);
        border-radius: 20%
    }

    50% {
        transform: scale(.65);
        box-shadow: 0 15px 15px rgba(0,0,0,.2);
        border-radius: 30%
    }

    75% {
        transform: scale(.8);
        box-shadow: 0 45px 45px rgba(0,0,0,.15);
        border-radius: 20%
    }

    100% {
        transform: scale(1);
        box-shadow: 0 25px 25px rgba(0,0,0,.1);
        border-radius: 10%
    }
}

@-webkit-keyframes Dots {
    0% {
        content: ""
    }

    10% {
        content: "."
    }

    20% {
        content: ".."
    }

    30% {
        content: "..."
    }

    40% {
        content: ".."
    }

    50% {
        content: "."
    }

    60% {
        content: ""
    }

    70% {
        content: "."
    }

    80% {
        content: ".."
    }

    80% {
        content: "..."
    }

    100% {
        content: "."
    }
}

@keyframes Dots {
    0% {
        content: ""
    }

    10% {
        content: "."
    }

    20% {
        content: ".."
    }

    30% {
        content: "..."
    }

    40% {
        content: ".."
    }

    50% {
        content: "."
    }

    60% {
        content: ""
    }

    70% {
        content: "."
    }

    80% {
        content: ".."
    }

    80% {
        content: "..."
    }

    100% {
        content: "."
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background: rgba(0,0,0,0);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACfCAYAAACGL+vnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjNCQzI5MzkyOUY0MTFFOTk3REM4NjY2MjBDMjlCNEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjNCQzI5M0EyOUY0MTFFOTk3REM4NjY2MjBDMjlCNEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCM0JDMjkzNzI5RjQxMUU5OTdEQzg2NjYyMEMyOUI0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCM0JDMjkzODI5RjQxMUU5OTdEQzg2NjYyMEMyOUI0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv+68fcAAAnQSURBVHja3F13jBRl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);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center center
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background: rgba(0,0,0,0) !important
    }
}

@media all and (-ms-high-contrast:none) {
    ::-ms-backdrop {
        background: #090909 !important
    }
}

.dt-sc-vertical-small-separator {
    background: #2b2b2b
}

#footer, .footer-copyright {
    color: #777
}

    #footer a {
        color: #090909
    }

.upb_row_bg:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.list-style-left ul.dt-custom-nav {
    margin-left: -15px;
    margin-right: -15px
}

.dt-sc-advanced-options {
    display: none;
    float: left;
    margin: 10px 0 0;
    padding: 20px 15px;
    width: 100%
}

.dt-sc-advanced-options {
    background-color: rgba(255,255,255,.64)
}

@media only screen and (min-width:1381px) and (max-width:1600px) {
    .dt-sc-owly-header .dt-sc-contact-info {
        padding: 16px 20px 20px 20px;
        text-align: center
    }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            font-size: 69px;
            left: 0;
            margin: auto;
            opacity: .2;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 100%
        }

    .dt-header-menu .dt-primary-nav li, .no-header-menu ul li {
        margin: 0 1px
    }

    .dt-sc-footer-info.vc_col-lg-8 {
        width: 100%
    }
}

@media only screen and (max-width:1380px) {
    .dt-sc-footer-info.vc_col-lg-8 {
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-owly-header .dt-sc-contact-info {
        padding: 16px 20px 20px 20px;
        text-align: center
    }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            font-size: 70px;
            left: 0;
            margin: auto;
            opacity: .2;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 100%
        }

    .dt-header-menu .dt-primary-nav li, .no-header-menu ul li {
        margin: 0 1px
    }

    .dt-sc-owly-header .dt-header-menu ul.dt-primary-nav &gt; li a {
        padding: 2px 12px;
        font-size: 16px !important
    }

    .dt-sc-owly-header .dt-sc-contact-info {
        font-size: 16px
    }

        .dt-sc-owly-header .dt-sc-contact-info strong {
            font-size: 1.4em
        }
}

@media only screen and (min-width:1200px) {
    .dt-header-menu {
        display: inline-block
    }

    .mobile-nav-container {
        display: none
    }

    .dt-header-menu.center {
        display: table
    }
}

@media only screen and (max-width:1199px) {
    .dt-header-menu {
        display: none
    }

    .dt-sc-footer-info.vc_col-lg-8 {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .dt-sc-footer-info.vc_col-lg-8 {
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #header .header-24 .dt-sc-contact-info {
        font-size: 11px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li &gt; a {
        padding: 0 16px
    }

    #header .header-25 .dt-header-menu .dt-primary-nav &gt; li a {
        font-size: 13px
    }

    #header .header-28 .vc_col-md-8.wpb_column {
        margin-bottom: 0
    }

    #header .header-28 .dt-header-menu .dt-primary-nav li a, #header .header-28 .no-header-menu ul li a {
        padding: 10px 10px
    }

    #header .header-29 .dt-header-menu .dt-primary-nav li a, #header .header-29 .no-header-menu ul li a {
        font-size: 13px
    }

    .rs_aligncenter_md .dt-logo-container.logo-align-left a, .rs_aligncenter_md .dt-logo-container.logo-align-right a {
        margin: auto
    }

    .rs_aligncenter_md .dt-header-menu.left, .rs_aligncenter_md .dt-header-menu.right {
        float: none
    }

    .dt-sc-owly-header .dt-sc-contact-info {
        font-size: 16px
    }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            left: 10%;
            font-size: 26px
        }

    .dt-sc-owly-header .dt-sc-contact-info {
        padding: 16px 6.66% 20px 28%
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 26px
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section {
        width: 58%
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        width: 42%
    }

    .responsive-map {
        max-width: 100%
    }

    .footer-copyright .vc_col-sm-6 {
        width: 100%;
        text-align: center
    }

        .footer-copyright .vc_col-sm-6 .vc_column-inner {
            padding: 0
        }

    .footer-copyright .menu-links {
        text-align: center
    }

    #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.left, #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right, #footer .footer-copyright .vc_col-sm-6 .wpb_wrapper {
        text-align: center;
        float: none;
        display: inline-block
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }

        .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li {
            display: inline-block;
            float: none
        }

    #footer .alignleft .dt-custom-nav-wrapper, #footer .alignleft .menu-footer-menu-container, #footer .alignright .dt-custom-nav-wrapper, #footer .alignright .menu-footer-menu-container {
        text-align: center
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block
    }

    .footer-20 .dt-sc-twitter-icon span {
        font-size: 40px
    }

    .footer-20 .dt-sc-twitter-icon span {
        text-align: left
    }

    .footer-20 .footer-20-contact .vc_column-inner {
        margin-top: 0;
        padding: 15px 30px 30px 30px !important;
        position: static
    }

    .footer-info-content.vc_row {
        width: 100%
    }

    #footer .footer-22 .footer-copyright .vc_col-sm-6 {
        width: 50%;
        text-align: left
    }

        #footer .footer-22 .footer-copyright .vc_col-sm-6:last-child {
            text-align: right
        }

        #footer .footer-22 .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right {
            width: 100%;
            text-align: right;
            margin: 0
        }

        #footer .footer-22 .footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
            width: 100%
        }

    #footer .footer-23.footer-copyright .vc_col-sm-6 {
        width: 50%
    }

        #footer .footer-23.footer-copyright .vc_col-sm-6:first-child, #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper {
            text-align: left;
            float: left
        }

        #footer .footer-23.footer-copyright .vc_col-sm-6:last-child, #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
            text-align: right;
            float: right
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .text-with-icon {
        font-size: 12px
    }

    #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper:only-child, #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-logo-container:only-child, #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-sc-sociable:only-child {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important
    }

    #header .dt-header-tpl .rs_col-sm-12 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-logo-container:only-child {
        display: block
    }

    .header-24 .dt-logo-container {
        margin-top: 30px
    }

    #header .header-25 .mobile-nav-container {
        margin: 12px 0
    }

    #header .header-25 .menu-icons-wrapper {
        margin: -9px 0 0
    }

    #header .header-27 .dt-header-menu .dt-primary-nav li a, #header .header-27 .no-header-menu ul li a {
        padding: 10px 12px
    }

    #header .header-27 .vc_column_container section &gt; .vc_column-inner {
        padding-left: 0;
        padding-right: 0
    }

    #header .header-27 .dt-custom-nav li {
        white-space: inherit
    }

    #header .header-28 .dt-header-menu .dt-primary-nav li a, #header .header-28 .no-header-menu ul li a {
        padding: 10px 6px 11px;
        font-size: 11px
    }

    #header .header-29 .wpb_column.rs_col-sm-12.vc_col-sm-6 {
        width: 50%
    }

    #header .header-29 .rs_col-sm-12.vc_col-sm-6 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper:only-child, #header .header-29 .rs_col-sm-12.vc_col-sm-6 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-logo-container:only-child {
        float: right !important;
        text-align: right !important
    }

    #header .header-29 .rs_col-sm-12.vc_col-sm-6 &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-sc-sociable:only-child {
        float: left !important;
        text-align: left !important
    }

    #header .header-29 .dt-header-menu .dt-primary-nav li a, #header .header-29 .no-header-menu ul li a {
        font-size: 9px
    }

    #header .header-29 .dt-header-menu .dt-primary-nav li, #header .header-29 .no-header-menu ul li {
        margin: 0 2px 0 0
    }

    .dt-sc-owly-header .dt-sc-contact-info {
        padding: 16px 20px 20px 20px;
        text-align: center
    }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            font-size: 70px;
            left: 0;
            margin: auto;
            opacity: .2;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 100%
        }

    .rs_aligncenter_sm .dt-logo-container.logo-align-left a, .rs_aligncenter_sm .dt-logo-container.logo-align-right a {
        margin: auto
    }

    .rs_aligncenter_sm .dt-header-menu.left, .rs_aligncenter_sm .dt-header-menu.right {
        float: none
    }

    .rs_aligncenter_sm .mobile-nav-container {
        text-align: center
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 24px;
        margin-top: 11px
    }

    .responsive-map {
        max-width: 100%
    }

    .footer-copyright .vc_col-sm-6, .footer-copyright .vc_col-sm-6.alignright {
        width: 100%;
        text-align: center;
        float: none;
        display: block
    }

        .footer-copyright .vc_col-sm-6 .vc_column-inner {
            padding: 0
        }

    .footer-copyright .menu-links {
        text-align: center;
        margin-top: 5px
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: none;
        text-align: center;
        display: inline-block
    }

    #footer .alignleft .menu-footer-menu-container {
        text-align: center
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block
    }

    #footer .footer-copyright .dt-sc-sociable.left, #footer .footer-copyright .dt-sc-sociable.right, #footer .footer-copyright .wpb_wrapper {
        text-align: center;
        float: none;
        display: inline-block
    }

    .footer-20 .dt-sc-twitter-icon span {
        font-size: 40px
    }

    .footer-20 .dt-sc-twitter-icon span {
        text-align: left
    }

    .footer-20 .footer-20-contact .vc_column-inner {
        position: static
    }

    .footer-info-content.vc_row {
        width: 100%
    }

    .footer-info.vc_column_container {
        padding: 10px
    }

    #footer .footer-23.footer-copyright .vc_col-sm-6 {
        width: 50%
    }

        #footer .footer-23.footer-copyright .vc_col-sm-6:first-child, #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper {
            text-align: left;
            float: left
        }

        #footer .footer-23.footer-copyright .vc_col-sm-6:last-child, #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
            text-align: right;
            float: right
        }
}

@media only screen and (max-width:767px) {
    #header .dt-header-tpl .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-custom-nav-wrapper:only-child, #header .dt-header-tpl .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .dt-sc-sociable:only-child {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important
    }

    #header .dt-header-tpl .dt-logo-container a, #header .dt-header-tpl div[class^=dt-logo-container][class*=vc_custom] {
        margin-left: auto;
        margin-right: auto
    }

    #header .dt-header-tpl div[class^=dt-logo-container][class*=vc_custom] {
        width: 60%
    }

    .mobile-nav-container {
        text-align: center
    }

        .mobile-nav-container.mobile-nav-offcanvas-right {
            float: none;
            margin: 22px 0 25px
        }

    .dt-sc-owly-header .dt-sc-contact-info {
        width: auto;
        text-align: center;
        font-size: 20px;
        padding: 12px 25px;
        float: none;
        display: inline-block
    }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            position: static;
            left: auto;
            float: none;
            display: inline-block;
            font-size: 24px
        }

        .dt-sc-owly-header .dt-sc-contact-info strong {
            width: auto;
            float: none;
            font-size: 20px
        }

    .dt-sc-owly-header .wpb_column.dt-sc-header-contact-info {
        margin-bottom: 0;
        text-align: center
    }

    .dt-sc-slide-menu .menu-icons-wrapper {
        padding: 0
    }

    #header .header-24 .dt-logo-container {
        margin-top: 50px;
        margin-bottom: 10px
    }

    #header .header-24 .dt-sc-contact-info {
        text-align: center;
        padding-left: 0
    }

        #header .header-24 .dt-sc-contact-info span {
            margin: 0 0 10px 0;
            font-size: 24px;
            position: static;
            width: 100%
        }

    #header .header-24 .alignright .vc_col-sm-4 {
        width: 50%
    }

        #header .header-24 .alignright .vc_col-sm-4:last-child {
            width: 100%
        }

    .header-24 .mobile-nav-container {
        padding: 5px 0
    }

    #header .header-25 .wpb_column {
        margin-bottom: 0
    }

    #header .header-25 .mobile-nav-container {
        margin: 12px 0 0
    }

    #header .header-25 .menu-icons-wrapper {
        margin: 0 0 18px;
        text-align: center
    }

    #header .header-26 .vc_col-sm-2 {
        top: -30px
    }

    #header .header-26 .vc_col-sm-5 {
        margin-bottom: 5px
    }

    #header .header-27 .vc_col-sm-2.vc_col-xs-6, #header .header-27 .vc_col-sm-3.vc_col-xs-6 {
        margin-bottom: 0
    }

    #header .header-28 {
        padding-top: 27px
    }

    #header .header-29 .alignright {
        width: auto;
        float: none;
        display: inline-block
    }

    .rs_aligncenter_xs .dt-logo-container.logo-align-left a, .rs_aligncenter_xs .dt-logo-container.logo-align-right a {
        margin: auto
    }

    .rs_aligncenter_xs .dt-header-menu.left, .rs_aligncenter_xs .dt-header-menu.right {
        float: none
    }

    .main-title-section h1 {
        font-size: 26px
    }

    .breadcrumb, .main-title-section, .main-title-section h1 {
        text-align: center
    }

    .main-title-section-wrapper.breadcrumb-left .breadcrumb, .main-title-section-wrapper.breadcrumb-left .main-title-section, .main-title-section-wrapper.breadcrumb-right .breadcrumb, .main-title-section-wrapper.breadcrumb-right .main-title-section {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .responsive-map {
        max-width: 100%
    }

    #footer .alignleft.wpb_column, #footer .alignright.wpb_column, #footer .footer-copyright .alignleft.vc_col-sm-6, #footer .footer-copyright .alignright.vc_col-sm-6, #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav, #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right, #footer .footer-copyright .vc_col-sm-6 {
        text-align: center
    }

        #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav li, #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right {
            float: none;
            display: inline-block
        }

    .map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
        width: 90%
    }

    .footer-copyright {
        text-align: center
    }

    .dt-custom-nav-wrapper.left.rs_align_sm-center, .dt-custom-nav-wrapper.right.rs_align_sm-center {
        text-align: center
    }

        .dt-custom-nav-wrapper.left.rs_align_sm-center .dt-custom-nav &gt; li, .dt-custom-nav-wrapper.right.rs_align_sm-center .dt-custom-nav &gt; li {
            float: none
        }

    #footer .footer-copyright .dt-sc-sociable.left, #footer .footer-copyright .dt-sc-sociable.right, #footer .footer-copyright .wpb_wrapper {
        text-align: center;
        float: none;
        display: inline-block
    }

    .footer-18 .dt-sc-twitter-icon {
        height: auto;
        width: 100%;
        z-index: 1
    }

        .footer-18 .dt-sc-twitter-icon:before {
            width: 9999px;
            left: -50%
        }

        .footer-18 .dt-sc-twitter-icon:after {
            border-left: 5px solid transparent;
            border-top: 5px solid #32aadf;
            border-right: 5px solid transparent;
            top: 100%;
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            -ms-transform: none;
            right: 0;
            background: 0 0;
            left: 0;
            margin: -1px auto
        }

    #footer .footer-19.footer-copyright .wpb_column {
        margin-bottom: 0
    }

    .footer-20.vc_row[data-vc-full-width] {
        overflow: hidden
    }

    .footer-20 .footer-20-contact .vc_column-inner {
        position: static;
        bottom: 0;
        margin-top: 80px
    }

    .footer-info.vc_column_container {
        padding: 10px 15px;
        margin: 0
    }

    #footer .footer-copyright .dt-sc-sociable.left, #footer .footer-copyright .dt-sc-sociable.right {
        width: 100%;
        margin: 0
    }

    #footer .footer-22 .vc_column_container.no-padding-right &gt; .vc_column-inner {
        padding-left: 0
    }

    .footer-22 .footer-copyright.vc_row {
        padding-bottom: 0
    }

    #footer .footer-23 .dt-logo-container, #footer .footer-23 .dt-sc-sociable.right {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    #footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav {
        width: 100%;
        overflow: hidden
    }

        #footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
            text-align: left
        }

    #footer .footer-25.vc_row.vc_row-no-padding .vc_column-inner {
        padding: 0 15px
    }

    #footer .dt-sc-owly-footer .dt-sc-copyright-section {
        text-align: center
    }

        #footer .dt-sc-owly-footer .dt-sc-copyright-section .wpb_content_element {
            margin-bottom: 0
        }

    .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child {
        margin-left: 2px
    }

        .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a {
            padding-left: 10px
        }

    .footer-36 .no-left-padding &gt; .vc_column-inner {
        padding-left: 15px
    }

    .footer-36 .vc_col-sm-8 &gt; .vc_column-inner {
        padding-left: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-copyright .vc_col-sm-6 {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center;
        padding: 0
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none
    }

    .footer-copyright .alignright img {
        display: inline-block;
        float: none
    }

    .footer-copyright .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px
    }
}

@media only screen and (max-width:479px) {
    #header .header-24 .alignright .vc_col-sm-4 {
        width: 100%
    }

    .dt-sc-owly-header .dt-sc-contact-info {
        padding: 8px 20px 12px;
        font-size: 14px;
        line-height: normal
    }

        .dt-sc-owly-header .dt-sc-contact-info strong {
            width: auto;
            font-size: 14px
        }

        .dt-sc-owly-header .dt-sc-contact-info &gt; span {
            font-size: 20px;
            margin-right: 5px
        }

    .main-title-section h1 {
        font-size: 23px
    }

    .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal &gt; li {
        margin: 5px 0
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none
    }

    .alignright .dt-sc-sociable {
        width: 100%;
        text-align: center
    }

    .footer-info-content.vc_row {
        width: 100%
    }

    #footer .footer-24 .dt-custom-nav {
        width: 100%;
        text-align: left
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner .wpb_text_column.wpb_content_element {
        margin-bottom: 0
    }

        .dt-sc-footer-info.vc_column_container &gt; .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper h6 {
            font-size: 18px
        }

    .dt-sc-copyright-section .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:not(:last-child) {
        padding-right: 15px
    }

        .dt-sc-copyright-section .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:not(:last-child) span.divider {
            display: block
        }
}

@media only screen and (max-width:319px) {
    .menu-icons-wrapper {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center
    }

    .footer-copyright .dt-sc-sociable li {
        margin-bottom: 7px
    }
}

.dt-sc-contact-details-on-map {
    position: relative
}

    .dt-sc-contact-details-on-map:after {
        background: rgba(0,0,0,.8);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }

    .dt-sc-contact-details-on-map.hide-overlay:after {
        display: none
    }

    .dt-sc-contact-details-on-map .map {
        width: 100%
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 72px 0 0
    }

    .dt-sc-contact-details-on-map .back-to-contact {
        display: none
    }

        .dt-sc-contact-details-on-map .back-to-contact span {
            background: #b48b3c;
            border: 2px solid #b48b3c;
            border-radius: 50%;
            color: #fff;
            float: left;
            font-size: 28px;
            height: 60px;
            left: 0;
            line-height: 60px;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: -30px;
            width: 60px;
            z-index: 99
        }

    .dt-sc-contact-details-on-map .section-wrapper.dt-sc-map-overlay {
        right: 0;
        margin: auto;
        max-width: 1170px
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay:after {
        left: 100%;
        right: inherit
    }

.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:767px) {
    .dt-sc-contact-details-on-map:after {
        z-index: -1
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        position: inherit
    }

        .dt-sc-contact-details-on-map .dt-sc-map-overlay .dt-sc-contact-info.type3 {
            font-size: 13px
        }
}

.image-overlay-icon .vc_single_image-wrapper {
    position: relative
}

    .image-overlay-icon .vc_single_image-wrapper:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome {
        display: block !important
    }
}

.rs_no-padding_column.wpb_column, .vc_col-md-12.wpb_column.rs_no-padding_column {
    margin-top: -1px;
    padding-bottom: 0;
    margin-bottom: 0
}

.dt-sc-text-with-icon {
    width: 100%;
    clear: both;
    float: left;
    font-weight: 700;
    padding: 12px 0 12px 20px
}

    .dt-sc-text-with-icon span {
        font-size: 18px;
        margin: 0 7px 0 0;
        position: relative;
        top: 2px;
        font-weight: 700
    }

    .dt-sc-text-with-icon.border-bottom {
        border-bottom: 1px solid
    }

    .dt-sc-text-with-icon.border-right {
        border-right: 1px solid
    }

.vc_min_height_right.wpb_column.vc_col-sm-6 {
    margin-left: 30px;
    width: calc(50% - 30px)
}

.dt-sc-image-caption-with-counter {
    counter-reset: image-caption-counter
}

    .dt-sc-image-caption-with-counter h3 {
        counter-increment: image-caption-counter
    }

        .dt-sc-image-caption-with-counter h3:before {
            content: counter(image-caption-counter,decimal-leading-zero);
            font-size: 36px;
            font-weight: 600;
            border-bottom: 2px solid;
            float: left;
            margin: -10px 20px 0 0;
            padding: 0
        }

        .dt-sc-image-caption-with-counter h3:before {
            font-family: 'Open Sans',sans-serif
        }

.dt-sc-contact-details-on-map .dt-sc-map-overlay h3 {
    color: #fff
}

@media screen and (min-width:0\0) {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 71px 0 0
    }
}

.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay {
    padding: 72px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 72px 0 0
    }

    .dt-sc-text-with-icon {
        font-size: 13px
    }

    .dt-sc-image-caption.type8 .dt-sc-image-title h6 {
        line-height: normal
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-text-with-icon {
        font-size: 11px
    }

    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 {
        padding-left: 5px;
        padding-right: 5px
    }

        .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 {
            font-size: 13px;
            padding-left: 10px;
            padding-right: 10px
        }

            .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6 {
                font-size: 15px
            }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 76px 0 0
    }

    .rs_line_height p {
        line-height: normal !important
    }
}

@media only screen and (max-width:767px) {
    .rs_padding_override.vc_row, .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
}

@media only screen and (max-width:479px) {
    .rs_padding_left-override.vc_row .vc_column-inner, .rs_padding_left-override.wpb_column .vc_column-inner {
        padding-left: 15px !important
    }

    .vc_row.vc_row-no-padding .responsive-padding &gt; .vc_column-inner {
        padding-right: 35px;
        padding-left: 35px
    }

    .overflow-content {
        margin: 0
    }

    .rs_fontsize_small {
        font-size: 40px !important
    }

    .rs_padding_override.vc_row, .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media only screen and (max-width:319px) {
    .rs_fontsize_small {
        font-size: 32px !important
    }

    .rs_padding_override.vc_row, .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .dt-sc-text-with-icon {
        font-size: 10px;
        padding-left: 15px
    }

        .dt-sc-text-with-icon span {
            font-size: 15px;
            margin-right: 5px
        }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay, ::i-block-chrome {
        display: block
    }

    .footer-copyright .menu-links li, ::i-block-chrome {
        margin: 0 0 0 28px
    }

    .vc_row.vc_row-flex[data-vc-full-width-init=true], ::i-block-chrome {
        display: table !important
    }

    .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .vc_column_container, ::i-block-chrome {
        display: block
    }

    .vc_row.vc_row-flex.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_column_container, ::i-block-chrome {
        display: inline-block;
        vertical-align: middle
    }

    .vc_row.vc_row-flex:not([data-vc-full-width-init=true]), ::i-block-chrome {
        width: 100%
    }

        .vc_row.vc_row-flex:not([data-vc-full-width-init=true]) &gt; .vc_column_container, ::i-block-chrome {
            display: block
        }

    .vc_row.vc_row-flex.vc_row-o-content-middle.vc_row-o-equal-height:not([data-vc-full-width-init=true]) &gt; .vc_column_container, ::i-block-chrome {
        vertical-align: middle
    }

    .vc_separator, ::i-block-chrome {
        display: inline-block
    }

    .dt-logo-container, ::i-block-chrome {
        display: table
    }

        .dt-logo-container, .dt-logo-container.logo-align-left, ::i-block-chrome {
            margin-right: auto
        }

            .dt-logo-container.logo-align-right, ::i-block-chrome {
                margin-left: auto
            }

    .dt-header-menu.left, .dt-header-menu.right, ::i-block-chrome {
        float: none
    }

    ::i-block-chrome {
        display: table
    }

    ::i-block-chrome {
        margin-left: auto
    }

    .dt-logo-container.logo-align-center, ::i-block-chrome {
        margin-left: auto;
        margin-right: auto
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img, ::i-block-chrome {
        border: none;
        box-shadow: 0 0 0 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1)
    }

    .dt-sc-icon-box-counter .vc_row.vc_row-flex, ::i-block-chrome {
        display: block
    }

        .dt-sc-icon-box-counter .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .vc_column_container, ::i-block-chrome {
            display: inline-block
        }

    ::i-block-chrome {
        width: 100%;
        -webkit-transform: scale(.9936,.81223) translate(0,-11%);
        transform: scale(.9936,.81223) translate(0,-11%)
    }

    .vc_separator.dt-sc-custom-icon-separator, ::i-block-chrome {
        display: table
    }

    ::i-block-chrome {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    ::i-block-chrome {
        display: table-cell;
        vertical-align: middle
    }

    ::i-block-chrome {
        display: inline-block
    }

    ::i-block-chrome {
        width: 100%
    }

    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex, ::i-block-chrome {
        width: 100%
    }

    ::i-block-chrome {
        opacity: 0
    }

    ::i-block-chrome {
        opacity: 1
    }

    ::i-block-chrome {
        line-height: normal
    }

    ::i-block-chrome {
        margin-top: 5px
    }

    ::i-block-chrome {
        display: inline
    }

    ::i-block-chrome {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0,0,0,.1)
    }

    ::i-block-chrome {
        position: fixed;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%)
    }

    ::i-block-chrome {
        position: fixed
    }
}

_:-ms-fullscreen, :root .dt-sc-contact-details-on-map .dt-sc-map-overlay {
    padding: 64px 0 0
}

@media screen and (min-width:0\0) {
    .dt-logo-container {
        display: block
    }

    .dt-header-menu .dt-primary-nav li a, .no-header-menu ul li a {
        vertical-align: top
    }

    .vc_row-flex.vc_row &gt; .vc_column_container &gt; .vc_column-inner &gt; * {
        min-height: 1px !important
    }

    .vc_separator.dt-sc-custom-icon-separator {
        display: table
    }

    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex {
        width: 100%
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
        line-height: 70px
    }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    #main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul, #main-menu ul li.menu-item-simple-parent ul li ul li ul {
        z-index: auto
    }

    .vc_row-flex.vc_row {
        display: table !important
    }

    .vc_row.vc_row-flex.dt-sc-map-overlay {
        display: block !important
    }

    .dt-sc-contact-details-on-map.hide-overlay .vc_row.vc_row-flex.dt-sc-map-overlay {
        display: none !important
    }
}

@-moz-document url-prefix() {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 68px 0 0
    }

    .university-contact-form .button-field i {
        height: 48px;
        line-height: 48px
    }
}

.fa, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul &gt; li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

:root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-500px:before {
    content: "\f26e"
}

.fa-ad:before {
    content: "\f641"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-book:before {
    content: "\f02d"
}

.fa-box:before {
    content: "\f466"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-circle:before {
    content: "\f111"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-edge:before {
    content: "\f282"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-font:before {
    content: "\f031"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-home:before {
    content: "\f015"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-italic:before {
    content: "\f033"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-phone:before {
    content: "\f095"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-school:before {
    content: "\f549"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-star:before {
    content: "\f005"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-weight:before {
    content: "\f496"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-youtube:before {
    content: "\f167"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-brands-400.eot);
    src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fa-brands-400.woff) format("woff"),url(/fonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-regular-400.eot);
    src: url(/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-regular-400.woff2) format("woff2"),url(/fonts/fa-regular-400.woff) format("woff"),url(/fonts/fa-regular-400.ttf) format("truetype"),url(/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/fa-solid-900.eot);
    src: url(/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fa-solid-900.woff) format("woff"),url(/fonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

@font-face {
    font-family: Pe-icon-7-stroke;
    src: url(/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Stroke-Gap-Icons;
    src: url(/fonts/Stroke-Gap-Icons.eot)
}

@font-face {
    font-family: Stroke-Gap-Icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuFhAh0ogWenqmLnngIdXQFXV4VgpSGl4uYi5iQl5SUCKJ0BYiIiYeLh4uHjYeOiAh0dAUO95RrFfsQiyfvi/cQi/PS5fCjCJNsBTR2Tj+LMYsh4TX1i/WL4eGL9YvlTtc0oAiTqgXwc9IxiyOL+xAnJ/sQiwh7+JQVq4uLK2uLi+sFa4sV64uLayuLi6sFUfwdFbb3EqmBdUnNoZVtBbW1FW2Voc1JdYGp9xO1BQ73lPd0FV6LaK+Lt4u3rq+4i7eLr2eLX4tfZ2dfiwiL9xQVcIt2dYtxi3GgdaaLpYuhoYuli6V1oXGLCI/7phVsi2yTb5wIm6YFz2PkoLTPCKZ7BWpUUW1Piwh3+CYVq4uLS2uLi8sFW/ugFaqDSvt0bJPM93QF9xKLFcz7dGyDSvd0qpMFDvhUaxX8FIuL+FTLi4tra4uL/BT31IuL+BRqi4urzIsFKksV+1KLi+u9iwWRnp2YoIugi51+kXgIvYuLKwX7MqsV9xKLi6tci4ubBYuUhJKCi4KLhISLggiLe1yLi2sFavs0FfdUi4tr+1SLi6sFi0sV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYv3VBXbi4trO4uLqwUO+FRrFfwUi4v4VMuLi2tri4v8FPfUi4v4FGqLi6vMiwUqSxX7UouL672LBZGenZigi6CLnX6ReAi9i4srBfsyqxX3EouLq1yLi5sFi5SEkoKLgouEhIuCCIt7XIuLawWa+wQVq4uL+3Rri4v3dAXLqxWri4v7lGuLi/eUBctbFauLi/tka4uL92QF+1QrFauLi/sEa4uL9wQFDvc1+HQV91SLi2v7VIuLqwX3mfyUFfvgi4eQBXKjfquLrouumKujowj3APcAi/ctq4uL+zv7CfsIBXl5gXKLcYtzk3WbeQj3xIsFrLGKxmevCPsJ9wiL9zuri4v7LfcA+wAFvVmLOVhZCIeGBfvH1hWJkoqSi5KLnZKbl5cI9wT3BKF0+wT7BAWFhYiDi4KLh4yIjIcIbIEFDveUaxX7IYv7B/cHi/chi/ch9wf3B/chi/chi/cH+weL+yGL+yH7B/sH+yGLCIv4dBX7EIsnJ4v7EIv7EO8n9xCL9xCL7++L9xCL9xAn7/sQiwiL+7QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwh79zQVq4uL+zRri4v3NAWL+3QVq4uL+zRri4v3NAX3IPdHFaJ0+wX7BXSi9wX3BQX7MvsyFaJ0+wX7BXSi9wX3BQUO936rFfs+90P37Pei8Cb7p/vsBfsO90AV9wz7EPd+97pPx/u6+3oF96r3RRWfcftt+z14pfds9z0F+9T8GBVeuJaWBZ6ei6p4nQiAl62tonR+fgWdcYtoeXAIjYkFpp2ui6V5CJiYonRpaX+WBXmebIt4eAiAgAV0uBWidGlpdKKtrQUO+JT3FBX8lIuLq/h0i4uyQ7abp+NWBfx0bhVrk773cPeui7L7RPu4i4ur95CLcvcE+3qLBffH+/QVaItuqIuuCKuLBYt5mX2di52LmZmLnQiriwWLaG5uaIsI+6SLFWiLbqiLrgiriwWLeZl9nYudi5mZi50Iq4sFi2hubmiLCA73hPgkFauLi/vUa4uL99QFq/xEFWuLBYuldaFxiwj7RIuLq/dEiwW3i69ni18Ii4sVa4sFi7evr7eLCPdEi4tr+0SLBXGLdXWLcQhL9wQV+1SLi/gk90SLBbeLr2eLXwhriwWLpXWhcYsI+ySLi/vk9zSLi2sF97SLFftUi4ur9zSLi/fk+ySLBXGLdXWLcQhriwWLt6+vt4sI90SLi/wkBQ73A/gZFasrbIFs66mVBeyLFaorbYFr66qVBTv8GRVWi2C2i8CLwLa2wIvAi7Zgi1aLVmBgVosIi/c0FWiLbm6LaItoqG6ui66LqKiLrouubqhoiwj3tPs0FVaLYLaLwIvAtrbAi8CLtmCLVotWYGBWiwiL9zQVaItubotoi2iobq6LrouoqIuui65uqGiLCCuoFfvUwIv3YviUi4tr/HSLi/sm95Rgi/cxq4sF91T7VBVri4vYb95Hi4sry4uLayuLi/c09xCLr/sBBQ7qqxV3i3iReph2mn2hh6SIpZGkmqCan6GZpY8IkGsFeol8goF9gX2Geo56jnqUfJiBqHezkaCnCKV4BXhybn1tiwj31osVfIt9jn6SdJZ5noOkg6OMpZaiCKh9BYR8inmQe5F7ln6bg5qEnIqckZuQmJeSmpOajJ2Fm4abf5h8kwiZpwWigJx4k3KUc4lxgHSAdHd6c4KBiICJgYsIaveoFbv7RGyDW/dEqpMFuOcVk2xLeoOry5sF+1NLFZBrK3uGq+ubBZb7dBX7TIuLs/ce8vc0y5F8mIH7GftKBfsiqxX3Eovl9xEhYPsCOQX3ivdUFauLi1tri4u7BQ74APdwFW+LbpZ1oXagf6eLqYupl6egoQi4uKJ0Xl4FfHyCd4t1i3aUd5p8qmy+i6qqCLi4onReXgV1dW6AbosI9xHZFWmtgIAFcnJii3Kkf5eEm4uci5ySm5eYCJaWaa2iocRTaWkFhYWHg4uCi4OPg5GFkYWTh5OLCIuLBZSLk4+RkQitrcNSdXQF/D37fhWri4tra4uLqwX3PfdaFctMdHVMyaGiBfst+7oVdot3k3uafJuDn4ugi6CTn5qbCI2M9zb3CJ5x+zX7BwWDgoZ/i3+LfpB/lIKdeaqLnZwI9wf3NKV5+wn7OAV7fHeDdosIDviUmxX8lIuL95Sri4v7dPhUi4v3dKuLBYurFfyUi4v3FPiUi4v7FAX8dKsV+FSLi8v8VIuLSwWruxWri4tra4uLqwW7ixWri4tra4uLqwW7ixWri4tra4uLqwWr+8QV+xSLi/dU9xSLi/tUBSurFcuLi/cUS4uL+xQF9/RrFft0i4v3VPd0i4v7VAX7VKsV9zSLi/cU+zSLi/sUBQ73lNsVPItKzIvai9rMzNqL2ovMSos8izxKSjyLCIv3lBVNi1lZi02LTb1ZyYvJi729i8mLyVm9TYsI7pIVb7T7IotvYnGdr8L3RouvVAVushVri4u7+xSLi1tri4vb91SLBYT8VBX7RotnwqWdp2L3IountKV5BW77CxX7VIuL26uLi1v3FIuLu6uLBXv3NBUri4vrq4uLS8uLBQ731I4V+133E52n9ysqi/fa+ysqeaf3XfcTBTP7IxWbbztbe6fbuwX7HPtCFSuLi/dU64uL+1QFS6sVq4uL9xRri4v7FAX31GsVi6sFrouoqIuui65uqGiLCIurBcCLtmCLVotWYGBWiwiLSxWLqwXSi8TEi9KL0lLERIsIi6sF44vTQ4szizNDQzOLCIv3FBWLywWdi5l9i3mLeX19eYsIDvfUuxX71IuL95T3c4uLa/tTi4v7VPeUi4v3lvtGqZCr92FpBfuU+xIV9zOLi2v7M4uLqwX4VPtYFfsor5Or9wBvi/dM+wBvg6v3KK8FDvdU91QVPItKzIvai9rMzNqL2ovMSos8izxKSjyLCIv3lBVNi1lZi02LTb1ZyYvJi729i8mLyVm9TYsI90T7lBWLqwW3i6+vi7eLt2evX4sIi6sFyYu9WYtNi01ZWU2LCPck+1QVK4uLq8aLf95YmZOq03gFIftBFfwYi5/3O9ajlW1TeX77A/fQi373A1OdlanWcwUO95D3VBU8i0rMi9qL2szM2ovbi8tKizyLPEtKO4sIi/eUFU6LWFmLTYtNvlnIi8mLvb2LyYvJWb1Niwj3avx0Ffw4i573P+Svl21Eb377Cffwi373CUSnl6nkZwUO9+TbFYurBdqLzMyL2ovaS8s8jECKTFKEQ4uIi4iLiYuJi4mLiQhriwWLjYuMi42Lj4uPi46T5NjR5owIi4uNiwXritk8iyuLKjw8KosIO/dEFWuLBYuNi46LjQiLjYuNBZDCvrjEjAiLawViimdsh2SLh4uJi4gIO/tEFVuLBUSLUsSL0ovSxMTSiwiLawVWi2Bgi1aLVrZgwIsIu4uLawXL2xWri4v7FGuLi/cUBcBPFWauZmh1o8bCxlQFDvck94QVcYt1oYuli6WhoaWLpYuhdYtxi3F1dXGLCIvLFYKLhISLgouCkoSUi5SLkpKLlIuUhJKCiwj3BEsVcYt1oYuli6WhoaWLpYuhdYtxi3F1dXGLCIvLFYKLhISLgouCkoSUi5SLkpKLlIuUhJKCiwj3BEsVcYt1oYuli6WhoaWLpYuhdYtxi3F1dXGLCIvLFYKLhISLgouCkoSUi5SLkpKLlIuUhJKCiwj8BPvbFYv4a/iUi4v75PwEi4ur9+SLi/ek/FSLi/vtvs6ldwUOy/gEFYuLi4uLi36Lf5CClAh0os/PonQFlIKQf4t+i36Gf4KCgoJ/hn6LCICwFY6Ij4mPiwiLiwWPi4+Njo6Ojo2Pi4+Lj4mPiI4Ii4t1dQW4ixXwKXV0Ju2hogX3kvuPFeI0dXQz46KhBdf7RhV2i3eTe5oIKuyiouwqBZ54qYuenp6ei6l4nggq7KGi7CkFq2yLWGtsfHx2g3eLCFf3lBWLiwVti2+XdqB2oH+ni6mLqZenoKAIqKmidG5uBXx8gneLdYt2lHeafJp8n4KgiwiLiwWhi5+UmpoIqKiidG1uBXZ2b39tiwj3AckVaa1/gAV/f3uEeosIi4sFeot7kn+Xf5eEm4uci5ySm5eXCJaXaa2iocRTaWkFhYWHg4uCi4OPg5GFkYWTh5OLi4uLi4uLlIuTj5GRCK2sw1N1dAX8Oft6FauLi2tri4urBfc992YVy0x0dEzKoaIF+y37xhV2i3eTe5p8m4Ofi6CLoJOfmpsIjYz3OvcMnnL7OfsMBYOChn+Lf4t+kH+Ugp15qoudnAj3DPc5pHj7Dfs8BXt8d4N2iwgO95R0FfuL94v3cPdvoXX7WPtZ9137XfdZ91ihdQWwthVri4v3ZPtki4ur94SLBfs0+4QVi4sFXotor4u3i7evr7eLuIuuZ4tfi19nZ1+LCIv3FBVxi3V2i3CLcaB1posIi3uLmwWli6Ggi6aLpXahcIsIDveE+DQVq4uLS2uLi8sF9yT7RBXLi4trS4uLqwX71IsVy4uLa0uLi6sFz/cXFbhedHReuKKiBfeNixWhdPsi+x91ovci9x8F+xH8JxX7IYv7B/cHi/chi/ch9wf3B/chi8mLx3W5Ygh2cwVjrlafVYv7EIsnJ4v7EIv7EO8n9xCL9xCL7++L9xCLwXfAaLMIo6AFtF2hT4tNi/sh+wf7B/shiwg67hVwnAWisbSht4u3i7R1omUIcHoFeqdsnGqLaotsenpvCA7b9yQVX4tnr4u3i7evr7eLt4uvZ4tfi19nZ1+LCIv3FBVxi3V1i3GLcaF1pYuli6Ghi6WLpXWhcYsI9/SrFV+LZ6+Lt4u3r6+3i7eLr2eLX4tfZ2dfiwiL9xQVcYt1dYtxi3GhdaWLpYuhoYuli6V1oXGLCIv8VBVfi2evi7eLt6+vt4u3i69ni1+LX2dnX4sIi/cUFXGLdXWLcYtxoXWli6WLoaGLpYuldaFxiwj7C/eCFZlv+xRLfaf3FMsF+wb7NBX3FEt9b/sUy5mnBQ73lPckFYqLBXaLd5N8m3yag5+LoIu3r6+3i6CLn4Oae5t8k3eLdotfZ2dfiwiL9xQVcIt2dotwi36Qf5SClIKXhpiLCIt7i5sFpYuhoIumi5iGl4KUgpR/kH6LCMH7xBUli3fWBXiSeZR6mAhEeFjjvr0FiZaKl4uWi5SLlI2UCFLEvuPZdQWbmJ2Vn5IIjZiqh4dqgYgFdYR3gXp8CISFRZ9xXb5YioIFiYGKgYuCi3+Mf45/CIyCXl+lXcuckoYFm3yfgaCFCJSInUe/i5/Uko4Fm5GZlJiWCJKR0XeluVi+jZQFjZWMlYuUi5OKkoqUCIqTxcRxuT53hZAFfZd8lXuSCISOd9Q7i4ur9IuhOQWZhJiDmIEI36G9M0pLBYyEjIWLhIuCioKJggjEUlgzPaEFgIF+hH6FCHU5BQ73ZMsV+weLLuiL9weL9wfo6PcHi/cHi+gui/sHi/sHLi77B4sIi/gUFSqLPDyLKosq2jzsi+yL2tqL7IvsPNoqiwj3lPx0FX+LfpCClAgy4qGh5TUFkYSVi5GSjo6Nj4uPi4+Jj4iOCDXloaHiMgWUgpB/i36LfoZ/goKCgn6Gf4sI++73ahVZvIvdvb0IoXQFZmWLT7BlCHV1BQ74UvgCFYuLBX6Lf5CClIKUhpeLmIuYkJeUlAiios9HdHQFgoJ/hn6LCIDGFYiIiYeLh4uHjYeOiJGFlYuRkQiLi3WhBXR1FaJ0+zz7O3Wh9zv3PAX7dPt0FaJ0+wz7C3Wh9wv3DAX7APtnFXaLd5N7mnyag6CLoIugk5+amgj3JvcmoXT7JfslBYKChn+Lfot+kH+Ugp54qYuengj3JfclonX7JfsmBXx8d4N1i4uLi4uLiwj3H/fgFfcF+wV1dfsF9wWhoQUO90T3ZBVfi2evi7eLt6+vt4u3i69ni1+LX2dnX4sIi/cUFXGLdXWLcYtxoXWli6WLoaGLpYuldaFxiwjb+5cVfeJkmJWpxHidIgX7VIUVa5Gd9MSelW1kfgX3ZvdAFcuLi2tLi4urBYtLFfcUi4tr+xSLi6sFi0sV9xSLi2v7FIuLqwWLSxX3FIuLa/sUi4urBfskKxX3NIuLa/s0i4urBffkaxX7JIuLq/cEi4v39PxUi4v79PcEi4tr+ySLi/g0+JSLBQ73wfh0FZFrK3uFq+ubBfca/EQV+/qLrvdmBYzZy8vai9qLy0uMPQiu+2YF+9SrFfeui273RQWLyFm9TYtNi1lZi00Ii4lu+0IF2LkVa4+b9xIFi7evr7eLCItrBXGLdXaLcAiLgnv7DQXL+zIVcYt1oYulCKuLBYuCkoSUi5SLkpKLlAiriwWLcXV1cYsIDvh0axX8VIuL+DSri4v8FPgUi4v4VPvUi4ur9/SLBfwE+/QV97SLi2v7tIuLqwWLSxX3tIuLa/u0i4urBfck93QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwju+3QV+1qLoPcEs5qXbXOCgFP3DouAwnOVl6mzeQUO95RrFUmLSaVZvC3phPco4PEIpHcFQTKR+xbdOdVB9wl+4sMInXAFYXBbflyLCPs09+QVa4uLy0uLi6vriwX3+vvnFXKfBdXkhfcWOd1B1fsJmDRTCHmmBfDL9xl84DfpLZL7KDYlCMV+FSuLi+uri4tLy4sFDveUaxX7EIsn74v3EIvnwt3hrQiXbQVBblxFizyLIeE19Yv1i+Hhi/WL2lzRQagIl6kF4WnCOYsvi/sQJyf7EIsIi/fEFYuLBX6Lf5CClIKUhpeLmAiL9wQFi5iQl5SUlJSXkJiLpYuhdYtxCIv7BAWLcXV1cYsIi/dEFYeLh4mIiIiIiYeLhwiL+wQFi4eNh46IjoiPiY+LlIuSkouUCIv3BAWLlISSgosIDvcX90IVR9GL9wbP0K2tt566i4uLi4uLi7qLt3itac9Fi/sFR0UIdKEFw8WL6FPFcKdmmmWLCIuLBWWLZnxwb1NRiy7DUQh0dQX3EftgFS33KqebzSHN9ad7BS3jFVaLYLaLwIvAtrbAi8CLtmCLVotWYGBWiwiL9zQVaItubotoi2iobq6LrouoqIuui65uqGiLCA74lJsV/JSLi/g0+JSLi/w0Bfx0qxX4VIuL9/T8VIuL+/QF97igFfs490g3N3Sh9vcA91D7YAXkpRVGz09KdKHe5OYvBfs/8BVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCA73lGsVIYs14Yv1CIvr+BSLiysFiyE1NSGLCPs095QVi0sFizPTQ+OL44vT04vjCIvL+9SLBfc0+0QVcYt1oIumCIurBYuloaGli6WLoXWLcQiLawWLcHV2cYsIi+sVgouEhIuCCItrBYuCkoSUi5SLkpKLlAiLqwWLlISSgosI+wT3GxVnvJLQuLe9vdqNu1sIvFp0dVu7BWevUIllZmpphVimZwhxeAUO9xS7FSuLi+vri4srBUurFauLi6tri4trBcvrFSuLi+vri4srBUurFauLi6tri4trBfg0+4QV/DSLi7qri4t89/SLi/hU+/SLi3tri4u7+DSLBfv0+0QVK4uL6+uLiysFS6sVq4uLq2uLi2sF97T3BBWri4v8VGuLi/hUBQ731I4V+133Fp2m9ysoi/fa+ysqeaf3XfcTBTP7IxWbbztbe6fbuwX7HPtCFSuLi/dU64uL+1QFS6sVq4uL9xRri4v7FAX37/cfFfcU+xR1dfsU9xShoQX1ixWhdfsU+xR1ofcU9xQFDviUmxX8lIuL+DT4lIuL/DQF/HSrFfhUi4v39PxUi4v79AX4JPeUFSuLi8uri4trq4uLq6uLBfsUSxUri4vLq4uLa6uLi6uriwX7FEsVK4uLy6uLi2uri4urq4sFi/u0FWuLi6tri4tra4uLy+uLBfcUSxVri4ura4uLa2uLi8vriwX3FEsVa4uLq2uLi2tri4vL64sFDveUqxUhizXhi/YIq4sFizLTQ+OL44vT0ovjCKuLBYsiNTUhiwidzRWHqwW6ka60i7sIi/cUBYu6aLRckgiPqgXKgrpVi0wIi/sUBYtLXFVMgghnixVMlFzBi8sIi/cUBYvKusHKlAiPbAVchGhii1wIi/sUBYtbrmK6hQiHawWN99MVq4uL+5Rri4v3lAXbaxWri4tra4uLqwWLOxWri4tra4uLqwWLOxWri4tra4uLqwX7NPc0FauLi2tri4urBYs7FauLi2tri4urBYs7FauLi2tri4urBZv7dBX3NIuLa/s0i4urBQ6LdBWL+Gv4lIuL++T75IuLq/fEi4v3pPxUi4v77b7OpXcFfvduFffUi4tr+9SLi6sFizsV93SLi2v7dIuLqwUO+JT3NBX7NIuLq/cUi4v3VPuUi4t7a4uLu/fUiwX7NDsV64uLayuLi6sFi0sV64uLayuLi6sF+7R7FfdUi4tr+1SLi6sFi0sV9xSLi2v7FIuLqwVL+2QVi/f099SLi/uU+2SLi6v3RIuL91T7lIuL+3SepaV3BQ73lPeUFfdUi4tr+1SLi6sFi0sV9xSLi2v7FIuLqwUraxX7NIuL95T31IuLW2uLi5v7lIuL+1T3FIsFK/ckFeuLi2sri4urBYtLFeuLi2sri4urBfcU+7QVi/f099SLi/uU+2SLi6v3RIuL91T7lIuL+3SepaV3BQ7r98QV99SLi2v71IuLqwWLSxX31IuLa/vUi4urBYtLFffUi4tr+9SLi6sF+DT7NBX8lIuL9/Sri4v71PhUi4v39Px0i4ur+JSLBQ74lJsV/JSLi/g0+JSLi/w0Bfx0qxX4VIuL9/T8VIuL+/QF9zThFYv3SPdIMftIMQWr9xQViz/XsT+xBQ74lJsV/JSLi/g0+JSLi/w0Bfx0qxX4VIuL9/T8VIuL+/QF9wb3fBWneyv7NG+b6/c0BfcCQRX7W++Zp/dNL/dN55lvBTJxFev7NG97K/c0p5sFDrv3xBVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCIv7VBVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCIv7VBVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCPhk91QV/BSLi6v39IuLq/v0i4ur+BSLBYv7dBX8FIuLq/f0i4ur+/SLi6v4FIsFi/t0FfwUi4ur9/SLi6v79IuLq/gUiwUO95T3RhX7hvcW94b3FveG+xb7hvsWBftC9xYV90It90Lp+0Lp+0ItBfdC+2QV+3v3Bpmn920h9231mW8F+3v7WBX7e/cGmaf3bSH3bfWZbwUO9yRrFfski4vx90j3WaN1+0D7T4tR24uLy9SL5vWjdyb7ClSLBfdk9xQVi6sF0ovExIvSi9JSxESLRItSUotECGuLBYvj09Pji+OL00OLM4szQ0MziwiL6xVoi26oi66Lrqiorouui6hui2iLaG5uaIsIi+sVeYt9fYt5i3mZfZ2LnYuZmYudi519mXmLCA74lGsV/JSLi/gkq4uL/AT4VIuL+ASriwX8AvscFad7K/s0b5vr9zQF9wJBFftb75mn900v903nmW8FMnEV6/s0b3sr9zSnmwXd0xVri4v3JPvUi4v7JGuLi/dE+BSLBfvUSxX3BIuLa/sEi4urBYtLFfd0i4tr+3SLi6sFDvh094IVgN0qy/sHi4qLi4uKi/sIiilLgjoIa48Flu33Atb3GYyMi4yLjIv3F4v3Az+YKQhrhwX7dftiFfsXi/sD137tCKuPBZY57Ev3B4uMi4uLjIv3CIzty5TcCKuHBYAp+wFA+xqKiouKi4qLCIzLFUWLUsSK0YrSxMTSjNKLxFKMRYtpfmtzcnNza31piwiKiwWL93QVVYthX4tWi1e3YL+LCIt7jJsFpIujlZ2enZ2Vo4uli79gtlaLCEsqFYuvp6iuiwiMawV5i318i3oIa4oFDviUexX8lIuL+ET3lIuLa/t0i4v8BPhUi4v3dKuLBfuCIhVtyE6p9073TaF1+y77Lqp8mmz3LvcuoXUFoqEVMOaXlgWXl5uSnIuci5uEl3+Xf5J7i3qLeoR7f38IgH8FYeMVsmQFjI2LjouOi5SIk4WRg5N+joGICPvZ/AAVt/cYqYF0RNKilW0FDviUmxX7FIuLq+uLi/ekIotb2/sii1s7IouL+6Tri4tr+xSLi/fk9wuLu9v3Rou7O/cLiwX7lPvkFTyLSsyL2ovazMzai9qLzEqLPIs8Sko8iwiL95QVTYtZWYtNi029WcmLyYu9vYvJi8lZvU2LCPc0mxWri4tra4uLqwX7ZPsUFWuLBYu3r6+3iwiLawVxi3V1i3EIDvfk2xWLqwXai8zMi9qL2kvLPIxAikxShEOLiIuIi4mLiYuJi4kIa4sFi42LjIuNi4+Lj4uOk+TY0eaMCIuLjYsF64rZPIsriyo8PCqLCDv3RBVriwWLjYuOi40Ii42LjQWQwr64xIwIi2sFYotna4dki4eLiYuICDv7RBVbiwVFi1HEi9KL0sTE0osIi2sFVotgYItWi1a2YMCLCLuLi2sFy9sVq4uL+xRri4v3FAWb+ycVUMKho7BosK6hcwUO95SrFSqLPNqL7Ivs2trsi+yL2jyLKosqPDwqiwiL99QVPItKSos8izzMStqL2ovMzIvai9pKzDyLCDv7JBVriwWLyb29yYsIi2sFX4tnZ4tfCDv7RBUri4v31OuLi2tLi4v7lMuLBfg0axUri4ury4uL95RLi4ur64sF/HTLFcuLi2tLi4urBQ73lPd0FWuLBYuNi46LjQiLjYuNBZDCvrjEjAiLawVii2drh2SLh4uJi4gI2/tEFftkiwVEi1LEi9KL0sTE0osIi2sFVotgYItWi1a2YMCLCPdkiwXai8zMi9qL2kvLPIxAikxShEOLiIuIi4mLiYuJi4kIa4sFi42LjIuNi4+Lj4uOk+TY0eaMCIuLjYsF64rZPIsriyo8PCqLCA73lGsVIYs14Yv1CIvr+BSLiysFiyE1NSGLCPs095QVi0sFizPTQ+OL44vT04vjCIvL+9SLBfc0+0QVcYt1oIumCIurBYuloaGli6WLoXWLcQiLawWLcHV2cYsIi+sVgouEhIuCCItrBYuCkoSUi5SLkpKLlAiLqwWLlISSgosI9xT3JBVri4vQBYu9YLRWi1aLYGKLWQiLRmuLi9AFi8/EwtKL0ovEVItHCItGBQ73dGsV+xCLJ++L9xCL9xDv7/cQiwiLawUhizU1iyGLIeE19Yv1i+Hhi/UIq4sFi/sQJyf7EIsI97T3lBX7lIuL95SbiwX3D4v3CfsJi/sPCIt7Bft0qxX3U4sFguo04iyUCIv7UwUO9+P3HRVumbTZBby9i91avFm9OYtZWVpaizm8WQiNirI+bn1n0wVOyYzvycnJyvGLyUzJTYwnTk0IZ0MFeoIVj2v7FHyHqvcUmwWLWxWPa/sUfIeq9xSbBU37BBVwi3ahi6UIq4sFi4KShJSLk4uTkouUCKuLBYtxdXVxiwhL9/QVa4sFi8C2tsCLCItrBWiLbm6LaAgO+JR7FfyUi4v3ZPiUi4v7ZAX8dKsV+FSLi/ck/FSLi/skBfd06xVxi3Whi6UIq4sFi4KShJSLlIuSkouUCKuLBYtxdXVxiwj3BPeEFUuLi6sFi6V1oXGLcYt1dYtxCItrS4uLq6uLBYu3r6+3i7eLr2eLXwiri4trBfck+xQVa4uLy/xUi4tLa4uL6/iUiwUOm/hEFfh0i4tr/HSLi6sFi/wUFfh0i4tr/HSLi6sFu/fkFauLi2tri4urBbuLFauLi2tri4urBbuLFauLi2tri4urBav7tBX7FIuL9zT3FIuL+zQFK6sVy4uL60uLiysF9xT3FBX3BIuLa/sEi4urBfe0uxX8lIuL9xT4lIuL+xQF/HSrFfhUi4vL/FSLi0sF+HT71BX8lIuL94Sri4v7ZPhUi4v3dKuLBfu0OxX3dIuLa/t0i4urBYtLFfd0i4tr+3SLi6sFDvdk99QVO4uL9xTbi4v7FAVbqxWbi4vLe4uLSwX3dGsVO4uL9xTbi4v7FAVbqxWbi4vLe4uLSwX3RPv0FfyUi4v4JOuLi2tLi4v75PhUi4v35EuLi6vriwX7pIsVq4uLa2uLi6sF+wT7ZBX3lIuLa/uUi4urBYtLFfeUi4tr+5SLi6sF+wT3NBX4dIuLa/x0i4urBQ74lBT4lBWLDAoAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAObHAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5sf//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAH0B7BV8PPPUACwIAAAAAAM+ZDD4AAAAAz5kMPv/9/9wCBAHpAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//3//AIEAAEAAAAAAAAAAAAAAAAAAADMAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAgAgAAAAIA//8CAAAOAgAAfgIAAAACAAADAgAAAAIAAAACAAAwAgAAKAIAAAACAAAAAgAAAAIAADACAP/9AgAAAAIAAAACAAAAAgAAAAIAAAgCAAAAAgAAAAIAAEACAAAgAgAAIAIAABACAABOAgAAgAIAAFACAAAAAgD//QIAAEgCAAAAAgAALQIAAEACAACAAgAAAAIAAG0CAAAAAgAAAAIAAAACAAAAAgAAAAIAAGACAABAAgAAAAIAAAACAAAAAgAAQAIAAIACAAAAAgAAIAIAAAACAAAAAgAAAAIAAIACAABtAgAAQAIAAAUCAABwAgAAAAIAAAACAABgAgAAAAIAAAACAAAAAgAAcAIAAAACAAAAAgAAUAIAAFACAAAAAgAAAAIAAAACAABQAgAAQAIAAAACAAAgAgAAQgIAAIQCAAAgAgAAAAIAAAACAAAAAgAAIAIAAEACAAAAAgAAAAIAAAACAAAAAgAAAAIAAHACAACgAgAAUAIAAAACAABLAgAANAIAACACAAALAgAAQAIAACoCAAAAAgAAMAIA//8CAAAAAgAAAAIAABACAAAwAgAABQIAAAACAAAcAgAAAgIAACoCAAAAAgAAJQIAAAkCAAAOAgAAAAIAAAACAABQAgAAAAIAACoCAAAAAgAABAIAAAACAAAAAgAAEAIAAAACAAAAAgAAAAIAACACAAAgAgD//gIAAAACAP/+AgAAQAIAAAACAAAgAgAAfwIAAEACAABAAgAAMAIAAAACAAANAgAAAAIAABACAAAAAgAAAAIAAAACAAAAAgAAcAIAAAACAAAAAgD//gIAAC4CAAAAAgAAAAIAAAACAAAJAgAAAAIAAAACAAAFAgAAAAIAAAACAAAAAgAATQIAACACAAAAAgAAIAIAAIMCAAAAAgAAQAIAACACAAAAAgAAAAIAAEACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAADgIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAQAIAAAACAACNAgAAAAIAAAACAAAAAABQAADMAAAAAAAOAK4AAQAAAAAAAQAgAAAAAQAAAAAAAgAOAIYAAQAAAAAAAwAgADYAAQAAAAAABAAgAJQAAQAAAAAABQAWACAAAQAAAAAABgAQAFYAAQAAAAAACgAoALQAAwABBAkAAQAgAAAAAwABBAkAAgAOAIYAAwABBAkAAwAgADYAAwABBAkABAAgAJQAAwABBAkABQAWACAAAwABBAkABgAgAGYAAwABBAkACgAoALQAUwB0AHIAbwBrAGUALQBHAGEAcAAtAEkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAUwB0AHIAbwBrAGUALQBHAGEAcAAtAEkAYwBvAG4Ac1N0cm9rZS1HYXAtSWNvbnMAUwB0AHIAbwBrAGUALQBHAGEAcAAtAEkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAFMAdAByAG8AawBlAC0ARwBhAHAALQBJAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: Stroke-Gap-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-column:before {
    content: "\e62a"
}

.icon-phone:before {
    content: "\e640"
}

.icon-info:before {
    content: "\e645"
}

.icon-help:before {
    content: "\e649"
}

.icon-time:before {
    content: "\e669"
}

.icon-star:before {
    content: "\e66b"
}

.icon-phone2:before {
    content: "\e674"
}

.icon-pen:before {
    content: "\e676"
}

.icon-on-off:before {
    content: "\e678"
}

.icon-keyboard:before {
    content: "\e67c"
}

.icon-fullscreen:before {
    content: "\e681"
}

.icon-files:before {
    content: "\e684"
}

.icon-book:before {
    content: "\e693"
}

.icon-tools:before {
    content: "\e69f"
}

.icon-settings:before {
    content: "\e6a3"
}

.icon-pointer:before {
    content: "\e6ab"
}

.icon-menu:before {
    content: "\e6b5"
}

.icon-media:before {
    content: "\e6b6"
}

.icon-list:before {
    content: "\e6b8"
}

.icon-layers:before {
    content: "\e6b9"
}

@font-face {
    font-family: IcoMoon-Ultimate;
    src: url(/fonts/IcoMoon-Ultimate.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'),url(/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'),url(/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

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

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

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

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

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

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

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

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale &gt; div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale &gt; div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale &gt; div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale &gt; div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale &gt; div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale &gt; div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

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

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

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

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

@media only screen and (max-width:479px) {
    section &gt; .page &gt; ul, section &gt; .page &gt; ul ul {
        margin-left: 1.3em;
        padding-left: 1.3em;
        list-style-position: inside
    }

    section ul li a {
        color: inherit
    }
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%
    }

    50% {
        background-position: 0 80%,0 20%,10% 40%,20% 0,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%
    }

    100% {
        background-position: 0 70%,0 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;
        background-size: 0 0,0 0,0 0,0 0,0 0,0 0
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0
    }

    50% {
        background-position: 0 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0
    }

    100% {
        background-position: 0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
        background-size: 0 0,0 0,0 0,0 0,0 0,0 0
    }
}

.pentagon .vc_single_image-wrapper, img.pentagon {
    display: block;
    height: 100%;
    top: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(../images/pentagon.png);
    mask-image: url(../images/pentagon.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.vc_row[data-vc-full-width].dt-sc-overflow-visible, div[class*=dt-sc-curvy].vc_row[data-vc-full-width] {
    overflow: visible
}

div[class*=dt-sc-curvy]:before {
    bottom: 100%;
    content: '';
    display: block;
    display: block;
    height: 430px;
    right: 0;
    position: absolute;
    width: 786px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(../images/curvy-top.png);
    mask-image: url(../images/curvy-top.png);
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none
}

div[class*=dt-sc-curvy-top]:before {
    margin-bottom: -4px
}

.dt-sc-curvy-top-left:before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

.dt-sc-curvy-bottom:before {
    margin-top: -2px;
    bottom: auto;
    top: 100%;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1)
}

.dt-sc-curvy-bottom-left:before {
    margin-top: -2px;
    bottom: auto;
    top: 100%;
    left: 0;
    right: auto;
    transform: scaleY(-1) scaleX(-1);
    -moz-transform: scaleY(-1) scaleX(-1);
    -webkit-transform: scaleY(-1) scaleX(-1);
    -ms-transform: scaleY(-1) scaleX(-1)
}

@media all and (-ms-high-contrast:none) {
    div[class*=dt-sc-curvy]:before {
        display: none
    }

    ::-ms-backdrop, div[class*=dt-sc-curvy]:before {
        display: none
    }
}

.dt-sc-fullwidth-overflow &gt; .vc_column-inner {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    margin-top: -270px;
    z-index: 9
}

.dt-sc-animated-interaction .upb_row_bg .ultimate_h_parallax {
    min-height: auto !important;
    min-width: 100% !important
}

@keyframes floating-alt {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(3%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes floating-alt {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(3%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.dt-sc-animated-interaction:hover .upb_row_bg .ultimate_h_parallax {
    animation: floating-alt 5s -1s infinite;
    -moz-animation: floating-alt 5s -1s infinite;
    -ms-animation: floating-alt 5s -1s infinite
}

    .dt-sc-animated-interaction:hover .upb_row_bg .ultimate_h_parallax:nth-child(even) {
        animation: floating-alt 6s -1s infinite;
        -webkit-animation: floating-alt 6s -1s infinite;
        -ms-animation: floating-alt 6s -1s infinite
    }

.dt-sc-animated-interaction.style-2:hover .upb_row_bg .ultimate_h_parallax {
    animation: floating 5s -1s infinite;
    -moz-animation: floating 5s -1s infinite;
    -ms-animation: floating 5s -1s infinite
}

    .dt-sc-animated-interaction.style-2:hover .upb_row_bg .ultimate_h_parallax:nth-child(even) {
        animation: floating 6s -1s infinite;
        -webkit-animation: floating 6s -1s infinite;
        -ms-animation: floating 6s -1s infinite
    }

@keyframes floating {
    0% {
        transform: translateY(-15%)
    }

    50% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(-15%)
    }
}

.dt-sc-column-overflow-top &gt; .wpb_column {
    margin-top: -165px
}

    .dt-sc-column-overflow-top &gt; .wpb_column .wpb_content_element {
        margin-bottom: 0
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-column-overflow-top &gt; .wpb_column {
        margin-top: -120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-column-overflow-top &gt; .wpb_column {
        margin-top: -96px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-column-overflow-top &gt; .wpb_column {
        margin-top: -100px
    }

        .dt-sc-column-overflow-top &gt; .wpb_column:not(:last-child) {
            margin-bottom: 150px
        }
}

@media only screen and (max-width:479px) {
    .dt-sc-column-overflow-top &gt; .wpb_column:not(:last-child) {
        margin-bottom: 150px
    }
}

.breadcrumb .fa.default:before, .breadcrumb a:hover {
    color: #fcd21c
}

#header .header-25 .dt-header-menu .dt-primary-nav &gt; li:before, #header .header-25 .dt-sc-sociable:before, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item &gt; a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-page-item &gt; a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_menu_item &gt; a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_page_item &gt; a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li:hover &gt; a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li &gt; a:hover, .dt-header-menu ul.dt-primary-nav li.current-menu-item &gt; a, .dt-header-menu ul.dt-primary-nav li.current-page-item &gt; a, .dt-header-menu ul.dt-primary-nav li.current_menu_item &gt; a, .dt-header-menu ul.dt-primary-nav li.current_page_item &gt; a, .dt-header-menu ul.dt-primary-nav li:hover &gt; a, .dt-header-menu ul.dt-primary-nav li &gt; a:hover {
    color: #fcd21c
}

#footer .footer-27 .dt-sc-contact-info.type1 a:hover, #footer h1 strong, #footer h2 strong, #footer h3 strong, #footer h4 strong, #footer h5 strong, #footer h6 strong, .dt-sc-skin-color, .dt-sc-skin-color a, .footer-29 .dt-sc-contact-info.type1:hover span, .footer-30 .dt-sc-contact-info.type1 span, .footer-34 .wpb_column:hover h3:before {
    color: #fcd21c
}

.dt-sc-contact-info.type3 span, .dt-sc-text-with-icon span, .dt-skin-primary-color {
    color: #fcd21c
}

.dt-sc-icon-box.type1 .icon-wrapper .icon, .dt-sc-icon-box.type10 .icon-wrapper span, .dt-sc-icon-box.type10:hover .icon-content h4, .dt-sc-icon-box.type12 .icon-content h4 strong, .dt-sc-icon-box.type12 .icon-wrapper span, .dt-sc-icon-box.type14 .icon-content h4, .dt-sc-icon-box.type16 .icon-content h4, .dt-sc-icon-box.type2 .icon-wrapper .icon, .dt-sc-icon-box.type4 .icon-wrapper span, .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span, .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper span, .dt-sc-icon-box.type5:hover .icon-content h4 a {
    color: #fcd21c
}

.dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before, .dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author:before {
    color: #fcd21c
}

.type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:hover, ul.dt-sc-tabs-horizontal &gt; li &gt; a.current, ul.dt-sc-tabs-horizontal &gt; li &gt; a:hover {
    color: #fcd21c
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before, ul.dt-sc-tabs-vertical-frame &gt; li.current a, ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:hover, ul.dt-sc-tabs-vertical &gt; li &gt; a.current, ul.dt-sc-tabs-vertical &gt; li &gt; a:hover {
    color: #fcd21c
}

#footer .footer-22 .dt-sc-title.script-with-sub-title h3, .dt-sc-title.script-with-sub-title h1 strong, .dt-sc-title.script-with-sub-title h2 strong, .dt-sc-title.script-with-sub-title h3 strong, .dt-sc-title.script-with-sub-title h4 strong, .dt-sc-title.script-with-sub-title h5 strong, .dt-sc-title.script-with-sub-title h6 strong, .dt-sc-title.with-sub-title h3, .dt-sc-title.with-two-color-bg h2 {
    color: #fcd21c
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a:hover, .dt-sc-image-with-caption h3 a {
    color: #fcd21c
}

.dt-sc-sociable.no-margin li a {
    color: #fcd21c
}

.dt-sc-counter.type1 .icon-wrapper span, .dt-sc-counter.type1.custom-style:hover .icon-wrapper span, .dt-sc-counter.type2 .dt-sc-couter-icon-holder, .dt-sc-counter.type2 .icon-wrapper span, .dt-sc-counter.type2 span:before, .dt-sc-counter.type3 .dt-sc-counter-number, .dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper span, .dt-sc-counter.type6:hover h4 {
    color: #fcd21c
}

.dt-sc-icon-box.type1.custom-style:before, .dt-sc-icon-box.type1.custom-style:hover .icon-content + *, .dt-sc-icon-box.type1.custom-style:hover p a, .wpb_wrapper &gt; h1 strong, .wpb_wrapper &gt; h2 strong, .wpb_wrapper &gt; h3 strong, .wpb_wrapper &gt; h4 strong, .wpb_wrapper &gt; h5 strong, .wpb_wrapper &gt; h6 strong, div[class*=custom-style].dt-sc-icon-box.type13:before, div[class*=custom-style].dt-sc-icon-box.type13:hover:before, div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper span {
    color: #fcd21c
}

#header .header-25 .dt-sc-sociable li a, .overlay .overlay-close {
    background-color: #fcd21c
}

.dt-sc-footer-info .vc_column-inner .wpb_wrapper &gt; h2, .footer-20 .footer-20-contact .vc_column-inner, .footer-28 .dt-sc-contact-info.type8:hover span, .footer-29 h3:before {
    background-color: #fcd21c
}

.page-link &gt; a:hover, .page-link &gt; span, .vc_inline-link:hover, div[class*=meta-elements-boxed]:hover, div[class*=meta-elements-filled], div[class*=metagroup-elements-boxed] div[class*=entry-]:hover, div[class*=metagroup-elements-filled] div[class*=entry-] {
    background-color: #fcd21c
}

.dt-sc-skin-highlight, .dt-sc-small-separator, .dt-skin-primary-bg, .two-color-section:before, div[class*=dt-skin-primary-bg-opaque] .upb_row_bg:before, section[class*=dt-skin-primary-bg-opaque]:before {
    background-color: #fcd21c
}

.dt-sc-contact-info.type2 span, .dt-sc-contact-info.type3, .dt-sc-contact-info.type4 span:after, .dt-sc-contact-info.type4:after, .dt-sc-contact-info.type4:before, .dt-sc-contact-info.type5 .dt-sc-contact-icon, .dt-sc-contact-info.type5:hover, .dt-sc-contact-info.type6, .dt-sc-contact-info.type7 span:after, .dt-sc-contact-info.type7:hover span, .dt-sc-contact-info.type8 h6:after, .dt-sc-contact-info.type8 span, .dt-sc-contact-info.type8:after, .dt-sc-contact-info.type9:hover span {
    background-color: #fcd21c
}

.dt-sc-counter.type1 .icon-wrapper:before, .dt-sc-counter.type2 h4:after, .dt-sc-counter.type2:hover .icon-wrapper span.fa, .dt-sc-counter.type2:hover .icon-wrapper span.fas, .dt-sc-counter.type2:hover .icon-wrapper span.icon, .dt-sc-counter.type2:hover h4:after, .dt-sc-counter.type3 .dt-sc-counter-number:after, .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder, .dt-sc-counter.type5 h4:after, .dt-sc-counter.type5:hover:after, .dt-sc-counter.type6 h4:before, .dt-sc-counter.type6:hover .dt-sc-couter-icon-holder:before {
    background-color: #fcd21c
}

.dt-sc-contact-info.type8:hover span, .dt-sc-icon-box.type1 .icon-content h4:before, .dt-sc-icon-box.type10 .icon-content h4:after, .dt-sc-icon-box.type10 .icon-content h4:before, .dt-sc-icon-box.type10:hover .icon-wrapper:before, .dt-sc-icon-box.type11:before, .dt-sc-icon-box.type12 .icon-content h5:after, .dt-sc-icon-box.type14:hover, .dt-sc-icon-box.type15 .icon-content, .dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper:before, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper {
    background-color: #fcd21c
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:hover, .dt-sc-testimonial.type8:hover {
    background-color: #fcd21c
}

.dt-sc-title.with-right-border-decor:after, .dt-sc-title.with-right-border-decor:before {
    background-color: #fcd21c
}

.dt-sc-image-caption.type2:hover .dt-sc-image-title:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper:after, .dt-sc-image-caption:hover .dt-sc-image-content a {
    background-color: #fcd21c
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current &gt; span:after, .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame:after, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame:before, .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .type8 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:hover {
    background-color: #fcd21c
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:hover, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
    background-color: #fcd21c
}

ul.dt-sc-vertical-nav &gt; li.active &gt; a {
    background-color: #fcd21c
}

.dt-sc-counter.type1.custom-style .icon-wrapper, .dt-sc-icon-box.type12.custom-style .icon-content:after, .dt-sc-icon-box.type2.custom-style .icon-content h5, .dt-sc-icon-box.type8.animated-icons .icon-wrapper:after, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover, .dt-sc-title.with-right-border-decor &gt; *, .dt-sc-title.with-right-border-decor &gt; :after, .dt-sc-title.with-right-border-decor &gt; :before, .pentagon .vc_single_image-wrapper, .vc_row[data-vc-full-width].dt-sc-paper-pattern-bottom:before, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-content h4:before, div[class*=custom-style-2].dt-sc-icon-box.type3 .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type13 .icon-content h5:before, div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper, div[class*=dt-sc-curvy]:before, img.pentagon {
    background-color: #fcd21c
}

div[class*=meta-elements-boxed]:hover, div[class*=meta-elements-filled], div[class*=metagroup-elements-boxed] div[class*=entry-]:hover, div[class*=metagroup-elements-filled] div[class*=entry-] {
    border-color: #fcd21c
}

.dt-sc-testimonial-images li.selected div, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:hover:before, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:hover, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img, .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author span {
    border-color: #fcd21c
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li:before, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:hover, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a:hover, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before, ul.dt-sc-tabs-horizontal &gt; li &gt; a.current, ul.dt-sc-tabs-vertical &gt; li &gt; a.current {
    border-color: #fcd21c
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:before {
    border-top-color: #fcd21c
}

.dt-sc-counter.type3 .icon-wrapper:before, .dt-sc-counter.type5:hover:after, .dt-sc-counter.type5:hover:before, .dt-sc-counter.type6, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before {
    border-color: #fcd21c
}

.dt-sc-contact-info.type2:hover, .dt-sc-contact-info.type4, .dt-sc-contact-info.type9:hover, .last .dt-sc-contact-info.type4 {
    border-color: #fcd21c
}

.dt-sc-icon-box.type10, .dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type11:before, .dt-sc-icon-box.type16 .icon-wrapper, .dt-sc-icon-box.type5.no-icon, .dt-sc-icon-box.type5.no-icon .icon-content h4 {
    border-color: #fcd21c
}

    .dt-sc-icon-box.type10:hover .icon-wrapper:before, .dt-sc-image-caption.type2 .dt-sc-image-title:before, .dt-sc-image-caption.type4, .dt-sc-image-caption.type5:hover .dt-sc-image-wrapper:before, .dt-sc-image-caption.type5:hover img {
        border-color: #fcd21c
    }

.dt-sc-text-with-icon.border-bottom, .dt-sc-text-with-icon.border-right, .dt-sc-title.with-right-border-decor h2:before, .dt-skin-primary-border, ul.dt-sc-vertical-nav, ul.dt-sc-vertical-nav &gt; li:first-child &gt; a {
    border-color: #fcd21c
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a:before, .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:after, .type7 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current:before {
    border-top-color: #fcd21c
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-content:after, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame &gt; li &gt; a.current, .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame {
    border-bottom-color: #fcd21c
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame &gt; li &gt; a.current:before {
    border-left-color: #fcd21c
}

.error404 .type2 a.dt-sc-back, .error404 .type4 .error-box:before {
    background-color: #fcd21c
}

.error404 .type2 h2, .error404 .type8 h2 {
    color: #fcd21c
}

.data-wrapper p i {
    color: #fcd21c
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #fcd21c
}

.dt-sc-contact-info.type3 a, .dt-sc-contact-info.type6 a, .dt-sc-counter.type1.custom-style .icon-wrapper span, .dt-sc-counter.type3.custom-style-2 .dt-sc-counter-number, .dt-sc-counter.type3.custom-style-2 .icon-wrapper span, .dt-sc-icon-box.type1.custom-style p a, .dt-sc-icon-box.type1.custom-style:hover:after, .dt-sc-icon-box.type12.custom-style .icon-wrapper span, .dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5, .dt-sc-image-caption.type5.dt-sc-student-info h3 a, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover .dt-sc-testimonial-author cite, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover .dt-sc-testimonial-author cite small, .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small, .dt-sc-title.with-two-color-bg h2 strong, .page-link a, .page-link a &gt; span, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper span, div[class*=meta-elements] a, div[class*=metagroup-] div[class*=entry-] a {
    color: #090909
}

.dt-sc-contact-info.type4 h6:after, .dt-sc-contact-info.type4:hover span:after, .dt-sc-contact-info.type8 span:after, .dt-sc-counter.type1.custom-style:hover .icon-wrapper, .dt-sc-icon-box.type1.custom-style:hover, .dt-sc-icon-box.type2.custom-style:hover .icon-content h5, .dt-sc-icon-box.type3:hover .icon-wrapper span, .dt-sc-icon-box.type5:hover .icon-wrapper:before, .dt-sc-image-caption.type2:hover, .dt-sc-image-caption.type8:hover .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-skin-highlight .dt-sc-icon-box.type12.custom-style .icon-content:after, .dt-sc-tabs-horizontal-container.custom-style ul.dt-sc-tabs-horizontal &gt; li &gt; a:before, .dt-sc-tabs-horizontal-frame-container.type6.selected ul.dt-sc-tabs-horizontal-frame &gt; li:before, .skin-highlight .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before, .skin-highlight .dt-sc-testimonial.type6:after, div[class*=custom-style-2].dt-sc-icon-box.type13 p a span:before, div[class*=custom-style].dt-sc-icon-box.type3 .icon-wrapper:after, div[class*=custom-style].dt-sc-icon-box.type3:hover .icon-wrapper, div[class*=custom-style].dt-sc-icon-box.type5 .icon-wrapper:after, div[class*=custom-style].dt-sc-icon-box.type5:hover .icon-wrapper, div[class*=custom-style]:not(.custom-style-2).dt-sc-icon-box.type13:hover, div[class*=dt-skin-secondary-bg-opaque] .upb_row_bg:before, section[class*=dt-skin-secondary-bg-opaque]:before {
    background-color: #090909
}

    .dt-sc-contact-info.type5 .dt-sc-contact-icon, .dt-sc-contact-info.type5 .dt-sc-contact-icon:after, .dt-sc-contact-info.type5 .dt-sc-contact-icon:before, .dt-sc-counter.type1.custom-style .icon-wrapper:before, .dt-sc-icon-box.type2.custom-style:hover .icon-content h5:before, .dt-sc-image-caption.type2:hover .dt-sc-image-title {
        border-color: #090909
    }

.error404 .type2 a.dt-sc-back:hover {
    background-color: #090909
}

#footer .footer-copyright .copyright-left a:hover, #footer .footer-copyright .menu-links li a:hover, #footer a:hover, .dt-sc-contact-info.type2 a:hover, .dt-sc-image-caption.type5.dt-sc-student-info:hover .dt-sc-image-content h3 a, .left-header-footer .dt-sc-sociable.filled li a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item &gt; a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li.current-page-item &gt; a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li.current_menu_item &gt; a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li.current_page_item &gt; a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li:hover &gt; a, .mobile-menu ul.dt-primary-nav li ul.sub-menu li &gt; a:hover, .mobile-menu ul.dt-primary-nav li.current-menu-item &gt; a, .mobile-menu ul.dt-primary-nav li.current-page-item &gt; a, .mobile-menu ul.dt-primary-nav li.current_menu_item &gt; a, .mobile-menu ul.dt-primary-nav li.current_page_item &gt; a, .mobile-menu ul.dt-primary-nav li:hover &gt; a, .mobile-menu ul.dt-primary-nav li &gt; a:hover, a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #eab317
}

.dt-sc-icon-box.type10 .icon-wrapper:after, div[class*=dt-skin-tertiary-bg-opaque] .upb_row_bg:before, section[class*=dt-skin-tertiary-bg-opaque]:before {
    background-color: #eab317
}

.footer-22 .footer-copyright.vc_row {
    border-top-color: #eab317
}

.main-title-section h1, h1.simple-title {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 800;
    line-height: 60px;
    text-transform: none;
    color: #fff
}

div.breadcrumb a {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    color: #fff
}

body {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    color: #000
}

h1 {
    font-family: Poppins;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
    color: #090909
}

h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
    color: #090909
}

h3 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
    color: #090909
}

h4 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
    color: #000
}

h5 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
    color: #090909
}

h6 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: none;
    color: #090909
}

#footer, .footer-copyright {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    text-align: left;
    text-transform: none;
    color: #090909
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 100;
    src: local('Poppins Thin Italic'),local('Poppins-ThinItalic'),url(/fonts/pxiAyp8kv8JHgFVrJJLmE3tG.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 200;
    src: local('Poppins ExtraLight Italic'),local('Poppins-ExtraLightItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLmv1plEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 300;
    src: local('Poppins Light Italic'),local('Poppins-LightItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLm21llEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'),local('Poppins-Italic'),url(/fonts/pxiGyp8kv8JHgFVrJJLedA.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 500;
    src: local('Poppins Medium Italic'),local('Poppins-MediumItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLmg1hlEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 600;
    src: local('Poppins SemiBold Italic'),local('Poppins-SemiBoldItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLmr19lEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'),local('Poppins-BoldItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLmy15lEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 800;
    src: local('Poppins ExtraBold Italic'),local('Poppins-ExtraBoldItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLm111lEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 900;
    src: local('Poppins #000 Italic'),local('Poppins-BlackItalic'),url(/fonts/pxiDyp8kv8JHgFVrJJLm81xlEw.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    src: local('Poppins Thin'),local('Poppins-Thin'),url(/fonts/pxiGyp8kv8JHgFVrLPTedA.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: local('Poppins ExtraLight'),local('Poppins-ExtraLight'),url(/fonts/pxiByp8kv8JHgFVrLFj_V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'),local('Poppins-Light'),url(/fonts/pxiByp8kv8JHgFVrLDz8V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'),local('Poppins-Regular'),url(/fonts/pxiEyp8kv8JHgFVrFJM.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'),local('Poppins-Medium'),url(/fonts/pxiByp8kv8JHgFVrLGT9V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'),local('Poppins-SemiBold'),url(/fonts/pxiByp8kv8JHgFVrLEj6V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'),local('Poppins-Bold'),url(/fonts/pxiByp8kv8JHgFVrLCz7V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: local('Poppins ExtraBold'),local('Poppins-ExtraBold'),url(/fonts/pxiByp8kv8JHgFVrLDD4V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    src: local('Poppins Black'),local('Poppins-Black'),url(/fonts/pxiByp8kv8JHgFVrLBT5V1g.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    src: local('Source Sans Pro ExtraLight Italic'),local('SourceSansPro-ExtraLightItalic'),url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdo-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro Light Italic'),local('SourceSansPro-LightItalic'),url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdo-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'),local('SourceSansPro-Italic'),url(/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold Italic'),local('SourceSansPro-SemiBoldItalic'),url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdo-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'),local('SourceSansPro-BoldItalic'),url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdo-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    src: local('Source Sans Pro #000 Italic'),local('SourceSansPro-BlackItalic'),url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdo-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro ExtraLight'),local('SourceSansPro-ExtraLight'),url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_Akw-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'),local('SourceSansPro-Light'),url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'),local('SourceSansPro-Regular'),url(/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'),local('SourceSansPro-SemiBold'),url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw-1.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: local('Source Sans Pro Black'),local('SourceSansPro-Black'),url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkw-1.woff) format('woff')
}

.vc_custom_1548666384626 {
    padding-right: 7% !important
}

.vc_custom_1545654485380 {
    margin-bottom: 0 !important
}

.vc_custom_1548671738511 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1548671738511 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1548671738511 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1548676581686 {
    margin-bottom: 60px !important;
    padding-right: 20% !important
}

.vc_custom_1548676581686 {
    margin-bottom: 60px !important;
    padding-right: 20% !important
}

.vc_custom_1548676581686 {
    margin-bottom: 60px !important;
    padding-right: 20% !important
}

.vc_custom_1547630520398 {
    padding-right: 35px !important;
    padding-left: 35px !important
}

@media (max-width:767px) {
    div[id="1547630413522-3ed5d2c6-4f34"] {
        height: 0
    }

    #contact-details {
        display: none
    }
}

@media (min-width:768px) {
    #mobile-contact-us {
        display: none
    }
}

#mobile-contact-us {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1c45fc;
    z-index: 10000;
    color: #fff !important
}

    #mobile-contact-us a {
        color: #fff !important
    }

div#dt-1544780998640-00a2b660-bae1 img {
    width: 270px;
    height: auto
}

@media only screen and (max-width:767px) {
    div#dt-1544780998640-00a2b660-bae1 img {
        width: 300px;
        height: auto;
        margin: 0px !important;
          
    }
}

div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li &gt; a {
    font-size: 18px;
    color: #090909
}

div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li.current-menu-item &gt; a, div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li.current-page-item &gt; a, div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li.current_menu_item &gt; a, div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li.current_page_item &gt; a, div#dt-1546859570725-f2083100-7c3d ul.dt-primary-nav &gt; li:hover &gt; a {
    color: #090909
}

div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li &gt; a {
    font-size: 16px;
    color: #090909
}

div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li.current-menu-item &gt; a, div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li.current-page-item &gt; a, div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li.current_menu_item &gt; a, div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li.current_page_item &gt; a, div#dt-1546859570725-f2083100-7c3d ul &gt; li:not(.has-mega-menu) ul.sub-menu li:hover &gt; a {
    color: #090909;
    background-color: #fcd21c
}

@media only screen and (max-width:1199px) {
    div#dt-1546859570725-f2083100-7c3d {
        display: none
    }

    div#dt-1546859570725-f2083100-7c3d-mobile {
        display: block
    }

        div#dt-1546859570725-f2083100-7c3d-mobile .menu-trigger &gt; span {
            color: #000
        }

        div#dt-1546859570725-f2083100-7c3d-mobile .menu-trigger &gt; i {
            color: #000
        }
}

@media only screen and (min-width:1200px) {
    div#dt-1546859570725-f2083100-7c3d {
        display: inline-block
    }

        div#dt-1546859570725-f2083100-7c3d.center {
            display: table
        }

    div#dt-1546859570725-f2083100-7c3d-mobile {
        display: none
    }
}

@media (max-width:767px) {
    div[id="1547631641689-4b7bb9be-0409"] {
        height: 30px
    }
}

div[id="1546581162637-f7f81670-4724"] {
    height: 68px
}

div[id="1545303008142-41859a43-8e30"] {
    height: 50px
}

@media (max-width:767px) {
    div[id="1545303008142-41859a43-8e30"] {
        height: 200px
    }
}

div[id="1545384976767-a9f759dd-6b03"] {
    height: 180px
}

div[id="1545721119708-4041d2e5-9dc1"] {
    height: 20px
}

div[id="1546583594971-bcb962cf-88dd"] {
    height: 50px
}

div[id="1545385422419-94fe5d3e-57f6"] {
    height: 8px
}

div[id="1545385198837-e9c2c6cb-1a61"] {
    height: 52px
}

div[id="1545312408049-4e9f9b2e-d775"] {
    height: 44px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div[id="1548666752650-090eff1e-bba8"] {
        height: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div[id="1548666752650-090eff1e-bba8"] {
        height: 100px
    }
}

@media (max-width:767px) {
    div[id="1548666752650-090eff1e-bba8"] {
        height: 100px
    }
}

div[id="1545312390178-efa26981-db59"] {
    height: 52px
}

div[id="1545721130766-251b6731-4b04"] {
    height: 200px
}

div[id="1545386549812-bc9a1012-d4ae"] {
    height: 150px
}

div[id="1545389952693-8f3a7921-2d17"] {
    height: 100px
}

div[id="1545389825325-e242d30f-2e4b"] {
    height: 170px
}

div[id="1545389844910-1c15208f-6e0d"] {
    height: 170px
}

@media (max-width:767px) {
    div[id="1545389844910-1c15208f-6e0d"] {
        height: 0
    }
}

div[id="1545394034894-25805836-2539"] {
    height: 100px
}

@media (max-width:767px) {
    div[id="1545394034894-25805836-2539"] {
        height: 20px
    }
}

div[id="1545394031687-5e4323a8-f442"] {
    height: 150px
}

@media (max-width:767px) {
    div[id="1545394031687-5e4323a8-f442"] {
        height: 240px
    }
}

div[id="1545394724577-e2e67eb6-392f"] {
    height: 150px
}

@media (max-width:767px) {
    div[id="1545394724577-e2e67eb6-392f"] {
        height: 0
    }
}

div[id="1545394264128-d7bcb252-26b1"] {
    height: 50px
}

div[id="1546867746623-7962b47f-0d7b"] {
    height: 55px
}

div[id="1545395851015-290244eb-a6c6"] {
    height: 14px
}

@media (max-width:767px) {
    div[id="1545389825325-e242d30f-2e4b"] {
        height: 0
    }

    div[id="1545386549812-bc9a1012-d4ae"] {
        height: 50px
    }

    div[id="1545312390178-efa26981-db59"] {
        height: 50px
    }

    div[id="1545649613111-4077f469-7ad4"] {
        height: 0 !important
    }

    div[id="1545818235951-44ab4d03-7259"] {
        height: 50px !important
    }

    div[id="1545817925616-34e51ece-57b0"] {
        height: 0 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div[id="1548667870637-0cce5c0f-0fe8"] {
        height: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div[id="1548667870637-0cce5c0f-0fe8"] {
        height: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div[id="1548667921155-b48fbe18-fd6a"] {
        height: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div[id="1548667921155-b48fbe18-fd6a"] {
        height: 15px
    }
}

div[id="1545635512115-b0502fd1-c7e7"] {
    height: 46px
}

div[id="1545721165951-b572b865-2f67"] {
    height: 150px
}

div[id="1545646330749-a62bb818-263f"] {
    height: 150px
}

div[id="1546585340747-d9c51fd0-927d"] {
    height: 14px
}

div[id="1545646493255-20fcdee5-7329"] {
    height: 14px
}

div[id="1546585969154-81dc7c46-f468"] {
    height: 24px
}

@media (max-width:767px) {
    div[id="1549267420629-14982691-35b7"] {
        height: 100px
    }
}

div[id="1545646343036-1fde7045-c605"] {
    height: 150px
}

div[id="1545649613111-4077f469-7ad4"] {
    height: 150px
}

@media (max-width:767px) {
    div[id="1545649613111-4077f469-7ad4"] {
        height: 100px
    }
}

div[id="1546586756415-793da761-8d0f"] {
    height: 28px
}

div[id="1545654397805-268b59b9-2558"] {
    height: 34px
}

div[id="1545720480382-bc554feb-a26f"] {
    height: 16px
}

div[id="1545654536648-24a4f020-2437"] {
    height: 48px
}

div[id="1545654697225-67febc65-5adc"] {
    height: 260px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div[id="1545654697225-67febc65-5adc"] {
        height: 150px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div[id="1545654697225-67febc65-5adc"] {
        height: 150px
    }
}

@media (max-width:767px) {
    div[id="1545654697225-67febc65-5adc"] {
        height: 80px
    }
}

div[id="1545827826963-43120253-880d"] {
    height: 340px
}

div[id="1548672136901-f6187e35-c456"] {
    height: 280px
}

div[id="1548672153878-5fc0def9-da3b"] {
    height: 180px
}

@media (max-width:767px) {
    div[id="1548672153878-5fc0def9-da3b"] {
        height: 50px
    }
}

div[id="1545751729954-225cff61-a353"] {
    height: 150px
}

div[id="1545818252940-0f276dd2-5618"] {
    height: 28px
}

ul#dt-1545028741661-4c91d4ba-19c8 &gt; li &gt; a &gt; i {
    color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-default:after, ul#dt-1545028741661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:before {
    border-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c8 &gt; li &gt; a:hover &gt; i {
    color: #fcd21c
}

ul#dt-1545028741661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-hover:before, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    background-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-hover:after, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    border-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19d8 &gt; li &gt; a &gt; i {
    color: #090909
}

ul#dt-1545028741661-4c91d4ba-19d8 &gt; li &gt; a &gt; .dt-icon-default:after, ul#dt-1545028741661-4c91d4ba-19d8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:before, ul#dt-1545028741661-4c91d4ba-19d8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:before {
    border-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19d8 &gt; li &gt; a:hover &gt; i {
    color: #fcd21c
}

ul#dt-1545028741661-4c91d4ba-19d8 &gt; li &gt; a &gt; .dt-icon-hover:before, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    background-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19d8 &gt; li &gt; a &gt; .dt-icon-hover:after, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19d8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    border-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c9 &gt; li &gt; a &gt; i {
    color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c9 &gt; li &gt; a &gt; .dt-icon-default:after, ul#dt-1545028741661-4c91d4ba-19c9[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c9[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:before {
    border-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c9 &gt; li &gt; a:hover &gt; i {
    color: #fcd21c
}

ul#dt-1545028741661-4c91d4ba-19c9 &gt; li &gt; a &gt; .dt-icon-hover:before, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    background-color: #090909
}

ul#dt-1545028741661-4c91d4ba-19c9 &gt; li &gt; a &gt; .dt-icon-hover:after, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545028741661-4c91d4ba-19c9[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    border-color: #090909
}

div[id="1545819385215-e0580a96-3e5c"] {
    height: 65px
}

@media (max-width:767px) {
    div[id="1545819385215-e0580a96-3e5c"] {
        height: 150px
    }
}

div[id="1545818235951-44ab4d03-7259"] {
    height: 150px
}

div[id="1545721820455-9309f55a-5fbe"] {
    height: 56px
}

div[id="1545817973828-6d1caf5e-f7b7"] {
    height: 130px
}

div[id="1545742995515-30be2663-d723"] {
    height: 150px
}

div[id="1545743007496-90cb22d1-356a"] {
    height: 115px
}

div[id="1545817925616-34e51ece-57b0"] {
    height: 85px
}

div[id="1548740612189-78c15d32-e00c"] {
    height: 10px
}

div[id="1548740629344-5cad9427-5215"] {
    height: 24px
}

div[id="1546926080923-690e5d77-53e5"] {
    height: 12px
}

@media (max-width:767px) {
    div[id="1549265611201-4c847cac-386f"] {
        height: 30px
    }
}

div[id="1546926096665-0d288d25-09c8"] {
    height: 12px
}

@media (max-width:767px) {
    div[id="1549265627688-8495e4f1-5116"] {
        height: 30px
    }
}

div[id="1546926092643-53e3f50a-f656"] {
    height: 12px
}

ul#dt-1545024041661-4c91d4ba-19c8 &gt; li &gt; a &gt; i {
    color: #090909
}

ul#dt-1545024041661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-default:after, ul#dt-1545024041661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon-alt] li a &gt; .dt-icon-default &gt; span:before, ul#dt-1545024041661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-default-style=bordered][data-default-shape=hexagon] li a &gt; .dt-icon-default &gt; span:before {
    border-color: #090909
}

ul#dt-1545024041661-4c91d4ba-19c8 &gt; li &gt; a:hover &gt; i {
    color: #fcd21c
}

ul#dt-1545024041661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-hover:before, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=filled][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    background-color: #090909
}

ul#dt-1545024041661-4c91d4ba-19c8 &gt; li &gt; a &gt; .dt-icon-hover:after, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon-alt] li a &gt; .dt-icon-hover &gt; span:before, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:after, ul#dt-1545024041661-4c91d4ba-19c8[data-hover-style=bordered][data-hover-shape=hexagon] li a &gt; .dt-icon-hover &gt; span:before {
    border-color: #090909
}

div[id="1546926933154-b074272a-468c"] {
    height: 22px
}

div[id="1546926936838-18a3da68-82f8"] {
    height: 10px
}

div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li a {
    font-size: 18px;
    text-transform: none
}

div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li a {
    color: #090909
}

    div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li a:hover, div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li.current-menu-item &gt; a, div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li.current-page-item &gt; a, div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li.current_menu_item &gt; a, div#dt-1546927093663-ea24b065-8dc7 ul.dt-custom-nav li.current_page_item &gt; a {
        color: #eab317
    }

div#dt-1546927093663-ea24b065-8dc7 i.menu-item-icon {
    display: none
}

[data-font=FontAwesome]:before {
    font-family: FontAwesome !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}
/*! /tent/cache/asset-cleanup/css/item/a4cc07875a96d583dc6d5d3ef7db3c48-v2f8d9a4f4cd5883785b9af487d19295e-584fe6fe54d3b2a73b52a5723e922ddcb7e06aeb.css */ /*! /tent/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css */ /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format('embedded-opentype'),url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" fa-icon-"], [class^=fa-icon-] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-icon-2x {
    font-size: 2em
}

.fa-icon-3x {
    font-size: 3em
}

.fa-icon-4x {
    font-size: 4em
}

.fa-icon-5x {
    font-size: 5em
}

.fa-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-icon-ul &gt; li {
        position: relative
    }

.fa-icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-icon-li.fa-icon-lg {
        left: -1.85714286em
    }

.fa-icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

:root .fa-icon-rotate-180, :root .fa-icon-rotate-270, :root .fa-icon-rotate-90 {
    filter: none
}

.fa-icon-envelope-o:before {
    content: "\f003"
}

.fa-icon-star:before {
    content: "\f005"
}

.fa-icon-star-o:before {
    content: "\f006"
}

.fa-icon-check:before {
    content: "\f00c"
}

.fa-icon-close:before, .fa-icon-remove:before {
    content: "\f00d"
}

.fa-icon-power-off:before {
    content: "\f011"
}

.fa-icon-home:before {
    content: "\f015"
}

.fa-icon-repeat:before, .fa-icon-rotate-right:before {
    content: "\f01e"
}

.fa-icon-list-alt:before {
    content: "\f022"
}

.fa-icon-book:before {
    content: "\f02d"
}

.fa-icon-font:before {
    content: "\f031"
}

.fa-icon-italic:before {
    content: "\f033"
}

.fa-icon-text-height:before {
    content: "\f034"
}

.fa-icon-text-width:before {
    content: "\f035"
}

.fa-icon-align-left:before {
    content: "\f036"
}

.fa-icon-align-center:before {
    content: "\f037"
}

.fa-icon-align-right:before {
    content: "\f038"
}

.fa-icon-list:before {
    content: "\f03a"
}

.fa-icon-image:before {
    content: "\f03e"
}

.fa-icon-map-marker:before {
    content: "\f041"
}

.fa-icon-plus-circle:before {
    content: "\f055"
}

.fa-icon-check-circle:before {
    content: "\f058"
}

.fa-icon-info-circle:before {
    content: "\f05a"
}

.fa-icon-check-circle-o:before {
    content: "\f05d"
}

.fa-icon-plus:before {
    content: "\f067"
}

.fa-icon-phone:before {
    content: "\f095"
}

.fa-icon-twitter:before {
    content: "\f099"
}

.fa-icon-facebook-f:before, .fa-icon-facebook:before {
    content: "\f09a"
}

.fa-icon-link:before {
    content: "\f0c1"
}

.fa-icon-files-o:before {
    content: "\f0c5"
}

.fa-icon-bars:before {
    content: "\f0c9"
}

.fa-icon-list-ul:before {
    content: "\f0ca"
}

.fa-icon-underline:before {
    content: "\f0cd"
}

.fa-icon-google-plus:before {
    content: "\f0d5"
}

.fa-icon-envelope:before {
    content: "\f0e0"
}

.fa-icon-rotate-left:before {
    content: "\f0e2"
}

.fa-icon-mobile-phone:before, .fa-icon-mobile:before {
    content: "\f10b"
}

.fa-icon-circle-o:before {
    content: "\f10c"
}

.fa-icon-spinner:before {
    content: "\f110"
}

.fa-icon-circle:before {
    content: "\f111"
}

.fa-icon-keyboard-o:before {
    content: "\f11c"
}

.fa-icon-info:before {
    content: "\f129"
}

.fa-icon-html5:before {
    content: "\f13b"
}

.fa-icon-css3:before {
    content: "\f13c"
}

.fa-icon-youtube:before {
    content: "\f167"
}

.fa-icon-apple:before {
    content: "\f179"
}

.fa-icon-try:before {
    content: "\f195"
}

.fa-icon-google:before {
    content: "\f1a0"
}

.fa-icon-child:before {
    content: "\f1ae"
}

.fa-icon-support:before {
    content: "\f1cd"
}

.fa-icon-header:before {
    content: "\f1dc"
}

.fa-icon-copyright:before {
    content: "\f1f9"
}

.fa-icon-at:before {
    content: "\f1fa"
}

.fa-icon-i-cursor:before {
    content: "\f246"
}

.fa-icon-500px:before {
    content: "\f26e"
}

.fa-icon-map-o:before {
    content: "\f278"
}

.fa-icon-map:before {
    content: "\f279"
}

.fa-icon-edge:before {
    content: "\f282"
}

.fa-icon-google-plus-circle:before {
    content: "\f2b3"
}

.fa-icon-fa:before {
    content: "\f2b4"
}

.fa-icon-s15:before {
    content: "\f2cd"
}

.fa-icon-window-close:before {
    content: "\f2d3"
}

.fa-icon-window-close-o:before {
    content: "\f2d4"
}
/*! /tent/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css */ /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format('embedded-opentype'),url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul &gt; li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

:root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before {
    content: "\f00d"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-home:before {
    content: "\f015"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-font:before {
    content: "\f031"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before {
    content: "\f03e"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-plus:before {
    content: "\f067"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-files-o:before {
    content: "\f0c5"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-rotate-left:before {
    content: "\f0e2"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-info:before {
    content: "\f129"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-apple:before {
    content: "\f179"
}

.fa-try:before {
    content: "\f195"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-edge:before {
    content: "\f282"
}

.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-s15:before {
    content: "\f2cd"
}

.fa-window-close:before {
    content: "\f2d3"
}

.fa-window-close-o:before {
    content: "\f2d4"
}

.upb_row_bg, .vcpb-fs-jquery {
    overflow: hidden
}

.upb_bg_overlay, .upb_bg_overlay_pattern {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0
}

.upb_bg_overlay_pattern {
    background-attachment: fixed
}

.vertical_layer_parallax {
    background-position: 50% 0
}

.vcpb-default, .vcpb-fix, .vertical_layer_parallax {
    background-repeat: no-repeat
}

.vcpb-default, .vcpb-fix {
    -webkit-background-size: cover;
    background-size: cover
}

.separator-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5
}

.wpb_column, .wpb_row {
    position: relative
}

.upb_row_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0
}

.upb-background-text-wrapper {
    position: relative
}

.upb_bg_img {
    display: none !important
}

.vcpb-default {
    background-attachment: initial
}

.vcpb-fix, .vertical_layer_parallax {
    background-attachment: fixed
}

.vertical_layer_parallax {
    -webkit-background-size: cover;
    background-size: cover
}

body.rtl .upb_row_bg {
    right: auto
}

@-webkit-keyframes MultiColorVC {
    0% {
        background-color: #e14949
    }

    25% {
        background-color: #3de02c
    }

    50% {
        background-color: #2c8de0
    }

    100% {
        background-color: #e02cbc
    }
}

@keyframes MultiColorVC {
    0% {
        background-color: #e14949
    }

    25% {
        background-color: #3de02c
    }

    50% {
        background-color: #2c8de0
    }

    100% {
        background-color: #e02cbc
    }
}

.vc_row-flex .upb-background-text, .vc_row-o-content-bottom .upb-background-text, .vc_row-o-content-middle .upb-background-text, .vc_row-o-content-top .upb-background-text, .vc_row-o-equal-height .upb-background-text {
    margin: 0 auto !important
}


.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite small, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.dt-sc-special-testimonial.custom-style {
    text-align: center
}

    .dt-sc-special-testimonial.custom-style .slick-slider:first-child {
        position: relative;
        margin-bottom: 46px
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 80%;
        float: none;
        display: inline-block
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider .slick-track {
        padding-top: 115px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        border-radius: 10px;
        margin: 20px 40px 30px 40px;
        padding: 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
        position: relative;
        cursor: pointer
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:after {
            background-image: url(/images/testimonial-clip-icon.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            border: none;
            bottom: 100%;
            content: '';
            display: block;
            height: 175px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -145px;
            width: 50px
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current {
            box-shadow: 0 10px 30px #dfdfdf
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAA5KtvpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0JDMzU2OTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0JDMzU2QTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDQkMzNTY3MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDQkMzNTY4MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+74J43gAAA7JJREFUeNq8mllIVFEYx8+MTTsVQYwVphNFthAN7bSAkURBC4g99NBbQgsIQQvz1kPCvEwrtDhB0PYS2WISEca0mQppPUibFZRR02RlZWndbt9nZ8pE557v3PPdD34vcsb//z/33nO+c+74gsGgyFA+YCawHJgL5AJDgA6gBagHKoG7gCUMl8/nE5ZliVQqJWzbzoM/rQKWAPnASOmvFWgCrgIXgNe6equBBNAJ2Bn4CdQARYKnMNxx4JODDyQF7AVGUwTGyKtma3CZKuZQ24DvGj4w+FoVgWnAc82waZ4BU10G9QPHXPpAdmYSyTUQNs0LIOQi8H5DPpDSvkSuGBSx5fMf0Ai7zrAPnGMKeoqsNyySZjsx7HCgmcFHIzAwLdIPqGMK/JY4iW1m8oFsSovgGvuLUWgHIfAtRh+N6UfsEKMIck82CE6Fk1w7s5dCnP7nC96arrhMTQEGMXtZgYHzmEWygLDCuFzBX/Mw8DAPhPIVZ2juGu+XExZ3qczUlgc+RmDgNg+EBiiMafXAR3+/7H25q1NhjBc+fmDgmx4IqVw93NN+YPbxFQNXYHJmoVcKY9548OUnMfANoJpZ6IniuHJmH38fm0WM7SUeB00gmLrI2GmVdRfaxSTSJDcoqoWN0EsmLyt7isUZROI6HRHw3rCPJJDd2ynlPsNCxZrP2yzDV/pSJrFS2fmY+FZHuZhkxskjYBOBS5zE8Az4i0uREwZm1sFy6XTj4yOQoyJW5FJomcHWNOHCxxmKWJWLjX+WwTW00EXgpd3Pf53qkabBI4Z3QM1yTafWbeAaJbDOPvUpcNpwlzRUcdfV2xk3qe5o3EJbGNrCYg0fNYoX9d8JAe4wiCIPmM6myk10Vk4V0RDheIuYLdd0io/zOiItRJFzTLuc3UQfn4XGC72jRBHsfScyhJ0NfBN8h/9dpfOuaQNDWFwhGog+qqnr/2KNieokQ1i/fEQoPt4BkygiM8SfF2AUkft4/MkQOM49YU7W2I4lhfu3/b3VQY2wEYrAWOAxUQB3UgUMYcs0wh5Q/ee+aDQqIpFIhWVZawim2mXnU2U4LN6SZykfCIVC8Vgs1jVh2rbt/IHa2tqcQCCQErRfyHBcWSH3z5QrGwuHw11BVfHL57ZB0RCOWwhcZwqcUByHP2XaCGzVmfqFXEPrMp3Yy25nAfCQ8dw43u0Z7qvwy54DHNZSgFtawC0tZMNfIvePbbK7wQP0PUwdlNOp5SnZ2nbI9bVSbgb+2/1Qb+nfAgwAd1RG9MeM7IUAAAAASUVORK5CYII=);
            background-size: 100%;
            border: none;
            content: '';
            display: block;
            height: 22px;
            width: 30px;
            position: absolute;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
            left: -37px;
            top: -10px;
            transform: scaleX(-1);
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
            right: -38px;
            bottom: -10px;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover:before {
            opacity: 1
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
            border-radius: 10px;
            margin: 0;
            transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            width: 100%;
            box-shadow: 0 28px 16px -26px rgba(0,0,0,.5)
        }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder button.slick-arrow {
        top: -10px;
        bottom: auto;
        width: 36px;
        height: 25px
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder button.slick-arrow:before {
            content: "";
            display: block;
            position: absolute;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAZCAYAAABZ5IzrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjQxMTM5QkYwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjQxMTM5QzAwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDExMzlCRDA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNDExMzlCRTA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po3O8h0AAAIJSURBVHjaxNdLKERRHAbwi/EqhDw2kgUhsZm8NqjZySghFvKIjWws0CTKgoWFBSkiiyEWSorEwkI2CuXRiJJYYPIqjyKPwXfrP3U63TP3zuvOqd9m7j3nfnOe90qSJC3DDzmGcaiDeClA5R7+FHzDBrRCtJ6BqsEhCOX0BlNg1DPUl0oopx2oB4O/Q1UqhJqAU0Gwa+iFJD1DdUEwNMGDINgnWKHAX6EauIldTr8nUI+5GtpD6IBYX4fqYR7yDmXMtVSYhA8XweQ6s1AKQb4KNcY84AXyuOuJ0Ac3Kovggu5L8TZQCKwxDd9Q7yjdVwFLKsPpoH2tFsI9DRUDJ0yj59QzoiLPs044Uum1RxiBTE9CpcEdN3GjNNTLgUEaMlfhtmh1u1WM3CQecbN+EYyC3UWweQhzp9FupvK+F/PSBOuCUNPuNGZmKs55uWBaBIG+tDYQSb3i3AJyPQghr9B2WBWsRnlK9GtpKIjG94+Oj0KNAQy0MQ6DTSGA/NqzAhYogQit/8zCHKbZKvcmQzMswjMX4ApmoBEyPB1rM21oT5Au6L18GIA9+OXeBqwUMM0XR4e8j7xS4y3M73FQRSvCzm12C9AmCO9VkXfcS+ZhNpqMZ9zb5QFtfsW0pP1S5M1pW+UVwyI41/xSZhRC3MIQZOn9BWLiguzS6RwaqE+iGpojmxRO9/IvwADPePhTEV2AJQAAAABJRU5ErkJggg==);
            width: 36px;
            height: 25px;
            border: none;
            opacity: 1
        }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before {
        transform: scaleX(-1)
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider:before {
        bottom: auto;
        height: 5px;
        left: 50px;
        margin: auto;
        right: 50px;
        top: 0;
        width: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev {
        left: 0;
        right: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next {
        right: 0;
        left: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before {
        width: 15px;
        height: 15px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots {
        bottom: 28px;
        margin: 0 auto;
        padding: 10px 0;
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before {
            border-radius: 50%;
            content: '';
            opacity: 1;
            width: 15px;
            height: 15px;
            top: 10px
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
            background: none;
            border: 1px dashed;
            border-radius: 50%;
            bottom: -18px;
            content: '';
            display: block;
            height: 23px;
            left: -8px;
            margin: auto;
            opacity: 0;
            position: absolute;
            right: -3px;
            top: -2px;
            width: 23px
        }

@-moz-document url-prefix() {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        left: -9px
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        top: -3px
    }

    *::-ms-backdrop, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        top: -3px
    }
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li.slick-active button:after, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li:hover button:after {
    opacity: 1
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author {
    margin-top: 8px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
            color: #a7a7a7;
            display: inline-block;
            float: none;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: normal;
            width: 100%;
            line-height: 34px
        }

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
    font-size: 24px;
    font-style: italic;
    padding: 0 75px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
        display: none
    }

.carousel-arrows a {
    border-color: rgba(0,0,0,.15)
}

    .carousel-arrows a:hover:before, .dt-sc-images-wrapper .carousel-arrows a:hover {
        color: #090909
    }

    .carousel-arrows a:before {
        color: rgba(0,0,0,.15)
    }

.dt-sc-images-wrapper .carousel-arrows a, .carousel_items .dt-carousel-navigation a {
    border-color: #ececec
}

.dt-sc-images-wrapper .carousel-arrows a {
    background: rgba(0,0,0,.03)
}

@media only screen and (min-width:1600px) {
    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 65%
    }
}

@media only screen and (min-width:1381px) and (max-width:1599px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        left: 60px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        left: 170px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: 55px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        left: 175px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: 180px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider::before {
        bottom: 185px;
        left: 98px;
        background-size: 75%;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        left: 55px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        left: 150px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: 50px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        left: 155px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: 200px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider::before {
        bottom: 210px;
        left: 75px;
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider:before {
        top: 192px;
        bottom: auto;
        left: auto;
        right: 205px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        margin: 0 auto;
        top: 200px;
        bottom: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        right: 165px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        right: 300px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        right: 162px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        right: 302px;
        left: auto
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 90%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-images-wrapper .carousel-arrows #pagenumber {
        font-size: 47px
    }

    .dt-sc-images-wrapper .carousel-arrows {
        margin: 70px 15px 20px 10px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-contact-info {
        font-size: 16px
    }

        .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-contact-info span {
            margin-left: 5px
        }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-sociable li {
        margin: 2px 3px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 20px 30px 20px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
    }

        . .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current {
            box-shadow: 0 4px 10px #dfdfdf
        }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 80%
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
        left: -18px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
        right: -18px
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before, .custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before {
        top: -20px
    }

    .dt-sc-testimonial-wrapper.type2 .carousel-arrows {
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content
    }

    .dt-sc-testimonial-wrapper .carousel-arrows {
        margin: 15px auto !important;
        display: table
    }

    .dt-sc-images-wrapper .carousel-arrows #pagenumber {
        font-size: 47px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .ult-item-wrap .wpb_text_column.dt-sc-one-third {
        margin-bottom: 35px !important
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        bottom: -75px;
        right: 0;
        left: -132px;
        margin: 0 auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: -75px;
        right: -132px;
        left: 0;
        margin: 0 auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: -136px;
        right: 0
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        right: -136px;
        left: 0
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider:before {
        bottom: -66px;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .dt-sc-images-wrapper .carousel-arrows {
        margin: 40px 0 20px 0
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 90%;
        margin: 0 5%
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 40px 30px 40px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 30px
    }
}


.slick-initialized {
    visibility: visible
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,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) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author cite small, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.dt-sc-special-testimonial.custom-style {
    text-align: center
}

    .dt-sc-special-testimonial.custom-style .slick-slider:first-child {
        position: relative;
        margin-bottom: 46px
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 80%;
        float: none;
        display: inline-block
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider .slick-track {
        padding-top: 115px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        border-radius: 10px;
        margin: 20px 40px 30px 40px;
        padding: 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
        position: relative;
        cursor: pointer
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:after {
            background-image: url(/images/testimonial-clip-icon.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            border: none;
            bottom: 100%;
            content: '';
            display: block;
            height: 175px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -145px;
            width: 50px
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current {
            box-shadow: 0 10px 30px #dfdfdf
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAA5KtvpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0JDMzU2OTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0JDMzU2QTA4MkYxMUU5OTkwNkY1RUQ0QTAyOUNBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDQkMzNTY3MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDQkMzNTY4MDgyRjExRTk5OTA2RjVFRDRBMDI5Q0FDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+74J43gAAA7JJREFUeNq8mllIVFEYx8+MTTsVQYwVphNFthAN7bSAkURBC4g99NBbQgsIQQvz1kPCvEwrtDhB0PYS2WISEca0mQppPUibFZRR02RlZWndbt9nZ8pE557v3PPdD34vcsb//z/33nO+c+74gsGgyFA+YCawHJgL5AJDgA6gBagHKoG7gCUMl8/nE5ZliVQqJWzbzoM/rQKWAPnASOmvFWgCrgIXgNe6equBBNAJ2Bn4CdQARYKnMNxx4JODDyQF7AVGUwTGyKtma3CZKuZQ24DvGj4w+FoVgWnAc82waZ4BU10G9QPHXPpAdmYSyTUQNs0LIOQi8H5DPpDSvkSuGBSx5fMf0Ai7zrAPnGMKeoqsNyySZjsx7HCgmcFHIzAwLdIPqGMK/JY4iW1m8oFsSovgGvuLUWgHIfAtRh+N6UfsEKMIck82CE6Fk1w7s5dCnP7nC96arrhMTQEGMXtZgYHzmEWygLDCuFzBX/Mw8DAPhPIVZ2juGu+XExZ3qczUlgc+RmDgNg+EBiiMafXAR3+/7H25q1NhjBc+fmDgmx4IqVw93NN+YPbxFQNXYHJmoVcKY9548OUnMfANoJpZ6IniuHJmH38fm0WM7SUeB00gmLrI2GmVdRfaxSTSJDcoqoWN0EsmLyt7isUZROI6HRHw3rCPJJDd2ynlPsNCxZrP2yzDV/pSJrFS2fmY+FZHuZhkxskjYBOBS5zE8Az4i0uREwZm1sFy6XTj4yOQoyJW5FJomcHWNOHCxxmKWJWLjX+WwTW00EXgpd3Pf53qkabBI4Z3QM1yTafWbeAaJbDOPvUpcNpwlzRUcdfV2xk3qe5o3EJbGNrCYg0fNYoX9d8JAe4wiCIPmM6myk10Vk4V0RDheIuYLdd0io/zOiItRJFzTLuc3UQfn4XGC72jRBHsfScyhJ0NfBN8h/9dpfOuaQNDWFwhGog+qqnr/2KNieokQ1i/fEQoPt4BkygiM8SfF2AUkft4/MkQOM49YU7W2I4lhfu3/b3VQY2wEYrAWOAxUQB3UgUMYcs0wh5Q/ee+aDQqIpFIhWVZawim2mXnU2U4LN6SZykfCIVC8Vgs1jVh2rbt/IHa2tqcQCCQErRfyHBcWSH3z5QrGwuHw11BVfHL57ZB0RCOWwhcZwqcUByHP2XaCGzVmfqFXEPrMp3Yy25nAfCQ8dw43u0Z7qvwy54DHNZSgFtawC0tZMNfIvePbbK7wQP0PUwdlNOp5SnZ2nbI9bVSbgb+2/1Qb+nfAgwAd1RG9MeM7IUAAAAASUVORK5CYII=);
            background-size: 100%;
            border: none;
            content: '';
            display: block;
            height: 22px;
            width: 30px;
            position: absolute;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
            left: -37px;
            top: -10px;
            transform: scaleX(-1);
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
            right: -38px;
            bottom: -10px;
            opacity: 0
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover .dt-sc-testimonial-author:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current:before, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover:before {
            opacity: 1
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
            border-radius: 10px;
            margin: 0;
            transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            width: 100%;
            box-shadow: 0 28px 16px -26px rgba(0,0,0,.5)
        }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder button.slick-arrow {
        top: -10px;
        bottom: auto;
        width: 36px;
        height: 25px
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder button.slick-arrow:before {
            content: "";
            display: block;
            position: absolute;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAZCAYAAABZ5IzrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjQxMTM5QkYwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjQxMTM5QzAwNEZGMTFFOTlFOUJFNjZBNUFBRDM3MDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDExMzlCRDA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNDExMzlCRTA0RkYxMUU5OUU5QkU2NkE1QUFEMzcwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po3O8h0AAAIJSURBVHjaxNdLKERRHAbwi/EqhDw2kgUhsZm8NqjZySghFvKIjWws0CTKgoWFBSkiiyEWSorEwkI2CuXRiJJYYPIqjyKPwXfrP3U63TP3zuvOqd9m7j3nfnOe90qSJC3DDzmGcaiDeClA5R7+FHzDBrRCtJ6BqsEhCOX0BlNg1DPUl0oopx2oB4O/Q1UqhJqAU0Gwa+iFJD1DdUEwNMGDINgnWKHAX6EauIldTr8nUI+5GtpD6IBYX4fqYR7yDmXMtVSYhA8XweQ6s1AKQb4KNcY84AXyuOuJ0Ac3Kovggu5L8TZQCKwxDd9Q7yjdVwFLKsPpoH2tFsI9DRUDJ0yj59QzoiLPs044Uum1RxiBTE9CpcEdN3GjNNTLgUEaMlfhtmh1u1WM3CQecbN+EYyC3UWweQhzp9FupvK+F/PSBOuCUNPuNGZmKs55uWBaBIG+tDYQSb3i3AJyPQghr9B2WBWsRnlK9GtpKIjG94+Oj0KNAQy0MQ6DTSGA/NqzAhYogQit/8zCHKbZKvcmQzMswjMX4ApmoBEyPB1rM21oT5Au6L18GIA9+OXeBqwUMM0XR4e8j7xS4y3M73FQRSvCzm12C9AmCO9VkXfcS+ZhNpqMZ9zb5QFtfsW0pP1S5M1pW+UVwyI41/xSZhRC3MIQZOn9BWLiguzS6RwaqE+iGpojmxRO9/IvwADPePhTEV2AJQAAAABJRU5ErkJggg==);
            width: 36px;
            height: 25px;
            border: none;
            opacity: 1
        }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before {
        transform: scaleX(-1)
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider:before {
        bottom: auto;
        height: 5px;
        left: 50px;
        margin: auto;
        right: 50px;
        top: 0;
        width: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev {
        left: 0;
        right: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next {
        right: 0;
        left: auto
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before {
        width: 15px;
        height: 15px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots {
        bottom: 28px;
        margin: 0 auto;
        padding: 10px 0;
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:before {
            border-radius: 50%;
            content: '';
            opacity: 1;
            width: 15px;
            height: 15px;
            top: 10px
        }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
            background: none;
            border: 1px dashed;
            border-radius: 50%;
            bottom: -18px;
            content: '';
            display: block;
            height: 23px;
            left: -8px;
            margin: auto;
            opacity: 0;
            position: absolute;
            right: -3px;
            top: -2px;
            width: 23px
        }

@-moz-document url-prefix() {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        left: -9px
    }
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        top: -3px
    }

    *::-ms-backdrop, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li button:after {
        top: -3px
    }
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li.slick-active button:after, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder.slick-slider ul.slick-dots li:hover button:after {
    opacity: 1
}

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author {
    margin-top: 8px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px
    }

        .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
            color: #a7a7a7;
            display: inline-block;
            float: none;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: normal;
            width: 100%;
            line-height: 34px
        }

.dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
    font-size: 24px;
    font-style: italic;
    padding: 0 75px
}

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
        display: none
    }

.carousel-arrows a {
    border-color: rgba(0,0,0,.15)
}

    .carousel-arrows a:hover:before, .dt-sc-images-wrapper .carousel-arrows a:hover {
        color: #090909
    }

    .carousel-arrows a:before {
        color: rgba(0,0,0,.15)
    }

.dt-sc-images-wrapper .carousel-arrows a, .carousel_items .dt-carousel-navigation a {
    border-color: #ececec
}

.dt-sc-images-wrapper .carousel-arrows a {
    background: rgba(0,0,0,.03)
}

@media only screen and (min-width:1600px) {
    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 65%
    }
}

@media only screen and (min-width:1381px) and (max-width:1599px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        left: 60px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        left: 170px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: 55px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        left: 175px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: 180px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider::before {
        bottom: 185px;
        left: 98px;
        background-size: 75%;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        left: 55px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        left: 150px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: 50px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        left: 155px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: 200px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider::before {
        bottom: 210px;
        left: 75px;
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider:before {
        top: 192px;
        bottom: auto;
        left: auto;
        right: 205px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next, .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        margin: 0 auto;
        top: 200px;
        bottom: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        right: 165px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        right: 300px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        right: 162px;
        left: auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        right: 302px;
        left: auto
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 90%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-images-wrapper .carousel-arrows #pagenumber {
        font-size: 47px
    }

    .dt-sc-images-wrapper .carousel-arrows {
        margin: 70px 15px 20px 10px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-contact-info {
        font-size: 16px
    }

        .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-contact-info span {
            margin-left: 5px
        }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .dt-sc-sociable li {
        margin: 2px 3px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 20px 30px 20px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
    }

        . .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:hover, .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current {
            box-shadow: 0 4px 10px #dfdfdf
        }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 80%
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image:before {
        left: -18px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image .dt-sc-testimonial-author:before {
        right: -18px
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before, .custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before {
        top: -20px
    }

    .dt-sc-testimonial-wrapper.type2 .carousel-arrows {
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content
    }

    .dt-sc-testimonial-wrapper .carousel-arrows {
        margin: 15px auto !important;
        display: table
    }

    .dt-sc-images-wrapper .carousel-arrows #pagenumber {
        font-size: 47px
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .ult-item-wrap .wpb_text_column.dt-sc-one-third {
        margin-bottom: 35px !important
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev {
        bottom: -75px;
        right: 0;
        left: -132px;
        margin: 0 auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next {
        bottom: -75px;
        right: -132px;
        left: 0;
        margin: 0 auto
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev:hover {
        left: -136px;
        right: 0
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next:hover {
        right: -136px;
        left: 0
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel .slick-slider:before {
        bottom: -66px;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .dt-sc-images-wrapper .carousel-arrows {
        margin: 40px 0 20px 0
    }

    .dt-sc-special-testimonial.custom-style:not(.fullwidth) .slick-slider .slick-list {
        width: 90%;
        margin: 0 5%
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        margin: 20px 40px 30px 40px
    }

    .dt-sc-special-testimonial.custom-style .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 30px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-images-wrapper .carousel-arrows #pagenumber {
        font-size: 30px;
        margin: 0 10px
    }

    .dt-sc-images-wrapper .carousel-arrows a {
        width: 80px;
        height: 30px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-partners-carousel li img {
        display: block;
        margin: 0 auto
    }
}


.dt-sc-testimonial-images li a img, .dt-sc-testimonial.type4 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote q:before, .dt-sc-testimonial.type7 .dt-sc-testimonial-author span, .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after, .dt-sc-testimonial.type8, .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small, .dt-sc-testimonial.type8 blockquote:before, .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.dt-sc-testimonial-wrapper {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.dt-sc-testimonial blockquote q p {
    display: inline
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin: 20px 0 0
}

    .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small {
        clear: both;
        display: block;
        font-size: 14px;
        font-weight: 400
    }

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
    padding: 0
}

    .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
        width: 10px;
        height: 10px;
        border: 1px solid;
        text-indent: -9999px;
        border-radius: 50%;
        display: inline-block;
        margin: 5px;
        position: relative
    }

        .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:before {
            display: none;
            content: "";
            position: absolute;
            border: 4px solid;
            left: -4px;
            top: -4px;
            border-radius: 50%;
            width: 100%;
            height: 100%
        }

        .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before {
            display: block
        }

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
    font-weight: 700;
    clear: both;
    display: inline-block;
    margin: 15px 0;
    text-align: center;
    width: 100%
}

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small {
        border-left: 1px solid;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px
    }

.dt-sc-testimonial.type1 {
    text-align: center
}

    .dt-sc-testimonial.type1 .dt-sc-testimonial-author {
        display: inline-block;
        margin: 0 0 20px;
        text-align: center;
        width: 100%
    }

        .dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
            display: inline-block;
            border: 5px solid;
            border-radius: 50%;
            line-height: 0
        }

        .dt-sc-testimonial.type1 .dt-sc-testimonial-author img {
            max-width: 120px;
            border-radius: 50%
        }

    .dt-sc-testimonial.type1 blockquote {
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        letter-spacing: .5px;
        position: relative;
        padding: 50px 0 0
    }

        .dt-sc-testimonial.type1 blockquote:before {
            content: "\e6b3";
            font-family: 'Stroke-Gap-Icons';
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto
        }

    .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
        clear: both;
        text-align: center;
        display: inline-block;
        width: 100%
    }

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author {
    margin: 10px 0 20px
}

.dt-sc-testimonial.type2 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

    .dt-sc-testimonial.type2 .dt-sc-testimonial-quote {
        display: inline-block;
        clear: both;
        margin: 0 0 40px;
        padding: 0 0 26px;
        width: 100%;
        position: relative
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before {
            content: "";
            position: absolute;
            left: 22px;
            bottom: -20px;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid rgba(0,0,0,.06);
            background: none
        }

    .dt-sc-testimonial.type2 blockquote {
        padding: 44px 70px 20px 100px;
        margin: 0;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        font-weight: 300
    }

        .dt-sc-testimonial.type2 blockquote:after {
            content: '\f1b2';
            font-family: 'Material-Design-Iconic-Font';
            font-size: 50px;
            font-style: normal;
            font-weight: 400;
            position: absolute;
            top: 44px;
            left: 40px;
            right: auto;
            margin: auto
        }

    .dt-sc-testimonial.type2 .dt-sc-rating {
        position: relative;
        left: 100px;
        bottom: 0;
        box-sizing: border-box
    }

    .dt-sc-testimonial.type2 blockquote q:before, .dt-sc-testimonial.type2 blockquote q:after {
        display: none
    }

    .dt-sc-testimonial.type2 .dt-sc-testimonial-author {
        width: 100%;
        float: left;
        position: relative
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author &gt; span {
            width: 80px;
            float: left
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
            max-width: 80px;
            float: left;
            border-radius: 50%
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
            position: absolute;
            left: 100px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: auto;
            bottom: auto;
            margin: 0
        }

            .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
                padding-left: 5px;
                margin-left: 10px;
                display: inline-block;
                position: relative
            }

                .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small:before {
                    position: absolute;
                    content: "-";
                    display: block;
                    left: -5px;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%)
                }

.secondary-skin-bg .dt-sc-testimonial.type2 .dt-sc-testimonial-quote, .secondary-skin-bg .dt-sc-testimonial.type2 blockquote:after {
    color: #fff
}

    .secondary-skin-bg .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before {
        border-top-width: 20px;
        border-top-style: solid
    }

.dt-sc-testimonial.type2.alignright blockquote {
    padding: 40px 100px 20px 70px
}

.dt-sc-testimonial.type2.alignright .dt-sc-testimonial-quote:before {
    left: inherit;
    right: 22px
}

.dt-sc-testimonial.type2.alignright blockquote:after {
    left: inherit;
    right: 40px
}

.dt-sc-testimonial.type2.alignright .dt-sc-testimonial-author &gt; span {
    float: right
}

.dt-sc-testimonial.type2.alignright .dt-sc-testimonial-author cite {
    left: inherit;
    right: 100px
}

.dt-sc-testimonial.type2 {
    text-align: center
}

    .dt-sc-testimonial.type2.aligncenter .dt-sc-testimonial-quote:before {
        left: 0;
        right: 0;
        margin: auto
    }

    .dt-sc-testimonial.type2.aligncenter blockquote {
        padding: 100px 40px 20px 40px
    }

        .dt-sc-testimonial.type2.aligncenter blockquote:after {
            left: 0;
            right: 0
        }

    .dt-sc-testimonial.type2.aligncenter .dt-sc-testimonial-author &gt; span {
        float: none;
        text-align: center;
        display: inline-block
    }

    .dt-sc-testimonial.type2.aligncenter .dt-sc-testimonial-author cite {
        left: 0;
        right: 0;
        top: inherit;
        bottom: -50%
    }

.dt-sc-testimonial.type3 {
    text-align: center
}

    .dt-sc-testimonial.type3 .dt-sc-testimonial-author {
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative
    }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
            content: "";
            position: absolute;
            width: 75%;
            height: 1px;
            left: 0;
            right: 0;
            margin: auto;
            top: 45px;
            border-top: 1px solid rgba(0,0,0,.1)
        }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author span {
            display: inline-block;
            border-radius: 50%;
            line-height: 0;
            position: relative;
            z-index: 1
        }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author img {
            max-width: 90px;
            border-radius: 50%
        }

    .dt-sc-testimonial.type3 blockquote {
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        letter-spacing: .5px;
        position: relative;
        padding: 0
    }

        .dt-sc-testimonial.type3 blockquote q {
            font-weight: 300;
            font-style: normal;
            position: relative;
            display: inline-block
        }

            .dt-sc-testimonial.type3 blockquote q:before {
                font-size: 50px;
                left: -10px;
                top: 20px;
                position: relative
            }

            .dt-sc-testimonial.type3 blockquote q:after {
                font-size: 50px;
                position: absolute;
                bottom: -7px;
                display: inline-block;
                margin-left: 15px
            }

    .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
        clear: both;
        display: inline-block;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        margin: 0 0 20px;
        text-align: center;
        width: 100%
    }

        .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
            clear: none;
            display: inline-block;
            margin-left: 5px
        }

.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
    color: #fff
}

.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
    border-color: #fff
}

.dt-sc-testimonial-special-wrapper .dt-sc-testimonial-wrapper {
    padding-bottom: 20px
}

.dt-sc-testimonial-special-wrapper:before, .dt-sc-testimonial-special-wrapper:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px
}

.dt-sc-testimonial-special-wrapper:before {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-testimonial-special-wrapper:after {
    content: "\201c";
    text-align: center;
    font-size: 55px;
    line-height: 74px;
    font-family: Georgia,"Times New Roman",Times,serif
}

.dt-sc-testimonial-images {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 505px
}

    .dt-sc-testimonial-images li {
        display: inline;
        float: left;
        margin: 0;
        width: 25%;
        padding: 0;
        line-height: 0
    }

        .dt-sc-testimonial-images li a {
            line-height: 0;
            display: inline-block;
            padding: 15px;
            width: 100%
        }

            .dt-sc-testimonial-images li a img {
                max-width: 100%;
                border-radius: 5px
            }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: both
        }

        .dt-sc-testimonial-images li a {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none
        }

        .dt-sc-testimonial-images li div {
            width: 100%;
            margin: 0;
            padding: 0;
            display: inline-block
        }

        .dt-sc-testimonial-images li.selected div {
            margin: 17px auto;
            display: block;
            width: 85px;
            height: 85px;
            overflow: hidden;
            border-radius: 15px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: relative;
            border: 3px solid
        }

        .dt-sc-testimonial-images li.selected a {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

        .dt-sc-testimonial-images li.selected img {
            max-width: none;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 125px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.dt-sc-testimonial.type4 {
    display: inline-block;
    padding-bottom: 70px
}

    .dt-sc-testimonial.type4 blockquote {
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px
    }

    .dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
        width: 76%;
        float: right
    }

    .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
        margin: 0 4% 0 0;
        float: left;
        width: 20%;
        text-align: center
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author img {
            border-radius: 50%
        }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
            font-weight: 700;
            font-size: 16px;
            font-style: normal;
            margin: 20px 0 0;
            position: absolute;
            bottom: 0;
            right: 0;
            text-align: right
        }

_::-webkit-full-page-media, _:future, :root .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
    width: 100%
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    clear: both;
    display: inline;
    width: 100%;
    margin-left: 10px;
    position: relative;
    padding-left: 10px
}

    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small:before {
        position: absolute;
        content: "-";
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

.dt-sc-testimonial.type5 {
    width: 100%;
    display: inline-block;
    text-align: center
}

    .dt-sc-testimonial.type5 .dt-sc-testimonial-quote {
        border-bottom: 1px solid;
        padding: 85px 55px;
        margin: 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: none
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote {
            font-size: 16px;
            line-height: 26px;
            font-style: normal;
            z-index: 0
        }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author span {
        width: 100%;
        display: inline-block
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author {
        margin-top: -42px
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
            border-radius: 50%;
            max-width: 95px;
            float: none;
            margin: 0 auto
        }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
            margin: 18px 0 0;
            float: left;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            position: relative;
            width: 100%
        }

            .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
                text-transform: none;
                font-size: 14px;
                font-weight: 400;
                clear: both;
                letter-spacing: normal;
                display: block
            }

    .dt-sc-testimonial.type5:hover .dt-sc-testimonial-quote blockquote q:before {
        transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote q:before {
        content: "\201C";
        font-size: 206px;
        color: #FFF;
        z-index: -1;
        position: absolute;
        top: 30px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote q:after {
        display: none
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        border: none
    }
}

.dt-sc-testimonial.type5.alignleft {
    float: left;
    text-align: left
}

    .dt-sc-testimonial.type5.alignleft .dt-sc-testimonial-author cite {
        float: none;
        display: inline-block
    }

    .dt-sc-testimonial.type5.alignleft .dt-sc-testimonial-author img {
        float: left;
        margin: 0 20px 0 0
    }

.dt-sc-testimonial.type5.alignright {
    float: right;
    text-align: right
}

    .dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite {
        float: none;
        display: inline-block
    }

    .dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author img {
        float: right;
        margin: 0 0 0 20px
    }

.vc_row-no-padding .dt-sc-testimonial.type5 {
    max-width: 500px
}

.dt-sc-testimonial.type6 {
    overflow: hidden
}

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        float: right;
        width: 40%;
        padding: 112px 0 114px 60px;
        position: relative
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        display: inline-block;
        padding: 90px 30px 90px 0;
        width: 60%
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
            font-style: italic;
            font-size: 16px;
            line-height: 30px
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
                padding-left: 85px;
                display: inline-block;
                text-align: right
            }

                .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:before {
                    content: ""
                }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
                content: '"';
                position: absolute;
                left: 0;
                top: 15px;
                font-size: 100px
            }

.vc_row[data-vc-stretch-content="true"] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
    float: right;
    width: 75%
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    max-width: 100px;
    border: 2px solid;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    z-index: 1
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small {
        text-transform: none;
        font-size: 14px
    }

.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
    content: "";
    position: absolute;
    left: 65px;
    top: 0;
    width: 330px;
    height: 330px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px
}

.dt-sc-testimonial.type6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    width: 9000px;
    height: 100%
}

.dt-sc-testimonial.type7 {
    padding: 0;
    position: relative;
    text-align: center
}

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author {
        position: relative;
        display: inline-block
    }

        .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before {
            content: '\,,';
            font-family: Cormorant,serif;
            font-size: 150px;
            left: -45px;
            letter-spacing: -5px;
            margin: auto;
            position: absolute;
            top: 70px;
            transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            opacity: .5
        }

    .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author:before {
        opacity: 1;
        left: -55px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
        margin: 20px 0 0
    }

        .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q {
            quotes: none
        }

            .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before, .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:after {
                content: ""
            }

        .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
            clear: both;
            display: inline-block;
            width: 100%;
            margin-top: 28px;
            font-size: 30px;
            position: relative;
            z-index: 1;
            font-style: normal;
            text-transform: uppercase;
            font-weight: 700;
            padding-top: 30px;
            border-top: 1px solid
        }

            .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small {
                clear: both;
                display: inline-block;
                text-transform: none;
                font-size: 16px;
                margin-left: 10px;
                font-weight: 400;
                color: #5f5643
            }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author span {
        display: block;
        border: 1px solid rgba(0,0,0,0);
        border-radius: 50%;
        position: relative;
        padding: 10px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author img {
        border-radius: 50%;
        max-width: 190px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-top: 1px solid;
        width: 0;
        right: 0;
        margin: auto
    }

    .dt-sc-testimonial.type7:hover .dt-sc-testimonial-quote blockquote cite:after {
        width: 100%
    }

.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: block
}

.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
    margin: 0 0 20px 0
}

.dt-sc-testimonial.type7.alignleft {
    text-align: left
}

.dt-sc-testimonial.type7.alignright {
    text-align: right
}

.dt-sc-testimonial.type7.alignleft .dt-sc-testimonial-quote blockquote cite:after {
    right: inherit;
    left: 0
}

.dt-sc-testimonial.type7.alignright .dt-sc-testimonial-quote blockquote cite:after {
    right: 0;
    left: inherit
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite, .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author span, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after {
    border-color: #090909
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center
}

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author span {
        display: inline-block;
        border: 5px solid;
        border-radius: 50%;
        line-height: 0
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author img {
        max-width: 80px;
        border-radius: 50%
    }

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
    width: 100%;
    float: left;
    padding-left: 175px;
    margin-bottom: 28px
}

.dt-sc-testimonial.type8 blockquote {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    letter-spacing: .5px;
    position: relative;
    padding: 0 0 0
}

    .dt-sc-testimonial.type8 blockquote:before {
        content: '\f1b2';
        font-family: 'Material-Design-Iconic-Font';
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 5px;
        left: -55px;
        right: auto;
        margin: auto
    }

    .dt-sc-testimonial.type8 blockquote q:before, .dt-sc-testimonial.type8 blockquote q:after {
        content: none
    }

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
    font-size: 16px;
    line-height: normal;
    position: static;
    bottom: auto;
    left: 30%;
    right: auto;
    text-align: center;
    top: 100%;
    margin: 20px 0;
    font-style: normal;
    width: 100%;
    float: none;
    display: inline-block
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type8.masonry .dt-sc-testimonial-author cite {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin: 0;
    font-weight: 300;
    width: 240px;
    left: 175px;
    bottom: -65px;
    top: auto
}

.dt-sc-testimonial.type8 {
    float: left;
    padding: 45px 40px;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    position: relative
}

    .dt-sc-testimonial.type8 blockquote {
        position: static
    }

        .dt-sc-testimonial.type8 blockquote:before {
            top: 20px;
            right: 10px;
            left: auto;
            z-index: 10;
            color: #fff
        }

        .dt-sc-testimonial.type8 blockquote:after {
            width: 0;
            height: 0;
            border-top: 100px solid #090909;
            border-left: 100px solid transparent;
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9
        }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8 .dt-sc-testimonial-author {
        position: static;
        width: 100%;
        text-align: left
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
            margin: 20px 0;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            line-height: 24px
        }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        padding: 0;
        margin: 0
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 15px;
        position: relative;
        text-transform: capitalize
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small:before {
            position: absolute;
            content: "-";
            display: block;
            left: -5px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%)
        }

    .dt-sc-testimonial.type8:hover {
        -webkit-box-shadow: 0 0 0 5px #e5e5e5;
        box-shadow: 0 0 0 5px #e5e5e5
    }

    .dt-sc-testimonial.type8.aligncenter .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8.aligncenter .dt-sc-testimonial-author {
        text-align: center
    }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author {
        text-align: right
    }

    .dt-sc-testimonial.type8.alignright blockquote:after {
        right: inherit;
        left: 0;
        border-left: none;
        border-right: 100px solid transparent
    }

    .dt-sc-testimonial.type8.alignright blockquote:before {
        right: auto;
        left: 15px
    }

    .dt-sc-testimonial.type8:hover {
        background: #090909
    }

        .dt-sc-testimonial.type8:hover blockquote:before {
            color: #090909
        }

.dt-sc-special-testimonial-container .vc_col-sm-6 {
    padding: 75px 0 75px 65px
}

.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
    padding: 80px 80px 80px 0
}

ul.dt-sc-testimonial-special li {
    list-style: none
}

.dt-sc-special-testimonial-container ul.dt-sc-testimonial-images li a img {
    transition: none
}

.dt-sc-special-testimonial-details-holder {
    text-align: center;
    cursor: move
}

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        font-size: 20px;
        color: #666;
        padding: 0 100px;
        margin-bottom: 20px;
        position: relative;
        font-weight: lighter;
        line-height: 40px
    }

        .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
            position: absolute;
            content: '\f1b2';
            display: block;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 120px;
            top: 50%;
            transform: translateY(-50%);
            font-family: Material-Design-Iconic-Font;
            z-index: -1;
            opacity: .2
        }

.dt-sc-special-testimonial-images-holder {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px
}

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
        text-align: center
    }

        .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
            border-radius: 50%;
            float: none;
            display: inline-block;
            margin: 20px 0 10px;
            width: 180px;
            cursor: pointer;
            transform: scale(.8);
            -moz-transform: scale(.8);
            -webkit-transform: scale(.8);
            -ms-transform: scale(.8)
        }

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        line-height: 20px
    }

        .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
            width: 100%;
            float: none;
            display: inline-block;
            font-size: 16px;
            text-transform: capitalize;
            color: #898989;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: .5px
        }

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current img {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        box-shadow: 0 0 20px rgba(0,0,0,.2)
    }

    .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current .dt-sc-testimonial-author cite small {
        color: #2b2b2b
    }

    .dt-sc-special-testimonial-images-holder button.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        transform: translateY(0);
        width: 30px;
        height: 30px
    }

    .dt-sc-special-testimonial-images-holder.slick-slider .slick-list {
        padding: 0 !important
    }

    .dt-sc-special-testimonial-images-holder.slick-slider:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -24px;
        width: 2px;
        height: 24px;
        background: #2b2b2b;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev {
        left: -60px;
        z-index: 1
    }

    .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next {
        right: -60px;
        z-index: 1
    }

        .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before, .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear
        }

    .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 13px solid;
        border-bottom: 8px solid transparent
    }

    .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 13px solid;
        border-bottom: 8px solid transparent
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .dt-sc-testimonial.type1 blockquote {
        font-weight: 500
    }

    ::i-block-chrome, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
        border: none;
        box-shadow: 0 0 0 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1)
    }
}

.dt-sc-testimonial.type1 blockquote, .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite, .dt-sc-testimonial-special-wrapper:after {
    color: #090909
}

.dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite small {
    color: #fff
}

.dt-sc-testimonial-special-wrapper:after {
    color: #fff
}

.dt-sc-testimonial.type6:after, .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
    background: #f7f7f7
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
    border-color: #090909
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
    color: rgba(0,0,0,.4)
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote {
    background-color: rgba(0,0,0,.06)
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
    border-color: rgba(0,0,0,.06)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote {
    background-color: rgba(0,0,0,.06)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
    box-shadow: 0 8px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.15)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
    color: #666
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author span {
    border-color: #fff
}

.dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    border-color: #fff
}

.dt-sc-testimonial.type2 blockquote:before {
    border-top-color: #fff
}

.dt-sc-testimonial.type2 blockquote, .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    border-color: rgba(0,0,0,.1)
}

@media only screen and (min-width:992px) and (max-width:1599px) {
    .dt-sc-testimonial.type4 blockquote {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
        font-size: 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-testimonial-images li.selected div {
        width: 65px;
        height: 65px
    }

    .dt-sc-testimonial-images li {
        width: 32%;
        min-height: 114px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

    .dt-sc-testimonial.type6::after {
        left: 60%
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        content: none
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
        padding-top: 0
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
        top: 0
    }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px
    }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 70px 0 70px 65px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
        margin-top: 0;
        margin-bottom: 5px
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        font-size: 15px
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
            font-size: 12px
        }

    .dt-sc-testimonial.type6::after {
        left: 60%
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite {
            display: block
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span img {
                float: none;
                margin: auto
            }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
            content: none
        }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
        font-size: 24px
    }

    .dt-sc-testimonial.type8 {
        margin-bottom: 30px
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
            padding-top: 0
        }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
            right: 10px
        }

        .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
            left: 10px
        }

    .dt-sc-testimonial-wrapper.carousel_items .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        bottom: 10px;
        left: 20px;
        right: 20px;
        text-align: center
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
        top: 0
    }

    .dt-sc-testimonial-images li.selected div {
        width: 75px;
        height: 75px
    }

    .dt-sc-testimonial-images li {
        width: 45%;
        min-height: 115px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

    .vc_row-no-padding .rs_col-sm-12 .dt-sc-testimonial.type5 {
        max-width: inherit
    }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 14px 40px
    }

    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding: 60px 40px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .dt-sc-testimonial.type2 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author &gt; span {
            float: none;
            display: inline-block
        }

    .dt-sc-testimonial.type2 blockquote {
        padding: 90px 50px 20px 50px
    }

        .dt-sc-testimonial.type2 blockquote:after {
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 36px
        }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 65px 35px
    }

    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px
    }

        .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 .alignright, .alignright .dt-sc-testimonial.special-testimonial-carousel blockquote {
            text-align: center
        }

    .extend-bg-fullwidth-left:not(.vc_col-has-fill):after, .extend-bg-fullwidth-right:not(.vc_col-has-fill):after, .extend-bg-fullwidth-left.vc_col-has-fill &gt; .vc_column-inner:after, .extend-bg-fullwidth-right.vc_col-has-fill &gt; .vc_column-inner:after {
        opacity: 0
    }

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 50px
    }

    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding: 30px 20px
    }

    .dt-sc-testimonial-images li {
        width: 25%;
        height: 95px
    }

        .dt-sc-testimonial-images li:nth-child(5) {
            clear: none
        }

        .dt-sc-testimonial-images li.selected div {
            width: 60px;
            height: 60px
        }

    .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author {
        margin: 0
    }

    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left h2 {
        font-size: 32px;
        line-height: normal
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
        width: 100%;
        text-align: center
    }

    .dt-sc-testimonial-wrapper .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
        float: left;
        margin: 20px 0;
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100%
    }

    .dt-sc-testimonial-special-wrapper::before, .dt-sc-testimonial-special-wrapper::after {
        bottom: -23px;
        left: 0;
        right: 0;
        top: auto
    }

    .dt-sc-testimonial.type4 blockquote {
        margin-bottom: 40px
    }

    .dt-sc-testimonial.type5 {
        float: left;
        margin: 0 0 25px;
        width: 100%
    }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
            float: none;
            display: inline-block;
            margin-bottom: 10px
        }

        .dt-sc-testimonial.type5 .dt-sc-testimonial-author span {
            float: left
        }

    .vc_row-no-padding .dt-sc-testimonial.type5 {
        max-width: inherit
    }

    .dt-sc-testimonial.type6 {
        text-align: center;
        overflow: visible
    }

        .dt-sc-testimonial.type6:after {
            content: none
        }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
            padding: 40px 20px;
            width: 100%
        }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
                float: none;
                margin: auto
            }

            .dt-sc-testimonial.type6 .dt-sc-testimonial-author &gt; span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite {
                display: block
            }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
            float: left;
            padding-right: 0;
            width: 100%
        }

    .dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
        position: static
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
        padding: 30px 0 0 0;
        text-align: center
    }

    .vc_row[data-vc-stretch-content="true"] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
        float: none;
        margin: auto
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
        height: 200px;
        margin: auto;
        left: 0;
        right: 0;
        top: 50%;
        width: 200px
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author:after {
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        right: -100%;
        top: 0;
        width: 9999px;
        background-color: #f7f7f7
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
        font-size: 100px;
        margin: 0 auto;
        right: 0;
        top: -30px
    }

    .dt-sc-testimonial.type7 {
        margin-bottom: 70px
    }

        .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
            font-size: 24px
        }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        padding: 0;
        width: 100%
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px;
        text-align: left;
        font-size: 24px
    }

    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px;
        text-align: right
    }

    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        padding: 0
    }

        .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
            padding-top: 0
        }

            .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
                top: 0
            }
}

@media only screen and (max-width:479px) {
    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px
    }

        .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 .alignright, .alignright .dt-sc-testimonial.special-testimonial-carousel blockquote {
            text-align: center
        }

    .extend-bg-fullwidth-left:not(.vc_col-has-fill):after, .extend-bg-fullwidth-right:not(.vc_col-has-fill):after, .extend-bg-fullwidth-left.vc_col-has-fill &gt; .vc_column-inner:after, .extend-bg-fullwidth-right.vc_col-has-fill &gt; .vc_column-inner:after {
        opacity: 0
    }

    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .dt-sc-testimonial-wrapper.type5 .carousel-arrows {
        bottom: 0
    }

    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 50px
    }

    .dt-sc-testimonial.type4 .dt-sc-testimonial-quote, .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
        width: 100%
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author span {
            width: 50%;
            float: none;
            display: inline-block
        }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
            margin: 10px 0 0;
            position: static
        }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        height: 150px;
        width: 150px
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
            display: block;
            float: none;
            margin: 0 auto
        }

    .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before {
        font-size: 100px;
        top: 45px;
        left: -28px
    }

    .dt-sc-testimonial.type7:hover .dt-sc-testimonial-author:before {
        top: 40px;
        left: -32px
    }

    .dt-sc-testimonial.type8 {
        padding: 25px 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-testimonial-images li {
        width: 50%;
        min-height: 117px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-testimonial-images {
        max-width: 140px
    }

        .dt-sc-testimonial-images li {
            width: 100%
        }

    .dt-sc-testimonial.type2 .dt-sc-testimonial-author, .dt-sc-testimonial.type5 .dt-sc-testimonial-author {
        text-align: center
    }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
            float: none
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author span {
            display: inline-block
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
            display: block
        }

        .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
            margin: 30px auto;
            width: 100%
        }

    .dt-sc-testimonial.type4 {
        padding-top: 140px;
        text-align: center
    }

        .dt-sc-testimonial.type4 .dt-sc-testimonial-quote, .dt-sc-testimonial.type4 .dt-sc-testimonial-author {
            width: 100%
        }

            .dt-sc-testimonial.type4 .dt-sc-testimonial-author &gt; span {
                display: inline-block;
                margin: auto;
                max-width: 60%;
                position: absolute;
                left: 0;
                right: 0;
                top: 0
            }

            .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
                display: block;
                position: static;
                text-align: center
            }

                .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
                    display: block;
                    margin-left: 0
                }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        float: none
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before {
        right: 0
    }

    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        display: block;
        font-size: 12px;
        float: none
    }

    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        padding-right: 0
    }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
            content: none
        }

        .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
            padding-left: 0;
            text-align: center
        }
}

.slick-initialized {
    visibility: visible
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,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) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: slick;
    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(data:application/x-font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

    .slick-next:active, .slick-next:focus, .slick-next:hover, .slick-prev:active, .slick-prev:focus, .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -15px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -15px;
    -webkit-tranform: rotate(-180deg);
    -moz-tranform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slick-next {
    right: -15px
}

[dir=rtl] .slick-next {
    left: -15px;
    right: auto;
    -webkit-tranform: rotate(-180deg);
    -moz-tranform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ult-carousel-wrapper.ult_full_width button.slick-next {
    right: 25px
}

.ult-carousel-wrapper.ult_full_width button.slick-prev {
    left: 25px
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-next {
    left: 25px
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-prev {
    right: 25px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "â€¢";
                width: 20px;
                height: 20px;
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.ult-carousel-wrapper .slick-dots li i {
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ult-carousel-wrapper .slick-dots li:hover i {
    opacity: 1
}

.ult-carousel-wrapper .slick-dots li.slick-active i {
    opacity: 1
}

button.slick-next:active, button.slick-prev:active {
    background: initial;
    border: initial;
    padding: initial
}

.ult-item-wrap &gt; .wpb_button, .ult-item-wrap &gt; .wpb_content_element, .ult-item-wrap &gt; .wpb_row, .ult-item-wrap &gt; div, .ult-item-wrap &gt; ul.wpb_thumbnails-fluid &gt; li {
    margin-bottom: 0 !important
}

ul.slick-dots {
    margin: 0;
    padding: 10px 0
}

.slick-dots {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}


#rev_slider_2_1 .metis.tp-tabs,
.tp-bullets, .tp-tabs {
    display: none;
}
</pre></body></html>