/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.brd {
  border: 1px solid red
}
.header_top_bar {
  text-align: right;
  font-size: 14px;
 /* background: #01407F;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01407f+0,001838+100 */
background: linear-gradient(to bottom,  #01407f 0%,#001838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: #fff;
  height: 42px;
  margin-top: 0px;
  padding: 5px 15px 0 0;
}
.header_top_bar span {
  margin: auto 5px
}
/*	.header_mid_bar{background:url("../images/bg_header.png");   background-repeat: no-repeat;  background-size: cover; height: 110px;}*/
.header_mid_bar {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
	border-bottom: 3px solid #BEBEBE;
}
.header_menu_bar {
  background: #01407F !important;
  color: #fff;
  height: 10px;
  margin-top: 0px;
  padding: 5px 15px 0 0;
	display: none;
}
.school_logo {
  text-align: right !important;
}
.school_logo img {
  text-align: right !important;
}
.header_school_name {
  text-align: center;
}
.header_school_name h1 {
  font-size: 30px;
  margin: 2px;
  padding: 2px;
  text-transform: uppercase;
  color: #01407F;
  font-weight: 700;
}
.header_school_name h3 {
  font-size: 15px;
  margin: 2px;
  padding: 2px;
}
.header_school_name p {
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
/*new */
#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; /* Place the video behind other content */
}
.content-over-video {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}
.logo_name_header {}
.logo_name_header p {
  text-align: center !important
}
.logo_name_header img {
  width: 70%;
  margin-left: 35px;
  margin-top: 14px;
}
#header {
  padding: 0px 0 !important;
  z-index: 9999999
}
#header .logo img {
  max-height: 95px !important;
}

.txt_left {
  text-align: left !important
}
.txt_right {
  text-align: right !important
}
.txt_center {
  text-align: center !important;
}
/* nav bar*/
.navbar li {
  margin: auto 15px auto auto !important;
}
/*.nav_icon{ width:auto; height: 20px; margin: 5px 5px 5px 5px; background: url("../images/svg/leaf_d.svg") no-repeat;background-position-x: left; }
.nav_icon:hover{background: url("../images/svg/leaf_g.svg") no-repeat!important; }
.nav_icon_active{width:auto; height: 20px; margin: auto 2px auto auto;background: url("../images/svg/leaf_g.svg") no-repeat!important; }*/
/* end*/
.banner_overlay {
  position: absolute;
  z-index: 99999;
  top: 480px;
}
.banner_overlay_container {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: url("../images/transparant_overlay.png") repeat;
  height: 70px;
  ;
}
.banner_overlay_txt {
  text-align: center !important;
  padding-top: 18px;
  font-weight: 400;
  font-size: 20px;
}
.banner_overlay_container img {
  width: 15%;
  padding-right: 5px;
}
.banner_overlay2 {
  position: absolute;
  z-index: 99999;
  top: 162px;
}
.banner_overlay_container2 {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: url("../images/transparant_overlay2.png") repeat;
  height: 70px;
  ;
}
.banner_overlay_txt2 {
  text-align: center !important;
  padding-top: 18px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.banner_overlay_container2 img {
  width: 15%;
  padding-right: 5px;
}
.cart_box {
  padding: 3px 0px !important;
  width: 10%px;
  border-radius: 50px;
  font-weight: 400;
  background-color: #fff !important;
  border: 1px solid #DC5826 !important;
  color: #DC5826 !important;
  margin: 0 5px 5px 15px;
  -webkit-box-shadow: 1px 1px 5px 1px #DCB879;
  box-shadow: 1px 1px 5px 1px #DCB879;
}
.cart_box span {
  margin: 0px 5px;
}
.cart_box:hover {
  background-color: #DC5826 !important;
  color: #fff !important;
}
.cart_icon_hold {
  text-align: center !important;
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DC5826;
  padding: 8px 8px;
  background-color: #D9D9D9;
}
.cart_icon img {
  color: #000 !important;
}
.cart_text {
  padding: 5px 0 0 0 !important
}
.cart_count {
  text-align: center !important;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DC5826;
  padding: 10px 5px !important;
  color: #000;
  font-weight: 700;
}
.cart_count:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
.testimonial-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 100%;
}
.testimonial-slider {
  padding: 10px 0px 40px;
}
.body_header {
  font-size: 40px !important;
  text-transform: none !important;
  font-weight: 500 !important;
}
.body_header2 {
  font-size: 25px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-family: 'Oswald', sans-serif;
  color: #01407F;
  background: url("../images/headline_brd.png")no-repeat;
  background-position: 0 95%;
  padding-bottom: 7px;
}
.body_header3 {
  font-size: 30px !important;
  text-transform: none !important;
  font-weight: bold !important;
  color: 000;
}
.impact_value p {
  text-align: center !important;
  fornt-weight: bold;
}
.impact_no {
  font-size: 40px;
  font-weight: 400;
}
.impact_txt {
  font-size: 30px;
  font-weight: 300;
}


.impact_no{
    font-size:60px;
    font-weight:600;
    text-align:center;
}

.impact_no .counter{
    display:inline-block;
}

.impact_no .plus{
    display:inline-block;
    margin-left:3px;
    font-weight:600;
}

.impact_txt{
    text-align:center;
    font-size:18px;
    margin-top:10px;
}


.text_induym {
  color: #DC5826 !important
}
.write_email {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  background-color: #000;
  padding: 15px 55px;
  width: 50%;
  text-align: center;
  margin: 15px auto;
  color: #fff !important
}
.write_email a {
  color: #fff !important;
}
.write_email:hover {
  background-color: #DC5826 !important;
}
#footer .footer-top {
  background-color: #1E2040 !important
}
#footer {
  background-color: #000 !important
}
.credits {
  padding: 30px 0 0 0 !important
}

/* Counter animation*/

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 10px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 0px;
  padding-right: 25;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}

.cursive_font{font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
	font-size:25px;
}
/* pages */


.page_content{ border:0px solid #c1c1c1; background: #E3F2FD!important; -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; padding: 15px 15px; margin-bottom: 15px; border-top:5px solid #283593 ;border-bottom:5px solid #283593 ;}

.page_content h2{ color:#6d7e3a;  font-size: 25px;  font-weight: 500;}

.page_content table, tbody, tfoot, th, tr, td { border:1px solid #000!important; border-width: 1px!important; padding: 2px 5px; font-size: 14px!important;}
.page_content  tr{ height:30px!important;}

.page_content  thead{ height:40px!important; background: #5D6E34!important; color:#fff!important;}
.btn-change5{
        
 box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 1.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
}
.btn-change5:hover{
    -webkit-box-shadow: -500px 0 0 #31708f inset;
}

.breadcrumbs {
  height: 245px !important;
  margin: 120px auto 50px auto !important;
  background: url("../images/page_header.jpg");
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center; /* optional, center the image */ border-bottom: 4px solid #DC5826;
	
}
.breadcrumbs h2 {
  color: #fff !important;
  text-align: center;
  border: 0px solid red;
  width: 100%
}
.breadcrumbs_txt_hold {
  padding: 5px 0 !important; margin-bottom: 1px;
	
}
.breadcrumbs_txt{background: #E3F2FD !important; padding:5px 0 0 0 ;}
.breadcrumbs_txt ol {
	
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 10px;
  margin: 0;
  font-size: 14px;
 /* border-bottom: 2px dotted #6D7E3A;*/ -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; border-bottom:3px solid #283593 ;
}
.breadcrumbs_txt ol li + li {
  padding-left: 10px;
}
.breadcrumbs_txt ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}
}
.content h1 {
  font-size: 24px !important;
  color: #DC5826 !important
}
.content p {
  text-align: justify;
}
.form_message {
  font-size: 14px;
  text-align: right;
}
.form_error {
  text-align: center;
  color: red;
  background: #EED9D9;
  padding: 10px 5px;
  border-bottom: 2px solid red;
}
.form_success {
  text-align: center;
  color: green;
  background: #9AF0BB;
  padding: 10px 5px;
  border-bottom: 2px solid green;
}
.accordion-header {
  background: #F8BBA3 !important;
  border-color: #01407f !important
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion {
  --bs-accordion-active-bg: #01407f;
  --bs-accordion-active-color: white;
}
.accordion {
  --bs-accordion-bg: #524a4e;
  --bs-accordion-color: white;
}
.accordion {
  --bs-accordion-btn-bg: #D6C4C4;
}
/*store*/
.store_finder_row {
  margin: 5px auto;
  border: 2px solid #DC5826;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  padding: 20px 5px;
}
.store_icon {
  text-align: right;
}
.store_name {
  text-align: left;
  font-weight: 700;
}
.store_add {
  text-align: left;
  font-size: 16px !important;
}
.store_mappin {
  text-align: left;
}
.card {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.card_footer_btn_hold {
  padding: 0 !important;
  border: none !important;
}
.btn_buy_card {
  text-align: center !important;
  background: #DC5826 !important;
  width: 100% !important;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  color: #fff !important
}
.card_footer_btn_hold {
  overflow: hidden;
}
.btn_buy_card:hover {
  color: #fff !important;
  background-color: #000 !important;
  transform: scale(1.1);
  opacity: 1;
  transition: 0.3s;
}
.card:hover img {
  transition: 0.3s;
  transform: scale(1.1);
  opacity: 1;
}
.card_image {
  overflow: hidden;
}
.filter_label {
  font-weight: 700 !important;
}
.filter_label:hover {
  background: #none !important;
}
.card-title {
  font-size: 16px !important;
}
.card-text {
  font-size: 14px !important;
}
/* Peroduct Pages CSS */
.product_images_hold {}
.main_image {
  margin: 5px auto 5px auto;
  overflow: hidden;
}
.main_image img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.main_image img:hover {
  border: 2px solid #DC5826;
  transition: 0.3s;
  transform: scale(1.1);
}
.small_image {
  margin: 5px auto 5px auto;
  overflow: hidden;
}
.small_image img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.small_image img:hover {
  border: 2px solid #DC5826;
  transition: 0.3s;
  transform: scale(1.1);
}
.small_image_select img {
  border: 2px solid #DC5826
}
.Product_details_hold {}
.Product_details_hold h1 {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #000 !important
}
.Prdouct_title {
  margin: 5px auto 10px auto
}
.view_all_products {
  font-size: 12px !important;
  margin: 10px auto auto auto;
}
.food_type_row {
  margin: 5px auto 10px auto
}
.food_type {
  background-color: #EEEBEB;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px;
  font-size: 12px;
  padding: 5px;
}
.food_type img {
  width: 20px;
  margin-right: 5px;
}
.food_dsic {
  margin: 5px auto 10px auto
}
.food_dsic p {}
.qty_hold {
  background: #EFEFEF;
  border: 1px solid #ADA9A9;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.qty_hold {
  margin-top: 15px;
}
.qty_txt {
  text-align: right !important;
}
.qty_btn {}
.qty_btn button {
  width: 20px !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  outline: none !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.qty_fld {
  padding: auto 2px !important;
}
.qty_fld input {
  width: 25px !important;
  height: 25px !important;
  text-align: right !important;
  width: 100% !important;
}
.btn_maincta {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #fff !important;
  font-size: 22px;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  margin-bottom: 10px;
  font-weight: 500
}
/*.btn_maincta:hover{ background-color:#454545!important; color:#fff; overflow:hidden;transition: 0.3s;transform: scale(1.1);}*/
.btn_maincta img {
  width: 45px;
  margin-right: 5px;
}
.PrePrimary {
  background: #CD0685;
}
.PrimarySecondary {
  background: #0C7A46;
}
.SrSecondar {
  background: #6C8AF1;
}
.Admissions {
  background: #D1931C;
}
.PrePrimary:hover {
  background: #990061;
}
.PrimarySecondary:hover {
  background: #074427;
}
.SrSecondar:hover {
  background: #0E30A1;
}
.Admissions:hover {
  background: #AC7509;
}
.school_cta2 {}
.btn_maincta2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #fff !important;
  font-size: 22px;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  margin-bottom: 10px;
  font-weight: 500;
  background: #5E7332;
}
/*.btn_maincta:hover{ background-color:#454545!important; color:#fff; overflow:hidden;transition: 0.3s;transform: scale(1.1);}*/
.btn_maincta2 img {
  width: 45px;
  margin-right: 5px;
}
.btn_maincta2:hover {
  background: #2B3319
}
.photo_gal {}
.photo_gal h2 {
  text-align: left;
}
.btn_viewmore {
  margin-right: 25px !important;
  background: #01407F;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.card-img2 {}
.card-img2 img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.card-img-overlay {
  border: 1px solid #ccc;
  height: 27px;
  margin-top: 134px;
  padding: 0;
  background: #FFF;
  opacity: 0.5;
}
.body_circular_image {
  text-align: center
}
.body_circular_image img {
  border: 6px solid #01407F;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 200px;
  height: 200px
}
.vision_mission {
  background: #D9D9D9;
  padding: 25px 20px;
}
.vision_mission h4 {
  text-align: center;
  font-weight: bold
}
.body_circular_text {
  font-size: 14px;
}
.body_circular_text p {
  text-align: justify;
}
.body_text50th {
  text-align: center;
  font-size: 20px;
}
.blog_news_row {
  border-bottom: 1px dotted #000;
  padding: 5px auto !important;
}
.blog_news_image {
  margin: 5px auto
}
.blog_news_text {
  font-size: 14px;
}
.blog_news_text p {
  text-align: justify;
  padding: 2px;
  margin: 2px;
}
.blog_news_title {
  font-weight: bold
}
.blog_news_title a {
  color: #0000FF;
}
.blog_news_title {}
.read_more {
  font-size: 12px;
  color: #0000FF;
}
.btn_blogmore {
  background: #01407F;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 0 0 0;
}
.footer-links {}
.footer-links p {
  margin: 5px !important;
  padding: 0px auto !important;
}
.body_page_fix {
  margin-top: 145px;
}
.form-group{ margin:10px auto!important}

.address_details{

	padding:10px;
	
}
.address_details h4{ font-size:16px; font-weight:bold;}

/* phpto gallery */
.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay:hover {
  opacity: 1;
}
.caption {
  color: #fff;
  text-align: center;
}
/* phpto gallery */
.also_aval {
  margin: 25px auto;
  border-top: 3px dotted #DC5826;
  padding-top: 15px !important;
}
.also_aval span {
  font-size: 18px !important;
  font-weight: 600;
}
.also_aval a {
  font-size: 20px !important;
  font-weight: 600;
}
.prdoduct_info {
  border-top: 3px dotted #DC5826;
  padding-top: 15px !important;
}
.prdoduct_info h2 {
  font-size: 16px;
  font-weight: 600;
}
.prdoduct_info p {
  font-size: 14px;
}
.prdoduct_info ul {
  font-size: 14px;
}
.modal {
  z-index: 9999999 !important;
}
.modal-content {
  border: 4px solid #01407F !important;
  position: relative;
}
.modal-header h1 {
  font-size: 25px !important;
  color: #DC5826 !important;
}
.modal-dialog {
  margin-top: 215px;
}
.btn_prev {
  position: absolute;
  top: 45%;
  left: 0;
  background: #000;
  padding: 5px;
  color: #fff !important;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  opacity: 0.5;
  font-size: 12px;
}
.btn_prev_inactive {
  background: #444444;
  padding: 5px;
  color: darkgrey;
}
.btn_next {
  position: absolute;
  top: 45%;
  right: 0;
  background: #000;
  padding: 5px;
  color: #fff !important;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  opacity: 0.5;
  font-size: 12px;
}
.btn_next_inactive {}
/*cart */
.cart_hold {
  border: 2px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.cart_title span {
  color: #DC5826;
  margin: auto 15px;
}
.cart_title span::after {
  content: " ~"
}
.cart_row {
  border: 1px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_row_total {
  background: #F6D9CE !important;
  border: 1px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_row_total_txt span {
  margin: auto 4px !important;
  font-weight: 900;
}
.qty2_hold {
  width: 125px;
  background: #EFEFEF;
  border: 1px solid #ADA9A9;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.value-button {
  float: left;
  width: 20px !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  outline: none !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: center !important;
  margin: auto 5px;
}
.qty_fld2 {
  padding: auto 2px !important;
  float: left;
  width: 50px;
}
.qty_fld2 input {
  width: 25px !important;
  height: 25px !important;
  text-align: right !important;
  width: 100% !important;
}
.cart_pay {
  margin: 25px auto;
}
/*form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
iframe{ overflow:hidden!important; }
.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}
.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}
.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}
.timeline ol li:last-child {
  width: 280px;
}
.timeline ol li:not(:first-child) {
  margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
}
.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}
.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}
.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}
.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}
.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}
.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.timeline .disabled {
  opacity: 0.5;
}
.timeline .arrows img {
  width: 45px;
  height: 45px;
}
/*Instituations*/
.instcontent_hold {
  margin: 15px auto;
  border-bottom: 2px dashed #686666;
  padding: 10px auto !important;
}
.instcontent {
  margin-bottom: 15px;
}
.instimage {
  overflow: hidden;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 15px;
}
.instimage img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.vvm_inst_index {}
.inst_block {
  margin: 10px 0px;
}
.inst_ind_cont_hold {}
.vvm_inst_index h2 {
  text-align: center;
  margin-bottom: 30px;
  font-sze: 20px
}
.ins_cont_hold {
  font-size: 16px !important;
}
.ins_cont_hold p {
  margin: 2px auto;
  padding: 2px auto;
}
.inst_index_title {
  background: #01407F;
  height: 50px;
  margin-bottom: 0px;
  padding: 5px 15px;
  width: 98%
}
.inst_index_title h2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-indent: 0px;
}

.inst_index_title a{
	color: #fff;
}

.inst_image {
  overflow: hidden;
  height: 200px;
}

.bg_plus1{
	background: url("../../images/year.png")  no-repeat;
}

.bg_plus2{
	background: url("../../images/staff.png")  no-repeat;
}
.bg_plus3{
	background: url("../../images/student.png")  no-repeat;
}

.ins_cont {}
.vist_website {
  background: #01407F;
  color: #fff;
  text-align: center;
  padding: 5px 2px;
}
.vist_website a {
  color: #fff;
}
.vist_website img {
  width: 10%;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol, .timeline ol li {
    width: auto;
  }
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  .timeline ol li:nth-child(odd) div::before, .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  .timeline ol li:last-child, .timeline ol li:nth-last-child(2) div::before, .timeline ol li:not(:last-child)::after, .timeline .arrows {
    display: none;
  }
}