@charset "utf-8";
/*=======================================================================
                    Inner Style
=========================================================================*/

.bvm_inner_img{
    display: block;
    width: 100%;
}
.bvm_inner_img img{
    width: 100%;
}

#bollin_banner_inner.bvm_padding{
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#bollin_banner_inner .bollin_cha_opacity{
    background-color: #002742d9;
    opacity: 0.90;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#bollin_banner_inner .breadcrumbs{
    position: relative;
}
#bollin_banner_inner .breadcrumbs h3{
    font-size: 30px;
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    text-align: center;
}
#bollin_banner_inner .breadcrumbs .breadcrumb{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}
#bollin_banner_inner .breadcrumbs .breadcrumb-item{
    font-size: 1.2rem;
    font-family: 'TitilliumWeb-Regular',sans-serif;
}
#bollin_banner_inner .breadcrumbs .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}
#bollin_banner_inner .breadcrumbs .breadcrumb-item.active {
    color: #fff200;
}
#bollin_banner_inner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff200;
}

#bv-about.bvm_padding{
    padding: 60px 0px 50px;
    background-color: #F6F7F9;
}

#bv-about .bollin_about_info h3{
    font-size: 22px;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    color: #000;
    position: relative;
    /*margin-bottom: 15px;*/
}
/*#bv-about .bollin_about_info h3:after{
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    border-bottom: 3px solid #ff585d;
    width: 50px;
}*/
#bv-about .bollin_about_info p{
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular',sans-serif;
    color: #000;
    text-align: justify;
}
#bv-about .bollin_about_info h4{
    font-size: 16px;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    color: #000;
}
#bv-about .bollin_about_info ul li{
    list-style: disc;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular',sans-serif;
    color: #000;
    line-height: 1.8;
    text-align: justify;
}
.bv-about .rs-animation-shape {
    position: relative;
    z-index: 1;
}
.bv-about .rs-animation-shape .middle-image2 {
    position: absolute;
    top: -80px;
    left: -25px;
    z-index: -1;
}


/*DANCE CSS*/

.dance3{
   -webkit-animation: dance3 8s alternate infinite; 
}
@keyframes dance3{
  0% 
    {  
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.bv-about .shape-image {
    position: relative;
}
.bv-about .shape-image .top {
    position: absolute;
    right: -2%;
    top: -100px;
}
.dance{
   -webkit-animation: dance 2s alternate infinite; 
}
@keyframes dance{
  0% 
    {  
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

/*=======================================================================
                    CHAIRMAN
=========================================================================*/
 #bvc-chairman.bvm_padding{
    padding: 50px 0px 20px;
    background: #fbfbfb;
 }
 #bvc-chairman .chairman_info h2{
    font-size: 28px;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    color: #000;
    text-align: left;
    margin-bottom: 1rem;
 }
 #bvc-chairman .chairman_info p{
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular',sans-serif;
    color: #000;
    text-align: justify;
 }
 #bvc-chairman .chairman_info ul li{
    list-style: disc;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular',sans-serif;
    color: #000;
    line-height: 1.8;
    text-align: justify;
}

/*=======================================================================
                    Contact Us
=========================================================================*/
#bvm_contact.bvm_padding{
    padding: 60px 0px 30px;
}
#bvm_contact .bvm_contact_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#bvm_contact .bvm_contact_info .con-icon {
    padding: 5px 5px 0 0;
}
#bvm_contact .bvm_contact_info .con_icon img {
    height: 30px;
    width: 30px;
}
#bvm_contact .bvm_contact_info .contact-info {
    padding: 0px 0px 0px 15px;
}
#bvm_contact .bvm_head h2{
    font-size: 30px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 10px;
}
#bvm_contact .bvm_contact_info .contact-info h3 {
    font-size: 16px;
    line-height: 32px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-top: 5px;
    color: #000;
}
#bvm_contact .bvm_contact_info .contact-info h4 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 5px;
    color: #000;
}
#bvm_contact .bvm_contact_info .contact-info h5 {
    font-size: 16px;
    line-height: 25px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 2px;
    color: #000;
}
#bvm_contact .bvm_contact_info .contact-info p {
    margin: 0;
    color: #000;
    font-size: 15px;
}
#bvm_contact.contact_form_bg{
    background: #f8f9fa;
    padding: 30px 30px 20px;
}
#bvm_contact .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    border-color: #ced4da;
}
#bvm_contact .form-control{
    padding: .50rem .75rem;
    height: 45px;
}
#bvm_contact textarea.form-control {
    height: 112px;
}
#bvm_contact .btn-style{
    background: #2f2e41;
    color: #fff;
    border: 1px solid #2f2e41;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    padding: 6px 15px;
    transition: 0.03rem;
}
#bvm_contact .btn-style:hover{
    background: #ff585d;
    border: 1px solid #ff585d;
    /*letter-spacing: 0.02rem;*/
}
#bvm_contact .btn-style span{
    padding-right: 8px;
}
#bvm_contact .contact_form h3{
    font-size: 30px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 30px;
}


/*=======================================================================
                    NIOS
=========================================================================*/
#bv-nios.bvm_padding {
    padding: 60px 0px 40px;
    background-color: #F6F7F9;
}
#bv-nios .bv-nios-info img{
    width: 100%;
    margin-bottom: 20px;
}
#bv-nios .bv-nios-info p{
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    color: #000;
}
#bv-nios .bv-nios-info h5{
    font-size: 18px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #000;
}
#bv-nios .bv-nios-info ul li{
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    color: #000;
    line-height: 2;
}

/*=======================================================================
                    INNER NEWS EVENTS
=========================================================================*/
#b_inner_news.bvm_padding{
    padding: 60px 0px 20px;
}
.rs-inner-news.bvm_padding{
    padding: 60px 0px 10px;
    background: #fafafa;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-50 {
    margin-bottom: 50px;
}
.rs-inner-news .news-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-news .news-item .news-img {
  position: relative;
}
.rs-inner-news .news-item .news-img a img {
  border-radius: 10px;
  height: 200px;
  width: 100%;
}
.rs-inner-news .news-item .news-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-news .news-item .news-img .post-categories li {
  display: inline-block;
}
.rs-inner-news .news-item .news-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-news .news-item .news-content .news-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-news .news-item .news-content .news-title a {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 18px;
}
.rs-inner-news .news-item .news-content .news-title a:hover {
  color: #ff585d;
}
.rs-inner-news .news-item .news-content .news-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-news .news-item .news-content .news-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-news .news-item .news-content .news-meta .btm-cate li .news-date {
  display: inline-block;
  font-size: 14px;
  color: #212331;
}
.rs-inner-news .news-item .news-content .news-meta .btm-cate li .news-date i {
  color: #2f2e41;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-news .news-item .news-content .news-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-news .news-item .news-content .news-desc {
  font-size: 15px;
  line-height: 27px;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  color: #454545;
  text-align: justify;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.rs-inner-news .widget-area .widget-title .title {
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-news .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #2f2e41;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-news .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  color: #212331;
  display: block;
  text-decoration: none;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #ff585d;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc .date {
  display: block;
  color: #212331;
  font-size: 14px;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc .date i {
  margin-right: 5px;
}
.rs-inner-news .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
  font-size: 12px;
}
.rs-inner-news .news-btn{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    transition: 0.3s;
}
.rs-inner-news .news-btn i{
    margin-left: 6px;
    font-size: 13px;
}
.rs-inner-news .news-btn:hover{
    color: #ff585d;
    letter-spacing: 0.02rem;
}

.rs-inner-news .news-details .news-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 15px 0 15px;
  margin: 0;
}
.rs-inner-news .news-details .news-full p{
    color: #000;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-align: justify;
}
.rs-inner-news .news-details .news-full h3{
    color: #000;
    font-size: 20px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.rs-inner-news .news-details .news-full .dots li{
    color: #000;
    font-size: 15px;
    line-height: 2;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-align: justify;
}
.rs-inner-news .news-details h2{
    color: #000;
    font-size: 22px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 15px;
}
.rs-inner-news .news-details .news-full .single-post-meta li{
    list-style: none;
}
.rs-inner-news .news-details .news-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-news .news-details .news-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #2f2e41;
}
.rs-inner-news .news-details .news-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-news .news-details .news-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-news .news-details .news-full .single-post-meta .Post-cate .tag-line i {
  color: #0B70E1;
  margin-right: 3px;
}
.rs-inner-news .news-details .news-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-news .news-details .news-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-news .news-details .news-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #106eea;
}


/*=======================================================================
                    Careers
=========================================================================*/
#bv-careers.bvm_padding{
    padding: 60px 0px 30px;
}
#bv-careers .bvm_career_info p{
    color: #000;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-align: justify;
}
#bv-careers .bvm_career_info h3{
    color: #000;
    font-size: 20px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 0px;
}
#bv-careers .bvm_career_info .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #cecece;
    border-right: 1px solid #cecece;
    background: #ff585d;
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
#bv-careers .bvm_career_info .aply-btn {
    /*float: right;*/
    font-size: 15px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    background: #26ae61;
    border: 1px solid #26ae61;
    color: #ffffff;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin: 10px 0 10px auto;
    text-decoration: none;
    transition: 0.3s;
}
#bv-careers .apply_boli{
    display: flex;
}
#bv-careers .bvm_career_info .aply-btn:hover {
    background: transparent;
    border: 1px solid #26ae61;
    color: #26ae61;
}
#bv-careers .bvm_career_info table, td, tr {
    border: 1px solid #cecece;
    margin-bottom: 0rem;
}
#bv-careers .table>:not(caption)>*>* {
    padding: 1rem 1rem;
    font-size: 15px;
    color: #000;
    font-family: 'TitilliumWeb-Regular', sans-serif;
}

/*=======================================================================
                    General Css
=========================================================================*/
.general_bvm.bvm_padding{
    position: relative;
    padding: 20px 0px 15px;
    /*margin-bottom: 20px;*/
}
.general_bvm .general_info_bvm{
    text-align: center;
    padding: 25px;
    background: #fff;
    box-shadow: 0 1px 4px rgb(221 221 221 / 53%);
    margin-bottom: 15px;
}
.general_bvm .general_info_bvm p{
    font-size: 15px;
    color: #000;
    font-family: 'TitilliumWeb-Regular', sans-serif; 
    text-align: center;
}
.general_bvm .general_info_bvm h3{
    font-size: 18px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.general_bvm .general_info_bvm .rs-videos .animate-border1.main-home .popup-border {
  text-decoration: none;
}
/*.general_bvm .general_info_bvm .rs-videos a span{
    font-size: 18px;
    position: absolute;
    color: #042c99;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    top: 0;
}
.general_bvm .rs-videos .animate-border1 .popup-border {
  background-image: linear-gradient(180deg, #03228f 0%, #0b70e1 100%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.general_bvm .rs-videos .animate-border1 .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.general_bvm .rs-videos .animate-border1 .popup-border:before {
  content: "";
  border: 2px solid #106eea;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.general_bvm .rs-videos .animate-border1 .popup-border:after {
  content: "";
  border: 2px solid #106eea;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.general_bvm .rs-videos .animate-border1.main-home.style2 .popup-border {
  left: 50%;
}
.rs-videos .animate-border1.white-color .popup-border {
  background: #ffffff;
  bottom: -14px;
  left: 44%;
}
.general_bvm .rs-videos .animate-border1.white-color .popup-border i {
  color: #03228f;
}
.general_bvm .rs-videos .animate-border1.white-color .popup-border:before {
  border: 2px solid #ffffff;
}
.general_bvm .rs-videos .animate-border1.white-color .popup-border:after {
  border: 2px solid #ffffff;
}
.general_bvm .rs-videos .animate-border1.white-color.style3 .popup-border {
  bottom: 362px;
  left: 10%;
}
.general_bvm .rs-videos {
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
*/
.general_bvm .rs-videos a{
  text-decoration: none;
  font-size: 14px;
  color: #ffff;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  background: #2f2e41;
  padding: 6px 10px;
  border-radius: 6px;
  transition: 0.3s;
}
.general_bvm .rs-videos a:hover{
    background: #ff585d;
    letter-spacing: 0.02rem;
}
.general_bvm .rs-videos a i{
    margin-left: 10px;
}
.general_bvm .profile-wrap figure{
    margin-bottom: 0;
}
.general_bvm .profile-wrap figure img{
    margin: 0rem 0 1rem;
    background: #fff;
    border-radius: 65px;
    width: 70px;
    height: 70px;
} 
.general_bvm .profile-wrap .figcaption h4{
    font-size: 16px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.general_bvm .profile-wrap .figcaption p{
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    margin-bottom: 0;
}


/*=======================================================================
                    Features & Facilities Css
=========================================================================*/
.bvm_features{
   background: #F6F7F9;
   padding: 60px 0px 45px;
}
.bvm_features .nav-tabs .nav-link{
    border: 0px solid #ddd;
}
.bvm_features .nav-tabs {
    border-bottom: 0px solid #ff585d;
    padding-bottom: 10px;
}
.bvm_features .btn-white.active {
    background-image: linear-gradient(to right, #fb979a, #fb8589, #f9777a, #fd565b, #fb464c);
    color: #fff;
}
.bvm_features .mr-left{
    margin-left: 10px;
}
.bvm_features .btn-white{
    padding: 10px 20px;
    background-color: #ffeaeb;
    letter-spacing: 0.75px;
    color: #ff585d;
    font-size: 15px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    height: 100%;
}
/*.bvm_features .tab-content .ul_features{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0;
    border-top: 1px solid #ff585d;
    border-bottom: 1px solid #ff585d;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}*/
.bvm_features .tab-content .ul_features ul{
    margin: 0;
    padding: 0;
}
.bvm_features .tab-content .ul_features li{
    padding: 10px;
    margin: 0.6%;
    width: 48%;
    float: left;
    height: 90px;
    display: table;
    border: 1px solid #e9e9e9;
    background: #fff;
}
.bvm_features .tab-content .ul_features li span {
    width: 12%;
    display: table-cell;
    vertical-align: middle;
}
.bvm_features .tab-content .ul_features li span img {
    width: 50px;
    /*background: #fff;*/
    height: 50px;
    margin: 0 auto;
    /*border: 1px solid #ff585d;*/
    padding: 5px;
}
.bvm_features .tab-content .ul_features li p {
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 15px;
    display: table-cell;
    color: #000;
    margin-bottom: 0;
    vertical-align: middle;
}

/*=======================================================================
                    Admissions Css
=========================================================================*/
.bvm_admissions{
   /*background: #F6F7F9;*/
   padding: 50px 0px 10px;
}
/*.bvm_admissions .bvm_nav_tab{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}*/
.bvm_admissions .bvm_nav_tab{
    margin-bottom: 20px;
    margin-top: 20px;
}
.bvm_admissions .adm_info h3{
    font-size: 18px;
    font-family: 'TitilliumWeb-Bold', sans-serif;
    color: #000;
    margin-bottom: 10px;
}
.bvm_admissions .adm_info p{
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    color: #000;
}
.bvm_admissions .btn-white span{
    display: block;
}
.bvm_admissions .btn-white span img{
    width: 20px;
}
.bvm_admissions .btn-white.active {
    /*background-image: linear-gradient(to right, #fb979a, #fb8589, #f9777a, #fd565b, #fb464c);*/
    background: #ff585d;
    color: #fff;
}
.bvm_admissions .btn-white {
    padding: 10px 20px;
    background-color: #ffeaeb;
    letter-spacing: 0.75px;
    color: #ff585d;
    font-size: 15px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    height: 100%;
    margin-right: 10px;
}
.bvm_admissions .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.bvm_admissions .admission-content p{
    margin-bottom: 0.8rem;
    font-size: 15px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    color: #000;
}
.bvm_admissions .admission-content ul{
    padding: 0;
    margin-bottom: 0;
}
.bvm_admissions .admission-content ul li{
    margin-bottom: 0.8rem;
    font-size: 15px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #000;
    list-style: none;
}
.bvm_admissions .admission-content ul li i{
    padding-right: 8px;
}
.bvm_admissions .admission-content .principal{
    margin: 0 0 0 auto;
    text-align: center;
    display: table;
}
.bvm_admissions .admission-content .btn {
    text-decoration: none;
    font-size: 14px;
    color: #ffff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #2f2e41;
    padding: 6px 15px;
    border-radius: 6px;
    transition: 0.3s;
}
.bvm_admissions .admission-content .btn span i {
    margin-left: 10px;
}
.bvm_admissions .admission-content .btn:hover {
    background: #ff585d;
    letter-spacing: 0.02rem;
}
.bvm_admissions .box{
    width: 100%;
    height: auto;
    background: #FFF;
    /* margin: 40px auto; */
    border: 1px solid #ddd;
    padding: 20px 20px;
}
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #dcdcdc;
  -webkit-box-shadow: 0 35px 20px #dcdcdc;
  -moz-box-shadow: 0 35px 20px #dcdcdc;
  box-shadow: 0 35px 20px #dcdcdc;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}