@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");


body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color:#000000;
}
a {
    color: #9a0000;
    text-decoration: none;
    background-color: transparent;
}



.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
header {
	position:absolute;
	width:100%;
	z-index:9999;
}

.bg-dark {
    background-color: #ffffff!important;
}
.navbar-dark .navbar-brand {
    padding: 0px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000!important;
	font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #9a0000!important;
}

/* hero carousel **/

.carousel-caption h3{
	color: #ffffff;
	font-size: 36px;
	
}

.carousel-caption span {
    color: #ff4500;
	font-weight: 700;
    text-transform: capitalize;
}

.carousel-caption p{
	color: #ffffff;
	font-size: 20px; /*16px;*/
    line-height: 22px;
    margin: 15px 0px 10px 0px;
	/*font-family: Montserrat;*/
	font-weight: 300;
}
.carousel  {
	overflow:hidden;
	height:600px;
	position:relative;
	
}
.carousel-caption {
    top: 0%;
    left: 15%; 
}
.carousel-caption-content {
    position: absolute; 
   /*  top: 0%;
    left: 0%;*/
    z-index: 10;
    color: #fff;
    text-align: left;
    width: 700px; /*100%;*/
    background: rgba (0,0,0, 0.3);
    /* height: 700px; */
    transform: translate(0%, 50%);
}
/*.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.5);
} */

.banner1 {
	width: 800px; /*100%;*/
    transform: translate(0%, 30%);
}

.banner1 p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}
.banner1 .icon-pic {
	margin: 0px 10px 0px 0px;
	border:1px solid #ffffff;
	border-radius:6px;
	float:left;
}
.banner1 .pointsbox {
	background:rgba(0,0,0,0.6);
	padding:15px 15px 0px 15px;
	border:1px solid #ffffff;
}

.carousel-indicators li {
width: 12px;
    height: 12px;
	border:1px;
}


.banner1 h3.btitle{
    font-size: 90px;
    margin: 0px;
    padding: 0px;
    line-height: 80px;
}
.banner3 h3.btitle{
    font-size: 60px;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
}

.banner1 .redbg, .banner3 .redbg {
	background-color: #be1e2d;
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}
.banner3 .redbg {
	 margin-bottom: 30px;
}
.banner1 .redbg p, .banner3 .redbg p  {
	font-size:26px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.banner1 .yellowbg {
	background-color: #ffdd16;
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}
.banner1 .yellowbg p {
	font-size:26px;
	color:#000000;
	padding:0px;
	margin:0px;
}

.banner3 {
	width:100%;
	top:0px;
	transform: translate(0%, 30%);
}

.numberlist{
	width:100%;

}
.numberlist ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
	/*margin-bottom: 4em;*/
	padding-left: 1em;
	
}
.numberlist ol li{
	display:inline; 
    float:left;
	margin-right: 2em;
	margin-bottom: 10px;
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	background: #d2d3d5;
	font-size: 1.5em;	
}
.numberlist ol ol{
	margin: 0 0 0 2em;
}


.numberlist h4 {
color:#bf1e2e;
}
.numberlist h4, .numberlist p {
padding:0px;
margin:0px;
}
.numberlist p {
	color:#000000;
	font-size: 16px;
}

.numberlist li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1em;
	top: 50%;
	margin-top: -1em;
	background: #bf1e2e;
	height: 2em;
	width: 2em;
	line-height: 2em;
	/*border: .3em solid #fff;*/
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color:#FFF;
}

.feature-points {
	display:table;
	margin-bottom: 20px;
}
.feature-points p {
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
}

.form-block-container {
	position:absolute;
	right:15%;
	top:5%;
	z-index:999;
	width:350px;
}
.form-title h3{
	color:#9a0000; /*#4e4fa2;*/
}

.footer {
	text-align: center;
    background: #000000;
    color: #cacaca;
}
.footer p{
	margin:0px;
	padding:10px 0px;
}

.bg-grey {
	background: #f3f3f3; /*#f9f4ff;*/
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9a0000; /*#2e6ebd;*/
}

.nav-pills .nav-link {
    background: #949494; /*#ddd;*/
    margin-right: 1px;
    margin-bottom: 10px;
	/*font-size: 20px;*/
    font-weight: 500;
	color:#ffffff; /*#9a0000;*/
	/*border-radius: 40px;*/
	border-radius: 0px;
    transform: skew(-20deg);
    min-width: 100px;
	text-align:center;
}
.tab-content {
	border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 20px 20px;
}

.highlight-button {
	border:1px solid #9a0000;
	
	background: url(../../assets/img/banner-bg.jpg) !important; 
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 700;
	text-transform:capitalize;
    border-radius: 40px;
}




/*.........................programme details....................*/

.details-wrapper {
    padding: 0px;
}

.details-wrapper h2 {
    /*font-size: 28px;*/
    /*color: #d4aa59;*/
    margin-bottom: 30px;
}
.accordion .card:last-child {
    border-bottom: 1px solid #bbb;
}
.card {
    border: none;
    background: transparent;
	border-radius:0px;
}

.card-header {
    padding: 0px;
    background: transparent;
     /*border-bottom: none;
   border-top: 1px dotted #a7a7a7; */

    border: 1px solid #bbb;
}

.card-header .btn-link {
    padding: 15px 15px;
    display: block;
    background: #e6e6e6;
    /* font-size: 20px; */
    text-decoration: none;
    color: #000;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
    border-radius: 0px;
}

.card-header .btn-link img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    transform: translateY(-50%) rotate(0deg);
    transition:  all 0.4s ease-in-out;
}

.card-header .btn-link.collapsed img {
    transform: translateY(-50%) rotate(180deg);
}

.accordion .card-body {
    padding: 15px;
	border: 1px solid #bbb;
	border-bottom: none;
}

ul {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

.card-body p {
    margin: 0px;
    padding: 4px 0px;
    line-height: 1.3;
}

/*.accordion .card:last-child {
    border-bottom: 1px dotted #a7a7a7; 
}*/

/*..............................Specifications..........................*/

.spec-wrapper {
    /*background: #000;
    color: #fff;
    padding: 60px 0px;*/
}

.spec-wrapper h2 {
    /*color: #d4aa59;*/
    font-size: 28px;
    margin-bottom: 15px;
}

.spec-wrapper p {
    /*color: #fff;*/
    line-height: 1.6;
    margin-bottom: 10px; /*40px;*/
}

.spec-wrapper .spec-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 300px; /*200px;*/
    margin: 20px 0px;

}

.spec-wrapper .spec-box img {
    height: 40px;
}

.spec-wrapper .spec-box h5 {
    margin: 0px;
    font-size: 18px;
    padding-left: 18px;
    line-height: 1.1;
}

.spec-wrapper span {
    width: 0px;
    height: 40px;
    border-left: 1px dotted #a7a7a7; /*#d4aa59;*/
    display: inline-block;
}


@media( max-width: 767px ) {
	.nav-pills .nav-link {
		min-width:unset;
	}
	a.btn-custom-tag {
    margin-top: 10px;
    display: block;
    width: 100%;
	}
	.card-link+.card-link {
    margin-left: 0rem;
	}
    .spec-wrapper .col-auto {
		width:100%;
	}
    .spec-wrapper .spec-box {
        width: 100%;
        margin: 12px 0px;
    
    }
    
    .spec-wrapper .spec-box img {
        height: auto;
        width: 25px;
    }
    
    .spec-wrapper .spec-box h5 {
        font-size: 15px;
        padding-left: 12px;
    }
	.spec-wrapper span {
		display:none;
	}
	.about-wrap {
    margin-top: -15%;
	}

}


@media( max-width: 350px ) {
    .spec-wrapper .spec-box {
        width: 110px;
        margin: 20px 0px;
    
    }
    
    .spec-wrapper .spec-box img {
        height: auto;
        width: 25px;
    }
    
    .spec-wrapper .spec-box h5 {
        font-size: 13px;
        padding-left: 12px;
    }
}


/* accordion styles **/
.btn.focus, .btn:focus {
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}



/*---------banner section-----------*/

.banner-section {
    padding: 0px;
    margin: 0px 0px 20px;
    position: relative;
	background:#949599;
	/*background: rgb(190,40,121);
background: linear-gradient(90deg, rgba(190,40,121,1) 0%, rgba(48,54,147,1) 100%); */
    /*background-color: #22204b; */ /*#b92c2c;*/
    /*background-image: url(../../assets/img/banner-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.banner-section .owl-carousel {
    position: relative;
    z-index: 0;
}

.banner-section .owl-carousel .owl-stage{display: flex;}

.banner-section .owl-carousel .item {
    padding: 0px;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    overflow-x: hidden !important;
    background: transparent;
}

.banner-section h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    margin: 0px;    
    z-index: 2;
    position: relative;
    margin: 0px 0px 100px;
}


.banner-section .owl-carousel .owl-item {
	 height: 600px;
}
.banner-section .owl-carousel .owl-item img {
   /* position: relative;
    z-index: 1;
    width: auto;
    height: 500px;
    margin-left: -250px;
    padding-top: 15px;*/
	
	position: relative;
    z-index: 1;
    width: auto;
    height: auto;
   
}

.banner-section .owl-carousel .owl-dots {
    position: absolute;
    width: 1140px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 0px 10px;
}

.banner-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #fff;
}

.banner-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background: #fff !important;
}


@media( max-width: 1199px ) {

    .banner-section .owl-carousel .owl-item img {
        height: 400px;
    }

    .banner-section .owl-carousel .owl-dots {
        width: 960px;
        bottom: 60px;
    }

    .banner-section h1 {
        font-size: 30px;
    }
}

@media( max-width: 991px ) {

    

    .banner-section h1 {
        font-size: 32px;
        line-height: 1.1;
        margin: 0px;
        padding-bottom: 105px;
    }

    .banner-section .owl-carousel .owl-dots {   
        bottom: 60px;
        width: 720px;
    }
}

@media( max-width: 767px ) {
	
	.banner-section .owl-carousel .owl-item {
	 height: auto;
	}

    .banner-section .owl-carousel .owl-item img {
        position: relative;
        z-index: 1;
        width: auto;
        height: 300px;
        margin-left: 0px;
        padding-top: 0px;
    }    

    .banner-section .item {
        height: auto !important;
        position: relative;
        padding-bottom: 0px !important;
    }

    .banner-section .owl-carousel .item:after {
        top: 8%;
        bottom: 0px;
    }

    .banner-section hr{
        margin: 10px auto;
    }
   
    .banner-section h1 {
        font-size: 24px;
        margin-top: 30px;
        padding-top: 0px;
        min-height: 120px;
        margin-bottom: 30px;
        padding-bottom: 0px;
    }

    .banner-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px;
    }

    .banner-section .owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 300px;
        left: 0px;
        transform: none;
        text-align: center;
        padding: 0px 15px;
    }


}

@media( max-width: 575px ) {

    .banner-section .owl-carousel .owl-dots {
        bottom: 60vw;
        margin-bottom: 10px;
    }

    .banner-section .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
    }

    .banner-section h1 {
        font-size: 22px;
        margin-top: 15px;
        padding-top: 30px;
        min-height: 150px;
    }

    .banner-section .owl-carousel .owl-item img {
        position: relative;
        z-index: 1;
        width: auto;
        height: 60vw;
        margin-left: 0px;
        padding-top: 0px;
    }  

}


/*-----------------------form section---------------------*/

.form-section {
    padding: 0px 0px 0px;
    position: relative;
}

.form-wrap {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    border-radius: 0px; /*20px;*/
    padding: 0px; /*15px 20px;*/
    background: #fff;
    margin-top: -155%; /*-132%;*/
}
.agree-condition {
	font-size:13px;
}
.form-wrap h6 {
    font-weight: 700;
}

.form-wrap .form-group {
    margin-bottom: .5rem;
}

.form-wrap .form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 3px 0px !important;
    border-bottom: 1px solid #c0c0c0 !important;
    /*font-size: 12px;*/
    height: 30px !important;
}

.form-wrap select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../assets/img/select.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    cursor: pointer;
}

.form-wrap .form-control:hover,
.form-wrap .form-control:active,
.form-wrap .form-control:focus {
    border-bottom: 1px solid #D56357 !important;
}

.form-wrap p {
    font-size: 13px;
    line-height: 1.3;
}

.form-wrap .btn-custom {
    color: #fff !important;
    
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    padding: 8px 20px;
    border-radius: 40px;
    /* margin-top: 10px; */
}

.view-more {
    cursor: pointer;
}

.view-more.hide {
    display: none;
}

.more {
    display: none;
}

.more.show {
    display: inline;
}

.form-section .icon-box {
    margin: 0px 0px 10px 0px;
}

.icon-box img {
    width: 30px;
    margin-right: 7px;
}

.icon-box h6 {
    font-size: 13px;
    margin: 0px;
}

.icon-box h6 span {
    font-weight: 700;
}

.form-section .sep {
    width: 0px;
    border-right: 1px dotted #000;
    height: 35px;
	margin-bottom:10px;
}


@media( max-width: 1199px ) {
    .form-wrap {
       /* margin-top: -85%;*/
    }

    .form-section .icon-box {
        min-width: 250px;
        margin: 15px 0px 15px 0px;
    }
}

@media(max-width: 991px) {

    .form-section {
        padding-bottom: 0px;
    }

    .form-wrap {
        margin-top: 10px;
        margin-bottom: 80px;
        position: relative;
        z-index: 1;
    }

    .form-section .vect {
        position: absolute;
        top: -50px;
        left: 0px;
        width: 250px;
        z-index: 0;
        transform: translateX(-75%);
    }
 }

@media( max-width: 767px ) {
	.about-box {
          display: flex;
          flex-flow: row wrap;
        }
    .about-box :nth-child(1) { order: 2; }
	
	.banner-section .content-area {
     margin-bottom: 0px; 
	}

    .form-wrap {
        /*margin-top: 30px;*/
		 
    }

    .form-section .icon-box {
        min-width: 200px;
        margin-bottom: 30px;
    }
}

@media( max-width: 575px ) {
    .form-wrap {
       /* margin-top: 50px;*/
    }

    .form-section {
        padding-bottom: 0px;
    }

    .about-section .icon-box {
        min-width: 270px;
        margin: 0px 0px 30px 0px;
    }

    .about-section .sep {
        display: none;
    }
}


/*-------------------------campus section--------------------*/

.campus-section {
    padding: 80px 0px 90px;
}

.campus-section h2 {
    margin-bottom: 70px;
    font-size: 31px;
    font-weight: 700;
}

.campus-box .card {
   /* height: 100%;*/
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.18);
	margin-bottom:1em;
}

.campus-section p {
    padding: 40px 15px 0px;
    font-size: 15px;
    min-height: 260px;

}

.campus-section p span {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}

.campus-section .btn-custom {
    margin-bottom: 30px;
    font-size: 13px;
}

@media( max-width: 991px ) {
    .campus-box {
        max-width: 500px;
        height: auto;
        margin: 0px auto 0px;
    }

    .campus-box img {
        width: 100%;
    }

    .campus-section {
        padding-bottom: 30px;
    }
} 

@media( max-width: 575px ) {
    .campus-section h2 {
        margin-bottom: 40px;
    }

    .campus-section p {
        padding: 40px 15px 30px;
        font-size: 15px;
        min-height: auto;
    }
}

a.btn-custom {
	margin-top:10px;
	display:block;
}
.btn-custom {
    background: url(../../assets/img/banner-bg.jpg) !important; 
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    min-width: 200px;
    padding: 8px 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a.btn-custom-tag {
	margin-top:10px;
	/*display:block;*/
}
.btn-custom-tag {
    background: #e0e0e0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #000 !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;
    min-width: 200px;
    padding: 8px 20px;
    border: 1px solid #bbb;
    outline: none !important;
    box-shadow: none !important;
}

.about-wrap {
	/*margin-top:-15%;*/
}
.social-icons {
	margin-bottom:15px;
}
.social-icons ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}
.social-icons li a{
	color:#000000;
}
.social-icons li {
	display:inline;
	padding:0px 4px;
	font-size:24px;
}

/*.underline-head {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78779/bacon.svg");
  background-position: 0 1.06em;
  background-size: 28px 9px;
  background-repeat: repeat-x;
  
}*/
.underline {
	margin-bottom:1em;
}

/*.underline::after {
  content: "";
  display: block;
  border-bottom: 3px solid orange;
  width: 150px;
  position: relative;
  margin: 0 auto;
  bottom: -6px;   your padding + border-width 
} */
.underline::after {
content: "";
display: block;
  position: relative;
  bottom: 2px;
  left: 0;
  height: 3px;
  width: 150px;
  margin: 0 auto;
  bottom: -6px;  /* your padding + border-width */
  background: rgb(190,40,121);
background: linear-gradient(90deg, rgba(190,40,121,1) 0%, rgba(48,54,147,1) 100%);
  
}

.section-title {
	color:#9a0000;
}

.comp-logos {
    text-align: center;
	margin-top: 10px;
}
.comp-logos img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
	width:100%;
	border-radius: 10px;
}
.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
	border:none;
	outline:none;
}
.list-columns {
	column-count:3;
}
@media( max-width: 767px ) {
	.list-columns {
	column-count:1;
	}
	#table-scroll-x {
	overflow-x: scroll;
	}
	.location-title {
	font-size: .8em!important;
	}
	
}

#pills-tab {
	align-items: center;
	justify-content: center;
}

.footer-contact {
	background:#efefef;
}

.btn-apply {
    background: #d68e8e57; /*#e0e0e0;*/
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #9a0000!important; /*#000 !important;*/
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;
    min-width: 100px;
    padding: 8px 20px;
    /*border: 1px solid #bbb;*/
    border: 2px solid #9a0000;
    outline: none !important;
    box-shadow: none !important;
	float: left;
    margin: 10px 0px;
    text-align: center;
}
.btn-apply:hover {
	text-decoration:none;
}


/*** gallery ***/
#gallery {
	overflow-x:hidden;
}
/* hover styles */
.location-listing {
  position: relative;
  margin: 0px;
    box-shadow: 3px 3px 3px 2px rgba(0,0,0, 0.25);
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  
  
}


.location-title {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(0,0,0,.5);
  color: #ffffff;
  
  /* position the text in the middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-title, a.location-title:hover {
	color: #ffffff;
	
}

.location-listing .location-title {
  opacity:0; /* .8;*/
  
}

.location-image img {
	height: 100%; /*300px;*/
    width: 100%;
	transition: all 0.3s;
}

.location-listing .location-image img {
  /*filter: blur(2px);*/
  transition: all 0.3s;
  transform: scale(1.1);
}


/* for touch screen devices */
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    /*filter: blur(2px);*/
    transition: all 0.3s;
  transform: scale(1.1);
  }
}
/*** gallery ***/


.fixed-enquire {
    position: fixed;
    bottom: 14em;
    transform: rotate(-90deg);
    background-color: #9a0000;
    right: -100px;
    border-radius: 6px;
    z-index: 9999;
}
.fixed-enquire .side-equire {
    color: #fff;
    letter-spacing: 0.27px;
    font-size: 18px;
    /* padding: 15px 30px 20px; */
    padding: 12px 30px 40px 30px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.vertical-center {
	align-items: center;
    justify-content: center;
    display: flex;
}
.table {
	background:#ffffff;
}