html{font-size:18px;}
@font-face {
    font-family: 'Kanit-Medium';
    src: url('fonts/Kanit-Medium.eot');
    src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Medium.woff') format('woff'),
         url('fonts/Kanit-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Regular';
    src: url('fonts/Kanit-Regular.eot');
    src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Regular.woff') format('woff'),
         url('fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Light';
    src: url('fonts/Kanit-Light.eot');
    src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Light.woff') format('woff'),
         url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-ExtraLight';
    src: url('fonts/Kanit-ExtraLight.eot');
    src: url('fonts/Kanit-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-ExtraLight.woff') format('woff'),
         url('fonts/Kanit-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	color: #000;	
}
a{text-decoration: none;}
ul{padding: 0;margin: 0;}

#back-to-top {
    width: 60px;
    height: 30px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#4169e1;
    font-size: .9rem;
    opacity: 1;
	border-radius: 25px 25px 0 0;
    transform: translate(-50%,0%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 30px;
	position: relative;
    top: auto;
    right: 0;
	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: 3px;
	width: 100%;
    background: #4169e1;
    border-radius: 5px;
	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: 10px;
	width: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 40%;
}
#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%;
}


/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: 0;
    transition: all 0.5s;	
	background: #FFF;
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: auto;
    padding: 0;
    text-align: left;
    margin:0;
	display: block;
    transition: all 0.5s;
}
.navbar-brand img{width: 60px;}

.navbar-nav li{
	padding: 0;
	color: #FFF;
}
.navbar-nav li a{
	padding: 15px 30px;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #333333;
}

.add-member{
	text-align: center;
	padding: 8px;
	border-radius: 30px;
	font-size: 14px;
	overflow: hidden;
	background-image: -moz-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
}
.add-member a{
	display: block;
	color: #FFF;
	text-decoration: none;
}


.social-header{
	text-align: center;
	margin: 2rem auto;
	color: #FFF;
}
.social-header img{
	width: 45px;
	margin: 0;
	transition: ease-in-out 0.5s;
}
.social-header a{
	display: inline-block;
	margin: 0 3px;
	color: #FFF;
	transition: ease-in-out 0.5s;
	background: none;
	border-radius: 0;
	text-decoration: none;
}
.social-header a:hover{transform: translateY(-5px);}
.social-header h1{
	margin-bottom: 1rem;
	font-size: 1.2rem;
    font-family: 'Kanit-Medium';
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background-color: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: -moz-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .navbar-nav li.active .hvr-shutter-out-vertical:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#carouselSlideIndicators .carousel-item img{width: 100%;}
#carouselSlideIndicators .carousel-indicators button{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50px;
	background: rgba(255,255,255,0.6);
	border: none;
}
#carouselSlideIndicators .carousel-indicators button.active{background: #FFF;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-orange{color: #ff9900;}
.font-headmain{	
    font-family: 'Kanit-Medium';
	font-size: 1.4rem;
}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	margin-bottom: 0;
	text-transform: uppercase;
}
.title-box p{
	margin: 0;
	color: #4169e1;
    font-family: 'Kanit-Regular';
}
.title-box a{color: #fff;}
.title-box a:hover{text-decoration: underline;}
.img-box{
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}
.img-box img{
	width: 100%;
	transition: ease-in-out 0.5s;
}

.content-aboutus{
	padding: 10% 0;
	background: url("../images/bg-1.png") top center no-repeat;
	background-size: cover!important;
	background-attachment:  fixed !important;
}
.aboutus-box{
	color: #333333;
	text-align: center;
}
.aboutus-box p{margin: 0}
.aboutus-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin:2rem  0;
	padding-left: 0;
}
.aboutus-box ul li{
	display: flex;
	align-items: center;
	
}
.aboutus-box span{
	font-size: 18px;
    font-family: 'Kanit-Medium';
}
.aboutus-box span.text-black{font-style: italic;}
.aboutus-box img{
	width: 20px;
	filter: invert(45%) sepia(60%) saturate(525%) hue-rotate(71deg) brightness(95%) contrast(94%);
	margin-right: 5px;
}
.aboutus-box h1{margin: 0;}
.aboutus-box ul li{margin: auto;}


.content-whatisindeem{
	padding: 10% 0;
	background: url("../images/bg-5.png") top center no-repeat;
	background-size: cover !important;
}

.slide-add1{padding: 2rem;margin-bottom: 2.5rem;}

.slide-add1 .carousel-indicators{margin: 0 auto;bottom: -1.5rem;}
.slide-add1 .carousel-indicators button{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50px;
	background: rgb(51 102 255 / 60%);
	border: none;
}
.slide-add1 .carousel-indicators button.active{background: #3366ff;}
.slide-add1 .carousel-control-next{margin-right: -2.5rem;} .slide-add1 .carousel-control-prev{margin-left: -2.5rem;}
.slide-add1 .carousel-control-next, .slide-add1 .carousel-control-prev{opacity: 1;}
.slide-add1 .carousel-control-next img, .slide-add1 .carousel-control-prev img{
	width: 25px;
	filter: invert(33%) sepia(62%) saturate(2997%) hue-rotate(217deg) brightness(95%) contrast(85%);
}
.slide-add1 .carousel-control-next img.hoverslide, .slide-add1 .carousel-control-prev img.hoverslide{display: none;}
.slide-add1 .carousel-control-next:hover img.arrowshow, .slide-add1 .carousel-control-prev:hover img.arrowshow{display: none;}
.slide-add1 .carousel-control-next:hover img.hoverslide, .slide-add1 .carousel-control-prev:hover img.hoverslide{display: block;}
.vdo-present iframe{
	width: 100%;
	height: 100%;
}
.vdo-present{
	width: 100%;
	overflow: hidden;
	height: 280px;
	border-radius: 10px;
}
.whatis-indeem{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
}
.whatis-indeem img{width: 100%;transition: all 0.5s;}
.whatis-indeem:hover img{transform: scale(1.05);}


.content-ceobox{
	padding: 10% 0 20%;
	color: #FFF;
	background: url("../images/bg-blue1.png") top center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.ceo-box{
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 2rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.ceo-box img{
	width: 100%;
	transition: all 0.5s;
}
.ceo-box:hover img{transform: scale(1.05);}

.content-ceobox .title-box p{color: #FFF;}

.content-visonmision{
	padding: 10% 0;
	background: url("../images/bg-4.png") top center no-repeat;
	background-size: cover;
}
.iconbox{
	position: relative;
	z-index: 1;
	margin-top: -5rem;
	margin-bottom: 5rem;
	padding: 1rem;
	text-align: center;
	background: #FFF;
	height: 100%;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.iconbox h1{
	font-size: 1.2rem;
	margin: 15px 0;
    font-family: 'Kanit-Medium';
}
.iconbox p{margin: 0;}
.iconbox img{
	width: 50px;
	transition: all 0.5s;
}
.iconbox img.ic-vis{filter: invert(58%) sepia(92%) saturate(1404%) hue-rotate(357deg) brightness(101%) contrast(108%);}
.iconbox img.ic-mis{filter: invert(24%) sepia(73%) saturate(1115%) hue-rotate(356deg) brightness(97%) contrast(88%);}
.iconbox img.ic-commit{filter: invert(49%) sepia(26%) saturate(1195%) hue-rotate(71deg) brightness(93%) contrast(91%);}


.content-whyindeem{
	padding: 10% 0;
	background: #FFF;
}
.content-whyindeem .title-box p{color: #339933;}
.whyindeem-box{
	height: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.whyindeem-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.content-certivicate{
	padding: 10% 0;
	background-attachment: fixed !important;
	background-size: cover !important;
	background: url("../images/bg-blue1.png") top center no-repeat;
}
.img-certi{
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.img-certi img{
	height: 100%;
	object-fit: contain;
	width: 100%;
	transition: all 0.5s;
}
.title-certi{color: #FFF;}
.title-certi h1{
	font-size: 1.4rem;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.title-certi p{margin: 0;}

.content-partner{padding: 10% 0;background: #FFF;}
.content-partner .title-box p{color: #8b4513;}


.content-ourteams{
	padding: 10% 0;
	background: url("../images/bg-2.png") top center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.img-teams{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.img-teams img{
	width: 100%;
	transition: all 0.5s;
}

.content-training{padding: 10% 0;background: #FFF;}
.training-list h1{margin-bottom: 1rem;}
.training-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.training-list ul li{
	display: flex;
	align-items: flex-start;
	padding-bottom: 5px;
}
.training-list img{
	width: 25px;
	margin-right: 10px;
	margin-top: 5px;
}

.content-joinus{
	padding: 10% 0;
	background: url("../images/bg-3.png") top center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.content-joinus .title-box p{color: #8b4513;}
.detail-joinus{margin: 2rem auto;}
.detail-joinus h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #8b4513;
    font-family: 'Kanit-Medium';
}
.detail-joinus p{
	margin: 0;
	font-size: .9rem;
}
.img-joinus{
	text-align: center;
	overflow: hidden;
	margin: 1rem auto;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.img-joinus img{
	width: 100%;
	transition: all 0.5s;
}
.content-whitebox{
	padding: 10% 0;
	background: #FFF;
}

.content-recoment{
	padding: 10% 0;
	background: url("../images/bg-4.png") top center no-repeat;
	background-size: cover;
}
.content-recoment .title-box p{color: #8b4513;}
.reader-box{
	text-align: center;
	margin-bottom: 1rem;
	text-decoration: none;
	border: none;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.reader-box h5{
	font-size: 1rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.reader-box p{
	margin: 0;
}
.reader-box .card-body{
	padding: .5rem;
}

.slide-brands .owl-carousel{padding: 1rem 2rem;}
.slide-brands .owl-carousel .owl-stage-outer{padding:1rem;}
.slide-brands .owl-carousel .item{
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.slide-brands .owl-carousel .owl-nav{
	display: flex;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #8b4513;
    font-size: 35px;
}




.content-incomeplan{
	padding: 10% 0;
	background: url("../incomeplan/images/Income-plan.png") top right no-repeat;
	background-size: cover !important;
}
.card-marketing{
	border-radius: 10px;
	margin-bottom: 1rem;
	padding: .75rem;
	background: #f8f8f8;
	border: 1px solid transparent;
	transition: all 0.5s;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
}
.card-marketing:hover{border-color: #4169e1 ;}
.card-marketing .vdo-present{height: 280px;}
.detail-market{margin-top: 1rem;}
.card-marketing.right-market ul{
	list-style: none;
	display: flex;
	align-items: center;
}
.card-marketing.right-market ul li:first-child{
	width: 30%;
}
.card-marketing.right-market ul li:last-child{
	width: 70%;
	padding-left: 15px;
}
.card-marketing.right-market iframe{
	width: 100%;
	height: 80px;
}


.content-skincare{
	padding: 10% 0;
	background: url("../images/bg-2.png") top center no-repeat;
	background-size: cover !important;
}

.img-products{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 2rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.img-products img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}
.guide-busi {
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	color: #FFF;
	transition: all 0.5s;
	background-image: -moz-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(65,105,225) 0%, rgb(106,184,255) 50%, rgb(51,102,255) 100%);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.guide-busi img{
	width: 100px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.guide-busi:hover img{transform: scale(.95);}
.guide-busi p{margin: 0;}
.guide-busi h1{margin:10px 0 0;}


.img-planpage{
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.img-planpage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.slide-planmarket{margin: 2rem auto;}
.slide-planmarket .owl-carousel .owl-stage-outer{overflow: inherit;}
.slide-planmarket .owl-carousel .owl-item{transform: scale(.9);transition: all 0.5s;}
.slide-planmarket .owl-carousel .owl-item.active{transform: scale(1.02);transition: all 0.5s;}
.slide-planmarket .owl-carousel{
	position: relative;
	padding: 1rem;
}
.slide-planmarket .owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 33px;
	color: #8b4513;
	justify-content: space-between;
	align-items: center;
	transform: translate(0,-50%);
}

.img-facebook{
	text-align: center;
	overflow: hidden;
	padding: 3% 0;
	background: url("../images/bg-2.png") center center no-repeat;
	background-size: cover !important;
}
.img-facebook img{
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #000000;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    border-radius: 25px;
    margin: .5rem auto;
    border: 1px solid #ff9900;
	background-color: #ff9900;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-policy:hover{
	transform: scale(.95);
	background: #FFF;
	color: #ff9900;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.footer {
	color: #FFF;
	padding:10% 0 7%;
	background: url("../images/bg-footer.png") top center no-repeat;
	background-size: cover !important;
}
.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer a{
	text-decoration: none;
	color: #fff;
}
.footer ul li{padding-bottom: 5px;}
.footer .ic-size{font-size: 18px;margin-right: 10px;}
.footer p{margin: 0;}
.footer h1{
    font-size:20px;
    margin-bottom: 10px;
	font-family: 'Kanit-Regular';
}
.address-footer img{
	width: 180px;
	margin: 15px auto;
}
.contact-footer{margin: 1rem 0;}
.footer a:hover{color:#4EBFF7;}
.copyright-box{
	text-align: center;
	padding: 15px;
	border-top: 1px solid #FFF;
	margin-top: 2.5rem;
	font-size: .9rem;
}
.copyright-box a:hover{
	text-decoration: underline;
	color: #4EBFF7;
}
.social-footer{margin: 1rem auto;}
.social-footer img{
	width: 45px;
	margin: 0;
	filter: brightness(0) invert(1);
	transition: ease-in-out 0.5s;
}
.social-footer a{
	display: inline-block;
	transition: ease-in-out 0.5s;
}
.social-footer a:hover{transform: scale(.95);}
.lineadd-footer{
	margin: 1rem 0;
}
.lineadd-footer img{
	width: 120px;
	margin: auto;
	transition: all 0.5s;
}
.img-footer {
    position: absolute;
    right: 0;
    bottom:8.8rem;
    z-index: 1;
    transform: rotateY(-180deg);
}
.img-footer img{
	width: 190px;
	margin: 0;
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background:#4169e1;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	.img-footer {
		bottom:10em;
	}
	
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




