.top-bar-new {
  padding: 10px 50px 0px 50px;
  margin-bottom: -10px;
  background-color: #f7f3e8;
}
.top-bar-new p a {
  color: #000000;
  font-weight: 600;
}
.top-bar-new p {
  color: #000000;
  font-weight: 600;
}

.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #ff8c00;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #ff8c00;
  border-right: 0.125rem solid #ff8c00;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;

  opacity: 0;
  transition: all 0.35s;
}
.border-bottom-vm{
  border-bottom: 0.25rem solid #ff8c00;
}
.tab-switch:checked + .tab-label {
  background: #1b3977;
  color: #fff;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.banner-section {
  margin: 100px 0px 20px 0px;
  padding: 70px 0px;
  /* background-color: #1b3977; */
  align-items: center;
  background-image: url('../images/banner-page.jpg');
  background-size: cover;
  background-position: center;
}
.banner-title {
  color: #f7f3e8;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.breadcrumb a {
  color: #f7f3e8;
}
.breadcrumb a:hover {
  color: #ff8c00;
}

/* contact section */
.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
    border-radius: 0 0.625rem 0.625rem 0;
    /* padding: 5rem !important */
  }
}
.contact-info__list span.position-absolute {
  left: 0;
}

.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}

@media (min-width: 1024px) {
  .contact__wrapper {
    border-radius: 0.625rem 0 0.625rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
    /* padding: 5rem !important; */
    background-color: #f3f3f3;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}
.shadow-lg,
.shadow-lg--on-hover:hover {
  box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}
label {
  color: #222222;
}

/* Facilities  */
.page-timeline {
  margin: 30px auto 0 0;
  position: relative;
  max-width: 1000px;
}

.page-timeline:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 300px;
  right: auto;
  height: 100%;
  width: 3px;
  background: #3498db;
  z-index: 0;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.page-timeline:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  background: #3498db;
  background: -webkit-linear-gradient(top, #4782d3, rgba(52, 152, 219, 0));
  background: linear-gradient(to bottom, #4782d3, rgba(52, 152, 219, 0));
  top: 100%;
  left: 303px;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.vtimeline-content {
  margin-left: 400px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 25px 20px;
  border-radius: 3px;
  text-align: left;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.vtimeline-content h3 {
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.vtimeline-content p {
  font-size: 17px;
  margin: 0;
  color: #222222;
}

.vtimeline-point {
  position: relative;
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
}

.vtimeline-icon {
  position: relative;
  color: #fff;
  width: 120px;
  height: 120px;
  background: #4782d3;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 120px;
  z-index: 99;
  margin-left: 230px;
}

.vtimeline-icon i {
  display: block;
  font-size: 55px;
  line-height: 120px;
}

.vtimeline-date {
  width: 350px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: 600;
  color: #0c0c0c;
  font-size: 30px;
}
.post-meta {
  padding-top: 15px;
  margin-bottom: 20px;
}
.post-meta li:not(:last-child) {
  margin-right: 10px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #252525;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  letter-spacing: -0.2px;
  line-height: 1.3;
}
.mb20 {
  margin-bottom: 20px !important;
}

/* gallery */
.img-content {
  margin-top: 30px;
}

.img-content .title {
  margin-bottom: 20px;
}
.img-responsive {
  margin: 25px;
}
/* 
img {
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
  margin-bottom: 20px;
} */

.gray img:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.tilt img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);

  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.vertpan img:hover {
  margin-top: -50px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  transition: margin 1s ease;
}

.shrink img:hover {
  opacity: 0.7;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-timing-function: ease-out;

  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
}

.tilt img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* Courses */
.card-box {
  position: relative;
  color: #fff;
  padding: 30px 20px 40px;
  margin: 20px 0px;
  border-radius: 10px;
}
.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}
.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}
.card-box .inner {
  padding: 5px 10px 15px 10px;
}
.card-box h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 8px 0;
  white-space: wrap;
  padding: 0;
  text-align: left;
}
.card-box p {
  font-size: 15px;
}
.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
}
.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
  background-color: #019fc7 !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-orange {
  background-color: #f39c12 !important;
}
.bg-red {
  background-color: #d9534f !important;
}
.bg-violet {
  background-color: #48018a !important;
}

/* New Mission Vision */
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 10px 15px;
  left: 0;
  top: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0 8px 8px 0;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #faeace;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #3a3973;
}
.blog-grid .blog-info p {
  margin: 0;
  color: #222222;
  font-size: 17px;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: #fe4f6c;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  -moz-transition: ease right 0.3s;
  -o-transition: ease right 0.3s;
  -webkit-transition: ease right 0.3s;
  transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* commited to... */
.rounded-circle {
  border-radius: 50% !important;

}
.commited-to img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sub-info{
  font-size: 28px;
  font-weight: 600;
  /* font-family: 'Poppins', sans-serif; */
  color: #1B3977;
}

.display-30 {
  font-size: 16px;
  margin-top: -30px;
  color: #222222;
  text-align: justify;
}

/* Features */
.bg-light-primary {
  background-color: #f9fbff !important;
}
.pb-6, .py-6 {
  padding-bottom: 3.75rem !important;
}
.pt-6, .py-6 {
  padding-top: 3.75rem !important;
}
.hover-scale, .hover-scale:hover {
  transition: transform .2s ease-in;
}
.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .4rem;
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
  
}
.feature-card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
/* Principal Message */
.widget-container {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
  margin-bottom: 30px
}

.widget-container .widget {
  margin-bottom: 0
}

.widget-container>.row {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.widget-container>.row>[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.widget {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  vertical-align: middle
}

.widget .row {
  font-size: 0;
  margin-left: 0;
  margin-right: 0
}

.widget .row:before {
  display: none
}

.widget .row .col {
  font-size: 11px
}

.widget .row .col:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box
}

.widget .row .col:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box
}

.widget .col {
  display: inline-block;
  vertical-align: top
}

.widget [class*=col-] {
  font-size: 11px;
  margin: 0;
  padding: 0
}

.widget .widget-stat {
  position: absolute
}

.widget .widget-stat.top {
  top: 7px
}

.widget .widget-stat.right {
  right: 10px
}

.widget .widget-stat.left {
  left: 10px
}

.widget .widget-stat.bottom {
  bottom: 7px
}

.widget .widget-stat strong,
.widget .widget-stat span,
.widget .widget-stat i,
.widget .widget-stat div {
  vertical-align: top
}

.widget .progress {
  margin-bottom: 0
}

.profile-card .card-header .header-avatar {
  text-align: center
}

.profile-card .card-header .header-avatar img {
  margin: 25px 0 15px;
  width: 128px;
  height: 128px
}

.profile-card .card-header .header-name {
  font-size: 20px;
  font-weight: 400;
  text-align: center
}

.profile-card .card-body {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  margin-top: 30px;
  min-height: 100px;
  padding: 50px 20px
}

.profile-card .card-body .body-description {
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  color: #fff;
  font-size: 13px
}

.profile-card .card-footer {
  margin-top: 50px;
  padding: 10px 0 20px
}

.profile-card .card-footer .footer-social {
  text-align: center
}

.profile-card .card-footer .footer-social .row {
  margin: 0
}

.profile-card .card-footer .footer-social i {
  color: #292929;
  font-size: 20px
}

.bg-primary {
  background-color: #29c7ca !important;
  color: #fff !important
}

.bg-success {
  background-color: #1dbc9c !important;
  color: #fff !important
}

.bg-info {
  background-color: #34b5dc !important;
  color: #fff !important
}

.bg-warning {
  background-color: #ffc107 !important;
  color: #fff !important
}

.bg-danger {
  background-color: #cd4237 !important;
  color: #fff !important
}

.bg-inverse {
  background-color: #fefefe !important;
  color: #292929 !important
}

.bg-white {
  background-color: #fff !important;
  color: #292929 !important
}

.bg-transparent {
  background-color: transparent !important
}

.bg-body {
  background-color: #f1f3f2 !important
}

.bg-highlight {
  background-color: #ff8
}

.bg-default-darker {
  background-color: #212121
}

.ug-courses{
  color: #EC8A23;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: -25px;
}
.single-btn{
  width: 350px;
  margin: 8px 0px;
  padding: 18px 75px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.course-single-btn-english{
  /* background-color: #1B3977;   */
  border: 1px solid #019FC7;
  color: #019FC7;
}
.course-single-btn-english:hover{
  border: #019FC7;
  background-color:#019FC7 ;
  color: #ffffff;
}
.course-single-btn-political{
  /* background-color: #1B3977;   */
  border: 1px solid #00A65A;
  color: #00A65A;
}
.course-single-btn-political:hover{
  border: #00A65A;
  background-color:#00A65A ;
  color: #ffffff;
}
.course-single-btn-bcom{
  /* background-color: #1B3977;   */
  border: 1px solid #F39C12;
  color: #F39C12;
}
.course-single-btn-bcom:hover{
  border: #F39C12;
  background-color:#F39C12 ;
  color: #ffffff;
}
.course-single-btn-accounts{
  /* background-color: #1B3977;   */
  border: 1px solid #D9534F;
  color: #D9534F;
}
.course-single-btn-accounts:hover{
  border: #D9534F;
  background-color:#D9534F ;
  color: #ffffff;
}
.course-single-btn-computer{
  /* background-color: #1B3977;   */
  border: 1px solid #48018A;
  color: #48018A;
}
.course-single-btn-computer:hover{
  border: #48018A;
  background-color:#48018A ;
  color: #ffffff;
}
.course-details{
  padding: 15px 0px;
}
.course-details-head{
  font-size: 25px;
  color: #1B3977;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.course-text{
  font-size: 17px;
  color: #222222;
  margin-top: -20px;
  text-align: justify;
}
.course-ul  {
  list-style-type: disc;
  color: #222222;
}
.course-table{
  background-color: #f3f3f3;
  border-left: 3px solid #EC8A23;
  border-radius: 8px;
  padding:10px;
}
.course-table table {
  width: 100%;
}
th, td {
  border-bottom: 1px solid #c4c4c4;
  color: #000000;
  padding: 10px 5px;

}
th{
  color: #1B3977;
  width: 24%;

}
td{
  text-align: justify;
  width: 76%;
}
.contact-box {
  background-color: #1B3977;
  padding: 50px 30px;
  margin-top: 40px;
  border-radius: 6px;
}
.bg-img{
  width: 150px;
  height: 150px;
  /* position: absolute; */
  /* left: 28%; */
  opacity: .5;
}
.contact-box h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
}
.single-btn-call{
  width: 250px;
  padding: 8px 20px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 6px;
  color: #1B3977;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.single-btn-call:hover{
  background-color: #1B3977;
  color:#ffffff;
  border: 2px solid #ffffff;
}
.single-btn-call span{
  padding-left: 10px;
  font-size: 25px;
}
/* .top-bar-new .col-lg-6 p{
  line-height: 0px !important;
} */
.index-college-name{
  background-color: #1b3977; 
  padding: 25px 0px; 
  border-radius: 8px; 
  width: 50%;
}
@media (max-width:550px){
  .index-college-name{
    width: 80%;
  }
  .more-detail-btn{
    margin-top: 20px;
    margin-left: 10px;
  }
  /* .extra-scholar{
    margin: 10px 50px !important;
  } */
  .border-bottom-vm{
    border-bottom: 0.25rem solid #ffffff;
  }
  .committed-to{
    font-size: 16px;
  }
  .domain{
    font-size: 15px;
  }
  /* .facebook, .instagram, .twitter, .dribbble{
    width: 40px;
  } */
}
