.floating-contact-link-button {
    transform: rotate(-90deg);
    right: -40px;
    top: 50%;
    display: block;
    height: 43px;
    margin: 5px auto;
    position: fixed;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: 120px;
    line-height: 40px;
    text-align: center;
    z-index: 99999999999;
    border-radius: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.4);
    border: 1px solid #fff;
    background: #c4132f;
}
.floating-contact-link-button:hover {
    background: #000000;
}

.floating-contact-icons {
    color: white;
}
.floating-contact-icons .dashicons{
    margin-top: 10px;
    margin-right: 3px;
}
#floating-contact-modal {
    right: -420px;
    background: #ffffff;
    position: fixed;
    width: 420px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 999999999;
    padding: 10px;
    top: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    box-shadow: 1px 0 15px -1px #9f9f9f;
}
#floating-contact-modal.opened {
    right: 0;
}

#floating-contact-modal .floating-contact-header {

}

#floating-contact-modal .floating-contact-header .close-floating-contact-modal {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    z-index: 2252;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#floating-contact-modal .floating-contact-header .close-floating-contact-modal:after,
#floating-contact-modal .floating-contact-header .close-floating-contact-modal:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #000;
}
#floating-contact-modal .floating-contact-header .close-floating-contact-modal:before {
    transform: rotate(45deg);
}
#floating-contact-modal .floating-contact-header .close-floating-contact-modal:after {
    transform: rotate(-45deg);
}

#floating-contact-modal .floating-contact-header .floating-contact-header-close {

}
#floating-contact-modal .floating-contact-header .floating-contact-close {

}

#floating-contact-modal .floating-contact-modal-content {

}

/* ====================================== */
.dev-ops-animation {
    width: 800px;
    margin: 0 auto;
}

.dev-ops-animation svg {width: 100%;}

@-webkit-keyframes fadeInAnimation { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeInAnimation { from { opacity:0; } to { opacity:1; } }
@keyframes fadeInAnimation { from { opacity:0; } to { opacity:1; } }

.animated .dev-ops-animation svg #animation_layer image {
    opacity:0;
    -webkit-animation:fadeInAnimation ease-in 1;
    -moz-animation:fadeInAnimation ease-in 1;
    animation:fadeInAnimation ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-duration:1.5s;

    transition: filter ease 0.3s;
}
.animated .dev-ops-animation svg path {
    cursor: pointer;
}
.animated .dev-ops-animation svg #animation_layer #image_1 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.animated .dev-ops-animation svg #animation_layer #image_2 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animated .dev-ops-animation svg #animation_layer #image_3 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.animated .dev-ops-animation svg #animation_layer #image_4 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.animated .dev-ops-animation svg #animation_layer #image_5 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animated .dev-ops-animation svg #animation_layer #image_6 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.animated .dev-ops-animation svg #animation_layer #image_7 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.animated .dev-ops-animation svg #animation_layer #image_8 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay:1.8s;
    animation-delay: 1.8s;
}
.animated .dev-ops-animation svg #animation_layer #image_9 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.animated .dev-ops-animation svg #animation_layer #image_10 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

/* ================================================== */
.circle-animation-container {
    max-width: 800px;
    width: 100%;
    height: 600px;
    position: relative;
}
.on-top-index,
.on-top-index .element--item {
    z-index: 999!important;
}
.element--white {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 41px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border: 3px solid rgb(0 0 0 / 38%);
    background-color: rgb(255 255 255 / 68%);

    z-index: 99;

    display: flex;
    align-items: center;
    justify-content: center;
}

.element--white p {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}


.element-items .element-wrapper {
    position: absolute;
    height: 50%;
    width: 220px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-items .element-wrapper p{
    text-align: center;
    color:white;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.circle-animation-container .element-subtitle--item:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #0f3c75, #19795f);
    width: 100%;
    height: 5px;
    top: -5px;
}

.circle-animation-container .element-subtitles {
    position: relative;
    width: 100%;
    height: 100%;
}
.circle-animation-container .element-subtitle--item {
    top: 0;
    width: 310px;
    position: absolute;
}

.circle-animation-container .element-subtitle--item-1 {
    transform: translate(240px, -100%);
}
.circle-animation-container .element-subtitle--item-2 {
    top: 120px;
    right: -190px;
}
.circle-animation-container .element-subtitle--item-3 {
    top: 310px;
    right: -190px;
}
.circle-animation-container .element-subtitle--item-4 {
    top: 610px;
    left: 240px;
}
.circle-animation-container .element-subtitle--item-5 {
    top: 300px;
    left: -185px;
}
.circle-animation-container .element-subtitle--item-6 {
    top: 115px;
    left: -185px;
}

.circle-animation-container .element-subtitle--item .wrapped-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
}
.circle-animation-container .element-subtitle--item .wrapped-text > * {
    width:50%;
    padding: 4px 18px;
}
.circle-animation-container .element-subtitle--item ul.wrapped-text {
    list-style-type: none;
	padding: 5px 0px 0px 5px;
}
.circle-animation-container .element-subtitle--item ul.wrapped-text > li {
    position: relative;
}
.circle-animation-container .element-subtitle--item ul.wrapped-text > li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: 0;
    top: 12px;
    background-color: black!important;
}

.element-items .element--item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    width: 220px;
    height: 220px;
    padding: 41px;
    background-position: center;
    background-size: contain;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 5px);
    cursor: pointer;
}

.element-items .element-wrapper:nth-child(1) {
    transform: translate(-50%, 0px) rotate(0deg);
    transform-origin: bottom;
    z-index: 4;
}

.element-items .element-wrapper:nth-child(1) .element--item {
    transform: translate(-50%, 0px) rotate(0deg);
}

.element-items .element-wrapper:nth-child(2) {
    transform: translate(-50%, 0px) rotate(60deg);
    transform-origin: bottom;
    z-index: 1;
}

.element-items .element-wrapper:nth-child(2) .element--item {
    transform: translate(-50%, 0px) rotate(-60deg);
}


.element-items .element-wrapper:nth-child(3) {
    transform: translate(-50%, 0px) rotate(120deg);
    transform-origin: bottom;
    z-index: 5;
}


.element-items .element-wrapper:nth-child(3) .element--item {
    transform: translate(-50%, 0px) rotate(-120deg);
}

.element-items .element-wrapper:nth-child(4) {
    transform: translate(-50%, 0px) rotate(180deg);
    transform-origin: bottom;
    z-index: 2;
}

.element-items .element-wrapper:nth-child(4) .element--item {
    transform: translate(-50%, 0px) rotate(-180deg);
}

.element-items .element-wrapper:nth-child(5) {
    transform: translate(-50%, 0px) rotate(240deg);
    transform-origin: bottom;
    z-index: 6;
}

.element-items .element-wrapper:nth-child(5) .element--item {
    transform: translate(-50%, 0px) rotate(-240deg);
}

.element-items .element-wrapper:nth-child(6) {
    transform: translate(-50%, 0px) rotate(300deg);
    transform-origin: bottom;
    z-index: 3;
}

.element-items .element-wrapper:nth-child(6) .element--item {
    transform: translate(-50%, 0px) rotate(-300deg);
}

@media only screen and (max-width: 767px)
.video-popup-wrapper {
   display:none!important;
}
