body, h1, h2, h3, h4, h5, h6, p {
    color: black;
}

header {
    background-color: #F79C00!important;
}
header * {
    transform: none!important;
    opacity: 1!important;
    animation: none!important;
    color: #000000!important;
}

@media (max-width: 991px) {
    .first.mt-80 {
        margin-top: 0!important;
    }
}

h1 {
    font-size: 28px;
}
.owl-carousel.style1 {
    width: 100%;
    overflow: hidden;
}

.owl-carousel.style1, .owl-carousel.style1 .owl-item .item img {
    max-height: 550px;
    object-fit: cover;
}
.owl-carousel.style1.life-business, .owl-carousel.style1.life-business .owl-item .item img {
    height: 550px;
    object-fit: cover;
}
.owl-carousel.style1 .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-carousel.style1 .item img {
    object-fit: cover;
    object-position: center center;
}
.owl-carousel.style1 .item h3 {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 15px 40px;
    position:absolute;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 1.35;
}
@media (max-width: 767px) {
    .owl-carousel.style1 .item h3 {
        font-size: 14px;
        padding: 6px 15px 30px;
    }
    .owl-carousel.style1 .owl-item {
        margin-top: 0!important;
    }
    .owl-carousel.style1.life-business, .owl-carousel.style1.life-business .owl-item .item img {
        height: 360px;
        object-fit: cover;
    }
}
.editor {
    font-size: 20px;
}
@media (max-width: 575px) {
    .editor {
        font-size: 16px;
        overflow-x: scroll;
    }
    .editor table {
        font-size: 14px;
    }
}

.editor h2:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 420px;
    max-width: 100%;
    height: 3px;
    background-color: #f79c00;
}
.editor ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}
.editor ul li {
    margin-bottom: .75rem;
}
.editor h4{
    font-weight: 500;
    color: #f79c00;
    position: relative;
    font-size: 22px;
    line-height: 20px;
    min-height: 46px;
    padding: 13px 0 13px 20px;
}
.editor h4:before{
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 46px;
    color: #f79c00;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0;
}
.editor .carret {
    position: relative;
    padding-left: 25px;
}
.editor .carret:before{
    display: inline-block;
    height: 100%;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 46px;
    color: #f79c00;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
}
.editor blockquote div {
    background-color: orange;
    width: 570px;
    max-width: 100%;
    padding: 20px 30px;
    margin-left: auto;
}
.editor blockquote * {
    color: white;
    margin: 0;
    text-align: center;
}
.editor div blockquote div {
    margin-left: 0;
    width: 100%;
}

.editor .service-typing-animated{
    font-size: 30px;
}

@media (max-width: 575px) {
    .editor .service-typing-animated{
        font-size: 28px;
    }
}

.coaching {
    background-color: #494949;
    color: #ffffff;
    padding: 50px 25px;
}
.coaching p, .coaching h2, .coaching h3 {
    color: #ffffff;
}
.coaching img {
    margin: 25px auto;
    display: block;
}
.coaching .section-title .q1,
.coaching .section-title .q2 {
    display: none;
}
@media (min-width: 768px) {
    .coaching .section-title {
        position: relative;
    }
    .coaching .section-title .q2 {
        display: block;
        position:absolute;
        top:0;
        left:0;
        margin: 0;
    }
    .coaching .section-title .q1 {
        display: block;
        position:absolute;
        top:0;
        right:0;
        margin: 0;
    }
}


.sub-services a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.sub-services a h3 {
    margin: 10px 0 15px;
}
.dash-border {
    border-top: 3px dashed #f79c00;
    border-bottom: 3px dashed #f79c00;
}

.dash-border {
    border-top: dashed 4px #f79c00;
    border-bottom: dashed 4px #f79c00;
    border-image: url("../img/dash-border.png") 2 round;
}

.editor img {
    max-width: 100%;
    height: auto!important;
}

@media (max-width: 1049px) {
    .editor img {
        max-width: 100%;
        height: auto!important;
        float: none!important;
    }

    .editor .bg-cloudshape,
    .editor .bg-cloudshape-sm-right,
    .editor .bg-cloudshape-sm-center,
    .editor .bg-cloudshape-sm-left {
        background-color: #faa41a!important;
        padding: 15px 15px!important;
    }
}

.editor h2 {
    font-size: 28px;
    text-transform: uppercase;
}
.editor h3 {
    font-size: 22px;
}
.bounceIn * {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.references {
    padding:80px
}
.reference-item {
    padding:40px;
    background-color: #F79C00;
    text-align: center;
    color: white;
    border-radius: 6px;
}
.reference-item *{
    color: inherit;
}
.reference-item h5 {
}
.reference-item hr {
    width: 50px;
    border-bottom: 2px solid white;
    margin: 20px auto 20px;
}
.reference-item .fa-quote-right {
    font-size: 32px;
    position: absolute;
    bottom: 20px;
    left: 25px;
    opacity:.6;
}

.bg-deepblue {
    background-color: #034581;
}

.blog-date {
}

.blog-categories {
    font-size: 12px;
}


.editor .typed {
    display: inline-flex;
    justify-content: left;
}
/* DEMO-SPECIFIC STYLES */
.editor .typed span {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
    /*margin: 0 auto;*/
    color: transparent;
    display: inline-block;
    font-weight: 600;
}
.editor span.typing-anim {
    color: #000000;
    animation: typing 3.5s steps(100, end);
}

/* The typing effect */
@keyframes typing {
    from { width: 1% }
    to { width: 100% }
}




.mega-menu .menu-logo > li > a.d-when-not-index-top {
    display: inline-block;
}
.desktopTopFixed.mega-menu .menu-logo > li > a.d-when-not-index-top {
    display: inline-block;
}
.mega-menu .menu-logo > li > a.d-when-not-index-top h5 {
    color: #ffffff!important;
}
.mega-menu .menu-logo > li > a.d-when-index-top {
    display: none;
}
.desktopTopFixed.mega-menu .menu-logo > li > a.d-when-index-top {
    display: none;
}

.owl-carousel.owl-slider-item-height-larger,
.owl-carousel.owl-slider-item-height-larger .owl-item .item img {
    max-height: 800px;
}

.csaladi-coaching-foto {
    border: 10px solid white;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
}
.csaladi-coaching-foto p {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
    font-size: 28px;
}

table {
    border-color: black;
    -moz-border-bottom-colors: black;
    -moz-border-left-colors: black;
    -moz-border-right-colors: black;
    -moz-border-top-colors: black;
}

