.white {
    color: #fff
}

.black {
    color: #000
}

.text-center {
    text-align: center
}

.text-tleft {
    text-align: left
}

.text-right {
    text-align: right
}

.sm-clean a.has-submenu span.sub-arrow:before {
    content: '+'
}

.sm-clean a.has-submenu.highlighted span.sub-arrow:before {
    content: '-'
}
/*.main-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}*/


.header-style-1 {
    top: 0px;
    padding: 0px;
    min-height: 90px;
    background: #fff;
    position: fixed;
    line-height: 23px;
    font-weight: 500;
    transition: transform .4s;
    width: 100%;
    z-index: 99999;
}

.header-style-1 .sm-clean ul a {
    font-size: 14px
}

.header-style-1 .sm-clean ul a:hover {
    color: #082d7b;
    background-color: #fff;
    font-size: 14px
}

.main-container{
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.header-content-left {
    position: absolute;
    height: 100%;
    width: 100%;
}
.header-content-left .logo {
    width: 320px;
    margin-top: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}
.logo img{
    max-width: 100%;
    height: auto;
}
.header-content-right {
    float: right;
    font-weight: 600;
}

.main-nav {
    background-color: transparent;
    margin-top: 20px;
    float: left;
    transform: translate(0, 15%)
}

.main-nav li.menu-item {
    margin-right: 30px
}

.main-nav .sub-menu {
    margin-top: 15px !important
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    background: #111
}

.sm-clean ul {
    border-top: 2px solid #082d7b;
    border-bottom: 0;
    border-left: none;
    border-right: 0;
    border-radius: 0 !important;
    box-shadow: none;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%)
}

.sm-clean>li>ul:before,
.sm-clean>li>ul:after {
    left: 16px;
    border-color: transparent transparent #009A67 transparent
}

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
    color: #111
}

.bg-video-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1
}

video.video-banner {
    min-width: 100%;
    min-height: 95%;
    z-index: 1;
    width: 100%
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.video-title {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 49%;
    left: 10%;
    margin: auto;
    max-width: 600px;
    z-index: 3;
    width: 100%;
    transform: translate(0, -49%)
}

.video-desc {
    display: flex
}

.play-button {
    margin-top: 33px;
    margin-left: 14px;
    margin-right: 22px;
    transition: .4s
}

.play-button a {
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 12px 15px;
    color: #fff;
    transition: .4s
}

.play-button:hover {
    transform: translateY(10px)
}


.video-title h1 {
    font-size: 55px;
    line-height: 66px;
    font-weight: bold;
    color: #fff
}

.video-desc p {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    max-width: 400px;
    margin-top: 10px
}