a.navbar-brand img {
  width: 240px;
}
img.main-logo {
  width: 200px;
}
.switch-box,.buy-now-btn{
  display: none;
}
.footer-logo-area img{
  width: 240px;
}
.section-title h2{
  font-size: 48px;
}
/*.scroll{
  max-height: 400px;
  overflow-y: scroll;
}*/
/*--------USPS--------------*/
.usps-box{
  border-top: 0.752952px solid #BDBDBD;
  display: flex;
  padding: 30px 15px;
}
.usps-box .usps-title{
  flex: 1;
}
.usps-box .usps-title h3, .usps-box .usps-details h3{
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.usps-box .usps-title h3 sup{
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.2px;
  top: -1em;
  color: #FEBC11;
}
.usps-box .usps-details{
  flex: 1;
  min-height: 300px;
}
.usps-box .usps-details p{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #757575;
}

/*----------*/
.subscribe-area{
  background-image: none;
}
.newsletter-form{
  position: relative;
}
.newsletter-form .default-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 55px;
}

.news-description{
  padding: 15px 0;
}

.others-option-for-responsive .dot-menu{
  top: -33px;
}

.copyright{
  padding: 15px;
}

/*---------------*/
.video-container {
width: 100%;
border-radius: 4px;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.video-container video {
width: 100%;
height: 100%;
border-radius: 4px;
}

.play-button-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
pointer-events: none;
}
.play-button-wrapper #circle-play-b {
cursor: pointer;
pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
width: 100px;
height: 100px;
fill: #fff;
stroke: #fff;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
opacity: 0.9;
}
/*--------------*/
.page-banner-area{
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-banner-content{
  text-align: center;
}
.about-listing ul li {
  list-style-type: auto;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding: 12px;
}
.about-listing ul li p {
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #000;
  margin-bottom: 0;
}
.about-details {
  border: 1px solid #FEBC11;
  height: 100%;
  padding: 25px;
}
.about-details h2{
  font-size: 60px;
}
.about-details h4{
  font-size: 30px;
}
.about-details p{
  font-size: 18px;
}
.vision-mission h2{
  font-size: 48px;
}
.vision-mission p{
  font-size: 18px;
}
.subject-detail {
  padding-bottom: 20px;
}
.subject-detail h4{
  font-size: 17px;
  color: #000;
}
.main-carousel .owl-nav i {
  font-size: 40px;
  color: #fff;
}
.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #afaac0;
  color: #fff;
  border-radius: 0;
  width: 35px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;    
}
.main-carousel .owl-nav .owl-prev {
  left: 0;
}

.main-carousel .owl-nav .owl-next {
  right: 0;
}

.single {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 20px;
}
.main-carousel .slide-item img{
  max-height: 500px;
  object-position: center;
  object-fit: cover;
}
.sidebar-contact-info .menu-side{
  list-style-type: none;
  padding-left: 0;
}
.sidebar-contact-info .menu-side li {
  padding: 5px 0;
}
.sidebar-contact-info .menu-side li a{
  color: #000;
}

.courses-area .box,
.courses-area .box::before,
.courses-area .box::after {
box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

.courses-area .box {
width: 95%;
background-color: #fff;
padding: 25px 15px;
border-radius: 5px 25px 25px 25px;
position: relative;
margin: 0 15px 110px;
}
.courses-area .box::before,
.courses-area .box::after {
content: "";
position: absolute;
left: 0;
height: 50%;
width: 100%;
border-radius: 25px;
transition: transform 0.2s linear;
}
.courses-area .box:hover::before,
.courses-area .box:hover::after {
transform: skewY(0);
}
.courses-area .box::before {
transform: skewY(10deg);
background-color: #124A80;
bottom: -20px;
z-index: -1;
}
.courses-area .box::after {
transform: skewY(15deg);
background-color: #FEBC11;
bottom: -35px;
z-index: -2;
}

.courses-area .box.one {
border-top: 3px solid #124A80;
}


.courses-area .top {
display: flex;
justify-content: space-between;
}
.courses-area .box .mini-title {
color: #aaa;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.courses-area .box .logo {
width: 45px;
border-radius: 50%;
}

.courses-area .box .content {
margin-top: 30px;
}
.courses-area .box .big-title {
color: #124A80;
font-size: 32px;
}
.courses-area .box .text {
color: #555;
font-size: 14px;
margin: 10px 0;
}

.courses-area .box .details {
list-style: none;
margin-top: 25px;
padding-left: 0;
}
.courses-area .box .details .detail {
margin-top: 10px;
display: flex;
align-items: center;
}
.courses-area .box .details .detail-icon {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #124A80;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  padding: 3px;
  vertical-align: bottom;
}
.courses-area .box .details .detail a{
  color: #124A80;
}
.courses-area .box .details .detail-name {
margin-left: 5px;
font-size: 16px;
font-weight: 600;
line-height: 30px;
}
.single-campus-card{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.single-campus-card .campus-content {
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  z-index: 1;
  margin-bottom: 0;
}
.single-campus-card .campus-content h3{
  color: #fff;
}
/*.single-campus-card:after {
  content: "";
  background: linear-gradient(180deg, transparent 30%, #000);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/





@media screen and (max-width: 600px) {

.courses-area .box:not(:first-child) {
  margin-top: 80px;
}
}



@media only screen and (max-width: 767px){
.usps-box {
  flex-direction: column;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal{
  top: 0 !important;
}
.usps-box .usps-title h3, .usps-box .usps-details h3 {
  font-size: 36px;
  line-height: 40px;
}
}


.page-title h2{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page-title h2:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #FEBC11;
}

.paragraph ul li{
  padding: 5px;
}
.banner-page {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  margin-bottom: 30px;
}
.banner-page img.img-fluid{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
/*-------------------------*/
ul.tabs {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 10;
/*margin: 25px 0 0;*/
padding: 0;
width: 23%;
min-width: 175px;
list-style: none;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
ul.tabs li {
margin: 0;
cursor: pointer;
padding: 10px 15px;
line-height: 31px;
color: white;
text-align: left;
font-weight: bold;
background-color: #666;
background: #FEBC11;
/* Old browsers */
background: -moz-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEBC11), color-stop(100%, #c38f09));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
/* IE10+ */
background: linear-gradient(to bottom, #FEBC11 0%, #c38f09 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FEBC11", endColorstr="#c38f09",GradientType=0 );
/* IE6-9 */
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.tabs li:hover {
background: #124A80;
background: -moz-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124A80), color-stop(100%, #3f51b5));
background: -webkit-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -o-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -ms-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: linear-gradient(to bottom, #124A80 0%, #3f51b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#124A80", endColorstr="#3f51b5",GradientType=0 );
color: #dddddd;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.tabs li.active {
background: #124A80;
background: -moz-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124A80), color-stop(100%, #3f51b5));
background: -webkit-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -o-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: -ms-linear-gradient(top, #124A80 0%, #3f51b5 100%);
background: linear-gradient(to bottom, #124A80 0%, #3f51b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#124A80", endColorstr="#3f51b5",GradientType=0 );
color: #dddddd;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.tab_container {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 20;
left: -2%;
width: 70%;
min-width: 10px;
text-align: left;
background: white;
border-radius: 12px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.tab_content {
padding: 20px;
height: 100%;
display: none;
}

.tab_drawer_heading {
display: none;
}

@media screen and (max-width: 781px) {
ul.tabs {
  display: none;
}

.tab_container {
  display: block;
  margin: 0 auto;
  width: 95%;
  border-top: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px black;
}

.tab_drawer_heading {
  background-color: #ccc;
  background: #FEBC11;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEBC11), color-stop(100%, #c38f09));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FEBC11 0%, #c38f09 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FEBC11 0%, #c38f09 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FEBC11", endColorstr="#c38f09",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  margin: 0;
  padding: 5px 20px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.tab_drawer_heading:hover {
  background: #ccc;
  background: #124A80;
  background: -moz-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124A80), color-stop(100%, #3f51b5));
  background: -webkit-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -o-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -ms-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: linear-gradient(to bottom, #124A80 0%, #3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#124A80", endColorstr="#3f51b5",GradientType=0 );
  color: white;
}

.d_active {
  background: #fff;
  background: #124A80;
  background: -moz-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124A80), color-stop(100%, #3f51b5));
  background: -webkit-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -o-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: -ms-linear-gradient(top, #124A80 0%, #3f51b5 100%);
  background: linear-gradient(to bottom, #124A80 0%, #3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#124A80", endColorstr="#3f51b5",GradientType=0 );
  color: #dddddd;
}
}

/*-----------------------------------------*/
.tab_content ul li{
  padding: 5px;
}
.course-box-list ul {
  list-style-type: none;
  padding-left: 0;
}
.course-box-list ul li{
  display: flex;
}
.course-box-list ul li i{
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 18px;
  color: #124A80;
}
.course-box-list h3 {
  font-size: 21px;
}
.alumin-box{
  margin-bottom: 30px;
}

.testi-profile{
    text-align: center;
    margin-bottom: 20px;
    margin-right: 25px;
}
.testi-profile img{
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    display: inline-block !important;
    object-fit: cover;
    object-position: center;
    border: 2px solid #124A80;
    margin-bottom: 5px;
}

.single-events-card .events-content-new{
    padding: 20px;
    display: flex;
}
.single-events-card .events-content-new .e-date{
    padding: 0 20px 0px 0px;
}
.single-events-card .events-content-new .e-date span{
    font-size: 28px;
    font-weight: 700;
    color: #124A80;
	
}
.single-events-card .events-content-new .e-date p{
    border-bottom: 3px solid #124A80;
    padding-bottom: 5px;
}
.single-events-card .events-content-new .e-desc span{
    display: block;
    color: #124A80;
    font-size: 14px;
}
.single-events-card .events-content-new .e-desc a h3{
    font-size: 21px;
}

