@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
body{

	overflow-x: hidden;
}

.navbar.navbar-default {
    background: #adca32;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav li a{
    color: #fff;
}


.navbar-default .navbar-nav li a:hover{
    color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu>li>a{
    color: #000;
}


#header{
	
	background-color: #c5c5c5;
}

.topbar{
	text-align: right;
	padding-top: 1rem;
    background-color: brown;
}
.topbar ul li{
	list-style: none;
	display: inline-block;
}

.topbar a{
    color: #fff;
    font-size: 15px;
}

.topbar a:hover{
    color: #ff2a47;
}

.card{
	height: 350px;
	background-color: #fff;
	border: 1px solid #000;
}


.route{
	height: 50px;
	background-color: #fff;
	border: 1px solid #000;
	line-height: 35px;
}
.record{
	
	color: #fff;
}


@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
}
.nav-tabs>li.active>a {
    color: #FFFFFF;
    background-color: #2962FF;
    border: none;
}

.nav-tabs>li.active>a:hover{
    color: #FFFFFF;
    background-color: #2962FF;
    border: none;
}

#footer {
	background: #adca32;
	padding: 30px 0;
}
#footer span {
	color: #fff;
	font-size: 14px;
}
#footer a {
	color: #fff;

}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
	text-decoration: none;
}

.prior>ul>li{
	list-style: none;
}


.card-container.card {
    max-width: 350px;
   
}

.btn {
    font-weight: 700;
   
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.carousel-caption h4{
   color: red;
}

a:hover{
    text-decoration: none;
}


.form-contact {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-contact .form-contact-heading,
.form-contact .checkbox {
  margin-bottom: 10px;
}
.form-contact .checkbox {
  font-weight: normal;
}
.form-contact .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-contact .form-control:focus {
  z-index: 2;
}
.form-contact input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.solution{
    background-image: url('../image/09.jpg');
}

.top-header-menu-wrapper {
    position: relative;
    height: 125px;
}


.top-header-menu {
    position: absolute;
    bottom: 10px;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-header-menu>li {
    display: inline-block;
    color: #adca32;
    vertical-align: bottom;
}

.top-header-menu>li>a {
    color: #adca32;
    font-weight: 700;
}


.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }    

.boxData {
    border-top: solid 5px #adca32;
    background-color: #fff;
}

#ticker-wrapper {
    overflow: hidden;
    width: 100%;
    height: 50px;
    cursor: default;
    background-color: chocolate;
}

#ticker-wrapper .list-updates li{
  list-style: none;
  
}


a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 5px;
    background: #cb5245;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #cb5245;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
}
.tab .nav-tabs li a:hover{
    color: #cb5245;
    background: #fff;
    border: 2px solid #cb5245;
}
.tab .nav-tabs li.active a{
    color: #092c4f;
    border: 2px solid #092c4f;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.4s ease-in 0.1s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    opacity: 1;
    transform: scale(2);
}
.tab .tab-content{
    height: 512px;
    font-size: 15px;
    border: 2px solid #092c4f;
    border-radius: 25px;
    outline: 5px solid #092c4f;
    outline-offset: 3px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before{
        transform: scale(10);
    }
}

.boxData{
  border-top: 5px solid #adca32;
}


.boxDataHeader{
  padding: 10px 0;
  border-bottom: solid 1px #999;
  font-size: 18px;
  font-weight: 700;
}

#linkBoxWrapper{
  background-color: #adca32;
  padding: 25px 0;
}

#linkBoxWrapper #linkBoxList{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.boxDataContent{
  padding: 10px 0;
}

ul.list-quick-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-quick-links>li{
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}


.youtube-carousel{
  border: 4px solid #e25454;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
 .controls{
  display: none;
 }
.carousel-control .glyphicon-chevron-left{
   top:35%;
  font-size: 32px;
  left:19%;
  margin: 0;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 32px;
  left:19%;
  margin: 0;
}

.left-button{
  background: #800000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: 35px;
}


.right-button{
  background: #800000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: 35px;
}



.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}



@media screen and (min-width: 768px) {

.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:16%;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:13%;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
}
}

#latest{
  background-color: #adca32;
  height: 350px;
}

#latest .list-image li{
  list-style: none;
}

.hero{
  border: 1px solid #c0c0c0;
  background-color: #0000ff;
}

.hero .mmt{
  height: 20px;
  background-color: #800000;
  color: #fff;
}

.hero a{
  color: #fff;
}

#socialBar {
    background-color: #adca32;
    padding: 50px 0;
}

.listUpdates {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 428px;
    overflow: hidden;
}

ul.newsbox {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 300px;
    overflow: hidden;
}


#logoTextLine1{

    display: inline-block;
    font-size: 20px;
    padding-top: 30px;
    font-family: yanone kaffeesatz,sans-serif;
}

#logoTextLine2{
    display: inline-block;
    font-size: 100%;

}
/* START FACULTY  */
.name {
	background-color:#2f4858;
	color:#fff;
}
.faculty-image1 {
	width:180px;
	height:165px;
	margin-top:60px;
	border:1px solid #b2e6d4;
	border-radius:9px;
	margin-left:90px;
}


.table {
	margin-top:12px;
	width:60%;
	margin-left:160px;
 }
.faculty-image1 {
	margin-left:280px;
 }
}
@media (max-width: 655px){
.faculty-image1 {
	margin-left:230px;
 }
.table {
   margin-left:140px;
  }
}
@media (max-width: 590px){
.faculty-image1 {
	margin-left:195px;
 }
.table {
   margin-left:120px;
  }
}
@media (max-width: 520px){
.faculty-image1 {
	margin-left:165px;
 }
.table {
   margin-left:110px;
  }
}
@media (min-width: 425px) and (max-width: 455px){
.faculty-image1 {
	margin-left:115px;
 }
.table {
   margin-left:75px;
  }
}
@media (min-width: 350px) and (max-width: 424px){
.faculty-image1 {
	margin-left:90px;
 }
.table {
   margin-left:50px;
  }
}
/* END FACULTY  */

/* START VISIONSECTION  */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
.vision-heading h3{
	margin-top:70px;
    font-size:25px; 
    background-color:#8fd507;
    color:#fff;
    width:300px;
    height:50px;
    padding-left:40px;
    padding-top:18px;
    padding-right:25px;
	padding-bottom:40px;
    border-radius:6px;
    margin-top:70px;
    margin-bottom:60px;
    margin-left:420px;
    box-shadow:5px 5px 2px   #99ccff;
	text-transform:uppercase;
	font-family: 'Crimson Text', serif;
}
.visionsection1 {
  width:700px;
  height:300px;
  background-color:#c0eaf7;
  border-radius:5px;
  margin-bottom:20px;
  margin-left:230px;
  margin-top:110px;
  
}
.visionsection2 {
  width:700px;
  height:300px;
  background-color:#e4d3e9;
  border-radius:5px;
  margin-bottom:20px; 
  margin-left:230px;
}
.visionsection3 {
  width:700px;
  height:300px;
  background-color:#b6f189;
  border-radius:5px;
  margin-left:230px;  
}
.visiontop1 {
  width:700px;
  height:15px;
  background-color:#278faf;
  border-bottom:20px;
}
.visiontop2 {
  width:700px;
  height:15px;
  background-color:#22223b;
  border-bottom:20px;
}
.visiontop3 {
  width:700px;
  height:15px;
  background-color:#2f812f;
  border-bottom:20px;  
}
.visioncontent1 {
	padding:60px;
	font-size:17px;
	word-spacing:3px;
	color:  ;
}
.visioncontent2 {
	padding:60px;
	font-size:17px;
	word-spacing:3px;
	color:  ;	
}
.visioncontent3 {
	padding:60px;
	font-size:17px;
	word-spacing:3px;
	color:  ;	
}
@media (min-width: 992px) and (max-width: 1100px){
  .visionsection1 {
    max-width:100%;
	margin-left:127px;
}
.visionsection2 {
    max-width:100%;
	margin-left:127px;
 }
.visionsection3 {
	max-width:100%;
    margin-left:127px;	
 }
.visiontop1 {
	width:100%;
    height:15px;
 }
.visiontop2 {
	width:100%;
	height:15px;
 }
.visiontop3 {
	width:100%;
    height:15px;
 }
.visioncontent1 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent2 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent3 {
	padding:50px;
	font-size:1.3rem;
 }
.vision-heading {
	max-width:100%;
    position:relative;
    align-items:center;	
 }
.vision-heading h3 {
	max-width:40%;
	padding-bottom:5rem;
	margin-left:329px;
	line-height:34px;
  }  
}
@media (min-width: 769px) and (max-width: 991px){
  .visionsection1 {
    max-width:100%;
	margin-left:13px;
}
.visionsection2 {
    max-width:100%;
	margin-left:13px;
 }
.visionsection3 {
	max-width:100%;
    margin-left:13px;	
 }
.visiontop1 {
	width:100%;
    height:15px;
 }
.visiontop2 {
	width:100%;
	height:15px;
 }
.visiontop3 {
	width:100%;
    height:15px;
 }
.visioncontent1 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent2 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent3 {
	padding:50px;
	font-size:1.3rem;
 }
.vision-heading {
	max-width:100%;
    position:relative;
    align-items:center;	
  }
.vision-heading h3 {
	max-width:40%;
	padding-bottom:5rem;
	margin-left:212px;
	line-height:34px;
  } 
}
@media (max-width: 768px){
.visionsection1 {
    max-width:100%;
	margin-left:8px;
}
.visionsection2 {
    max-width:100%;
	margin-left:8px;
 }
.visionsection3 {
	max-width:100%;
    margin-left:8px;	
 }
.visiontop1 {
	width:100%;
    height:15px;
 }
.visiontop2 {
	width:100%;
	height:15px;
 }
.visiontop3 {
	width:100%;
    height:15px;
 }
.visioncontent1 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent2 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent3 {
	padding:50px;
	font-size:1.3rem;
 }
.vision-heading {
	max-width:100%;
    position:relative;	
  }
.vision-heading h3 {
	max-width:40%;
	padding-bottom:5rem;
	margin-left:212px;
	line-height:34px;
  }
}
@media (min-width: 425px) and (max-width: 767px){
.visionsection1 {
    max-width:100%;
	margin-left:0px;
}
.visionsection2 {
    max-width:100%;
	margin-left:0px;
 }
.visionsection3 {
	max-width:100%;
    margin-left:0px;	
 }
.visiontop1 {
	width:100%;
    height:15px;
 }
.visiontop2 {
	width:100%;
	height:15px;
 }
.visiontop3 {
	width:100%;
    height:15px;
 }
.visioncontent1 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent2 {
	padding:50px;
	font-size:1.3rem;
 }
.visioncontent3 {
	padding:50px;
	font-size:1.3rem;
 }
.vision-heading {
	max-width:100%;
    position:relative;	
  }
.vision-heading h3 {
	max-width:90%;
	padding-bottom:5rem;
	margin-left:50px;
	line-height:34px;
  }
}
/* END VISIONSECTION  */

/* START ABOUT  */
.about-raghopur {
  width:1100px;
  height:480px;
  box-shadow:-6px -6px 8px #b7b7a4,
	           4px 4px 8px #b7b7a4;	
  padding:50px;
  flex-direction:row;
  flex-flow:wrap;
  display:flex;
}
.about-image {
  width:400px;
  height:340px; 
  padding-top:4.2rem;
}
.about-content {
  font-size: 21px;
  font-weight:550;
  color:#000;
  font-style: oblique;
  padding-left:5rem; 
  padding-top:3.5rem;  
  justify-content:center;
  font-family: 'Crimson Text', serif;
  word-spacing:4px;
}

@media (max-width: 768px){
.about-raghopur {	
  flex-direction:column;
  max-width:100%;
  height:100%;
  }
.about-content1 {
  width:100%;
  flex-direction:column;
  }
.about-content {
  max-width:85%;
  padding-top:50px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  font-size:2.5rem;
  }
.about-image {
  width:100%;
  height:auto;
	}
}
/* END ABOUT  */
