
.menu2{
	margin-top: -6%;
}
.head{
	color: #fff;
	    font-size: 22px;
}
#gtco-footer {		    
	background: #3d3939;
}
.gtco-social-icons li a{
	color: #fff;
}
.news{
	width: 360px;
	height: 250px;
}
.counter {
    font-size: 4em;
    font-weight: bold;
    color: #bd953d;
}
.explore{
    margin-top: 6%;
}
.golden {
width: 20%;
margin: 0 auto;
border: 1px solid #c69621;
}
.admission-box{
/*background-color: rgba(255, 255, 255, .15); */ 
/*backdrop-filter: blur(5px);*/
/*rgb(255,205,255,0.9);*/
height: 180px;
z-index: 999;
width: 10%;
position: absolute;
top: 5%;
right: 0;
}
.admission-box h2{
line-height:25px;   
padding-top:5px;
font-size: 2.0em;
}
.news-topbox{
background: rgb(51, 57, 255,0.9);
height: 40px;
z-index: 999;
width: 100%;
position: absolute;
top: 5%;
right: 0;
}
.footer-akmbox{
background: rgb(51, 57, 255,0.9);
height: 40px;
z-index: 999;
width: 100%;
position: sticky;
bottom: 0%;
right: 0;
}
.greybox{
    background:#e7e7e6;
    padding: 10%;
    text-align:center;
    font-family:ubuntu;
    margin-bottom: 10%;
}
.whitebox {
    background: #fff;
    padding: 10%;
    text-align: center;
    font-family: ubuntu;
    margin-bottom: 10%;
    margin-top: 10%;
}
/*Menu Style*/
.dropbtn {
 	background-color: rgba(52,52,52,0);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.btn3 {
    background-color: #dd1a32;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 20px;
    cursor: pointer;
}

.btn2 {
    /*background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;*/
    background-color: #ef1533;
    border: none;
    color: white;
    padding: 9px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin: 4px 20px;
    cursor: pointer;*/
        margin: -14px 21px;
    cursor: pointer;
   display: flex;
  align-items: center;
  justify-content: center
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
     font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 330px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
     font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #303092;
}
.navbar{
background-color: rgba(52,52,52,0);
border: 1px solid transparent;
padding-left: 15%;

}
.navbar2{
background:#FFF;;
border: 1px solid transparent;
padding-left: 5%;
min-height:80px;

}
/*.dropdown{
	margin-left: -3%;
}*/
#first_menu{
	/*background-color:#303092;*/
	margin-left: -34%;
}
.act{
    background:#303092;
}
.redbutton{
    background: #303092;
    opacity:0.5;
	border: none;
	color: #fff;
	width: 80%;
	height: 48px;
	margin-top: 54%;
	margin-left: 8%;
}
		
.box{
    padding-right: 18px;
}		
/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index: 1000;
}
.popup h3{
    padding-left: 8%;
    color: #585555;
}
/* Inner */
.popup-inner {
max-width: 100%;
width:95%;
padding:40px;
position:absolute;
top:43%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
}
.popup-inner ul li{
    font-size: 14px;
color: #303092;
 list-style-type: none;
}
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;
}
.fa{
    color:#333;
}
#tagline{
    height:100px;
}

#tagline h2{
    text-align:center;
}
.textbox h2{
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
}
h2 {
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
}

.redbutton2 {
    background: #303092;
    opacity: 0.5;
    border: none;
    color: #fff;
    width: 80%;
    height: 48px;
    margin-top: 44%;
    margin-left: 8%;
}
.gtco-nav{
	    background: #343434;
}
.table {
    display: table;
    margin: 85px auto;
}
/*Slider*/
/*.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}*/

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 100%;
  height: 40px;
  width : 40px;
  margin-top: 1px;
   line-height:32px;
   font-size:30px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 100%;
  height: 40px;
  width : 40px;
  margin-top: 1px;
  line-height:32px;
    font-size:30px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
width: 297px;
height: 198px;
}
/* End carousel */
.news_category{
color: #ab1a3c;
font-size: 16px;
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
font-weight: 600;
line-height: 15px;
}
.news_heading{
  font-size: 13px;
  font-weight:bold;
  color:#000;
  text-decoration:none;
}
.news_heading a{
    text-decoration:none;
}
.newsstrip h3{
    padding-left:5px;
}
.head_box{
    padding-left:2%;
    
}

.faculty_qualification{
    font-size: 12px;
font-weight: bold;
}
.slider_text{
    position: absolute;
    top: 20px;
width:600px;
height:350px;
z-index: 10;
padding-bottom: 20px;
color: #fff;
text-align: left;
margin-left:2%;

    
}
.slider_text_heading{
    background: #fff;
height: 20%;
background: #2f318f;
}
.slider_text_heading h3{
 margin-left: 4%;
padding-top: 3%;
}
.slider_text_description{
  color: #000;
background: #fff;
height: 70%;
}
.slider_text_description p{
 margin-left: 4%;
padding-top: 3%;
}
.section1{
background: #f6f6f6;

}

.bannerimage1{
    background:url('../images/history.png');
    height:395px;
    background-size:cover;
}

.bannerimage2{
    background:url('../images/campus.png');
    height:395px;
    background-size:cover;
}
.purple{

}
.section2 h4{
   padding-top: 2%;
padding-bottom: 2%;
font-size: 1.50em;
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
font-weight: 700;
line-height: 1.25em;
}
.section4{
    padding-left: 2%;
padding-right: 2%;
}

.countersection{
    height:150px;
}
.purplebanner{
    
}
.purple{
 
color: #131017;
  
}
.counterboxsmall{
    padding-top: 2%;
}
.counterboxsmall{
font-family: ubuntu;
font-size: 17px;
line-height: 1.5;
letter-spacing: 0.05em;

}
.purple h2{
    text-align:center;
    padding-left:5%;
    text-transform:uppercase;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-top: 1%;
}

.footerlinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footerlinks li {
  font: Helvetica, Verdana, sans-serif;

}

.footerlinks li:last-child {
  border: none;
}

.footerlinks li a {
  text-decoration: none;
  color: #000;

  display: block;
font-size: 17px;
}

.footerlinks li a:hover {
  font-size: 20px;
  background: #f6f6f6;
}
.button {
  border-radius: 4px;
  background-color: #b1040e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 19px;
  padding: 20px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.wrapper {
    text-align: center;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
@media (min-width: 1200px)
  {
    .content_div {
      width: 1296px;
  }
}
.thumbnail .caption{
    height: 150px;
}