/*
licensed under the GPL.
*/
/* 
    Created on : Jan 9, 2023, 8:51:55 PM
    Author     : Ralph Harris at www.rahaprogramming.com
*/
#head .breadcrumbs{
    min-height: 60vh;
}
a.h4:hover{
    color: var(--secondary-hover);
}
a.h4{
    color: var(--secondary);
}
.bg-img{
    background-size: 50vw auto;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.w-100{
    width: 100vw;
}
.h-auto{
    height:auto;
}
@media (min-width: 991.98px) {
    .w-lg-50{
        width: 50vw!important;
    }
}
.typed-cursor{
    visibility:hidden;
}
.btn-outline-black{
    border: 1px solid #ced4da!important;
    transition: all .5s;
}
.btn-outline-black:hover{
    border: 1px solid transparent!important;
    color: black;
}
.about-img{
    display: inline-flex;
    min-height: 100%;
    vertical-align: bottom;
    justify-content: end;
    align-content: end;
    flex-wrap: wrap;
}

.about-carousel img{
    display: inline-flex;
    align-self: flex-end;
    height: fit-content!important;
}
.about-item{
    overflow: no-display;
    min-height 275px;
    max-height: 275px;
}
.about-item h1 span{
    color: var(--secondary);
}
.align-center{
    align-self: center!important;
}
.align-top{
    align-self: top!important;
}
.owl-nav {
    top: 45%;
    width: 100%;
    position: absolute;
}
.owl-prev, .owl-next {
    color: white;
    position: absolute;
    display: inline-flex;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 25px;
}
.about-main{
    width: 100%;
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.about-text{
    display: table-cell;
    height: 290px;
    vertical-align: middle;
}
@media (min-width: 767.98px){
    .border-greek{
        border-width: 75px;
        border-style: solid;
        border-image: url(../images/greek-bg.png) 10% round;
    }
}
.max-11{
    max-width: 1115px;
    display: flex;
    align-items: center;
}
.up{
    transform: translateY(-100px);
}
.who-left {
    padding: 75px 20px 75px 20px;
    display: table;
    font-size: calc(2vw + 10px);
    color: #fff;
    line-height: calc(2vw + 10px);
}

.who-right{
    padding: 100px 20px 100px 20px;
    display: table;
    font-size: calc(2vw + 10px);
    color: #fff;
    line-height: calc(2vw + 10px);
}
.who-right span {
    font-size: 16px;
    float: right;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 10px;
}
.img-holder{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    height: available;
}
@media (max-width: 575.98px){
    .img-holder, .d-xs-none{
        display: none;
    }
}
@media (max-width: 991.98px){
    .who-right{
        height:319px;
    }
}