.octf-btn {
    background: #5d3081;
}

.wpcf7 .main-form button:hover {
    background: #fff;
    color: #5d3081;
    border-color: #5d3081;
}

.our-skill-3 {
    background-image: url(../images/custom/hodnotyBg.jpg);
}

.skill-4, .testi-4 {
    background-image: url('../images/custom/invATazbBG.jpg');
}

.btn-details::before {
    background: #826eca;
}

.ot-heading > span {
    color: #5d3081;
}

.bg-dark-1 {
    background-color: #241233;
}

b, strong {
    color: #5d3081;
}

.site-footer {
    background-color: #241233;
}

.footer-bottom {
    background-color: #0f041e;
}

.ot-counter span {
    color: #530297;
}

.side-panel, .mmenu-wrapper {
    background: #241233;
}

.header-mobile-s3 {
    background: #5d3081;
}

.site-header {
    position: fixed;
}

.contact-right {
    background-image: url('../images/custom/contactImg.jpg');
}

.banner-3 {
    background-image: url('../images/custom/sliderBG.png');
}

.growOnHover {
    transition: all 1000ms ease-in-out !important;
    transform: scale(1) !important;
}

.growOnHover:hover {
    transition: all 3000ms ease-in-out !important;
    transform: scale(1.1) !important;
}

.dotsAdjust:before {
    left: 48% !important;
}

#popupHolder {
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 30px;
    z-index: 5000;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms ease;
}

#popupHolder .contentHolder {
    background: white;
    padding: 10px;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.36);
}

#popupHolder p {
    margin: 0;
    padding: 10px;
    line-height: 1.4rem;
    font-size: 1.1rem;
}

#popupHolder.hidden {
    opacity: 0;
}

@media only screen and (max-width: 600px) {
    #popupHolder {
        opacity: 0 !important;
    }
}

.certDiv {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-evenly
}

.certDiv img {
    -webkit-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.33);
}

.modal-header, .modal-footer, .modal-content {
    border: none;
}

.modal-content {
    border-radius: 1.3rem;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.46);
}

.modal-header img {
    height: 100px;
    width: auto;
}

.modal-header {
    align-items: center;
}

.modal-header .close {
    margin: 0px;
    margin-right: 15px;
}

.flagHolder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flagHolder img {
    margin: 5px;
    height: fit-content;
    transition: all 300ms ease-in-out !important;
}

.flagHolder img:hover {
    transition: all 300ms ease-in-out !important;
}