@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin : 0;
    padding: 0;
    color: #ff585d;
    font-size: 14px;
    font-family: 'TitilliumWeb-Regular',sans-serif;
    /*background: #000;*/
    scroll-behavior: smooth;
    transition: all 300ms ease;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url(../fonts/TitilliumWeb-Regular.woff2) format('woff2'), url(../fonts/TitilliumWeb-Regular.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  src: url(../fonts/TitilliumWeb-SemiBold.woff2) format('woff2'), url(../fonts/TitilliumWeb-SemiBold.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url(../fonts/TitilliumWeb-Light.woff2) format('woff2'), url(../fonts/TitilliumWeb-Light.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url(../fonts/TitilliumWeb-Bold.woff2) format('woff2'), url(../fonts/TitilliumWeb-Bold.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url(../fonts/NunitoSans-Bold.woff2) format('woff2'), url(../fonts/NunitoSans-Bold.woff) format('woff');
  font-style: normal
}
/*=======================================================================
                               Header Style
=========================================================================*/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0px 0px;
    height: auto;
    /*height: 36px;*/
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;

}
header .fixed-top{
    background: #fff; 
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.30);
    /*padding: 10px 0px;*/
    transition-duration: 0.6s;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*===== Main Nav =====*/

header .is-sticky .main-nav {
    background: #fff; 
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.30);
    padding: 10px 0px;
    transition-duration: 0.6s;
}

header .main-nav .navbar-nav {
    padding: 0;
}

header .main-nav .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: baseline;
    align-items: baseline;
}

header .main-nav .navbar-nav .nav-item {
    /*margin: 0px 12px;
    padding: 0px 0px;*/
    margin: 0px 8px;
    padding: 0px 0px;
}
header .main-nav .navbar-nav .nav-item .nav-link.active{
    background: #ff585d;
    color: #fff;
}
header .main-nav .navbar-nav .nav-item:last-child{
    margin: 0px;
}

header .main-nav .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 1rem 0.5rem;
    color: #010101;
    font-size: 14px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-transform: uppercase;
    border-top: 0px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header .is-sticky .main-nav .navbar-nav .nav-item .nav-link {
    padding:  0px;
}

header .main-nav .navbar-brand {
    margin: 0;
    padding: 0;
}

.ml-auto{
    margin-left: auto;
}

header .is-sticky .main-nav .navbar-nav .nav-item .nav-link {
    color: #b9292f;
    line-height: 35px;
}
header .is-sticky .main-nav .navbar-nav .nav-item.btn_enquiry .nav-link {
    color: #fff;
}
header .navbar-brand img{
    position: absolute;
    top: 0px;
}

/*Dropdown Menu*/

header .main-nav .navbar-nav .nav-item .nav-link.gif-img{
    display: block;
    padding: 0rem 0.5rem 0.85rem;
}
header .main-nav .navbar-nav .nav-item .nav-link.gif-img img{
    display: block;
}
header .main-nav .dropdown-menu {
    padding: 0.5rem 0;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}
header .main-nav .dropdown-menu .dropdown-item {
    font-size: 1.15rem;
    padding: .5rem 1rem;
}

#header .sticky-wrapper{
    padding: 0;
}
.main-nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    background: #fff;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.main-nav.fixed .fix-logo{
    display: block;
    position: fixed;
    left: 100px;
    top: 8px;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.main-nav.fixed .main-logo{
    display: none;
}
.main-nav .fix-logo{
    display: none;
}
.main-nav .main-logo{
    display: block;
}
.header_top{
  position: relative;
  background: #ff585d;
  padding: 6px 0px;
}
.header_top .bvm_bollineni_dd ul{
  padding: 0;
  margin: 0;
}
.header_top .bvm_bollineni_dd ul li{
  list-style: none;
  display: inline-block;
}
.header_top .bvm_bollineni_dd ul li a img{
  width: 22px;
  margin-right: 10px;
}
.header_top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ff585d;
  background-image: none;
}
/* Remove IE arrow */
.header_top select::-ms-expand {
  display: none;
}
/* Custom Select */
.header_top .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 2.9em;
  line-height: 3;
  background: #ff585d;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #fff;
}
.header_top select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
  font-family: 'TitilliumWeb-SemiBold',sans-serif;
}
/* Arrow */
.header_top .select::after {
  content: '\002B';
  position: absolute;
  top: -12px;
  right: 12px;
  font-weight: 800;
  padding: 0px 0em;
  font-size: 20px;
  color: #fff;
  background: #ff585d;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.header_top .select:hover::after {
  color: #fff;
}


/*=======================================================================
                           Header Top
=========================================================================*/
.header_top .boll_head{
   font-family: 'TitilliumWeb-SemiBold',sans-serif;
   font-size: 16px;
   color: #fff;
   margin: 0;
}
.header_top .d-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_top .d-flex-1{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_top .contact_head ul{
  padding: 0;
  margin: 0;
}
.header_top .contact_head ul li{
  list-style: none;
  display: inline-block;
}
.header_top .contact_head ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: 'TitilliumWeb-SemiBold',sans-serif;
}
.header_top .contact_head ul li a i{
  margin-right: 3px;
  margin-left: 6px;
}
.gly-rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(95deg);
  -moz-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  -o-transform: rotate(95deg);
  transform: rotate(95deg);
  display: inline-block;
  font-size: 13px;
}
.header_top .contact_head ul li a img{
  width: 18px;
  margin-right: 10px;
  margin-left: 10px;
}
.ios{
    opacity: 0;
    color: transparent;
    background: transparent;
}


.head_title
{
    padding: 40px 0px 0px;
    background: #f6f7f9;
}
.head_title .title
{
    font-size: 30px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color:#010101;
    text-align:center;
    
}

.head_title1
{
    padding: 40px 0px 0px;
    background: #ffffff;
}
.head_title1 .title1
{
    font-size: 30px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color:#010101;
    text-align:center;
    
}

/*=======================================================================
                            Marquee Style
=========================================================================*/

.marquee-style{
    background: #ff585d;
    color: #fff;
    margin-top: 0px;
}
.marquee {
    width: 100%; /* Width of marquee "window" must match the width of p elements*/
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee > div:hover {
  animation-play-state: paused
}
.marquee > div {
  display: table-row;
  white-space: nowrap;
  padding-left: 100%; 
  animation: marquee 20s linear infinite; /* Time must be adjusted based on total width of scrolled elements*/
}

.marquee > div p {
  width: 100%; /* Width of p elements must match the width of marquee "window"*/
  padding-left: 780px; /* Padding determines space between scrolled elements */
  display: block; 
  margin: 0;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  font-size: 1.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.header_top .bvm_bollineni_dd ul li .home_icon{
    color: #fff;
    padding: 0px 5px;
    font-size: 19px;
}


/*=======================================================================
                            Banner_index Style
=========================================================================*/
.bvm_banner{
    position: relative;
}
.form_banner h3{
    text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 20px;
}
.form_banner p{
    text-align: center;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 12px;
    color: #010101;
}
.form_banner{
    position: absolute;
    top: 35px;
    right: 90px;
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.form_banner form{
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}
.form_banner form .form-control{
    border: 1px solid #ff585d;
    border-radius: 0;
}
.form_banner .form-select{
    border: 1px solid #ff585d;
    border-radius: 0;
}
.form_banner form .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.form_banner form .form-select:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.form_banner form input{
    color: #000;
}
input::placeholder{
    color: #000;
}

.owl-banner.owl-carousel {
    overflow: hidden;
}
.form_banner .btn-style{
    background: #ff585d;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #ff585d;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.form_banner .btn-check:focus+.btn-primary, .form_banner .btn-primary:focus {
    box-shadow: 0 0 0 0rem rgb(49 132 253 / 50%);
}

.owl-banner {
    position: relative;
}
.owl-banner.owl-carousel .owl-nav {
    margin-top: 0; /* resetting margins for nav buttons */
}

.owl-banner.owl-carousel .owl-nav button.owl-prev, .owl-banner.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 70px;
    margin: 0; /* removes margins around nav buttons */
    background: #ECF0F1;
    border-radius: 0;
    color: #b9292f;
    cursor: pointer;
    position: absolute;
    bottom: 45%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-banner.owl-carousel .owl-nav button.owl-prev span, .owl-banner.owl-carousel .owl-nav button.owl-next span{
    font-size: 30px;
}
.owl-banner.owl-carousel .owl-nav button.owl-prev:hover, .owl-banner.owl-carousel .owl-nav button.owl-next:hover {
    background: #ECF0F1;
    color: #34495E;
}

.owl-banner .owl-nav button.owl-prev {
    left: -50px; /* starting position */
}

.owl-banner .owl-nav button.owl-next {
    right: -50px; /* starting position */
}

.owl-banner.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0; /* target position after transition */
}

.owl-banner.owl-carousel:hover .owl-nav button.owl-next {
    right: 0; /* target position after transition */
}
.owl-banner.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}
.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #e14047;
    padding: 2px 12px;
    height: 9px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #0054cc;
}

/*Form_inner*/
.form_inner h3{
    text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 25px;
}
.form_inner p{
    text-align: center;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 16px;
    color: #010101;
}
.form_inner form .form-control{
    border: 1px solid #ff585d;
    border-radius: 0;
    font-size: 16px;
    height: 48px;
}
.form_inner .form_border{
    border: 1px solid #ff585d;
    border-radius: 0;
    font-size: 16px;
    height: 48px;
}
.form_inner .form-select{
    border: 1px solid #ff585d;
    border-radius: 0;
    font-size: 16px;
    height: 48px;
}
.form_banner form .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.form_inner form .form-select:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.form_inner form input{
    color: #000;
}
.form_inner .btn-style{
    background: #ff585d;
    width: 120px;
    margin: 0 auto;
    display: block;
    color: #fff;
    border: 1px solid #ff585d;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.form_inner .btn-check:focus+.btn-primary, .form_inner .btn-primary:focus {
    box-shadow: 0 0 0 0rem rgb(49 132 253 / 50%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.bvm_banner .bvm-banner-info img{
    width: 100%;
}


.form-select {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    font-size: 16px;
    height: 48px;
}
.form-select:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    border-color: #c4c4c4;
}

/*=======================================================================
                    Banner Video
=========================================================================*/
/*.banner-video {
    position: relative;
    background-color: #000;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
}*/

/*.banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}*/

/*.banner-video .container {
    position: relative;
    z-index: 2
}*/

/*.banner-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000057;
    opacity: .7;
    z-index: 1
}*/

/*.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  z-index: 2;
}*/

/*@media (pointer:coarse) and (hover:none) {
    .banner-video {
        height: 100vh;
    }
    .banner-video video {
        display: block
    }
}*/


/* Video New Css*/
#home-banner .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: url("../../d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;
}

#home-banner .video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  /*margin: 150px 0;*/
  height: 100vh;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#home-banner .video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}

#home-banner .video-hero--content p {
  font-size: 20px;
  margin: 0;
}


#home-banner .jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

/*#home-banner .jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
  height: 100vh;
}

#home-banner .js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

#home-banner .js .jquery-background-video.is-visible {
  opacity: 1;
}

#home-banner .jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

#home-banner .jquery-background-video-pauseplay span {
  display: none;
}

#home-banner .jquery-background-video-pauseplay:after,
#home-banner .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

#home-banner .jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

#home-banner .jquery-background-video-pauseplay.pause:before,
#home-banner .jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

#home-banner .jquery-background-video-pauseplay.pause:after {
  left: 10px;
}*/



/* container video */
.home-banner-video {
  padding:0;
  margin:0px;
  position: relative;
  display: block;
}

.home-banner-video video {
  /*max-width:310px; */
  display: block;
  position: relative;
  border: 0; 
  padding: 0; 
  width: 100%;
} 
/* checkbox hide */
#volume-switcher {
  display: none; 
}

/* volume on : container */
#switcher-container {
  display:block;
  position: absolute;
  top:0; left:0; bottom:0; right:0;  
  cursor: pointer;
  opacity: 0.8;
  filter: invert(1); /* changer couleur icon */
  /*background-color: rgba(255, 255, 255, 0.4);*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container:after {
  content: "";
  border: 0px solid black;
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
  background-size: 100%;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
}

#switcher-container:hover {
  opacity: 1;
  /*background-color: rgba(255, 255, 255, 0);*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher:checked + #switcher-container {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in 1s;
  -moz-transition: all 0.7s ease-in 1s;
  transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher:checked + 
#switcher-container:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher:checked + #switcher-container:after {
  right: 10px;
  content: "";
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
  background-size: 100%;
}


#home-banner .text-white .display-3 {
    font-size: 48px;
    font-weight: 700;
    color:  #fff;
}
/*=======================================================================
                    About Us
=========================================================================*/
.bvm_padding{
    padding: 60px 0px;
}
#bollin_about{
  background: #fff;
}
#bollin_about .bvm_about_info h3{
  font-size: 30px;
  color: #010101;
  font-family: 'TitilliumWeb-Bold', sans-serif;
  margin-bottom: 15px;
  text-align: left;
}
#bollin_about .bvm_about_info_head h1{
  font-size: 35px;
  color: #ff585d;
  font-family: 'TitilliumWeb-Bold', sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
#bollin_about .bvm_about_info_head h2{
  font-size: 24px;
  color: #000;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
#bollin_about .bvm_about_info{
  display: table-cell;
  vertical-align: middle;
}
#bollin_about .bvm_about_info p{
  font-size: 15px;
  color: #000;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  text-align: justify;
}
#bollin_about .bvm_about_info 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;
}
#bollin_about .bvm_about_info a:hover{
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bollin_about .about_img{
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#bollin_about .about_img img{
    width: 90%;
}
#bollin_about .bvm_about_info a i{
    margin-left: 10px;
}
#bollin_about .bvm_about_info ul{
    /*padding: 0;*/
    margin: 0;
}
#bollin_about .bvm_about_info ul li{
    list-style: disc;
    font-size: 18px;
    color: #000;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 12px;
}
/*=======================================================================
                    Tabs
=========================================================================*/
#bvm_tabs.bvm_padding{
    background: url(../images/tabs-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
#bvm_tabs .tabs_opacity{
    background-color: #002742;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#bvm_tabs .bvm_nav_tab{
    position: relative;
}
#bvm_tabs .tab-content{
    position: relative;
    border: 1px solid #f0c31f;
    padding: 10px 20px;
}
#bvm_tabs .bvm_nav_tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#bvm_tabs .tab-content .bvm_tab_info{
    text-align: center;
    display: block;
    border: 1px solid #475967;
    background-color: rgba(0, 0, 0, 0.25);
    margin: 10px 0px;
    padding: 20px;
}
#bvm_tabs .tab-content .bvm_tab_info p{
  font-size: 15px;
  color: #ffff;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  margin: 0;
}
#bvm_tabs .tab-content .bvm_tab_info .round_img{
    width: 60px;
    background: #fff;
    border-radius: 65px;
    padding: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#bvm_tabs .tab-content .bvm_tab_info .round_img img{
    width: 45px;
    margin: 0 auto;
    padding: 2px;
}
#bvm_tabs .nav-tabs .nav-item.show .nav-link, #bvm_tabs .nav-tabs .nav-link.active {
    color: #010101;
    background-color: #f0c31f;
    border-color: #f0c31f;
    border-bottom: 0;
}
#bvm_tabs .nav-tabs .nav-link{
    color: #f0c31f;
    border: 1px solid #f0c31f;
    margin: 0px 10px 0px 0px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-transform: uppercase;
    border-bottom: 0;
    padding: .75rem 1.5rem;
}
#bvm_tabs .tab-view-more{
    position: relative;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}
#bvm_tabs .tab-view-more a{
    text-decoration: none;
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #f0c31f;
    padding: 6px 10px;
    border-radius: 6px;
    /*text-transform: uppercase;*/
    transition: 0.3s;
}
#bvm_tabs .tab-view-more a:hover{
    color: #fff;
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bvm_tabs .tab-view-more a i{
    margin-left: 10px;
}

/*=======================================================================
                    Gallery
=========================================================================*/

#bollin_gallery .gallery_head{
    font-size: 30px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 20px;
}
#bollin_gallery .gallery_info{
    border: 1px solid #e9e9e9;
    position: absolute;
    /* display: block; */
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}
#bollin_gallery .gallery_info p{
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    padding: 10px 10px;
    margin: 0;
    height: 60px;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.owl-gallery.owl-carousel {
    overflow: hidden;
}
.owl-gallery {
    position: relative;
}
.owl-gallery.owl-carousel .owl-nav {
    margin-top: 0; /* resetting margins for nav buttons */
}

.owl-gallery.owl-carousel .owl-nav button.owl-prev, .owl-gallery.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 70px;
    margin: 0; /* removes margins around nav buttons */
    background: #ECF0F1;
    border-radius: 0;
    color: #b9292f;
    cursor: pointer;
    position: absolute;
    bottom: 45%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-gallery.owl-carousel .owl-nav button.owl-prev span, .owl-gallery.owl-carousel .owl-nav button.owl-next span{
    font-size: 30px;
}
.owl-gallery.owl-carousel .owl-nav button.owl-prev:hover, .owl-gallery.owl-carousel .owl-nav button.owl-next:hover {
    background: #ECF0F1;
    color: #34495E;
}

.owl-gallery .owl-nav button.owl-prev {
    left: -50px; /* starting position */
}

.owl-gallery .owl-nav button.owl-next {
    right: -50px; /* starting position */
}

.owl-gallery.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0; /* target position after transition */
}

.owl-gallery.owl-carousel:hover .owl-nav button.owl-next {
    right: 0; /* target position after transition */
}
#bollin_gallery .view-more{
    text-align: center;
    margin: 20px 0px 0px;
}
#bollin_gallery .view-more a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #2f2e41;
    padding: 6px 10px;
    border-radius: 6px;
    transition: 0.3s;
}
#bollin_gallery .view-more a:hover{
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bollin_gallery .view-more a i{
    margin-left: 10px;
}

/*SLICK GALLERY*/

#bollin_gallery .team-image img{
    cursor: pointer;
    height: 220px;
    width: 100%;
}
#bollin_gallery .slick-prev, #bollin_gallery .slick-next{
    width: 30px;
    height: 35px;
    color: #000;
    background: #ff585d;
}
#bollin_gallery .slick-initialized .slick-slide {
    padding: 0px 10px 10px;
}
.hovereffect{
    width: 100%;
    height: auto;
    /*float: left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    margin: 0 auto;
}
.hovereffect img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*=======================================================================
                    News & Events
=========================================================================*/
#bollin_newsevent{
    position: relative;
    background: #f5f5f5;
}
#bollin_newsevent .news_head{
    font-size: 30px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 20px;
}
#bollin_newsevent .bollin_news_info span{
    font-size: 14px;
    color: #565656;
    font-family: 'TitilliumWeb-Regular', sans-serif;
}
#bollin_newsevent .bollin_news_info span .fa-calendar-alt{
    margin-right: 10px;
}
#bollin_newsevent .bollin_news_info h3{
    font-size: 18px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    padding: 10px 0px;
    margin: 0;
}
#bollin_newsevent .bollin_news_info p{
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
   text-align: justify;
}
#bollin_newsevent .bollin_news_info a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #2f2e41;
    padding: 6px 10px;
    border-radius: 6px;
    transition: 0.3s;
}
#bollin_newsevent .bollin_news_info a:hover{
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bollin_newsevent .bollin_news_info .bollin_info a i{
    color: #fff;
    padding-left: 10px;
}
#bollin_newsevent .bollin_news_info{
     background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    margin-bottom: 20px;
}

#bollin_newsevent .bollin_news_info .bollin_info{
    padding: 15px;
}
#bollin_newsevent .bollin_news_info img{
    width: 100%;
}
/*=======================================================================
                    Quick Links
=========================================================================*/
#bollin_links{
    background: #ff585d;
    position: relative;
    display: block;
    padding: 30px 0px;
}
#bollin_links .bollin_link_info ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
#bollin_links .bollin_link_info ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
}
#bollin_links .bollin_link_info ul li a{
    font-size: 15px;
    color: #fff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-decoration: none; 
    text-transform: uppercase;
}
#bollin_links .bollin_link_social h4{
    font-size: 18px;
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-align: center;
    margin: 15px 0px;
}
#bollin_links .bollin_link_social ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
#bollin_links .bollin_link_social ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 5px;
}
#bollin_links .bollin_link_social ul li a{
    background: #fff;
    padding: 10px;
    border-radius: 65px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #676f75;
    transition: 0.3s;
}
#bollin_links .bollin_link_social ul li a:hover{
    color: #ff585d;
}
#bollin_links .bollin_link_social ul li a i{
    font-size: 15px;
    background: #fff;
    border-radius: 65px;
}

/*=======================================================================
                    Footer
=========================================================================*/
.copy-right{
    background: #000;
    padding: 10px 0px;
}
.copy-right .land-right{
    color: #fff;
    font-size: 14px;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    padding: 0;
    margin: 0;
}
.copy-right .land-social ul{
    padding: 0;
    margin: 0;
}
.copy-right .land-social ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 4px;
}
.copy-right .land-social ul li a{
    color: #676f75;
    background: #fff;
    border-radius: 65px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
.copy-right .land-social ul li a:hover{
    color: #fff;
    background: #ff585d;
}
.copy-right .land-social ul li a img{
    width: 18px;
}
.text-right{
    text-align: right;
}

/*=======================================================================
                    Admission Form Enquiry
=========================================================================*/
#slideOut {
    position: fixed;
    width: 300px;
    height: 800px;
    top: 30%;
    right: -300px;
    z-index: 999;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#slideOut .slideOutTab {
    margin-top: 0px;
    position: absolute;
    left: -37px;
    height: 0px;
    width: 40px;
}
#slideOut .slideOutTab img {
    transform: rotate(0deg);
    cursor: pointer;
    position: relative;
    top: 88px;
}
/*#slideOut .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}
#slideOut .modal-content .modal-body {
    position: relative;
    padding: 15px;
    text-align: center !important;
}
#slideOut .modal-content .modal-body .form-control-footer {
    border-radius: 0rem !important;
}
#slideOut .modal-content .modal-body .btn-footer-primary {
    background-color: #88e00b !important;
    border-color: #88e00b !important;
}
#slideOut .modal-content .modal-body .btn-footer-primary:hover {
    background-color: #ba4600 !important;
    border-color: #ba4600 !important;
}
.showSlideOut {
    right: 0px !important;
}
#slideOut .modal-content .modal-body .btn-footer-primary {
    background-color: #3aade2 !important;
    border-color: #3aade2 !important;
}
#slideOut .modal-content .modal-body .btn-footer-primary:hover {
    background-color: #f1587c !important;
    border-color: #f54d74 !important;
}

#slideOut h3{
    text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 20px;
}
#slideOut p{
    text-align: center;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 12px;
    color: #010101;
}
#slideOut form .form-control{
    border: 1px solid #ff585d;
    border-radius: 0;
}
#slideOut  .form-select{
    border: 1px solid #ff585d;
    border-radius: 0;
}
#slideOut form .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
#slideOut form .form-select:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
#slideOut form input{
    color: #000;
}
#slideOut .btn-style {
    background: #ff585d;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #ff585d;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
}*/
input::placeholder{
    color: #000;
}


/*=======================================================================
                    BVM HOME BLOG
=========================================================================*/
.bvm-home-blog{
  padding: 60px 0px;
  position: relative;
  background: #f4f6f5;
  /*background: #fff;*/
}
.bvm-home-blog .bvm-blog-head h2{
    font-size: 25px;
    color: #010101;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 20px;
}
.bvm-home-blog .bvm-blog-content{
  position: relative;
  display: block;
  border-radius: 8px;
}
.bvm-home-blog .bvm-blog-content:after{
  background-color: rgba(0,0,0,.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bvm-home-blog .mr-p-10{
  margin-bottom: 10px;
  padding: 0px 5px;
  display: block;
}
.bvm-home-blog .bvm-blog-content .bvm-bl-img img{
  width: 100%;
}
.bvm-home-blog .bvm-blog-content .bvm-bl-content{
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}
.bvm-home-blog .bvm-blog-content .bvm-bl-content h3{
  color: #fff;
  text-align: center;
  line-height: 1.5;
   font-family: 'TitilliumWeb-SemiBold', sans-serif;
  font-size: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.bvm-home-blog .bvm-blog-content .bvm-bl-content h4{
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 16px;
   font-family: 'TitilliumWeb-SemiBold', sans-serif;
}

.hovereffect {
  width:100%;
  height:100%;
  /*float:left;*/
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:pointer;
}

.hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

/*=======================================================================
                    Video Popup
=========================================================================*/
.modal-open{
    padding-right: 0 !important;
}
#videoModal .modal-content{
    background-color: transparent;
    padding: 0;
    border: 0px;
    position: relative;
}
#videoModal .modal-body{
    padding: 0;
}
#videoModal .modal-header{
    border-bottom: 0;
    padding: 0;
    position: relative;
}
#videoModal .modal-header button.btn-close{
    position: absolute;
    top: -12px;
    opacity: 1;
    right: -10px;
    /* background: #ff585d; */
    z-index: 11;
    background: transparent url(../images/close.svg) center/1em auto no-repeat;
    font-size: 30px;
}
.btn_princ{
    background: #ff585d;
    margin-left: 10px;
    border-color: #ff585d;
    text-decoration: none;
    font-size: 14px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    border-radius: 6px;
    transition: 0.3s;
}
.btn_princ:hover{
    background: #2f2e41;
    border-color: #2f2e41;
    /*letter-spacing: 0.02rem;*/
}
.btn_princ.btn-check:focus+.btn-primary, .btn_princ.btn-primary:focus {
    color: #fff;
    background-color: #2f2e41;
    border-color: #2f2e41;
    box-shadow: 0 0 0 0rem rgb(49 132 253 / 50%);
}

.btn_princ span{
    margin-left: 8px;
}
.btn_princ span i{
    font-size: 10px;
}

/*POPU Magnific VIDEO*/

.rs-videos{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.rs-videos .animate-border .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: absolute;
  /*left: 50%;*/
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .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;
}
.rs-videos .animate-border .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;
}
.rs-videos .animate-border.main-home .popup-border {
  /*left: 8%;*/
  right: 8%;
}
.rs-videos .animate-border.main-home.style2 .popup-border {
  left: 50%;
}
.rs-videos .animate-border.white-color .popup-border {
  background: #ffffff;
  bottom: -14px;
  left: 44%;
}
.rs-videos .animate-border.white-color .popup-border i {
  color: #03228f;
}
.rs-videos .animate-border.white-color .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color .popup-border:after {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color.style3 .popup-border {
  bottom: 362px;
  left: 10%;
}
@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;
  }
}

/*MODAL POPUP*/

#id002 {
    padding-right: 0px !important;
    z-index: 10651;
}
 #id002 .modalbody-new {
     margin: 0px 0px 0px 0px;
     padding: 0rem;
}
 #id002 .modalbody-new a img {
     width: 100%;
}
#id002 .modalbody-new a{
    text-decoration: none;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 16px;
}
#id002 .modalbody-new a p{
    padding: 10px;
    margin: 0;
    text-align: center;
}
#id002 .btn-close {
    background: transparent url(../images/close.svg) center/1em auto no-repeat;
}
 #id002 .madal-bor {
     border: 1px solid #ffb812;
     width: 60%;
     background: linear-gradient(306deg, rgba(79, 183, 207, 1) 0%, rgba(0, 107, 199, 1) 100%);
}
 #id002 .modal {
     text-align: left;
}
 #id002 .modal-content {
     border: none;
     border-radius: 2px;
     box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
 #id002 .modal-header {
     border-bottom: 0;
     padding: 0;
}
 #id002 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: hidden;
     z-index: 99999;
}
 #id002 .close {
     font-size: 30px;
     font-weight: 600;
     filter: alpha(opacity=20) !important;
     position: absolute;
     right: 15px;
     top: 15px;
     z-index: 1111;
     color: #fff !important;
     filter: alpha(opacity=20);
     opacity: 1;
     /*background-color: #ff585d;*/
     height: 15px;
     width: 15px;
     border-radius: 50%;
     padding: 10px;
}
 #id002 .modal-dialog {
     max-width: 600px;
}
 .modal-open {
     padding-right: 0 !important;
}

/*=======================================================================
                    Testimonial
=========================================================================*/
/*#bvm_testimonial.bvm_padding {
    background: url(../images/testi-white-full.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
#bvm_testimonial .testimonial_opacity {
    background-color: #002742;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/

#bvm_testimonial.bvm_padding{
    background: url(../images/testi-white-full.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
/*#bvm_testimonial .testimonial_opacity{
    background-color: #002742;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/

.bvm_test_head h2{
    font-size: 30px;
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 5px;
    text-align: left;
}
.bvm_test_head p{
   font-size: 18px;
    color: #fff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    margin-bottom: 20px;
    text-align: left; 
}
#bvm_testimonial .owl-testimonial .item {
    /*padding: 18px 15px;*/
    border: 1px solid #f0c31f;
    background-color: rgba(0, 0, 0, 0.18);
    max-height: 185px;
    min-height: 185px;
}
#bvm_testimonial .owl-testimonial .quote_bvm {
   text-align: center;
   padding: 18px 15px;
}
#bvm_testimonial .blue-quote {
    background: url(../images/qoute-3.html) 10px 0 no-repeat;
    /* padding-left: 11px; */
}
#bvm_testimonial .orange-quote {
    background: url(../images/qoute-2.html) 10px 0 no-repeat;
    /* padding-left: 11px; */
}
#bvm_testimonial .gray-quote {
    background: url(../images/qoute-1.html) 10px 0 no-repeat;
    /* padding-left: 11px; */
}
#bvm_testimonial .owl-testimonial .item p{
    color: #fff;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 15px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
   text-align: center;
   margin: 0;
}
#bvm_testimonial .profile-wrap figure {
    width: 68px;
    height: 68px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}
#bvm_testimonial .profile-wrap .figcaption {
    width: 100%;
    padding-bottom: 15px;
}
#bvm_testimonial .profile-wrap .figcaption span {
    font-size: 15px;
    color: #fff;
    display: block;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
}
/*#bvm_testimonial .profile-wrap .figcaption span {
    font-size: 14px;
    color: #fff;
    display: block;
    padding-top: 6px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
}*/
#bvm_testimonial .clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
#bvm_testimonial .tab-view-more {
    position: relative;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}
#bvm_testimonial .tab-view-more a {
    text-decoration: none;
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #f0c31f;
    padding: 6px 10px;
    border-radius: 6px;
    /* text-transform: uppercase; */
    transition: 0.3s;
}
#bvm_testimonial .tab-view-more a:hover {
    color: #fff;
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bvm_testimonial .tab-view-more a i {
    margin-left: 10px;
}
#bvm_testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot span {
    background: #ff585d;
}
#bvm_testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot.active span, #bvm_testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-testimonial.owl-theme .owl-dots, .owl-banner.owl-theme .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}
.owl-testimonial.owl-carousel .owl-nav button.owl-prev span, .owl-testimonial.owl-carousel .owl-nav button.owl-next span{
    font-size: 20px;
}
.owl-testimonial.owl-carousel .owl-nav button.owl-prev, .owl-testimonial.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    margin: 0;
    background: #ECF0F1;
    border-radius: 0;
    color: #ff585d;
    cursor: pointer;
    position: absolute;
    bottom: 42%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-testimonial .owl-nav button.owl-next {
    right: -50px;
}
.owl-testimonial .owl-nav button.owl-prev {
    left: -50px;
}

/*=======================================================================
                    Digital Learn BVM
=========================================================================*/

#digital_learn.bvm_padding{
    padding: 0px;
}
#digital_learn .digital_info h1{
    font-size: 24px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
#digital_learn .digital_info img{
    /*margin-bottom: 15px;*/
    width: 100%;
}
#digital_learn .digital_info p{
    font-size: 18px;
  color: #000;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  text-align: justify;
  line-height: 1.8;
}
#digital_learn .digital_info .italic_font{
    font-style: italic;
    color: #622487;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 18px;
    line-height: 1.8;
}
#digital_learn .digital_info .italic_font span{
    text-align: right;
    display: block;
}
#digital_learn .dis-table {
    display: table-cell;
    vertical-align: middle;
}
/*=======================================================================
                    Process BVM
=========================================================================*/
#process_bvm.bvm_padding{
    padding: 30px 0px 0px;
}
#process_bvm .process_bvm_info h1{
    font-size: 22px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
#process_bvm .process_bvm_info.mb-45{
    margin-bottom: 45px;
}
#process_bvm .process_bvm_info h2{
    font-size: 18px;
    color: #000;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    text-align: center;
    line-height: 1.5;
}
#process_bvm .process_bvm_info h2 span{
    display: block;
}
#process_bvm .process_bvm_info img{
    padding: 10px 0px;
    /*width: 100px;*/
    margin: 0 auto;
}

/*=======================================================================
                    Academic Result
=========================================================================*/

#academic_result{
    background: #f7f5f5;
}
#academic_result .academic_info h1{
    font-size: 22px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}
#academic_result .academic_info p{
    font-size: 18px;
  color: #000;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  text-align: justify;
  line-height: 1.8;
}
#progress-info-1.progress-info{
        background: #fff;
    border-radius: 15px;
    padding: 5px 5px 5px;
}
#academic_result .pro_head{
    background: #ffddde;
    display: block;
    padding: 10px 4px;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#academic_result .pro_head.pro_head_1{
    background: #e2faff;
}
#academic_result .pro_head h1, #academic_result .pro_head h2{
    display: inline-block;
}
#academic_result .pro_head h1{
    font-size: 24px;
    color: #ff585d;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-align: left;
    margin: 0px 5px;
}
#academic_result .pro_head.pro_head_1 h1{
    color: #00a9ce;
}
#academic_result .pro_head h2{
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 16px;
    text-align: right;
    float: right;
    margin: 5px;
}
#academic_result .rs-skillbar.style1.result-ac{
    background: #fff;
    /*padding: 10px;*/
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);*/
    box-shadow: 1px 1px 13px 0 rgb(0 0 0 / 10%);
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    border-radius: 10px;
}
#academic_result .cl-skill-bar{
    padding: 10px;
}

/*=======================================================================
                   University India
=========================================================================*/
#university_india.bvm_padding .university_bg{
    background: url(../images/life-bvm/university.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 50px 15px 75px;
    border-radius: 20px;
}
/*#university_india.bvm_padding .university_bg .university_bg_overlay{
    background-color: #0000001f;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
}*/
.university_info{
    position: relative;
}
.university_info h1{
    font-size: 20px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.university_info h2{
    font-size: 25px;
    color: #ff585d;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-align: center;
    /*margin-bottom: 12px;*/
    margin-bottom: 20px;
}
.university_info h2 span{
    color: #622487;
}
.university_info.mb-45{
    margin-bottom: 45px;
}
.university_info ul{
    /*padding: 0;*/
    margin: 0;
    padding-left: 75px;
}
.university_info.pl-100 ul{
    padding-left: 100px;
}
.university_info ul li{
    list-style: disc;
    font-size: 16px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 8px;
    list-style-type: disclosure-closed;
}
.university_info ul li::marker{
    color: #ff585d;
    font-size: 14px;
}
.university_info.color-blue li::marker{
    color: #622487;
}

/*=======================================================================
                   Student, Faculty, Teachers Nw and Parent
=========================================================================*/
.student_forum h1{
    font-size: 24px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.student_forum.pic {
    overflow: hidden;
}
.student_forum img{
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
    display: block;
    /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;*/
}
/*.student_forum img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}*/
.width_pic img{
    width: 70%;
    margin: 0 auto;
}
.student_forum p{
    font-size: 18px;
  color: #000;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  text-align: justify;
  line-height: 1.8;
}
.st_table_cell{
    display: table-cell;
    vertical-align: middle;
}

#faculty_common.bvm_padding{
    padding: 0px 0px;
}


/*=======================================================================
                   Counter
=========================================================================*/

#counter-bvm.bvm_padding{
    padding: 40px 0px 0px;
    position: relative;
}
#counter-bvm .col_fourth{
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
}
.table-count{
    display: table-cell;
    vertical-align: middle;
}
#counter-bvm .counter h2{
    font-size: 42px;
    color: #d90368;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    margin-bottom: 0px;
    text-align: center;
}
#counter-bvm .counter .color-1{
    color: #00b2cd;
}
#counter-bvm .counter .color-2{
    color: #9ec902;
}
#counter-bvm .counter .color-3{
    color: #9261b0;
}
#counter-bvm .counter .color-4{
    color: #22d5c0;
}
#counter-bvm .counter .color-5{
    color: #fb6107;
}
#counter-bvm .counter .count-text{
    font-size: 16px;
    color: #000;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    /*text-align: justify;*/
    line-height: 1.5;
    margin-left: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray_color{
    background: #f7f5f5;
    height: 65px;
    position: absolute;
    top: 43%;
    bottom: 0;
    width: 100%;
    display: block;
}
.timer_img img{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.disp-flex{
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/*=======================================================================
                   APPLY NOW BUTTON
=========================================================================*/
.apply_now {
    position: fixed;
    left: auto;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.apply_now_button {
        position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: -50px;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
    background-color: #00adee;
    -webkit-transform: rotate( 
-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( 
-90deg);
    direction: ltr;
    text-align: left;
}
.w-button {
    display: inline-block;
    padding: 9px 10px;
    background-color: #ff585d;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 4px;
    font-family: 'NunitoSans-Bold', sans-serif;
    text-transform: uppercase;
}
.w-button:hover{
    color: #fff;
}

/*Button Style*/
.click_btn{
    text-align: center;
    text-decoration: none;
    border: 1px solid #ff585d;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 25px;
    margin: 0 auto;
    color: #ff585d;
    transition: 0.3s;
    background: #fff;
    display: inline-block;
}
.click_btn:hover{
    background: #ff585d;
    color: #fff;
    border: 1px solid #ff585d;
}
#clickButton .close {
    font-size: 30px;
    font-weight: 600;
    filter: alpha(opacity=20) !important;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1111;
    color: #ff0008 !important;
    filter: alpha(opacity=20);
    opacity: 1;
    /* background-color: #ff585d; */
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 10px;
}
#clickButton .btn-close {
    /* background: transparent url(../images/close.svg) center/1em auto no-repeat; */
    background: none;
}
#clickButton .modal-footer {
    border-top: 0px solid #dee2e6;
    margin-bottom: 10px;
}
#clickButton .modal-header {
    border-bottom: 0px solid #dee2e6;
}
#clickButton .btn-style {
    background: #7cb518;
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-Size: 18px;
    border: 1px solid #7cb518;
    max-width: 200px;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
}
.btn-close:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
#clickButton {
    padding-right: 0px !important;
    z-index: 1065112;
    background: #00000085;
}
 #clickButton .modal-open .modal {
     overflow-x: hidden;
     overflow-y: hidden;
     z-index: 99999;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

#Pay.click_btn1{
    text-align: center;
    text-decoration: none;
    border: 1px solid #26AE61;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 0 auto;
    color: #26AE61;
    transition: 0.3s;
    background: #fff;
    display: inline-block;
}
#Pay.click_btn1:hover{
    background: #26AE61;
    color: #fff;
    border: 1px solid #26AE61;
}
#Pay.click_btn2{
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 0 auto;
    transition: 0.3s;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
#Pay.click_btn2:hover{
   background: #fff;
   color: #FF0000;
   border: 1px solid #FF0000;
}
#Pay.click_btn3{
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 0 auto;
    transition: 0.3s;
    display: inline-block;
    background: #0000FF;
    color: #fff;
    border: 1px solid #0000FF;
}
#Pay.click_btn3:hover{
      border: 1px solid #0000FF;
       color: #0000FF;
       background: #fff;
}


/*=======================================================================
                  START TOOLTIP STYLES
=========================================================================*/

.tooltip_style{
    cursor: pointer;
    z-index: 111111;
}
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*min-width: 3em;
  max-width: 21em;*/
  min-width: max-content;
  max-width: max-content;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  line-height: 1.6;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 55%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}