@import url("fontawesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500;600;700;800&family=Prompt:wght@100;200;300;400;500&display=swap');

.site-header {
    position: relative;
    z-index: 99999;
	background: #a5c9e9;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .btn-link{
	font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}


@media only screen and (max-width: 1200px) {
	.new-page.menu-new{
		display:none;
	}
}
/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
    padding: 11px 0;
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
	.top-bar {
		padding:5px 0;
	}

}



.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 80px;
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.logo-header > a,
.logo-footer > a{
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-header img,
.logo-footer img {
    height: auto;
	width: auto;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    height: 10px;
    width: 170px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed.header-curve .logo-header,
	.is-fixed .logo-header,
	.is-fixed.header-curve .logo-header{
        width: 110px;
		max-width: 110px;
		height:50px;
    }
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: middle;
    }
	.site-header .navbar-toggler,
	.site-header .is-fixed .navbar-toggler{
		 margin: 18px 0 14px 15px;
	}
	.site-header .extra-nav,
	.site-header .is-fixed .extra-nav{
		padding: 14px 0;
	}
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #fff;
    width: 100%;
    position: relative;
}
.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #000;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}
/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 33px 0 30px 15px;
    padding: 0;
}
.navbar-toggler span {
    background: #000;
}
.is-fixed .navbar-toggler {
    margin:20px 0 20px 15px;
}
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #2b2d2e;
    font-size: 14px;
    padding: 30px 12px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.header-nav .nav > li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -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-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
	box-shadow:0px 0px 40px 0 rgba(0,16,147,0.15);
}
.header-nav .nav > li > .mega-menu {
	border-radius: 10px;
	overflow: hidden;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border:0;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10;
	border-radius: 10px;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 500;
	font-family: 'Nunito', sans-serif;
	border-radius:10px;
}
.header-nav .nav > li .sub-menu li a:hover {
    color: #EFBB20;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li > .sub-menu.left,
.header-nav .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 250px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
	opacity: 1;
}
.header-nav .nav > li .sub-menu li .fa.fa-nav {
	color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 251px;
    -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-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 251px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
	box-shadow: 0px 0px 40px 0 rgba(0,16,147,0.10)
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
	
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
	font-size: 13px;
    font-weight: 600;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
	font-weight: 500;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
}
.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
/* Header Center */
.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 35%;
}
.site-header.center .navbar-nav > li{
	display: inline-block;
    float: none;
}
.site-header.center .header-nav .nav:first-child {
	text-align:right;
}
.site-header.center .header-nav .nav:first-child li{
	text-align:left;
}
.site-header.center .header-nav .nav:last-child {
	float:right;
}
.site-header.center  .logo-header{
	position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
	position:absolute;
	left: 50%;
	text-align:center;
}
.site-header.center  .logo-header img{
	height: 100px;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 2;
	object-fit: contain;
}
.site-header.center  .logo-header:after{
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 100px;
    position: absolute;
    width: 140%;
	bottom:-99px;
	left: -20%;
}
/* Mega Menu */
.header-nav .nav > li.has-mega-menu.demos .mega-menu{
	left:auto;
	right:auto;
	max-width: 600px;
	z-index: 9;
}
@media only screen and (max-width: 991px) {
	.site-header.center .header-nav .nav{
		width:100%;
	}
	.site-header.center .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	.header-nav .nav > li.has-mega-menu.demos .mega-menu{
		max-width:100%;
	}
	.header-nav .nav > li .mega-menu{
		border:0;
	}
	.site-header.center .is-fixed .header-nav .nav{
		height:auto;
	}
	.header-nav .nav > li .mega-menu > li{
		padding:10px 0;
	}
	.header-nav .nav > li .sub-menu,
	.header-nav .nav > li .mega-menu {
		border-radius:0;
		padding:0;
		box-shadow:none;
	}
}
@media only screen and (max-width: 767px) {
	.site-header.center  .logo-header img{
		height: 60px;
		margin-bottom: -30px;
	}
}
/* Nav  Badge */
.shop-cart.navbar-right{
	margin-right:0;
	float:none;
	display:inline-block;
}
.shop-cart .dropdown-menu.cart-list{
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	top: 50px;
	border:0;
}
.shop-cart .badge{
	font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
}
.shop-cart  li{
	padding: 10px 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.shop-cart  li:last-child{
	border-bottom:0;
}
.shop-cart .media-left a {
    display: block;
    width: 60px;
}
.shop-cart .btn-link{
	position:relative;
}
.cart-list.dropdown-menu{
	width:260px;
	margin-top: 30px;
	
}
.is-fixed .cart-list.dropdown-menu{
	margin-top: 18px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cart-list .media-object{
	width:60px;
}
.cart-item .media-body{
	position:relative;
}
.item-close {
    background-color: #303030;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 18px;
	cursor:pointer;
}
.item-close:hover {
	background-color: #000;
}
.header-nav .nav > li.demos{
	position:inherit;
}
.header-nav .nav > li.demos .mega-menu {
    max-width: 700px;
	width: 700px;
	left:auto;
	right:0;
}
.header-nav .nav > li .mega-menu > li.header-add{
	padding: 18px 14px;
}	
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
	.header-nav .nav > li.demos .mega-menu.left{
		width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.shop-cart .dropdown-menu.cart-list{
		left:auto;
		right:0;
	}
	.cart-list.dropdown-menu,
	.is-fixed .cart-list.dropdown-menu{
		margin-top: 0;
	}
}
@media only screen and (max-width: 991px) {
    /* responsive strat when media screen [991px] css START*/
    
    /* .navbar-header {
        float: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    } */
    /* responsive strat when medai screen [991px] css END*/
    
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
		width:100%;
		display: block;
		height: auto;
    }
    .header-nav .nav li {
        float: none;
		display:block;
		width:100%;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        padding: 10px 20px;
		display:block;
		color:#000;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: transparent;
        text-decoration: none;
		color: #000;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
    /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
		content:"\f078";
	}
	.side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
	.nav.navbar-nav li.open a i.fa-chevron-down:before {
		content:"\f054";
	}
	.header-nav .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f078";
		font-size: 10px;
	}
	.header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f054";
	}
    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav li .sub-menu .sub-menu{
		display: none;
        opacity: 1;
        margin-top: 0;
	}
	.header-nav .nav > li.open > .sub-menu .sub-menu{
		display: none;
	}
	.header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
	.header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav > li .sub-menu li .fa{
		position: unset;
		margin-top: 0;
	}
	.header-nav .nav > li .mega-menu > li{
		padding:0;
	}
	.header-nav .nav > li .mega-menu > li > a{
		display:none;
	}
	.header-nav .nav .mega-menu a i{
		display:inline-block;
		float:none;
		margin-top: 0;
	}
    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
}


.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	
}
.is-fixed .header-nav .nav > li > a {
    padding: 18px 12px;
}
.is-fixed .extra-nav {
    padding: 6px 0;
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
		color:#000;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
    }
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
    color: #000;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #000;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #000;
}
[class*="bg-"] .navbar-toggler {
    border-color: #000;
}
[class*="bg-"] .navbar-toggler span {
    background-color: #000;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
}
/*header style 1 (default) */

/* Header Transparent  */
.header-transparent{

	width:100%;
}
.header-transparent .main-bar{
		background: linear-gradient(270deg, #5bb8a8 0%, #9ad3de 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;

}
.header-transparent .header-nav .nav > li > a{
	color:#000;
}
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .btn-link,
.header-transparent .navbar-toggler {
    color: #fff;
}
.header-transparent .navbar-toggler span{
    background-color: #000;
}
.header-transparent .is-fixed .main-bar{
	position:fixed;
	
	z-index: 100000;
	background-color: rgba(96, 199, 232, 0.8);
	
}
.header-transparent .top-bar{
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/* Overlay */
.header-transparent.overlay .top-bar,
.header-transparent.overlay .main-bar{
	background-color:rgba(0,0,0,0.5);
}
/* Header Full Width */
.fullwidth .container-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Colored Bg */
/*=== Primary */
.header.primary,
.header.primary .main-bar{
	 background: #3B68E7
}
.header.primary .header-nav .nav > li > a,
.header.primary .extra-nav .btn-link,
.header.primary .navbar-toggler {
    color: #dfdfdf;
}
.header.primary .navbar-toggler span {
	background-color:#dfdfdf
}
.header.primary .top-bar{
	background-color:#3B68E7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Red */
.header.red,
.header.red .main-bar{
	 background: #F22D4E;
}
.header.red .header-nav .nav > li > a,
.header.red .extra-nav .btn-link,
.header.red .navbar-toggler {
    color: #dfdfdf;
}
.header.red .navbar-toggler span {
	background-color:#dfdfdf
}
.header.red .top-bar{
	background-color:#F22D4E;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Blue */
.header.blue,
.header.blue .main-bar{
	 background: #00c5dc;
}
.header.blue .header-nav .nav > li > a,
.header.blue .extra-nav .btn-link,
.header.blue .navbar-toggler {
    color: #000;
}
.header.blue .navbar-toggler span {
	background-color:#fff
}
.header.blue .top-bar{
	background-color:#00c5dc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #000;
}
/*=== Purpal */
.header.purpal,
.header.purpal .main-bar{
	 background: #8862b9;
}
.header.purpal .header-nav .nav > li > a,
.header.purpal .extra-nav .btn-link,
.header.purpal .navbar-toggler {
    color: #000;
}
.header.purpal .navbar-toggler span {
	background-color:#fff
}
.header.purpal .top-bar{
	background-color:#8862b9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #000;
}



.navicon{
  width: 18px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
	top: 0px;
}

.navicon span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.navicon span:nth-child(3) {
  bottom: 0;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*side bar*/

.side-bar .widget {
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }
}


/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggler,
.nav-pills > li > a,
.pager li > a,
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*== >transition ==*/

a,
.dlab-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav > li > a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}



/* Bootstrap button */
button{
	cursor:pointer;
}
button:focus{
	outline:0px solid;
}




.sticky {
    clear: both;
}




@media only screen and (max-width: 991px) {
	.sticky-top{
		position:unset;
	}
}

@media screen and (max-width: 991px){

	.mo-left .header-nav{
		overflow:scroll;
		position: fixed;
		width: 280px;
		left:-280px;
		height:100vh !important;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-o-transition:all 0.5s;
		top:0;
		background: linear-gradient(270deg, #5bb8a8 0%, #9ad3de 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
		margin:0;
		z-index:99;
	}
	.mo-left .header-nav li.open a{
		position:relative;
	}
	.navbar-nav{
		overflow-x: unset;
		height:100%;
	}
	.mo-left .header-nav.show {
		left: -1px;
		transition:all 0.8s;
		-webkit-transition:all 0.8s;
		-moz-transition:all 0.8s;
		-o-transition:all 0.8s;
		margin:0;
		width: 50%;
		border: 0;
	}
	.mo-left .is-fixed .header-nav .nav{
		height:auto;
	}
	.mo-left .navbar-toggler.open:after{
		background-color: rgba(0, 0, 0, 0.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		right: -20px;
		top: -63px;
		transform: scale(100);
		-o-transform: scale(100);
		-moz-transform: scale(100);
		-webkit-transform: scale(100);
		width: 100%;
		z-index: -1;
		transition: all 0s;
		transform-origin: top right;
		margin: 0 0px 0px 20px;
		-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	}
	.mo-left .header-nav .logo-header {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 30px 15px;
		width: 100%;
	}
	.mo-left .header-nav .logo-header img{
		max-width: unset;
		
	}
	.mo-left .navbar-toggler.open span{
		background:#fff;
	}
	
}



/* ============================================== 
	header 
================================================ */
/* Header Box */
.logo-header{
	width: 170px;
}
.header-full .main-bar{
	padding:30px 0;
	transition:all 0.5s;
}
.header-full .is-fixed .main-bar{
	padding:0;
}
/* Search BX style 1 */


/* Life Style Tabs */
/* .post-slider.life-style .mega-menu{
	opacity: 1 !important;
    visibility: visible !important;
} */
.header-nav .nav > li.post-slider.life-style .mega-menu,
.has-mega-menu.post-slider.life-style .mega-menu{
	padding:0;
}


.header-nav .nav > li:hover > a{
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.header-nav .nav > li.post-slider .mega-menu,
	.has-mega-menu.post-slider .mega-menu{
		width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width: 991px) {
	.header-content-bx .header-nav {
		position: fixed;
	}
	.navbar-toggler{
		float: right;
	}
	.mo-left .header-nav{
		background-size: cover;
	}
	.header-nav .nav > li.post-slider .mega-menu, 
	.has-mega-menu.post-slider .mega-menu{
		display: none;
	}
	.header-nav .nav > li.has-mega-menu {
		position: relative;
	}
	.header-nav .nav > li .sub-menu li a:hover {
		background-color: transparent;
	}
	.header-nav .nav > li .sub-menu li a{
		padding: 10px 20px;
		color: #000;
		opacity: 0.7;
		font-weight: 400;
		font-size: 13px;
	}
	.header-nav .nav > li .sub-menu .sub-menu{
		padding:10px 0;
	}
	.header-nav .nav > li .sub-menu .sub-menu li a{
		padding: 6px 45px;
	}
	.header-nav .nav > li:hover > a:after {
		content:none;
	}
	.header-nav .nav > li > a:hover, 
	.header-nav .nav > li > a:active, 
	.header-nav .nav > li > a:focus{
		
	}
	.header-nav .logo-header a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.header-nav .nav > li.open.post-slider .mega-menu, 
	.has-mega-menu.open.post-slider .mega-menu{
		display: block;
	}
	.site-header .header-nav .nav > li.active > a,
	.site-header .header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
	.site-header .header-nav .nav > li:hover > a,
	.site-header .header-nav .nav > li .mega-menu > li ul a:hover,
	.site-header .header-nav .nav > li .sub-menu li:hover > a{
		color:#000;
	}

	.header-nav .nav > li.post-slider .mega-menu, 
	.has-mega-menu.post-slider .mega-menu{
		padding: 5px 30px;
	}

	.header-nav .nav > li .sub-menu li a:hover,
	
	/* .social-menu{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 30px;
		position: sticky;
		top: 93%;
	} */
	.social-menu ul{
		margin:0;
		padding:0;
		list-style:none;
		padding-bottom: 15px;
	}
	.social-menu ul li{
		display:inline-block;
	}
	.social-menu ul li a{
		color: #000;
		font-size: 16px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.logo-header{
		margin-right: 15px;
	}
	.extra-cell ul li a, 
	.extra-cell ul li .btn-link{
		font-size: 14px;
	}
	.extra-cell ul li a{
		padding: 5px 15px;
		font-size: 12px;
	}
	.extra-cell ul li .btn-link{
		padding: 0 0px 0 10px;
		margin-left: 5px;
	}
	.mo-left .navbar-toggler.open:after{
		margin: 0 0px 0px 15px;
	}
	
}

.br01 {display: none}
@media only screen and (max-width: 767px) {
.br01 {display: block}	
}


.slogo1, .slogo2, .slogo3, .slogo4 {display: inline-block; vertical-align: text-top; text-align: center; font-size: 16px; margin: 15px; }
.slogo1 a, .slogo2 a, .slogo3 a, .slogo4 a {color: #000}
.slogo1 img { height: 140px; width:auto; margin-bottom: 10px}
.slogo2 img { height: 120px; width:auto; margin-bottom: 10px}
.slogo3 img { height: 100px; width:auto; margin-bottom: 10px}
.slogo4 img { height: 80px; width:auto; margin-bottom: 10px}

.box-sponsor { padding: 40px; background: #fff; border-radius: 20px; box-shadow: 0 0 20px 0 #ececec; text-align: center }
@media only screen and (max-width: 767px) {
	.slogo1, .slogo2, .slogo3, .slogo4 {display: inline-block; vertical-align: text-top; text-align: center; font-size: 14px; margin: 8px; }

.slogo1 img { height: 120px; width:auto; margin-bottom: 5px}
.slogo2 img { height: 100px; width:auto; margin-bottom: 5px}
.slogo3 img { height: 80px; width:auto; margin-bottom: 5px}
.slogo4 img { height: 65px; width:auto; margin-bottom: 5px}

.box-sponsor { padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 15px 0 #ececec; text-align: center }
}
.pop2a { position: fixed; width: 94%; max-width: 940px;   display: block; top: 12%;left: 50%; margin-left:-470px;   z-index: 10000; background-color: transparent; text-align: center; padding: 25px; display: none }

.pop2aclose {width: 20px;height: 20px;position: absolute;margin-left: 83%; margin-top: 0px; z-index: 999999999;}
.pop1a-inner {  font-size:16px; line-height: 22px; background-color: rgba(255, 255, 255, 0.95); padding: 25px; width: 94%; max-width: 895px;   text-align:justify; border: 1px solid #999999; }

.video1 {width: 97%; height: 422px; border:none}

@media (max-width: 980px) {
	
.pop2a { position: fixed; width: 100%; max-width: 100%;  display: block; top: 5%;left: 0%; margin-left:3px;   z-index: 10000; background-color: transparent; text-align: center; padding: 10px }
.pop1a-inner {   background-color: rgba(255, 255, 255, 0.95); padding: 15px; width: 96%; max-width: 96%;   text-align:justify; border: 1px solid #999999; }
.video1 {width: 97%; height: 320px}	
.pop2aclose {width: 20px;height: 20px ;position: absolute;margin-left: 83%; margin-top: 0px; z-index: 999999999;}
}
.popc iframe {
  height: 442px;
  /* 315/560 = .5625 */
}

@media (max-width:768px) { 
	.popc iframe {
  height: 230px;
  /* 315/560 = .5625 */
}
}
a.pop-video { display: inline-block; margin-top: 5px}
a.pop-video img { width: auto; height: 27px }