body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}


@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  /* background: #333333; */
  background:#0095dc;
  border-radius:20px;
} 
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px;
  font-size: 12px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 19px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  background:#000;
  
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
/* #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
 #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
 
	  
}  */
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:99
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid #fff;
    padding: 11px 15px;
    width: 260px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #0095dc;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
  
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


/*social media button*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
	 color:#fff;
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 .social_buttons{
	 color:#fff;
 }
/*Color_btns_social_media*/
 .icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.youtube_play span {
	background-color: #f80000;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button .youtube_play {
	color: #db5a3c;
}
.icon-button:hover .youtube_play{
	color:#000;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}

 .heading_header h2 {
	 font-size:21px;
	 color:#23176f;
	 margin-bottom:0px;
	 margin-top:0px;
	 font-weight:bold;
 }
 
 .heading_header h5 {
	 margin-bottom:0px;
	 color:red;
 }
 .heading_header{
	 margin-top: 12px;
 }
 .border_header{
	 border-top: 4px solid #000;
 }
 .logo_khandel{
	 float:left;
 }
 .shankarlalji_khandel{
	 float:right;
 }
 .course_heding{
	color: #000;
    text-align: center;
    margin: 0px;
    padding: 12px;
 }
 .heading_bar{
	margin-top: 0;
    
 }
 .heading_bar img:hover{
	transform: scale(1.5);
	cursor:pointer;
 }
 .arrow_right > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
	
}
.arrow_right a{
	color:#000;
}
.arrow_right {
    list-style-image: url(../images/arrow_right.gif);
}
.arrow_right a:hover{
	color:#0078eb;
	text-decoration:none;
}
.list_image {
    list-style-image: url(../images/bullet_list.gif);
}
.list_image a{
	 color:#000;
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
	
}
.list_image_bullets {
    list-style-image: url(../images/bullets.jpg);
}
.list_image_bullets a{
	 color:#000;
}
.list_image_bullets > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
	
}
figure.team_member {
    position: relative;
    overflow:hidden;
    color: #fff;
}
figure.team_member img + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -moz-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -ms-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -o-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
}
figure.team_member figcaption {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
figure.team_member figcaption h3 {
    margin: 0 0 8px 0;
}
figure.team_member figcaption h3 a, figure.team_member figcaption p a{
	color: #fff;
}
figure.team_member figcaption h3 a:hover, figure.team_member figcaption p a:hover, ul.social-person li a:hover{
	color:#f1b458;
}
figure.team_member figcaption span {
    margin-bottom: 15px;
    display: block;
	font-size:14px;
	line-height:16px;
}
p.person-deg1{
	margin-bottom:20px !important;
}
figure.team_member figcaption p {
    margin-bottom: 0;
    color: #fff;
}

.title-variation1 .style-title1, .course-details .cousre-details-img .course-title, figure.themeumlms-course-img figcaption, figure.team_member:hover figcaption {
    background-color:rgba(47, 55, 76, 0.71);
}
figure.team_member:hover figcaption {
    top: 0;
}
figure.team_member:hover .person-social {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
figure.team_member:hover p, figure.team_member:hover .person-social {
    left: 0;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
figure, figcaption, img, h2, p, i, .person-social {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.quick_links_col {
    margin-top: 10px;
    margin-bottom: 10px;
}
#grad2 {
    background-color: #21211e;
}
.copyright-wthree {
    background: #000;
    padding: 15px 0px;
}
.copyright-wthree p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
}
.footer_links a{
	color:#fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
	margin-top:11px;
}
.heading_inners{
	background: #0095dc;
    margin-top: 0px;
    color: #fff;
    padding: 8px;
	border-top-right-radius: 12px;
}
.inner_paragraph p{
	margin-top:10px;
	font-size:15px;
}
.objectives_goals li{
	font-size:17px;
}
.table-bordered {
    border: 2px solid #000;
    background: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 2px solid #000;
}
.AllBorder {
    border: 1px solid #000;
}
.mor_pis{
    margin-left: 11em;
}
.flash {
   animation-name: flash;
    animation-duration: 1.1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 3px;
    font-weight: bold;
    text-align: center;
	font-size:18px;
}

@keyframes flash {
    from {color: black;}
    to {color: orange;}
}
.gadkari_crop_trans a {
	color:#000;
}
.gadkari_crop_trans a:hover {
	color:orange;
	text-decoration:none;
}
.gadkari_crop_trans h6 {
	margin-bottom:0px;
}
.gadkari_crop_trans {
     padding-top:5px;
}
.kalam_crop_trans a {
	color:#000;
}
.kalam_crop_trans a:hover {
	color:orange;
	text-decoration:none;
}
.kalam_crop_trans h6 {
	margin-bottom:0px;
	margin-top:12px;
}
.kalam_crop_trans  {
	padding:10px;
}
.header_strip{
	border-bottom:5px solid orange;
}
.biodata a:hover {
	color:orange;
	text-decoration:none;
}
.biodata a{
	color:black;
	font-weight:bold;
}
.biodata {
	padding-top:35px;
}
.video_Message a:hover {
	color:orange;
	text-decoration:none;
}
.video_Message a {
	color:black;
	font-weight:bold;
}
.video_Message {
	padding-top:35px;
}
.imp_info_scroll{
	height: 337px;
    overflow-y: scroll;
}

/*Vertical Slider*/

.btn-vertical-slider{ margin-left:67px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}
/*--*/
.suggn_box{
    margin-left:20px;
    margin-top: 20px;
    font-size: 22px;
	color: #0078eb;
}
.thought_box{
	float: right;
    margin-top: 15px;
    font-size: 23px;
	color: #0078eb;
}
.achiever{
    margin-top: 17px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 218px;
}
.calendar{
	margin-top: 17px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 226px;
}
.quick_links{
	margin-top: 18px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 260px;
}
.courses{
	margin-left:20px;
	margin-top: 20px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 75px;
}
.important_information{
	margin-left:20px;
	margin-top: 20px;
    font-size: 22px;
	color: #0078eb;
	float: right;
    margin-right: 29px;
}
.principal_d{
	margin-left:80px;
	margin-top: 14px;
    font-size: 22px;
	color: #0078eb;   
	
}
/*.principal_d {
    margin-left: 20px;
    margin-top: 14px;
    font-size: 22px;
    color: #0078eb;
    float: right;
    margin-right: 250px;
}*/
.important_information_bar{
	margin-bottom: 0;
    margin-top: -8px;
}
.achiever_bar{
	margin-top: -4px;
}
.vertical_slider_ptage p{
	text-align:center;
	margin-right:9em;
}
.google_search_bar{
	margin-left:-36px;
	margin-top:101px;
}
#gallery_slide
{
display:none;
width:100%;
background:#5bc0de;
}
 #gallery_slide a{
	color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size:18px;
	text-align:left;
}
#gallery_slide p{
	text-align:left;
	padding:5px;
}
#gallery_slide p:hover{
	background:#2e6da4;
}
#gallery_slide a:hover{
	background:#2e6da4;
	text-decoration:none;
}



#gallery_slide1
{
display:none;
width:100%;
background:#5bc0de;
}
 #gallery_slide1 a{
	color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size:18px;
	text-align:left;
}
#gallery_slide1 p{
	text-align:left;
	padding:5px;
}
#gallery_slide1 p:hover{
	background:#2e6da4;
}
#gallery_slide1 a:hover{
	background:#2e6da4;
	text-decoration:none;
}



#slide
{
display:none;
width:100%;
}
.fa-arrow-right {
    padding-right: 10px;
    color: #000;
	display:none;
}
.calender_table b{
	color:red;
}
.calendar_table th {
	color:#0095dc;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #0095dc;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/*Responsive media css*/
@media only screen and (max-width: 1366px) {
   .video_Message {
	padding-top:-6px;
   }
   .biodata {
    padding-top:-6px;
}
.heading_header {
    margin-top: 10px
}
}
@media only screen and (max-width: 992px) {
   .logo_khandel {
    float: left;
    width: 76%;
    margin-top: 43px;
    padding-left: 36px;
}
.heading_header h5 {
    clear: both;
}
.shankarlalji_khandel {

    float: right;
    padding-right: 46px;
    width: 74%;

}
.google_search_bar{
	margin-left:0px;
	margin-top: 14px;
}
.principal_d {
    margin-left: 20px;
    margin-top: 14px;
    font-size: 22px;
    color: #0078eb;
}
}