html{
  overflow: initial !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.ao-common-footer{
    background: #000000;
    color: #ffffff;
    font-family: Visby CF;
    padding: 20px;
}
.ao-footer-follow{
    margin: 10px 0 10px 30px;
    font: Bold 16px/20px Visby CF;

}
.ao-footer-follow-icons .icon-logo {
    width: 40px;
    margin: 0 0 0 7%;
    float: left;
}

.ao-footer-follow-icons{
    margin: 0 0 40px 10px;
}
.ao-footer-logo{
    width: 220px;
    margin: 20px 20px 15px 0;
}

.ao-footer-menu-link a {
    color: #ffffff;
}

.ao-footer-menu {
    margin: 5px 5px 20px 0;
    font: Bold 16px/22px Visby CF;
    text-transform: uppercase;
}

.ao-footer-menu-separator {
    margin: 0 5px;
}

.ao-footer-copyright {
    margin: 0 20px 0 0;
    font: 14px/18px Visby CF;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.ao-col-follow {
    margin-bottom: 20px;
}
.pt-0{

}

@media (max-width: 768px){
    .ao-footer-menu {
        font: Bold 12px/26px Visby CF;
        text-align: center;
    }
}

@media (max-width: 480px){
    .ao-footer-logo {
        width: 180px;
        margin: 10px auto;
    }
    .ao-footer-follow {
        margin: 10px 0;
    }
    
    .ao-footer-follow-icons {
        margin: 0 auto;
        width: 180px;
        display: flex;
        justify-content: space-evenly;
    }
    .ao-footer-copyright {
        font: 10px/12px Visby CF;
        text-align: center;
    }

}


/*header part*/

body > header{
    padding-top: 0px;
}
.menu-wrapper{
    margin: 0 auto;
    min-height: 64px;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    /*line-height: 64px;*/
    display: flex;
    text-transform: uppercase;
}
.is-sticky .menu-wrapper{
  min-height: 50px;
}
.is-sticky .logo{
 width: 140px;
}
.menu-inline{
    display: inline-block;
}

.logo{
    margin: 0 20px 0 20px;
    width: 180px;
}
.ao-web-search-btn{
    margin: 0 20px 0 auto;
}
.region-header {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 1px #ada6a6;
}
.ui.dropdown.fluid__sub {
    position: relative;
}

.ao-menu  .ui.menu  a {
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    font-family: Visby CF;
}

.ao-menu .ui.menu a:focus, .ao-menu .ui.menu a:hover {
    color: #FF6D00;
    text-decoration: none;
}

.ui.menu .item:hover {
    background: transparent;
    color: #FF6D00;
}
.region-header .main-menu .ui.menu .item {
    padding: 0 20px;
}
.menu-wrapper .ui.menu.compact {
    padding: 0;
}
.menu-wrapper .ui.menu i{
 font-weight: 700;
 padding-left : 5px;
}
a.item.nav_search_button_no_need:focus,
a.item.nav_search_button_no_need:hover{
color: #FF6D00;
}
.menu-wrapper .ui.menu.compact ul.menu.ui.list{
	min-width: 160px;
	padding: 0;
	border-right: 0;
	background: #fff;
    	width: auto;
}
.menu-wrapper .ui.menu.compact ul.menu.ui.list li:first-child {
	margin-top: 16px;
}
.menu-wrapper .ui.menu.compact ul.menu.ui.list .item{
	margin-top: 4px;
	margin-bottom: 8px;
}

.visible .ui.sidebar {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.ao-mobile-sub-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.ao-mobile-sub-menu {
  -ms-overflow-style: none;
}
.ao-mobile-sub-menu .ui.vertical.menu .item{
	display:inline;
}
.ao-mobile-sub-menu .ui.vertical.menu .item{
	display:inline;
	padding: 0px 14px;
}
.visible .ao-drawer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    opacity: 1;
    transition: none;
    animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

@media (min-width: 1280px){
	.container {
    	    width: 1200px;
	}
}

@media (max-width: 1024px){
.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.menu-wrapper .logo {
    width: 120px;
    margin: 15px 20px 15px 5px;
}
.menu-wrapper .ui.menu i {
    font-weight: 700;
    padding-left: 5px;
}
}

#mobile-menu{
display:none;
}
#mobile-menu.visible {
display:block;
}
#mobile-menu{
	position: fixed;
	right: 0;
	width: 100%;
	height: 100%;
	top: 64px;
	font-family: "Visby CF";
}

.visible .overlay-containter {
    position: relative;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    width: 60%;
    right: 0;
    height: 100%;
    position: absolute;
}

.visible .menu.right.overlay-menu {
    width: 100%;
    position: relative;
    right: 0;
    background-color: #fff;
    margin: 0;
    height: 100%;
}

.ao-content {
    background-color: #FFF3E0;
    overflow: auto;
    height: 100%;
}

.ao-wrapper-body {
    padding: 18px 18px 50px;
}

.ao-btn{
 display:none;
}
.visible .ao-btn {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400 !important;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #000000;
    background-color: #fff;
    border-color: #d9d9d9;
    width: 100%;
}
.visible a.item.nav_search_button_no_need{
	width:100%;
	padding: 0px;
}

.visible li i.fa.fa-angle-down {
    display: none;
}
#mobile-menu .ui.vertical.menu{
   display:none;
}
#mobile-menu.visible .ui.vertical.menu {
    display: block;
}
.overlay-containter ul li{
	padding: 0px !important;
	margin: 20px 0;
  font-size: 16px !important;
}
.overlay-menu-item li{
	padding: 0px!important;
	padding-left: 15px!important;
	margin: 17px 0!important;
}

.overlay-containter ul li a{
	color: #FF6D00;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.overlay-menu-item{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
.overlay-containter ul ul li a{
	text-transform: capitalize;
	font-weight: 400;	
}


a#launch:hover,
a#launch:focus{
color: #000;
}
.autofitheight{
 height: 100%;
 width: 100%;
}
.menu-default-hide{
display: none;
}
.toolbar-oriented .toolbar-bar{
  position: fixed;
}
#LeftMenuVisiable .menu-default-hide{
    display: block;
    padding: 0;
    font-weight: 700;
    zoom: 1;
    z-index: 9;
}
main.container{
  z-index: 1;
}

.ao-mobile-sub-menu {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ao-mobile-sub-menu {
    width: 100%;
    border-top: 1px solid #9E9E9E33;
}

.ao-mobile-sub-menu ul{
    min-width: 800px;
    line-height: 22px;
    padding: 12px 0 12px 5px !important;
    border-bottom: none;
    max-height: 80px;
}
#LeftMenuVisiable{
  min-width: 160px;
  background: #fff;
  font-family: Visby CF;
}

#LeftMenuVisiable li.leaf.item {
	padding-left: 35px;
    padding-right: 16px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 48px;
}
.ao-mobile-sub-menu{
	font-family: Visby CF;
}
.ao-mobile-sub-menu .ui.vertical.menu .item {
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.ao-mobile-sub-menu i {
    font-weight: 700;
    padding-left: 5px;
}
.ao-mobile-sub-menu ul li:first-child {
padding-left: 0px;
}
.menu-wrapper.mobile-menu-wrapper{
height: 48px;
}
