.t-justify {
    text-align: justify;
}

#more {
    display: none;
}
#more li {
    list-style: disc;
}

/* slider banner start */
.slider {
  margin-bottom: 30px;
  position: relative;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #53B949;
  color: #fff;
}

.slider .slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  height: 370px;
}

.slider .slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.slider .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.slider .owl-dots {
  text-align: center;
}

.slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.slider .owl-dots .owl-dot.active {
  background: #f44336 !important;
}

/* slider banner end */

.tab-content{
	margin-top: 20px;
}
.tab-horizontal .tab-content {
    margin-top: 20px;
}
.tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
}
.tab-nav-item {
		list-style: none;
}
.tab-nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.09px;
    text-align: center;
    color: #1f2949;
}

.tab-horizontal .tab-nav-item {
    margin: 0px 28px;
}

.tab-nav-link.active {
    color: #0352cc;
}

.tab-nav-item:first-child {
    margin-left: 0;
}

.tab-nav-item:last-child {
    margin-right: 0;
}

/* Tab (Vertical menu) */
.tab-vertical .tab-wrapper{
	display: flex;
	align-items: center;
}
.tab-vertical .nav-tabs {
    flex-basis: 250px;
    flex-direction: column;
    border: 0;
}
.tab-vertical .tab-content{
	flex-basis: calc( 100% - 250px);
	padding-left: 20px;
}
.tab-vertical .nav-tabs li a {
    display: block;
    text-align: start;
    padding: 10px;
}

.tab-vertical .nav-tabs li:not(:first-child) {
    margin-top: 2px;
}

.tab-vertical .tab-nav-item {
    background: #2a396e;
    margin: 20px 0px;
}
.tab-vertical .tab-content{
		margin-top: 0px;
		background: #fbf5f5;
		padding: 20px;
		height: 750px;
        overflow-y: scroll;
        padding-top: 0px;
        scroll-behavior: smooth;
}
@media screen and (max-width:767px){
		.tab-vertical .tab-content{
			margin-top: 3px;
		}
		.tab-vertical .tab-wrapper{
			display: block;
		}
}
.tabs {
    max-width: 1520px !important;
}
.tab-heading{
    font-size: 1.2rem;
}
.tab-pane h3 {
    font-size: 1.1rem;
}
.table td, .table th {
    text-align: center;
}
.table td {
    border-right: 1px solid #dee2e6;
}

.tab-section-wrapper {
    padding: 20px 0 50px !important;
}

/* cards starts here css */

        .hover-cards {

            position: relative;

            overflow: hidden;

            margin-top: 15px;
            border:none;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            height: 250px !important;
        }




        .h-card {

            background: #323C72;

            position: absolute;

            border-radius: 10px;

            bottom: -100%;

            left: 0%;

            height: 100%;

            padding: 25px;

        }




        .h-card p {

            color: white;

        }




        .hover-cards:hover .h-card {

            bottom: 0%;

            transition-duration: 0.5s;

        }

