*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
.position-sticky{
    z-index: 999;
}
.cookie-alert .alert h5{
    font-size: 15px;
    line-height: 1.2;
    color: #365072;
    font-family: Source Sans Pro,sans-serif;
}
.cookie-alert .alert span{
 font-size: 13.5px;
 font-family: Source Sans Pro,sans-serif;
 line-height: 18px;
    display: inline-block;
    color: #333333;

}
@font-face {
    font-family: 'ss';
    src: url('./../fonts/ss_pro/SourceSansPro-Regular.ttf');
}
:root{
    --green: #375d77;
    --navy: #365072;
    --lightBlue: #E5ECF2;
    --lightGray: #F2F2F2;
    --white: #fff;
}
.text-green{
    color: var(--green) !important;
}
.text-navy{
    color: var(--navy) !important;
}
.text-white{
    color: var(--white) !important;
}
.bg-navy{
    background: var(--navy);
}
.bg-lb{
    background: var(--lightBlue);
}
.bg-lgray{
    background: var(--lightGray);
}
.bg-white{
    background: var(--white);
}
.font-ss{
    font-family: 'ss' !important;
}
.font-bold{
    font-weight: bold;
}
.font-italic{
    font-weight: italic;
}
.letter-space-1{
    letter-spacing: 1px !important;
}
.uppercase{
    text-transform: uppercase !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.font-100{
    font-weight: 100;
}
.font-3{
    font-size: 3rem;
}
.font-20{
    font-size: 20px;
}
.line-height-6{
    line-height: 1.5;
}
.w-95{
    width: 95%;
}
.w-80{
    width: 80%;
}
.w-55{
    width: 55%;
}
.w-110{
    width: 110px;
}
.min-h-120{
    min-height: 125px;
}
.mh-120{
    max-height: 120px;
}
.h-120{
    height: 120px;
}
.bottom-0{
    bottom: 0;
}
.left-0{
    left: 0;
}
.text-decoration-none{
    text-decoration: none;
}
.text-decoration-none:hover{
    text-decoration: none;
}
.vertical-middle{
    vertical-align: middle;
}
.-bottom-60{
    bottom: -60px !important;
}
.w-35{
    width: 35%;
}
.h-529{
    height: 529px;
}
header{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.f-size{
    font-size: 21px;
}
#main{
    background: url('./../images/xlign-header.mp4');
    height: 95vh;
    width: 100%;
    position: relative;
}
.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-btn{
    margin-left: 4px;
    padding: 4px 6px;
    font-size: 12px;
    border: none;
}
.bg-lb:hover{
    background: var(--lightBlue);
}
.bg-navy:hover {
    background: var(--navy);
}
.hero-main{
    position: absolute;
    bottom: 0px;
    width: 75%;
    background-color: var(--navy);
}
.btn{
    display: inline-block;
}
.btn-navy{
    background-color: var(--navy);
    border-radius: 0;
}
.inner-right{
    top: 25px;
    left: -40px;
}
.inner-left{
    top: 25px;
    right: -40px;
}
.z-index-10{
    z-index: 10;
}
.citem-1{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(54,80,114,0.35057773109243695) 100%), url('./../images/deltaris.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.citem-2{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(54,80,114,0.35057773109243695) 100%), url('./../images/wavin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-height{
    height: 526px;
}
.linkedin-btn{
    font-size: 1rem;
}
.linkedin-btn:hover{
    background-color: var(--lightBlue);
}
.leadership-first{
    padding-top: 115%;
    position: relative;

}
.leadership-first img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active-nav{
    font-weight: bold !important;
}
.fa-chevron-left, .fa-chevron-right{
    font-size: 3rem;
    color: black;
    padding: 0 5px;
    opacity: 1;
}
.alert
{
    box-shadow: 0px -2px 4px 0px rgba(148,138,138,0.75);
    border-radius: 0;
}
.cookie-alert{
    position: fixed;
    bottom: -110px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.cookie-btn{
    box-shadow: 0px 0px 4px 2px rgba(148,138,138,1);
    background: white;
    padding: 6px 8px;
    font-weight: 100;
    border: none;
    outline: none;
    position: fixed;
    font-size: 13px;
    bottom: 0;
    right: 10%;
    z-index: 15;
    transition: all 0.5s ease-in-out;
}
.alert-close
{   
    background: rgb(97, 162, 41);
    border-radius: 0;
    border: none;
    font-size: 13px;
    padding: 6px 12px;
}
@media (min-width: 1200px){
    .container {
        max-width: 970px;
    }
}

@media (max-width: 768px){
    .col-half{
        width: 50%;
    }
    .m-w-100{
        width: 100% !important;
        object-fit: contain;
    }
    .video-container {
        height: 60vh;
    }
    .hero-main {
        bottom: 0px;
        width: 100%;
    }
    .w-75 {
        width: 100% !important;
    }
    .md-static{
        position: static !important;
    }
    .-md-order-1{
        order: -1;
    }
    .md-d-none{
        display: none;
    }
    .-bottom-60 {
        bottom: 49px !important;
    }
    #main {
        height: 86vh;
    }
    .w-95 {
        width: 100%;
    }
    .h-250{
        height: 250px;
    }
    .font-md-2{
        font-size: 2rem;
    }
}

