/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.Mar.2022, 12:44:07
    Author     : Ayberk
*/

.logo-height{
    height: 50px;
}
.sticky-logo-height{
    height: 50px;
}

.video-height{
    height: calc(100vh - 0px)
}

.footer-main.footer-main1 a{
    color: inherit;
}
.footer-main{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.border-footer{
    border-top: 1px solid #efefef;
}
.panel-body .lead{
    padding: 0px !important;
    font-size: 18px;
}
.white-space-normal{
    white-space: normal;
}