@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@1,300&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'montserrat', sans-serif;
}

.navbar{
    height: 70px;
    background-color: rgb(34, 48, 69);
    font-size: 17px;
}

.nav-link{
    margin-right: 20px;
}

.navbar-brand{
    letter-spacing: 1.5px; 
}

ul>li{
    display: inline-block;
    
    
    font-size: 18px;
    
}

li a{
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    
}

.favicons{
    padding-top: 20px;
    color: white;
    right: 20px;
    padding-left: 30px;
}

.favicons ul li a{
    padding: 10px;
}

.about-us{
    padding-right: 20px;
    
}

.video-container{
    clip-path: ellipse(86% 60% at 50% 40%);
}

.card-img-top{
    object-fit: cover;
    width: 100%;
    height: 200px;
    
}

.card{
    box-shadow: 5px 8px 5px 5px grey ;
    z-index: 1;
}

.horizontal{
    height:2px;
    border-width:0;
    color:gray;
    background-color:gray;
}

.employee-image img{
    object-fit: cover;
}

.text-dark{
    font-weight: 700;
}



.parallax{
    
    background: url("Images/fixed-image2.png") fixed;
    background-position: center;
    background-size: cover;
}

.footer-background{
    background-color: rgb(34, 48, 69);
}

.card-text{
    letter-spacing: 0.2px;
}

.address{
    font-family: 'open sans';
}

.slider-caption{
    position: absolute;
    top: calc(50% - 136px);
    right: 50%;
    width: 100%;
    z-index: 2;
    max-width: 1440px;
    padding: 5px 10px;
    text-align: center;
    transform: translate(50%, -50%);
    color: #fff;
}

.h1{
    line-height: 1;
    font-size: 50px;
    letter-spacing: 1px;
    
    
}

p{
    font-size: 16px;
    font-family: inherit;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: .6px;
    text-rendering: optimizeLegibility;
}

