*{margin:0;padding:0;}
body{
   overflow-x: hidden;
}
.banner-item
{	
	padding:60px 0;
	
}
.about-sp {
    padding: 0px 30px;
}
.contitle {
    margin-bottom: 20px;
}
.contitle h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.ad-pr
{
	padding-top:40px;
	padding-bottom:40px;
}

.ad-process ul li
{
	border:1px solid gray;
	margin-left:10px;
	padding:10px;
	font-size:12px;
	background-color:#f5f5f5;
}
.tabs-left {
	width:100%;
	background:#f5f5f5;
 /* border-right: 1px solid #ddd;*/
}

.tabs-left>li {
  float: none;
 margin:0px;
 width:100%;
 font-size:14px;
border:1px solid gray; 
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  background:#000 !important;
  color:#fff  !important;
 border:none !important;
  border-radius:0px;
  margin:0px;
}

.content-tab{padding:10px;}
.tab-content h4{font-size:20px; }
.tab-content .adm-content p .admcons
 {
 	font-size:12px;
 	line-height: 2.5rem;
 	text-align: justify;
 }
 .list ul
 {
 	padding:10px 0;
 }
 .list ul li
 { 
 	font-size:15px;

 }
  .ruls li 
 {
   text-align: justify;
   margin-left:20px;
    margin-bottom: 15px;
    padding:0px 10px;
 }
.adm-con
{
	background:#fff;
	padding:10px 35px 35px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.adm-con:hover 
{
    background:#fff;
	box-shadow: 2px 2px 12px 2px #6b667f;
	
}
.fac-sec
{
	padding: 15px 0;
	position: relative;
	text-align: center;
   
}
.fac-sec .facimg
{
	height: 180px;
	overflow:hidden;
	 border-radius: 10px;	
	box-shadow: 1px 1px 8px 1px #aaa8af;
	margin-bottom: 28px;
}
.fac-sec .facimg img
{
	transition: all 0.9s ease;
}
.fac-sec .facimg:hover img
{

	transform: scale(1.2);
}
.rules li .subli li
{
	margin-bottom:0;
}
.tab-content .about-img
{
	float: right;
	margin:7px;
	border-radius: 8px;
}
.tab-content .aboutcon
{
	text-align: justify;
	font-size:13px;
}

.table th
{
	text-align: center ;
	font-size:15px;
	font-weight: bold;
}
.table td
{
	text-align: center ;
	font-size:13px !important;
}
.side-bar
{
  margin-top:30px;
}
.career
{
	padding:15px 0;
}
.career-form
{
	width:80%;
	margin:10px auto;	
}
.career-form .formcareer
{
	margin:30px 0;
	position: relative;  
}
.cfdr
{
	border:5px solid #d1cfcf;
	border-radius: 10px;
	background-color:#fff;
	padding:20px;
	box-shadow: 2px 0px 5px 2px rgba(104,103,109,0.2);
}
.career-form input {
  width: 100%;
  padding: 12px;
  margin: 0px 0 15px 0;
  display: inline-block;
  border: 1px solid;
  
}
.career-form .custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}


.custom-file-input::before {
  content: 'Choose File';
  color:#fff;
  display: inline-block;
  /*background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);*/
  background:#e66030;
  border-radius: 3px;
  padding: 6px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight:normal;
  font-size: 13pt;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.career-form input[type=file]{border:none;}
.career-form input[type=email]{box-shadow: none;}
.career-form input[type=number]{box-shadow: none;}
.contact-us .career-form label {
    display: block;
    color: inherit;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
}
.career-form textarea
{
	width: 100%;
    padding:10px;
    border: 1px solid;
    resize: none;
    height: 130px;
    /*box-shadow: 0px 0px 3px 0px rgba(104,103,109,0.2);*/
}
.contact-us .career-form ::placeholder {
 
  font-size:14px;
}
.career-form .btnaply
{
	   padding: 12px 25px;
	    font-size:16px;
	    background-color:#3d2b7d;
	    color:#fff;
	    font-weight: 400;
	    margin-bottom:10px;
	    border: none;
}
.career-form .form-title
{
	width:100%;
	font-size:20px;
	font-weight: bold;
	padding:10px;
	background-color:#f5f5f5;
	text-align: center;
	border:1px solid #f5f5f5;
}
.carrer-form .sub-btn
{
	font-size:15px;
	padding:5px;
}
.main-title-section-wrapper
{
	position: relative;
}
.elemnt-row
{
	padding:30px;
	position: relative;
}
.elemnt-widget-gap
{
	text-align: center;
	align-items: center;
}
.elemnt-icon-box-icon
{
	width:55px;
	height: 55px;
	border-radius: 100px;
	line-height: 55px;
	border:2px solid red;
	transition: 0.3s;
}
.box-one{border:2px solid purple;}
.box-two{border:2px solid green;}
#icon-one i{color:red;}
#icon-two i{color:purple;   }
#icon-three i{color:green;   }
.elemnt-icon-box-icon:hover{transform: rotate(180deg);}
.elemnt-icon-box-icon i{ font-size:22px;font-weight: 400;}
.elemnt-icon-box-content{text-align: left;margin-bottom:50px;}
.elemnt-icon-box-content .elemnt-icon-box-title{font-size:22px;margin-bottom: 10px;}
.elemnt-icon-box-content .elemnt-box-description
{
	font-size:14px;
	font-weight: 400;
	color: #808080;
	line-height:2rem;
}
.contact-form
{
	width:100%;
	height:450px;
    background:#ffff;
  	border: 3px dashed #3d2b7d;
  	border-radius: 10px;
}
.contact-us{  width:100%;padding:40px;}
.contact-us input{width:100%;border-radius:20px;}
/*.contact-us input[type=text]{width: 100%;padding: 12px 20px;margin: 20px 0;font-size:16px;
  font-weight:400;box-sizing: border-box;border: 1px solid #d1cfcf;background-color:#fff;
  box-shadow: 0px 2px 5px 0px rgba(104,103,109,0.2);}
.contact-us input[type=email]{width: 100%;padding: 12px 20px;margin: 20px 0;font-size:16px;
  font-weight:400;box-sizing: border-box;border: 1px solid #d1cfcf;background-color:#fff;
  box-shadow: 0px 2px 5px 0px rgba(104,103,109,0.2);}*/
.contact-us input {width: 100%;padding: 12px 20px;
  margin: 20px 0;
  font-size:16px;
  font-weight:400;
  box-sizing: border-box;
  border: 1px solid #d1cfcf;
  background-color:#fff;
  box-shadow: 0px 2px 5px 0px rgba(104,103,109,0.2);
}
.contact-us ::placeholder
{
	color:#000;
	font-size:14px;
} 
.contact-us textarea
{
	width: 100%;
    padding:10px;
    border: 1px solid #d1cfcf;
    resize: none;
    height: 130px;
    border-radius:10px;
    box-shadow: 0px 0px 3px 0px rgba(104,103,109,0.2);
}
.contact-us .btnsbmit
{
	    padding: 12px 25px;
	    border-radius: 30px;
	    font-size:16px;
	    background-color:#3d2b7d;
	    color:#fff;
	    font-weight: 400;
	    margin-bottom:10px;
	    border: 1px solid #eae8e8;
	   box-shadow: 0px 2px 7px 0px rgba(104,103,109,0.2);
}
.md-accordion
{
	
	padding:15px 5px;
	overflow:hidden;
	
}
.md-accordion .card-header
{
	border-bottom:1px solid #f5f5f5;
	box-shadow: none !important;
	padding-bottom:1rem;
    padding-left: calc(24px + 1rem);
    padding-top: 2rem;
    transition: 0.3s;

}	

.md-accordion .card .card-body
{
	background:#fff;
	text-align: justify;
	line-height: 2.5rem;
	font-size:15px;
	padding:10px 10px;
	background:#fff;
	overflow: hidden;
}

.panel-group .fa-caret-right{
  transition:none;
 float:left;
  padding:0px 10px;
  font-size:25px;
  margin-right:10px;
}

.panel-group .active .fa-caret-right{
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
 
}
.panel-heading:hover
{
	 background-color: #f2f2f2; 
  border-left:10px solid #3d2b7d;
}

.md-accordion .card .card-body .body-content
{
   padding:10px 10px;
	margin-left:40px;
}
.md-accordion .card-header:hover {
  background-color: #f2f2f2; 
  border-left:15px solid #3d2b7d;
  overflow:hidden;
}
.md-accordion .card-header .collapse-one i:hover
{
	color:#3d2b7d;
	font-weight:700;
	
}
.md-accordion .card-header .collapse-one
{
	/*font-style: italic;*/
	color: inherit;
	font-size:16px;
}

 .md-accordion .card-header .collapse-one i
{
  
  float:left;
  padding:0px 10px;
  font-size:25px;
  margin-right:10px;
  
}
.student-section
{
	text-align: center;
}
.student-section .st-bx
{
	float:none;
	display: inline-block;
	margin-bottom: 10px
}
.student-section .st-bx h4
{
	font-size:23px;
	font-weight: normal;
	margin:20px 0;
}
.student-section .st-bx p
{
	font-size:13px;
	font-weight:400;
	color: #010101;
	line-height: 20px;
	padding:0 20px;
	text-align:justify;
}
.student-section .st-bx .st-img
{
	position: relative;
	padding:10px;
}
.our-box
{
	text-align: left;
	color: #fff;
}
.our-box .media-left i
{
	display: inline-block;
	font-size:30px;
	color: #f26838;;
}
.our-box .pro-body
{
	display: table-cell;
    vertical-align: top;

}
.our-box .pro-body .media-con
{
	color:#fff;
	font-size:13.5px;
	text-align:justify;
}
#efg4 .aim ul li:hover
{
	width:40%;
	border-bottom:2px solid #3f2991;
}
#efg4 .aim
{
 margin:10px 0;
}
#efg4 .aim ul li
{
	margin-left:10px;
	font-size:14px;
	font-weight: 600;
	transition:0.5s;
	overflow: hidden;
}

#efg4 .aim i
{
	color:#3f2991;
	font-size: 20px;
	font-weight: 400;
	padding: 10px;
}
.gtabs .flipiu li
{
}
.gtab .btnsubmit
{
	background:#3f2991;
	color: #fff;
}
.gtab .tscl 
{	
	margin:10px 30px;
	text-align: justify;
	font-size: 12px;
}
#efg6 .team-img
{
	width:100%;
	height: auto;
	display: block;
}

.ash-head h2
{
	width: 40%;
	margin:10px auto;
	text-align: center;
	font-size: 35px;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom: 2px solid;
}
.ashram-img img
{
	
	border-radius: 12px;
	box-shadow: 2px 3px 10px #000;
	margin-bottom:20px;
}
.gtabs .ashm
{
	margin-left:20px;
	text-transform: lowercase;
	text-align: justify;
}
.adm-content .hus1
{

	
	line-height: 60px;
	/*height:60px;*/
	color:#fff;
	display: block;
	padding:8px;
	border-bottom: 1px solid #fff;
}
.adm-content .hus-system
{
	height:170px;
}
 .huses
 {
 	height:100px;

 }
 .huses p
{
	color:#fff !important;
	font-size: 13px;
	padding:5px 3px;
	font-weight: normal;

	
}
.adm-content .hser
{
	
	padding:8px;
    height:60px;
    line-height: 60px;
}
.extclr
{
	text-align: justify;
	padding: 10px;
}
.extclr  h5
{
 font-size:15px;
 padding:5px 0;
}

/*----registration form----*/
.registration-wrapper
{
	box-sizing: border-box;	
}
.re-aply{
  border-right: 1px solid #113e70;
  border-left: 1px solid #113e70;
  text-align: center;
  padding: 20px 0;
}
.re-aply hr
{
	border:1px solid #a09f9f;
}
.tickbox
{
	width: 100%;
	margin: 0px auto;
}
.chek-box
{
	display: block;
}
.chek-box .checkbox{
	width: 100%;
    display: block;
    margin-bottom: 30px;
}
.chek-box .checkbox h4{
	color: #113e70;
	margin-right: 30px;
}
.chek-box .checkbox label{
	color: #000;
	font-weight: bold;
	margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
}
.form-detail{
	width: 90%;
	margin: -10px auto;
	padding: 10px 0;
	box-sizing: border-box;
}
.form-detail input
{
	width:100%;
	border:none;
	border-bottom:1px solid #010101;
	margin-bottom:0px;
}
 .detail
{
	width:100%;
	height:50px;
	margin-top:10px;
	font-size:13px;
	
}
.detail span
{
	text-align: center;
	float: left;
	margin:0px 20px;
	padding:10px;
	font-size: 12px;
}
.table-detail input
{
 border:none;
 padding:0;
 margin:0;
}
.detail .person
{
	line-height: 2.5rem;
}

.form-detail .sign-section p
{
	line-height: 2.5rem;
	text-align: justify;
}
.form-detail .document-section input
{
 width:30%;
}
.inpform input[type=text]:focus, .inpform input[type=number]:focus{
	outline: 0;
}
.inpform input::-webkit-outer-spin-button, .inpform input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inpform input[type=number] {
  -moz-appearance: textfield;
}


@media only screen and (max-width:768px){

.career-form{width:100%;}
.elemnt-row{padding:0px;}
.contact-form{height:auto;background:url("../img/contact-bg.jpg")no-repeat center;}
.contact-us input[type=text],[type=email],[type=number] {margin: 10px 0;}
.contact-us{width:100%;padding:0px;}
.md-accordion .card-header{padding-left: calc(5px + 0rem);}
.md-accordion .card .card-body{padding:0px;margin-left:0px;}
.md-accordion .card-header .collapse-one{font-size:15px;}
.md-accordion .card .card-body .body-content{padding:10px 10px;margin-left:0px;}
 .md-accordion .card-header .collapse-one i{float:left;padding:0px 10px;font-size:22px;margin-right:0px;}
 #efg4 .aim ul li{margin-left:0px;}
 #efg4 h3{}
 .gtabs .flipiu li{width:100%;}
 .tickbox{width:100%;}
.registration-wrapper{padding:0px;}
.form-detail{width: 100%;}
.detail{margin:5px 0px;}
.detail span{margin:0px;float: none}
.form-detail .document-section input{width:100%;}
.ash-head h2{width: 100%;font-size:25px;}
.gtabs .ashm{margin-left:10px;}	
.extclr{padding:0px;}
.adm-content .hus-system{height:auto;}
.chek-box .checkbox{
	width: 100%;
}
.our-box .pro-body .media-con{
	font-size: 15px;
}
.limsnopd .col-md-6{
	padding: 0;
}

}
.mycolmd5{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.mycolmd5 h5{
	height: unset;
	margin: 0;
}
.resp{
	color: red;
}
.class-table{
 	transition: 0.5s;	
}

.class-table:hover{
	box-shadow: 2px 2px 10px #a8a1a1;
}
.modal .modti .modal-content{
    background-color: #03294e;
    border: 4px dotted #333;
}
.modti .cor-apply{
    border: 0;
}
.modti button.close{
    color: #fff;
    opacity: 1;
}
.modti h4.modal-title{
    color: #fff;
}
.marqu{
	position: relative;
	width: fit-content;
	display: flex;
	cursor: pointer;
	animation: marque 15s linear infinite;
	animation-direction: normal;
	animation-play-state: running;
}
@keyframes marque {
  0% { left: 100%; }
  100% { left: -90%; }
}
.marqu:hover{
	animation-play-state: paused;
}
.formpaat .detail label{
	position: relative;
	display: block;
}
.formpaat .detail label:before{
	position: absolute;
	content: '*';
	left: -15px;
	font-size: 25px;
	top: 5px;
	display: block;
}
.formpaat .detail label.maop:before{
	display: none;
}

@media (min-width: 992px){
	.mycolmd5 {
	    width: 20%;
	    float: left;
	}
	.chek-box .checkbox{
		display: flex;
	}
	.mycolmd5 h5{
		height: 50px;
	}
}
.adopen{
    position: absolute;
    text-align: center;
    top: 100%;
    background: #3b5998;
}
.adopen a{
    color: #fff;
    transition: background-color 0.3s ease;
    animation: flash 1s infinite;
    font-size: 13px;
}
@keyframes flash {
  0% {
    color: #fff; /* Blue */
  }
  100% {
    color: yellow; /* Blue */
  }
}
@media (max-width: 992px){
    .mtmob{
        margin-top: 120px;
    }
}