

body{ font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:15px; letter-spacing: 0.5px; color:#333; font-weight: 400; line-height: 1.7; }

.video-banner h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 1.4;
    color: #fff;
}

.section-title .sub-title:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #02363f;
    border-radius: 50%;
    left: 6px;
    position: absolute;
    bottom: 7px;
}

.section-title .sub-title:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ef8514;
    border-radius: 50%;
    left: 3px;
    position: absolute;
    top: 9px;
}

.section-title .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: #c41c28;
    padding-left: 28px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.butn {
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #c41c28;
    border: none;
    z-index: 2;
    overflow: hidden;
    border-radius: 0.25rem;
}

.bg-secondary {
    background-color: #000832 !important;
    opacity: 0.9;
}

.text-secondary {
    color: #000832 !important;
}

footer {
    background-color: #000832 !important;
    opacity: 0.9;
}

.video-banner h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 1.4;
    color: #fff;
}


.header-style1 .attr-nav > ul > li > span{ color: #fff; }
.header-style1.scrollHeader .attr-nav > ul > li > span{ color: #264653; }

.attr-nav > ul {
    padding: 0;
    margin: 0 0 -2px 0;
    list-style: none;
    display: inline-block;
}

@media screen and (max-width: 991px){

.header-style1 .attr-nav > ul > li > a {
    color: #fff;
    font-size: 14px;
}
.attr-nav {
    float: left;
    margin-right: 60px;
}
.navbar-brand img {
    max-height: 44px;
}
