.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-menu .dropdown-submenu .dropdown-menu a.dropdown-item {
    border-bottom: 1px solid rgb(0 152 8);
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}


#landing-slide{
	position: fixed;
	width: 100%;
	height: 100%;
}
.carousel-inner{
	width: 100%;
	height: 100%;
}
.carousel-item{
	background-size: cover;
	width: 100%;
	height: 100%;
}
.video-intro{
    position: fixed;
    min-width: 50%;
    min-height: 50%;
}
.landing-block{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;z-index: 44444;
}
.landing-block-content{
    background: rgb(255 238 163 / 89%);
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}
.landing-block-content p{
    font-size: 50px;
}
.landing-block-content h4{
    font-size: 16px;
}
.be-up, .be-down{
	text-decoration: none;
    color: #666;
    padding: 2px 0;
    border-radius: 40px;
    width: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
	font-weight: bold;
    text-transform: uppercase;
    background: #fff;
}

.be-up{
    /*border: 1px solid #333;*/
} 
.be-down{
    /*border: 1px solid #333;*/
}

.be-up:hover,.be-down:hover{
	text-decoration: none;
	color: #333;
}

.local-icon{
    z-index: 11111;
    position: absolute;
}
.local-icon img{
    width: 20px;
}



/*header bar start*/
.top-header-block .top-header-link{
    padding: 2px 10px;
    border-left: 1px solid #333;
    display: inline-block;
}
.top-header-block .top-header-link:last-child{
    border-right: 1px solid #333;
}

.bg-black{
    background-color:  #000;
}

.text-smblack{
    color: var(--smblack-color);
}
/*header bar end*/

/*Social networks Start*/
/*.absolute-right {
    position: fixed;
    top: 215px;
    right: 0px;
    z-index: 10;
}

.absolute-right .fa, .absolute-bottom .fa {
    padding: 5px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 1px 0px;
    opacity: 0.5;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}

.absolute-right .fa-facebook {
    background: #3B5998;
    color: white;
}

.absolute-right .fa-twitter {
    background: #55ACEE;
    color: white;
}

.absolute-right .fa-instagram {
    background: #ff6600;
    color: white;
}

.absolute-right .fa-linkedin {
    background: #007bb5;
    color: white;
}

.absolute-right .fa-youtube {
    background: #bb0000;
    color: white;
}

.absolute-right .fa, .absolute-bottom .fa {
    padding: 5px;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    margin: 1px 0px;
    opacity: 1;
}

.absolute-right a {
    display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}*/
/*Social networks End*/