.header .header-wrap .logo {
	width: 290px !important;
	margin: 10px 20px 0 0 !important;
	height: auto;
}

.header .header-wrap .nav-wrap {
	/*float: right !important;*/
}

#mainnav > ul > li > a {
	font-size: 13px !important;
	padding: 0 45px 0 0 !important;
	font-weight: bold !important;
}

#mainnav .menu .menu-item-has-children::before {
	right: 30px !important;
}

#mainnav ul.sub-menu {
	background-color: #fff !important;
}

#mainnav ul.sub-menu > li > a {
	font-size: 13px !important;
	color: #000 !important;
}

#mainnav ul.sub-menu > li > a:hover {
	color: #fff !important;
}

#mainnav .menu .menu-item-has-children::before {
	top: 15px;
	right: 33px;
}

#mainnav > ul > li > a {
	line-height: 50px;
}

.head-title{
	vertical-align: middle;
	padding-top: 15px;
}

.head-title .main-title{
	font-weight: bold;
	font-size: 30px;
	margin-top: 10px;
	color: #011CF1;
}

.head-title span{
	font-size: 13px;
	margin-top: 5px;
}

.flat-row.testimonial .testimonial-content {
	font-size: 14px !important;
	padding-top: 0px !important; 
	font-weight: 500;
}

.text-justify{
	text-align: justify;
}

.text-content{
	font-size: 15px;
}

.sidebar-inner{
    width: 97% !important;
}

.ol-none, .ul-none {
    list-style: none;
}

.course-image {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/**
 * Table press
 */
.tablepress {
	width: 97%;
	margin-top: 20px;
}

.tablepress > thead {
	background: #40327f none repeat scroll 0 0;
	color: #fff;
}

.tablepress.red > thead {
	background: #e53a40 none repeat scroll 0 0;
	color: #fff;
}

.tablepress th {
	text-align: center !important;
	border: 1px solid #e6e6e6;
}

.tablepress td {
	text-align: center !important;
	border: 1px solid #e6e6e6;
}

.tablepress tr:nth-child(2n) {
	background: #f9f9f9;
}

.tablepress > tbody > tr > td, .tablepress > tbody > tr > th,
.tablepress > tfoot > tr > td, .tablepress > tfoot > tr > th,
.tablepress > thead > tr > td, .tablepress > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

/**
 * spiffy table
 */
.spiffy.calendar-table{
	width: 100%;
}

.spiffy td{
	text-align: center !important;
	border: 1px solid #e6e6e6;
}

.spiffy .calendar-heading-tbl{
	width: 100%;
}

.spiffy .calendar-heading-tbl td{
	border: none;
}

/*.spiffy .calendar-heading-tbl .calendar-prev,*/
/*.spiffy .calendar-heading-tbl .calendar-next{*/
	/*background: #e53a40;*/
	/*padding: 5px;*/
	/*border-radius: 5px;*/
/*}*/

.spiffy .calendar-heading-tbl .calendar-prev > a,
.spiffy .calendar-heading-tbl .calendar-next > a{
	font-weight: 600;
	color: white;
	background: #e53a40;
	padding: 3px 25px;
	border-radius: 5px;
}

.spiffy > tbody > tr > td, .spiffy > tbody > tr > th,
.spiffy> tfoot > tr > td, .spiffy > tfoot > tr > th,
.spiffy > thead > tr > td, .spiffy > thead > tr > th {
	padding: 30px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.spiffy tr td:nth-child(6) {
	color: #e53a40;
}

.spiffy.cat-key{
	display: none;
}

.day-without-date{
	background: #f9f9f9;
}

.day-number {
	font-size: 40px;
}

.spiffy .day-with-date .event{
	display: block;
	font-size: 10px;
}

.spiffy-popup{
	display: none;
}


.tablepress.col-2-left .column-2 {
	text-align: left !important;
}

.tablepress.col-3-left .column-3 {
	text-align: left !important;
}

.tablepress.col-4-left .column-4 {
	text-align: left !important;
}
.tablepress.col-5-left .column-5 {
	text-align: left !important;
}

.tablepress.col-6-left .column-6 {
	text-align: left !important;
}

.tablepress.col-7-left .column-7 {
	text-align: left !important;
}

.gallery-image > a > img{
	margin-bottom: 30px;
}

.entry-content > ul {
	padding: 0 35px;
}

.entry-content > ul {
	padding: 0 35px;
}

.text-content > figure {
	max-width: 100% !important;
}


/*
 *---------------------------------------------------------------------------------------------------
 *
 *---------------------------------------------------------------------------------------------------
 */
.owl-carousel-vertical{
	transform: rotate(90deg);
	width: 270px;
	margin-top:100px;
}
.owl-carousel-vertical .item{
	transform: rotate(-90deg);
}
.owl-carousel-vertical .owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: calc(50% - 33px);
}
div.owl-carousel-vertical .owl-nav .owl-prev, div.owl-carousel-vertical .owl-nav .owl-next{
	font-size:36px;
	top:unset;
	bottom: 15px;
}

.coursenav ul{
	display: flex;
	list-style: none;
}
.coursenav ul li{
	padding-right: 1rem;
	padding-bottom: 2rem;
	cursor: pointer;
	font-weight: 700;
}
.coursenav ul li:hover{
	color: #40327f;
}

table{
	width: 100%;
	font-size: 13px;
}


.admission-form {
	max-width: 100%;
	margin: 1rem;
  }
  
  .admission-form input {
	padding: .5rem 1rem;
	outline: none;
	margin-bottom: 1rem;
	cursor: pointer;
  }
  
  .admission-form select {
	padding: .5rem 1rem;
	outline: none;
	cursor: pointer;
	margin-bottom: 1rem;
  }
  
  .admission-form option {
	
	padding: 1rem;
	
	outline: none;
	border: none;
	cursor: pointer;
  }
  
  .admission-form button {
	padding: 0 1rem;
	padding-bottom: 1rem;
	border: none;
	cursor: pointer;
	background: #40327f;
	
	color: #fff;
  }
  
  .admission-form button:hover {
	background: #334664;
  }
  
  .admission-form label {
	cursor: pointer;
	padding-left: 2px;
  }
  
  .admission-form .know-college {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  
  .admission-form .documents-admission input {
	display: none;
  }
  .admission-form .documents-admission label{
	  margin-bottom: 1rem;
	  border: 1px solid #334664;
	  padding: .5rem;
  }
  .admission-form .documents-admission label:hover{
	  color: #40327f;
  }
  .admission-form .agreement div{
	  display: flex;
  }
  @media (max-width: 768px) {
	.admission-form input {
	  max-width: 100%;
	  text-align: left;
	}
  }

  .forminator-custom-form {
	display: block !important;
  }