@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');
 @font-face {
  font-family: 'Manjari';
  src: url('../fonts/Manjari-Regular.ttf');
  src: url('../fonts/Manjari-Regular.eot'), /* IE9 Compat Modes */
       url('../fonts/Manjari-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Manjari-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Manjari-Regular.svg') format('svg'); /* Legacy iOS */
 }

body{background:url(../images/bg.jpg)}
.header_main{
	background: rgba(236, 236, 236, 0.6);
    border-bottom: 5px solid #53b849;
	padding: 5px 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: manjari !important;
    color:#c7c7c7;font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: manjari !important;
    color:#c7c7c7;font-size:14px;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: manjari !important;
    color:#c3c3c3;font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: manjari !important;
    color:#c3c3c3;font-size:14px;
}
.choose_online_top{
    background:#fff;
    border:1px solid #ccc;
    padding:5px;
    float:none;
    margin:0 auto;
    margin-bottom:30px ;   
}
.choose_online_top h1{
    background: #28a745;
    font-size: 18px;
    text-align: center;
    padding: 8px 0px 6px;
    color: #fff;
    text-transform: uppercase;
}
.div_repetecolom{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 0px 0px;
    margin-bottom: 10px;
    background: #f9f9f9;    
}
.college_form input[type=submit] {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #31af45;
    border-style: none;
    margin-bottom: 20px;
    font-size: 18px;
    border: 2px solid #31af45;
}
.choose_online_top_inner{
    padding: 15px;
}
.choose_online_bottom{
    font-family:poppins;
    font-size:14px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 50px;
}
.choose_online_bottom h5{
    background: #d8d8d8;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.header_middle{
	padding-top:18px;
}
.header_middle_cntnt{
	font-family:poppins;
	font-size:13px;
	font-weight:normal;
	color:#7d7d7d;
}
.institute_image img{max-width:100%;}
.header_middle_cntnt i{
	color:#7d7d7d;
	width:20px;
	font-weight:bold;
}
.header_middle_cntnt span{
	font-size: 16px;
    color: #000;
    font-weight: bold;
}
.header_final a{
    background: #53b849;
    color: #fff;
    font-family: poppins;
    font-size: 13px;
    padding: 13px 25px;
    float: left;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-top: 17px;
    outline: none;
    text-decoration: none;
}
.v_message{
    background: #fff;
    border: 7px solid #bfbfbfcc;
    padding: 15px;
    border-radius: 17px;
}
.quat_icon{
position: absolute;
    right: 50%;
    top: -30px;
    width: 55px !important;
    height: 55px !important;
    background: #19893a;
    color: #fff;
    border-radius: 55px;
    text-align: center;
    line-height: 55px !important;
    font-size: 27px !important;
}
/**-------------menu-----------**/
.menu_section{width:100%;background:#fff;display:inline-block;}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu .main-menu {
  display: none;
}
#tm:checked + .main-menu {
  display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}
#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}
#menu .sub-menu {
  background-color:#0e9900;
  border-width: 1px 1px 0;
  margin: 0 1em;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu li, 
#toggle-menu, 
#menu a {
    position: relative;
    display: block;
    color: black;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
    text-decoration: none;
	/*text-transform: uppercase;*/
    font-size: 14px;	
}
#menu, 
#toggle-menu {
	background-color: #fff;
}
#toggle-menu, 
#menu a {
    padding:15px;
}
#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}
#menu a:hover {
  background-color: white;
  color:#0e9900;
}
#menu .active,#menu .active:hover{
    background-color: #53b849;
    color: #fff;	
}
#menu .sub-menu {
  display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a:hover {
  color: #444;
}
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}
#menu .drop-icon {
  line-height: 1;
}
.latest_updates_section{
	width:100%;
    padding:30px 0px 10px;	
}
.latest_updates_section h2{
	font-size: 25px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e2f60;
}
.college_section{
	padding:0;
}
.head_tab{
	padding:0;
}
.head_tab h2{
    background: #eee;
    font-size: 18px;
    padding: 7px 10px;
    text-transform: uppercase;
    font-family: poppins;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #ccc;
    margin-top:3px;
}
.notification_inner{
    /*background: #fff;
    /*border: 1px solid #ccc;*/
    padding: 0px 15px;
    font-family: poppins;
    font-size: 14px;
	color:#000;
}
.notification_inner .row{
	padding: 10px;
}
.notifi_date{
    background: #1f8e32;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 10px;	
}
.notifi_date span{
    font-size: 25px;
    font-weight: bold;
}
.notification_inner .notifi_contnt p{
	margin-bottom:0px;
	font-size: 13px;
}
.notification_inner a{
	color:#000;
}
.senet_section{
	background:url(../images/senet_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
    padding: 60px 0px;
    margin: 40px 0px;
}
.senet_head{
	color:#fff;
	font-family:poppins;
	font-size:14px;
    padding-top: 60px;	
}
.senet_head h3{
	font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.senet_head a{
    background: #4eea52;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;	
}
.senet_head a:hover{
    background: #000;
    color: #fff;	
}
.senet_items{
	text-align:center;
}
.senet_items h4{
    color: #fff;
    font-size: 22px;
    font-family: poppins;
    line-height: 30px;
    padding-top: 10px;	
}
.senet_items span{
	color: #a9a9a9;
    font-family: poppins;
    border-bottom: 1px solid #a9a9a9;
}
.senet_items img{
	max-width:100%;
}
.activity_section{
    padding: 20px 0px;
    margin: 20px 0px;	
}
.activity_items{
	padding-top: 15px;
}
.activity_items h1{
    font-family: poppins;
    font-size: 18px;
    text-transform: uppercase;
    background: #309c43;
    color: #fff;
    padding: 5px 15px;
    margin-top:5px;
}
.activity_items p{
    font-family: poppins;
    font-size: 14px;
    text-align: justify;
    padding-top: 10px;	
}
.activity_inner img{width:100%}
footer{
    background: #18254a;
    color: #fff;
    font-size: 14px;
    font-family: poppins;
	margin-top:20px;	
}
footer .footer_top{
    padding: 30px 0px;
}
footer .footer_top img{
	max-width:100%;
    margin-bottom: 15px;	
}
.ftr_links h2{
    font-family: poppins;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 18px;	
}
.ftr_links ul{
    margin-left: 0;
    padding-left: 20px;
}
.ftr_links ul li{
	line-height: 28px;
}
.ftr_links ul li a{
    color: #fff;
    text-decoration: none;
}
.ftr_links ul li a:hover{
    color: #007bff;
    text-decoration: none;
}
.ftr_links .contct{
	padding-left:0px;
}
.ftr_links .contct li{
	list-style:none;
}
.footer_bottom{
    background: #0a132d;
    padding: 15px;
    text-align: center;
}
.social_icon a i{
	font-size: 16px;
    border: 1px solid #007bff;
    border-radius: 34px;
    padding: 7px;
    width: 30px;
    height: 30px;
	transition-duration:1s;
	
}
.social_icon a i:hover{
    border: 1px solid #fff;
	color:#fff;
	transform:rotate(360deg);
	transition-duration:1s;
}
.banner-2{
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    margin-bottom:40px;
    font-family: poppins;
    font-size: 14px;
    width: 100%;
    margin-top: -100px;
    color: #fff;
}
.banner-2 h2{
	font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;	
}
.banner-2 a{
	text-decoration:none;
    font-size: 12px;	
}
.inner_banner{
	width:100%;

}
.inner_banner img{
	width:100%;
}
.download_section{
	width:100%;
}
.events_cotnt{
	border:1px solid #ccc;
	padding: 10px;
}
.events_cotnt img{
	width:100%;
	margin-bottom:10px;
}
.events_cotnt h5{
	font-size: 16px;
    font-family: poppins;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #929191;
}
.download_inner{
	width: 100%;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 10px;	
    margin-bottom: 15px;	
}
.download_inner span{
	width:100%;
	font-size:18px;
	font-family:poppins;
	line-height:24px;
	float:left;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;	
}
#colge_head{
	background: #53b849 !important;
    color: #fff !important;
    font-size: 17px !important;
    padding: 5px 15px !important;
}
.download_inner p{
	font-size:13px;
	font-family:poppins;
	line-height:24px;	
    text-align: justify;	
    margin-bottom: 5px;	
}
.download_inner a,.morebtn{
    float: right;
    border: 1px solid #ccc;
    padding: 2px 15px;
    font-size: 13px;
    font-family: poppins;
    text-decoration: none;
    cursor: pointer;
}
.download_inner a:hover,.morebtn:hover{
	background:#da3b3f;
	color:#fff;
}
.news_items{
    border: 1px solid #ccc;
    padding: 15px 0px;
    margin-bottom: 20px;
min-height: 382px;    
}
.news_items img{
	width:100%;
}
.news_items span{
	position: absolute;
    top: -31px;
    right: 15px;
    background: #e2161e;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-family: poppins;
}
.news_items strong{
    width: 100%;
    float: left;
    font-size: 17px;
    font-family: Manjari;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    min-height: 56px;	
}
.news_items p{
    font-size: 16px;
    font-family: Manjari;
    text-align: justify;
    margin-bottom: 0;
}
.news_details_itm{
	
}
.news_details_itm img{
	max-width: 100%;
}
.news_details_itm h1{
    font-family: Manjari;
    font-size: 25px;
    /*font-weight: bold;*/
    line-height: 28px;	
}
.news_details_itm h1 span{
    font-weight: normal;	
}
.news_details_itm p{
	font-family: Manjari;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
}
.image_gallery{
    margin: 0px 40px 40px 40px;
}
.media_tabss{
text-align: center;
   padding-bottom:50px;
}
.media_tabss a{color: #fff;}
.media_tabss_btn{    
   color: #fff;
   background: #0193c6;
   padding: 12px 18px;
   border-radius: 5px;
   margin: 5px;
}
.media_activ{
	color: #fff;
	background: #53b849;
	padding: 12px 18px;
   border-radius: 5px;
   margin: 5px;
}
.contact_form input[type=text]{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background: #ffffff;
    border-style: none;
    padding-left: 21px;
    border-bottom: 1px solid #d6d6d6;
    outline: none;
}
.contact_form input[type=text]:focus{
	background:#fff;
	border: 1px solid #989797;
}
.contact_form textarea{
	width:100%;
	min-height:150px;
	max-height:150px;
	margin-bottom:20px;
    background: #ffffff;
    border-style:none;
	padding-left:21px;
    border-bottom: 1px solid #d6d6d6;
    outline: none;
}
.contact_form textarea:focus{
	background:#fff;
	border: 1px solid #989797;
}
.contact_form input[type=submit]{
	width:100%;
	height:40px;
	color:#fff;
	background:#31af45;
    border-style:none;
	margin-bottom:20px;
	font-size:18px;border:2px solid #31af45
}
.contact_form input[type=submit]:hover{	color:#31af45;
	background:#fff;border:2px solid #31af45}
	
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	color: #444;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.card-header {
    padding: 2px !important;
	background-color: #18254a !important;
}
.btn-link {
	text-decoration:none;
}
.btn-link:hover, .btn-link:focus{
	text-decoration:none;
	color:#fff;
}
.eaxm_item_tab a{
	width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #c1c1c1;
    color: #000;
    font-family: poppins;
    font-size: 15px;
    border-radius: 20px 0px;
}
.eaxm_item_tab a:hover{
    background: #c1c1c1;	
    text-decoration: none;	
}
.eaxm_item_tab a.active{
    background: #e40200;
    color: #fff;
    border: 1px solid #e40200;
    text-decoration: none;
}
.result_inner a{
    color: #000;
    font-family: poppins;
    font-size: 20px;
    text-decoration: none;	
}
.result_inner .text-frame{
	border-bottom: 1px dashed #c1c1c1;
    padding: 5px;
}
.result_inner a:hover{
	color:#e40200;
}
.result_inner .text-frame b{
    background: #e40200;
    padding: 5px 7px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    margin-right: 8px;
    float: left;
    transform: rotate(-24deg);
}
.exm_resultform{
    float: none;
    margin: 40px auto;
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
}
.usthad_profile{
	background:#15633a;
    padding:15px;color:#fff;margin-bottom: 20px;
	    height: auto;
    overflow: auto;
 }
.usthad_profile_pic img{width:100%;}
.usthad_profile h5{
	background: #fff;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;color: #15633a;text-transform: uppercase;    text-align: center;
}
.usthad_profile ul{
    float: left;
    width: 100%;
    border-bottom: 1px solid #228a53;
    padding-bottom: 5px;padding-left: 10px;
}
.usthad_profile ul li{list-style:none;float:left}

.v_m_items h2{
	text-align: center;
    font-size: 28px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.v_m_items p,.v_m_items ul li{
    font-size: 13px;
    font-family: poppins;
    line-height: 24px;
    text-align: justify;	
}
.v_m_items_inn{
	background:#fff;
	border:1px solid #ccc;
    border-radius: 15px;
    padding: 0;	
}
.v_m_items_inn h2{
    text-align: center;
    font-size: 22px;
    font-family: poppins;
    text-transform: uppercase;
    color: #fff;
    background: #2c842e;
    padding: 7px;
	
}
.v_m_items_inn p,.v_m_items_inn ul li{
    font-size: 13px;
    font-family: poppins;
    line-height: 24px;
    text-align: justify;	
}
#visionories_main{
    background:#fff;
    border:1px solid #ccc;
    float:none;
    margin:35px auto 10px auto;
    padding:15px;
}
 .ins_dis_mb{display:none;}
@media only screen and (max-width:520px) {
	body {
		background:#fff;
	}	    
    .location_hde_mb{display:none;}
    .header_final a{    
        float: right;
        padding: 9px;
        font-size: 12px;
        margin-top: -30px;
    }
    #toggle-menu, #menu a {
    padding: 7px 15px;
    }
    .ftr_links_mb{
        display:none;  
    }
	.head_tab {
		padding: 0px 20px;
	}	
	.activity_items {
		padding: 5px 20px;
	}
	.activity_inner{padding: 5px 20px;}	 
    #amazingcarousel-container-2 {
        padding: 0px 20px;
        border: 1px solid #ededed !important;
        background: rgba(255,255,255,0.6);
        margin: 0px 20px;
    }	
    .amazingcarousel-prev, .amazingcarousel-next{display:none !important;}
    #amazingcarousel-container-1 {
        padding: 0px;
        border: 1px solid #ededed;
        margin: 0px 20px;
    } 
    .head_not_mb{
        padding: 10px 5px;
    }    
    .notifi_date {
        width: 20%;
        float: left;  font-size: 10px;      
    }
    .notifi_contnt{
        width: 80%;
        float: left;    
    }
    .senet_head {
        padding-top: 10px;
    }
    .banner-2 {
        text-align: center;
        background: rgb(242, 242, 242);
        padding: 10px;
        margin-bottom: 40px;
        font-family: poppins;
        font-size: 14px;
        width: 100%;
        margin-top: 0px;
        color: #000;
    }  
    .banner-2 h2 {
        font-size: 22px;
    }
    .download_inner span { 
        margin-top: 10px;
    }
    .download_inner img{width:100%;}
    .ins_dis_mb{display:block;}
    .ins_dis_desk{display:none;}
}
.From_imgg img{
    width:100%;
}
.btn-file input[type=file] {
    width: 100%;
    height: 37px !important;
    margin-top: -40px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}
.yellow .btn {
    background: #0193c6;
    color: #fff;
}


.control-label1{float: right;}


 .form-control1{text-align: right;}


/**----------- Menu Responsive -----------**/
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
    .control-label1{float: right;}
     .form-control1{text-align: right;}
}
@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }
  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }
  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }
  #menu .sub-menu li {
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
  .control-label1{float: right;}
    .form-control1{text-align: right;}
}
