
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLRS0.woff"); 
	   font-weight: normal;
   font-style: normal;
}

@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLIS0.woff"); 
	   font-weight: normal;
   font-style: italic;
}

@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLBS0.woff"); 
	   font-weight: 500;
   font-style: normal;
}

@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLBS0.woff"); 
	   font-weight: 600;
   font-style: normal;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLBS0.woff"); 
	   font-weight: 700;
   font-style: normal;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLBS0.woff"); 
	   font-weight: 800;
   font-style: normal;
}

@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLBS0.woff"); 
	   font-weight: 900;
   font-style: normal;
}



@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLVS0.woff"); 
	   font-weight: 500;
   font-style: italic;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLVS0.woff"); 
	   font-weight: 600;
   font-style: italic;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLVS0.woff"); 
	   font-weight: 700;
   font-style: italic;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLVS0.woff"); 
	   font-weight: 800;
   font-style: italic;
}
@font-face { 
  font-family: "Poppins"; 
  src: url("/fonts/BRATLVS0.woff"); 
	   font-weight: 900;
   font-style: italic;
}

.logoslide {
position: absolute;
top: 293px;
width: 160px; 
right: 20px;
}



.fsl-5{
	font-size: 0.7rem!important;
}

.fs-4 {
font-size: .4em!important;
}
/* Medium devices (tablets, 768px and up)*/
@media only screen and  (min-width: 768px) { 

.logoslide {
top: 418px;
width: 160px;
right: 30px;
}
	
	
	.fs-4 {
font-size: calc(1.275rem + 0.3vw)!important;
}
	
	.fsl-5{
	font-size: 1.25rem!important;
}
	
}

/* Large devices (desktops, 992px and up)*/
@media only screen and  (min-width: 992px) { 

.logoslide {
top: 467px;
width: 220px;
right: 50px;
}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media only screen and  (min-width: 1200px) { 
.logoslide {
top: 490px;
width: 350px;
right: 50px;
}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and  (min-width: 1400px) { 
.logoslide {
top: 490px;
width: 350px;
right: 50px;
}
}
.ms-layer.ms-title {

 letter-spacing: .03em; 
}

.ms-layer.ms-title {
font-size: 4rem;
    
}
.capitalize {
text-transform: uppercase!important;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.helpermin {
    min-height: 120px;

}
.frame {

    white-space: nowrap;
    
     margin: 1em 0;
}





/* demo window */
.demo-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 23px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.demo-window:before, .demo-window:after, .demo-window .demo-window-content:before, .demo-window .demo-window-content:after {
  content: "";
  position: absolute;
  display: block;
}
.demo-window:before {
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 23px;
  background: #e5e5e5;
}
.demo-window:after, .demo-window .demo-window-content:before, .demo-window .demo-window-content:after {
  left: 10px;
  background: #ccc;
  top: 6px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.demo-window .demo-window-content {
  width: 100%;
}
.demo-window .demo-window-content img {
  display: block;
  width: 100%;
}
.demo-window .demo-window-content:before {
  left: 26px;
}
.demo-window .demo-window-content:after {
  left: 43px;
}
/* shadows */
.shadow-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.shadow-1, .shadow-hover-1:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shadow-2, .shadow-hover-2:hover {
  -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
}
.shadow-3, .shadow-hover-3:hover {
  -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
}
.shadow-4, .shadow-hover-4:hover {
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
}
.shadow-5, .shadow-hover-5:hover {
  -webkit-box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
}
.shadow-inset-1, .shadow-hover-inset-1:hover {
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}
.shadow-inset-2, .shadow-hover-inset-2:hover {
  -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
}
.shadow-inset-3, .shadow-hover-inset-3:hover {
  -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
}
.shadow-inset-4, .shadow-hover-inset-4:hover {
  -webkit-box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}
.shadow-inset-5, .shadow-hover-inset-5:hover {
  -webkit-box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
}
.shadow-sm-hover:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-hover:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg-hover:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}






.bzpback{background-image: linear-gradient(10deg,#2b4162 67%,#12100e 104%)}

.gridback {
	background-color: #2b4162;
	/*background-image: linear-gradient(10deg, #2b4162 67%, #12100e 74%);*/
	overflow: hidden;
	height:100%;
}



.bzpgridcontainer {
		background-color: #2b4162;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: auto;
	perspective:600px;
		background-image: linear-gradient(10deg, #2b4162 0%, #12100e 104%);
	overflow: hidden;
}

.grid {
	display: grid;
	width: 35%;
	transform-style: preserve-3d;
	height:400px;
}

.cell {
	position: relative;
	background: #2b4162;
	&:before {
		padding-top: 100%;
		content: "";
		display: block;
	}
}
.nobackground{
	background-color: transparent;
background-image: linear-gradient(10deg,transparent 0%,transparent 0%)
}

.text-primary{
	color:rgb(43,65,98)!important;
}
.navbar .navbar-nav .nav-link  {
	font-weight: 600 !important;
}