.navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000; 
	background: #ffffff;
	}
	header {
    height: 152px;
	}
	.header {
    height: 152px;
	}


.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	background:#ffffff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	z-index: 1000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link{padding: .5rem 1rem !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu{width: 320px;}
#ic3ojh a{background:#684296 !important; color:#fff; border-radius:5px; padding:10px; width: 140px; display: block;}
#iym5zlk a{padding: 10px 20px; display: table; background: #684296; color: #fff; border-radius: 5px; margin: 0 auto; font-weight: 300; font-size: 15px;}


#i8gp3nw a{background: #684296 !important; color: #fff!important; padding: 13px 30px; display: block; width: 200px; margin: 0 auto; font-size: 15px; border-radius: 5px;}

@media screen and (max-width: 540px) {
	.header{height:115px;}
	header{height:115px;}
	#MiddleCarousel .carousel-item img{max-height: 208px; min-height: 208px;}
	}