html{font-size: 14px;}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('fonts/Prompt-Light.eot');
    src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Light.woff') format('woff'),
         url('fonts/Prompt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	line-height: 1.3;
    font-family: 'Prompt-Light';
	font-size: 1rem;
	position: relative;
	color: #252525;
}
ul{
	padding: 0;
	margin: 0;
}
a{text-decoration: none;color: inherit;}
#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 40px;
	position: relative;
    top: .5rem;
    right: 0rem;
	margin:0px 0;
	-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;
	box-shadow: none;
	background: none;
	border: none;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
    background: #000;
    border-radius: 6px;
	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;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 12px;
	width: 75%;
	right: 0;
    left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 24px;
	width: 40%;
	right: 0;
    left: auto;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}



/*Start-Headerbar---------------------------*/
.content-headerbar{
	padding: .75rem 0;
	background: #000;
	color: #FFF;
}
.book-consult {
    display: block;
    width: 190px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    background: #252525;
    padding: 8px;
    position: absolute;
    right: 6em;
    top: 2em;
    border: 1px solid #252525;
    transition: all 0.5s;
    font-size: .8rem;
}
.book-consult:hover{
	background: #FFF;
	color: #252525;
}
.language-mobile {
	color: #FFF;
	text-align: right;
}
.language-mobile img{
	width: 25px;
	margin: 0 5px;
	filter: brightness(0) invert(1);
}
.language-mobile img.arrow-drop{width: 10px;}
.language-mobile .dropdown-menu {
    min-width: 4em;
    width: auto;
    background: #000;
    padding: 0;
    z-index: 1221;
	
	transform: none !important;
	right: 0;
	left: auto;
	top: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: none;
}
.language-mobile .dropdown-menu a{
	text-align: center;
	display: block;
	color: #FFF;
	padding: .5rem;
}
.language-mobile .dropdown-menu a:hover{
	background: #FFF;
	color: #000;
}
/*End-Headerbar---------------------------*/


.headbar-main{
    width: 100%;
    padding: .5rem 0;
    transition: all 0.5s;
	background-color: #FFF;
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}

.navbar-brand {
	width: auto;
    padding: 0;
    text-align: left;
    margin:0;
	display: block;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 4.5em;
	transition: all 0.5s;
}
.navbar-brand.d-lg-none{
	padding: 10% 0;
}

.tool-headerbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-nav{line-height: 1.65;}
.navbar-nav li{
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}
.navbar-nav li a{
	display: block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	color: #b4b2b0;
	transition: all 0.5s;
}
.navbar-nav li img.arrow-drop{
	width: 10px;
	filter: invert(72%) sepia(48%) saturate(14%) hue-rotate(349deg) brightness(94%) contrast(79%);
}
.navbar-nav li ul.dropdown-menu{
	padding: 0;
	background: #000;
	border: none;
	border-radius: 0;
}
.navbar-nav li ul.dropdown-menu a{
	text-align: center;
	padding: 8px 15px; 
	color: #FFF;
}
.navbar-nav li a.active, .navbar-nav li a:hover{color: #000;}

.dropdown-submenu:active > .dropdown-menu{display: block;}


.social-header{
	text-align: center;
	margin: 1rem auto;
	color: #000;
}
.social-header h1{
	font-size: 1.2rem;
    font-family: 'Prompt-Medium';
}
.contact-number a:hover{text-decoration: underline;}
.contact-number img{
	width: 25px;
	margin-right: .5em;
	filter: brightness(0) invert(1);
}
.social-header img{
	width: 33px;
	margin: auto;
	transition: all 0.5s;
	vertical-align: middle;
}
.social-header img:hover{
	transform: scale(.95);
}


/*Start mainSlide-----------------------------*/

#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
}
#carouselmainSlide .carousel-indicators{
	align-items: center;
	margin-bottom: 1rem;
	justify-content: center;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(255 255 255 / 70%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(255 255 255 / 100%);
}

/*End mainSlide-----------------------------*/

.content-about{
	padding: 10% 0 0;
	background: url("../images/bg-ab--mobile.png") left top no-repeat;
	background-size: cover !important;
}
.img-about{
	text-align: right;
	overflow: hidden;
	margin: 0 -15px;
}
.img-about img{width: 100%;}
.about-box{
	color: #252525;
	margin-bottom: 2rem;
}
.about-box h1{
	font-size: 1.8rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.aboutuspage .about-box h1{
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.about-box h2{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: normal;
}
.about-box hr{
	width: 16em;
	opacity: 1;
	border-width: 3px;
	border-color: #b4b2b0;
}
.about-box p{margin-bottom: .75rem;}
.readmore-btn{
	width: 150px;
	text-align: center;
	padding: 8px;
	border-radius: 30px;
	display: block;
	color: #FFF;
	background: #252525;
	margin: 1rem 0;
	border: 1px solid #252525;
	transition: all 0.5s;
}
.readmore-btn:hover{
	color: #252525;
	background: #FFF;
	transform: scale(.95);
}

.content-ourwork{
	padding: 10% 0;
	background: url("../images/bg-content1.png") center top no-repeat #252525;
	background-size: cover  !important;
}
.title-box{
	color: #252525;
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 1.5rem;
	margin-bottom: 0;
	text-transform: uppercase;
    font-family: 'Prompt-Regular';
}
.title-box p{margin: 0;}
.img-box{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.img-box:hover img{transform: scale(1.05);}
.detail-work{
	text-align: center;
	border-radius: 20px;
	margin-bottom: 2rem;
	background: #FFF;
	color: #252525;
	padding:2.5rem 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.detail-work img{
	max-width: 100%;
}
.detail-work h1{
	font-size: 1rem;
    font-family: 'Prompt-Regular';
	margin-bottom: .3rem;
}
.detail-work p{margin-bottom: .5rem;}

.slide-spaces{margin-top: .75rem;}
.slide-spaces .owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
	font-size: 35px;
}
.slide-spaces .owl-carousel .owl-nav .fa-circle-chevron-left,
.slide-spaces .owl-carousel .owl-nav .fa-circle-chevron-right{color: #25252580;}
.slide-spaces .owl-carousel .products-box{margin-bottom: 0;}

.detail-spaces {
	color: #FFF;
	text-align: center;
	margin: 1rem auto;
}
.detail-spaces h1{
	font-size: 1rem;
    font-family: 'Prompt-Regular';
	margin-bottom: .3rem;
}
.detail-work img{max-width: 100%;}
.detail-work p{margin-bottom: .5rem;}

.content-ideas{
	padding: 10% 0;
	background: url("../images/bg-content2.png") top center no-repeat;
	background-size: cover !important;
}
.ideas-box{margin: 2rem auto;}
.content-iconlast{
	padding: 10% 0;
	background: #FFF;
}
.icon-box{
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.icon-box img{
	width: 100px;
	border-radius: 50%;
	background: #FFF;
	margin-bottom: 1rem;
	transition: all 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.icon-box:hover img{transform: scale(1.05);}
.icon-box span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    background: #000;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: 1;
}
.content-consult{
	padding: 10% 0;
	background: #f8f8f8;
}
.consult-text{text-align: center;margin: 2rem auto;}
.consult-book {
	text-align: center;
	padding: 10px;
	color: #FFF;
	background: #252525;
	border: 1px solid #252525;;
	border-radius: 30px;
	margin: 1rem auto;
	width: 280px;
	overflow: hidden;
	transition: all 0.5s;
}
.consult-book:hover{
	transform: scale(.95);
	background: #FFF;
	color: #252525;
}
.consult-book a{display: block;}






.message-contact{
	padding: 1rem;
	background: #f5f5f5;
	color: #25557f;
}
.message-contact .fa-paper-plane{font-size: 2rem;}
.message-contact h1{
	font-size: 1.4rem;
    margin-bottom: 2rem;
	text-align: center;
    font-family: 'Prompt-Regular';
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #25557f;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Regular';
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: none;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #13d4d4;
}
.form-text::placeholder{color: #cdcdcd;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 100%;
    padding: 5px;
    display: block;
    box-shadow: none;
    border: 1px solid #25557f;
    color: #FFF;
    background: #25557f;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 25px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #25557f;
	transform: scale(.98);
}


.banner-othepager{
	position: relative;
	padding: 10% 0;
	color: #FFF;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-othepager.ourworkpage{background-image: url("../ourwork/images/bannerourwork.png");}
.banner-othepager.livingpage{background-image: url("../ourwork/images/liveingroom.png");}
.banner-othepager .title-box{color: #FFF;}
.content-otherpage{padding: 10% 0;background: #FFF;}
.hispage {margin-bottom: 2.5rem;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hispage ul li{
	width: auto;
	margin: 0 5px;
	font-size: .9rem;
	color: #848484;
}
.hispage ul li a{padding: 0 8px;}
.hispage ul li:hover{color: #000;}

.view-incategory{margin-bottom: 2rem;}

.detail-products{
	margin: 2rem auto;
	color: #b4b2b0;
}
.detail-products h1{
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 0;
    font-family: 'Prompt-Medium';
}
.detail-products hr{margin: 1rem auto;}
.detail-products p{margin-bottom: 0;}
.detail-products ul{list-style: none;}
.detail-products ul li{padding-bottom: 10px;}
.readmore-btn.pdfdownload{width: 315px;}
.readmore-btn.related-read{margin: auto;}
.title-box.related-read p{
	letter-spacing: 2px;
	color: #b4b2b0;
}

.slide-productshow{
	margin: 2rem auto;
}

.slide-productshow #myCarousel{padding: 1rem;}
.slide-productshow #myCarousel .carousel-inner{
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 20px;
}
.slide-productshow #carousel-thumbs img{
	margin-top: 1rem;
	background: #FFF;
	border-radius: 10px;
}
.slide-productshow .carousel-control-next, .slide-productshow .carousel-control-prev{opacity: 1;}
.vdo-present{
	width: 100%;
	height: 315px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	margin: 2rem auto;
}
.vdo-present iframe{
	width: 100%;
	height: 100%;
}

.banner-othepager.aboutuspage{background-image: url("../aboutus/images/banner-aboutus.png");}
.content-otherpage.aboutuspage{
	background: url("../aboutus/images/bg-aboutus.png") top left no-repeat;
	background-size: cover;
}
.content-otherpage.aboutuspage .title-box{margin: 0 auto 2.5rem;}
.about-center{
	text-align: center;
	margin: 0 auto 2rem;
}
.lineab{
	width: 120px;
	height: 10px;
	border-radius: 5px;
	background: #2c2b2a;
	margin: 2rem auto;
}
.about-box span{
	font-style: italic;
    font-family: 'Prompt-Regular';
	font-size: 1.1rem;
}
.img-aboutpage{
	text-align: center;
	margin: 2rem auto;
}
.img-aboutpage img{max-width: 100%;border-radius: 20px;}
.about-center h1{
	font-size: 1.3rem;
	color: #000;
	margin: 2.5rem auto;
    font-family: 'Prompt-Medium';
}

.banner-othepager.promotionspage{background-image: url( "../promotions/images/banner-promotion.png");}
.promotions-box{margin-bottom: 2rem;}
.detail-promotions{margin: 1rem auto;}
.detail-promotions h1{
	font-size: 1.2rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
	font-weight: normal;
}
.detail-promotions .readmore-btn{margin: 1rem auto 0;}
.detail-promotions p{
	margin: 0;
	color: #b4b2b0;
}

.content-otherpage.contactuspage{
	padding-bottom: 0;
	background: url("../contactus/images/bg-aboutus.png") top left no-repeat;
	background-size: cover !important;
}
.banner-othepager.contactuspage{background-image:url("../contactus/images/bannercontact.png");}
.address-box{margin-bottom: 2rem;}
.address-box h1{
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 1rem;
	font-weight: normal;
    font-family: 'Prompt-Regular';
}
.address-box h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-weight: normal;
    font-family: 'Prompt-Regular';
}
.address-box a:hover{text-decoration: underline;}
.address-box img{width: 40px;transition: all 0.5s;}
.address-box img:hover{transform: scale(.95);}
.address-box p{margin-bottom: 1.5rem;}
.address-box ul{list-style: none;margin-bottom: 1rem;}
.address-box ul li{padding-bottom: 10px;}
.mapbox{
	width: 100%;
	height: 280px;
	/* margin-top: 2rem; */
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}

.message-contact{
	padding:2rem 1rem;
	background: #000;
	color: #FFF;
	border-radius: 25px;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.message-contact .fa-paper-plane{font-size: 2rem;}
.message-contact h1{
	font-size: 1.3rem;
    margin-bottom: 2rem;
	text-align: center;
	font-weight: normal;
    font-family: 'Prompt-Medium';
}
.detail-form{ margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: none;
	border: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #FFF;
}
.form-text::placeholder{color: #7d7d7d;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 50%;
    padding: 10px;
    display: block;
    box-shadow: none;
    border: 1px solid #FFF;
    color: #000;
    background: #FFF;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 25px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transform: scale(.98);
}


.banner-othepager.policypage{background-image: url("../policy/images/bannerpolicy.png");}
.privacy-policy h1{
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 1.2rem;
    font-family: 'Prompt-Medium';
	font-weight: normal;
}
.privacy-policy h2{
	font-size: 1.2rem;
	margin-bottom: .75rem;
    font-family: 'Prompt-Regular';
	font-weight: normal;
}
.privacy-policy a:hover{text-decoration: underline;}
.privacy-policy p{margin-bottom: 1rem;}
.privacy-policy ul{list-style: none;}
/*Start Footer-----------------------------*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1.5rem ;
    color:#000;
    z-index: 2345;
    display: block;
    font-size: .95rem;	
	background: #FFF;
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{font-size: 1.2rem !important; margin-bottom: .6rem;color: #000;}
.policy-box a{color: #000;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
	width: 180px;
	padding: 10px;
	transition: all 0.5s;
	cursor: pointer;
	text-align: center;
	color: #FFF ;
	margin: .5rem auto;
	display: flex;
	align-items: center;
	border: none;
	justify-content: center;
	border-radius: 30px;
	border-width: 5px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	background-color: rgb(0, 0, 0);
	box-shadow: 1.902px 0.618px 6.32px 1.68px rgba(0, 0, 0, 0.1);
}
.btn-policy:hover{
	transform: scale(.98);
	background: #FFF;
	color: #000;
	border-color: #000;
}

.copyright-box{
	text-align: center;
	padding: 3% 10% 0;
	color: #FFF;
	border-top: 1px solid #FFF;
	margin-top: 5%;
}

.footer{
	color: #FFF;
	padding: 10% 0 7%;
	background: #000;
}
.footer h1{
	font-size: 1.15rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Regular';
}
.footer p{margin-bottom: .3rem;}
.footer ul{
	list-style: none;
	line-height: 2;
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{width: 7em;transition: all 0.5s;}
.contact-footer{margin: 1rem auto;}
.footer a:hover{text-decoration: underline;}

.social-footer{
	text-align: center;
	margin: 1rem auto;
}
.social-footer img{
	width: 33px;
	margin: auto;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{
	transform: scale(.95);
}

.idea-title{
	font-family:'Prompt-Regular';
	font-size: 1.2rem !important;
}




/*End Footer-----------------------------*/
#carouselmainSlide .carousel-item{
	position: relative;
}

#carouselmainSlide .banner-captions{
	text-align: center;
	font-size: 1.4rem;
	color: #FFF;
	position: absolute;
	/*left: 0;
	top: 25%;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;

	text-shadow: 4.755px 1.545px 4.15px rgba(0, 0, 0, 0.24);
}



/******************************/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
    	background: #FFF; 
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
		transition: all 0.6s;
	}
}