﻿/*.header-area {
    background: linear-gradient( to bottom, rgba(0,0,0,0.75) 0%, rgba(40,40,40,0.65) 50%, rgba(70,70,70,0.55) 100% );
}*/

/*.header-area {
    background: linear-gradient( to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.15) 100% );
}

.header-area {
    background: linear-gradient( to bottom, rgba(30,30,30,0.35) 0%, rgba(60,60,60,0.25) 50%, rgba(100,100,100,0.15) 100% );
}

.header-area {
    background: linear-gradient( to bottom, rgba(20,20,20,0.35) 0%, rgba(20,20,20,0.2) 50%, rgba(20,20,20,0.1) 100% );
    backdrop-filter: blur(4px);
}

.header-area {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.4), rgba(0, 123, 255, 0.2) );
}

.header-area {
    background: linear-gradient( to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.05) 100% );
}*/

.header-area {
    background: linear-gradient( to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.05) );
}


.logo-area a {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 2px 10px rgba(0,0,0,0.6);
}

.menu-content-area a {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 2px 10px rgba(0,0,0,0.6);
}






.hero-area .hero-thumbnail.aboutUs::before {
    height: 0px;
}

.hero-area .backEnd-content .dotsl {
    position: absolute;
    left: -200px;
    top: 50%;
    z-index: -2;
    opacity: 0.1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-form .form-control {
    color: #fff;
}