.nav-link{
    color: rgb(37,37,37);
    font-size: 15px;
    font-weight: 500;
}
.nav-link:hover{
    color: #747474;
}
.carousel-caption 
{
    bottom: 18.25rem;
    text-align: left;
}
.carousel-caption h5{
    color: #d8d8d8;
    font-size: 36px;
    margin-bottom: 7px;
    font-weight: 400;
}
.carousel-caption h1{
    color: #d8d8d8;
    font-size: 66px;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: 700;
}
a{
    text-decoration: none;
}
.carousel-caption a{
    color: #d8d8d8;
    font-size: 36px;
    text-transform: capitalize;
    font-family: Oswald,sans-serif;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 0;
}
.latestEye{
    padding: 70px 0px;
}
.latestEye h2{
    color: #191919;
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .5px;
}
.contentSpecify{
    height: 400px;
    width: 100%;
    background-color: #05031B;
}
.contentSpecify h1{
    color: #d8d8d8;
    font-family: Oswald;
    font-size: 31px;
    font-weight:800;
    line-height: 48px;
}
.contentSpecify h2{
    color: #d8d8d8;
    font-size: 18px;
    font-weight: bold;
}
.single-feature-list p{
    color: #adadad;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 28px;
}
.single-feature-list{
    float: left;
    width: 50%;
    padding-right: 50px;
    margin-bottom: 30px;
}
.clr{
    clear: both;
}
.imgEnd{
    width: 500px;
}
.firstDiv p{
    color: #d8d8d8;
    font-family: Oswald;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 3px;
}
.saleGlasses{
    background-image: url('../images/countdonw_pattern.webp');
}
.saleGlasses h6{
    font-size: 25px;
    letter-spacing: 2px;
}
.saleGlasses h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.saleGlasses a{
    font-size: 18px;
    font-weight: bold;
    color: #30304B;
}
.saleGlasses a:hover{
    background-color: transparent;
    color: #303030;
    line-height: 25px;
    padding: 0;
    border-bottom: 1px solid #303030;
    font-family: Oswald,sans-serif; 
}
.endDiv{
    background-color:#F9F7FF;
}
.endDiv p{
    color: #454545;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 40px;
}
.endDiv h6{
    line-height: 1;
    margin: 0 0 12px;
    font-size: 22px;
}
.footerContent{
     
    background-color: #05031B;
}
.footerContent h2{
    color: #d8d8d8;
    font-size: 23px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footerContent p,a{
    color: #adadad;
    font-size: 14px;
    line-height: 20px;
}
.footerContent a:hover{
    color: #777;
}
.registerContent{
    background-image: url('../images/breadcrumb_2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 230px;
    margin: auto;
}
.registerContent h2{
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    font-family: Oswald,sans-serif;
    text-align: center;
}
.registerContent p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.registeration h2{
    font-family: Oswald,sans-serif;
    text-align: center;
}
.registeration button{
    border: 0px solid #999999;
    padding: 0 25px;
    background: #252525;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    width: 150px;
}