#t-header-widget {
    width: 100%;
    z-index: 10;
    position: relative;
}

.fixed #t-header-widget {
    position: fixed;
    top: 0;
    z-index: 1081;
}

@font-face {
    font-family: "ABeeZee-Regular";
    src: url("fonts/ABeeZee-Regular.otf"), url("fonts/ABeeZee-Regular.ttf") format("truetype");
}

.sidemap ul li,
a,
a:link {
    word-wrap: break-word;
    color: rgb(255, 10, 10);
}

.sidemap ul li,
a:hover {
    color: rgb(0, 0, 0);
}

.sidemap ul li,
a:active {
    color: rgb(111, 121, 214);
}

.sidemap ul li,
a:visited {
    color: rgb(137, 181, 144);
}

ul {
    margin-top: 0px;
}

#desk_nav {
    display: flex;
}

html body {
    height: 100%;
    position: relative;
}

.wrapper,
.wrapper center {
    height: 100%;
}

#wrap {
    position: relative;
    min-height: 100%;
}

#main-menu {
    clear: both;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

#main-menu .menu-left {
    float: left;
}

#main-menu .menu-right {
    float: right;
}

.sm {
    position: relative;
    z-index: 999;
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

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

.sm-menu.animated_menu li:hover>ul {
    transform: scaleY(1) translateZ(0);
}

.sm-menu ul {
    position: absolute;
    width: 12em;
}

.sm-menu.animated_menu ul {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    transition: transform 0.3s, opacity 0.3s;
}

.sm-menu.animated_menu ul li ul {
    left: 100%;
    top: 0;
}

.sm-menu li {
    float: left;
}

.sm-menu ul li {
    float: none;
}

.sm-menu a {
    white-space: nowrap;
    font-size: 17px;
}

.sm-menu ul a,
.sm-menu.sm-vertical a {
    white-space: normal;
}

.sm-menu .sm-nowrap>li>a,
.sm-menu .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
}

.sm-menu a,
.sm-menu a:hover,
.sm-menu a:focus,
.sm-menu a:active,
.sm-menu a.highlighted {
    text-decoration: none;
    color: #ffffff;
}

.sm-menu a:hover,
.sm-menu a:focus,
.sm-menu a:active,
.sm-menu a.highlighted {
    background-color: #000000;
}

.sm-menu ul {
    background-color: #000000;
}

.sm-menu>li>a {
    padding: 12px 15px;
}

/*.sm-menu a span.sub-arrow {
    left: 48%;
    margin-top: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: absolute;
    text-shadow: none;
    overflow: hidden;
    text-align: center;
}
*/
/*.sm-menu a.highlighted span.sub-arrow:before {
    display: none;
}*/
.sm-menu ul {
    /*    border: 1px solid #a8a8a8;
        padding: 7px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;*/
}

.sm-menu ul a {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
}

.sm-menu ul a:hover,
.sm-menu ul a:focus,
.sm-menu ul a:active,
.sm-menu ul a.highlighted {
    background-color: #333;
}

/*.sm-menu ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ffffff;
}*/
.sm-menu ul li {
    border: 0;
}

.sm-menu span.scroll-up,
.sm-menu span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
}

.sm-menu span.scroll-up-arrow,
.sm-menu span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
}

.sm-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ABeeZee-Regular";
}

.header {
    background-color: transparent;
}

.wrapperinner {
    position: relative;
    width: 90%;
}

.content {
    /*min-height:70%;*/
    text-align: left;
    padding: 25px 15px;
    /*background: rgb(255, 255, 255) none repeat scroll 0 0;*/
}

.content img {
    margin-bottom: 10px;
    max-width: 100%;
}

.footer {
    font-size: 12px;
}

.footer a:hover {
    color: rgb(0, 0, 0);
}

.leftwidget {
    padding-top: 0px;
}

.scrollmenu .submenu {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 20px;
    padding: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}

.scrollmenu .submenu.open {
    background-image: url("big-minus.svg");
}

.scrollmenu .submenu.close {
    background-image: url("big-plus.svg");
}

#smallheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: none;
    z-index: 998;
    background: rgb(225, 225, 225) none repeat scroll 0 0;
}

.copyright {
    font-size: 14px;
}

#stuff .copyright,
#stuff .copyright a,
.footer a {
    color: rgb(255, 255, 255);
}

#stuff .copyright a:hover,
.footer a:hover {
    color: rgb(0, 0, 0);
}

#stuff .copyright a:visited,
.footer a:visited {
    color: rgb(255, 255, 255);
}

.mobileheadericon {
    display: none;
}

#header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 226px;
    z-index: 1090;
}

#header-container {
    padding: 15px 0 15px;
    position: relative;
}

/* Fixed HEADER CSS START */
#header.fixed-nev {
    /*min-height: 54px;*/
}

#header.fixed-nev #header_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 4px solid #c21e12;
}

#header,
#header * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

/*#header.fixed-nev .logo {max-height: 50px;}
#header.fixed-nev .logo img{max-height: 50px; width: auto !important; transition: width 300ms ease;}
#header.fixed-nev #desk_nav{margin-top: -35px;}*/

/* Fixed HEADER CSS END */

#header-container .logo {
    max-width: 200px;
    position: relative;
    width: 100%;
    z-index: 999;
    max-height: 166px;
    float: left;
}

#header-container .logo img {
    margin-left: auto; margin-right: auto;
}

#header .sm-menu a {
    font-size: 17px;
}

#main-menu li span {
    display: none;
}

#main-menu>li>a {
    border-bottom: 2px groove #333;
}

#header.fixed-nev .sm-menu a {
    color: #666;
}

#side-panel {
    display: none;
}

#sub-banner {
    position: relative;
    z-index: 1080;
}

#sub-banner .sub-banner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
}

/*#sub-banner.subpage .sub-banner .item { height:420px;}*/

#sub-banner .banner-text {
    position: absolute;
    left: 0;
    top: 195px;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

/*#sub-banner:not(.subpage) .banner-text .block { padding:30px; max-width: 90%;}*/
#sub-banner .banner-text .block {
    padding: 30px;
    max-width: 90%;
}

#sub-banner .banner-text .block h1 {
    font-size: 78px;
    color: #fff;
    padding-bottom: 5px;
}

#sub-banner

/*:not(.subpage)*/
.banner-text .block h1:after {
    content: " ";
    border-bottom: 2px solid #fff;
    display: block;
    padding-top: 20px;
    margin: 0 auto 20px;
    width: 60px;
}

#sub-banner .banner-text .block h2 {
    font-size: 36px;
    max-width: 80%;
    font-weight: normal;
}

#sub-banner .banner-text .block .banner-btn {
    display: block;
}

#sub-banner .banner-text .block .banner-btn a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 6px 20px 4px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    white-space: normal;
    line-height: 32px;
}

#sub-banner .banner-text .block .banner-btn a:hover {
    background: #fff;
    color: #000;
}

#mobile_menu {
    display: none;
    left: 0;
    z-index: 5002;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.homeSlide {
    overflow: hidden;
    position: relative;
}

.other_page .content {
    padding-top: 25px;
}

.menu_social_icon {
    position: absolute;
    padding: 15px;
    width: 100%;
    bottom: 0;
}

.menu_social_icon img {
    width: 34px;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-right: 10px;
    border: 2px solid;
    border-color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}