 
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/* Custom styles for this template */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
 .navbar-nav{
  padding-top: 50px;
  font-size: 20px;

}
.navbar-nav .nav-item {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
.navbar-nav .nav-item .dropdown-item{
    /*text-align: center;*/
    font-size: 20px;
  }
  .li_btn1{display: none;}
  .li_btn2{display: block;}
 
}
@media (min-width: 991.98px) {
  .li_btn1{margin-left: 15px;display: block;}
  .li_btn2{margin-left: 15px;display: none;}
 
}
/*icon menu*/
.remove_menu{
  width: 60px;
  height: 60px;
  background-color: #FFF;
  font-size: 30px;
  border-radius: 50%;
  padding: 5px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}
/*icon menu*/
.nav-scroller .nav {
  color: #FFF;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
} 

.nav-scroller .nav-link:hover {
  color: #007bff;
}

.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}



@media (min-width:275px) {
	.navbar-brand{
			z-index: 3;
			height: 70px;
      margin-top: -20px;
			border: 0px #5B2F solid;
		   /* margin: 0 5%;*/
	}

	.divHeader {
        width: 100%;
        height: 60px;
        margin-top: 0px;
        z-index: 5;
	    	border: 0px #5B2F solid;
	 
		
    }
    #divHeaderPic01 {
        width: 60px;
        height: 60px;
        float: left;
        margin-top: 5px;
        position: absolute;
        z-index: 2;
		border: 0px #5B2F solid;
    }
	#divHeaderPic01 img {
        width: 40px;
        height: auto;
        padding-top: 10px;
    }
	 
    #divText01 {
        width: 250px;
        height: 30px;
        float: left;
        margin-top: 15px;
        margin-left: 43px;
        position: absolute;
        z-index: 3;
        text-align: left;
        font-size: 16px;
        font-weight: 100 !important;
        border: 0px #5B2F solid;
        color: #fff !important;
        font-family: 'Prompt', sans-serif;
    }
    #divText02 {
        width: 250px;
        height: 20px;
        float: left;
        margin-top:35px;
        margin-left: 45px;
        position: absolute;
        z-index: 4;
        text-align: left;
        font-size: 12px;
        font-weight: 500;
		border: 0px 5B2F solid;
		color: #fff !important;
    }

	.top-header {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 20;
		text-align: center;
		width: 100%;
		height: 90px;
		box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 6%);
	   /* margin: 0 5%;*/
	}
 
}
 
@media (min-width:700px) {
	.navbar-brand{
		position: relative !important;
		width: 400px;
		height: 60px;
		border: 0px #00B2FF solid;
	   /* margin: 0 5%;*/
}
	.top-header {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 20;
		text-align: center;
		height: 60px;
		padding-top: 10px;
	   /* margin: 0 5%;*/
	}
	
	.divHeader {
        width: 400px;
        height: 60px;
        float: left;
        margin-top: 0px;
        position: absolute;
        z-index: 2;
		border: 0px #00B2FF solid;
    }

    #divHeaderPic01 {
        width: 45px;
        height: 50px;
        float: left;
        margin-top: 5px;
        position: absolute;
        z-index: 2;
		border: 0px #00B2FF solid;
    }
	#divHeaderPic01 img {
        width: 45px;
        height: auto;
        padding-top: 7px;
    }
	 
    #divText01 {
        width: 340px;
        height: 30px;
        float: left;
        margin-top: 9px;
        margin-left: 48px;
        position: absolute;
        z-index: 3;
        text-align: left;
        font-size: 21px;
        font-weight: 100 !important;
        border: 0px #5B2F solid;
        color: #fff !important;
        font-family: 'Prompt', sans-serif;
    }
    #divText02 {
        width: 340px;
        height: 20px;
        float: left;
        margin-top: 30px;
        margin-left: 50px;
        position: absolute;
        z-index: 4;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
		border: 0px 00B2FF solid;
		color: #FFF;
    }
}

@media (min-width:900px) {
	.navbar-brand{
		position: relative !important;
		width: 350px;
		height: 60px;
		border: 0px #B2FF solid;
	   /* margin: 0 5%;*/
}
	.top-header {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 20;
		text-align: center;
		height: 60px;
		padding-top: 10px;
	   /* margin: 0 5%;*/
	}
	
	.divHeader {
        width: 350px;
        height: 60px;
        float: left;
        margin-top: 0px;
        position: absolute;
        z-index: 2;
		border: 0px #B2FF solid;
    }

    #divHeaderPic01 {
        width: 45px;
        height: 50px;
        float: left;
        margin-top: 5px;
        position: absolute;
        z-index: 2;
		border: 0px #B2FF solid;
    }
	#divHeaderPic01 img {
        width: 40px;
        height: auto;
        padding-top: 3px;
    }
	 
    #divText01 {
        width: 300px;
        height: 30px;
        float: left;
        margin-top: 8px;
        margin-left: 45px;
        position: absolute;
        z-index: 3;
        text-align: left;
        font-size: 18px;
        font-weight: 100 !important;
        border: 0px #5B2F solid;
        color: #fff !important;
        font-family: 'Prompt', sans-serif;
    }
    #divText02 {
        width: 340px;
        height: 20px;
        float: left;
        margin-top: 30px;
        margin-left: 48px;
        position: absolute;
        z-index: 4;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
		border: 0px 00B2FF solid;
		color: #FFF;
    }
}


@media (min-width:1400px) {
	.navbar-brand{
		position: relative !important;
		width: 500px;
		height: 75px;
		border: 0px salmon solid;
	   /* margin: 0 5%;*/
}
	.top-header {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 20;
		text-align: center;
		width: 100%;
		height: 100px;
		padding-top: 10px;
	   /* margin: 0 5%;*/
	}
	
	.divHeader {
        width: 500px;
        height: 75px;
        float: left;
        margin-top: 0px;
        position: absolute;
        z-index: 2;
		border: 0px salmon solid;
    }

    #divHeaderPic01 {
        width: 55px;
        height: 60px;
        float: left;
        margin-top: 5px;
        position: absolute;
        z-index: 2;
		border: 0px salmon solid;
    }
	#divHeaderPic01 img {
        width: 55px;
        height: auto;
        padding-top: 8px;
    }
	 
    #divText01 {
        width: 400px;
        height: 30px;
        float: left;
        margin-top: 11px;
        margin-left: 65px;
        position: absolute;
        z-index: 3;
        text-align: left;
        font-size: 25px;
        font-weight: 100 !important;
        border: 0px #5B2F solid;
        color: #fff !important;
        font-family: 'Prompt', sans-serif;
    }
    #divText02 {
        width: 400px;
        height: 20px;
        float: left;
        margin-top: 40px;
        margin-left: 67px;
        position: absolute;
        z-index: 4;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
		border: 0px salmon solid;
		color: #FFF;
    }
}
 