.headingcustom {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #0064a5;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 35px;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .nav-bar .nav-bar-menu span {
        background-color: #0064a5;
    }
    .website-logo
    {
        padding-bottom: 20px;
    }
    .nav-bar-menu
    {
        padding-bottom: 30px;
    }
    .ctatop
    {
        margin-top: 30px;
        padding-bottom: 30px;
        margin-left: 15px;
    }
    .ctatop a
    {
        max-width: 100px;
    }
}

@media (max-width: 620px) {
    #funckename
    {
        font-size: 1rem !important;
        left: 270px;
    }
}
@media (min-width: 620px) {
    #funckename
    {
        font-size: 1.5rem !important;
        left: 290px;
    }
}

@media (max-width: 991px) {
    .nav-bar .collapse-nav-bar ul {
        background-color: #fff;
    }
}

.nav-bar .collapse-nav-bar ul li a {
    color: #0064a5;
}

.headingcustom2  {
    color: #343434;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 1.3;
}

.headingcontainer
{
    margin-bottom: 50px;
    text-align: center;
}



.btn-2
{
    background-color: rgba(255,255,255,0.2) !important;
    border-color: #0064a5 !important;
    color: #0064a5 !important;
}

.btn-2:hover
{
    background-color: rgba(255,255,255,0.5) !important;
}

.btn-1
{
    background-color: #0064a5 !important;
    border-color: #0064a5 !important;
    color: white !important;
}

.btn-1:hover
{
    background-color: #555 !important;
    border-color: #555 !important;
    color: white !important;
}


.sociallinkfooter2
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 30px;
    color: fff;
    margin-left: 0px;
    transition: all 0.2s ease-in-out;
}

.sociallinkfooter2:hover
{
    cursor: pointer;
    background-color: #ddd;
}



.footer {
    background-color: #0064a5 !important;
}

.footer a:hover
{
    color: #0098A6 !important;
}

.nav-bar .collapse-nav-bar > ul ul {
    background-color: white;
}

.nav-bar .collapse-nav-bar > ul ul a {
    color: #0064a5 !important;
    border-bottom: 1px solid #0064a5;
}

.header-bar .nav-bar {
    background-color: #FFF;
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

.nav-bar .collapse-nav-bar ul li a {
    color: #343434;
}

.overlay-custom1 {
    background-color: rgba(255, 255, 255, 0.4);
}
.overlay-custom2 {
    background-color: rgba(15, 104, 167, 0.8);
}


.overlay-custom3
{
    background-image: linear-gradient(45deg, rgba(15, 104, 167, 0.2) 10%, rgba(15, 104, 167, 0.1) 20%, rgba(15, 104, 167, 0) 30%, rgb(15, 104, 167, 0.1) 80%, rgb(15, 104, 167, 0.2) 90%);
}
  

.overlay-2
{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 20%, rgb(255, 255, 255, 1) 40%) !important;
}

.about {
    background-image: url(../img/berlin1.jpg);
}


.contact {
    background-image: url(../img/berlin2.jpg);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .about, .contact, #page { 	
        background-attachment: scroll !important;		
    }
}



.subpageimage
{
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 620px) {
    .breadcrumb-info h1
    {
        font-size: 30px !important;
    }
}








/* ############## Legal ############### */

#legalbg
{
    background-color: white;
}

#legal h1 
{
    font-size: 3rem !important;
    margin-top: 20px;
}
#legal h2 
{
    font-size: 2.5rem !important;
    margin-top: 20px;
}
#legal h3
{
    font-size: 2.25rem !important;
    margin-top: 20px;
}
#legal h4
{
    font-size: 2rem !important;
    margin-top: 20px;
}
#legal h5
{
    font-size: 1.75rem !important;
    margin-top: 20px;
}
#legal h6
{
    font-size: 1.5rem !important;
    margin-top: 20px;
}



@media (max-width: 768px) {
    .header .banner .handline {
        font-size: 25px !important;
    }

    .header .banner p {
        font-size: 15px !important;

    }
  }
  

