.nlogo{
	display: flex;
    align-items: center;
    height: 120px;
}
.nlogo a{
	color: #2E3F51;
	font-size: 62px;
	font-family: 'montserratsemi_bold';
	font-weight: 800;
}
.nlogo a span{
	color: #86bc42;
}
.d-end{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.intro strong {
    font-weight: bolder !important;
}
.intro p{
    /*font-size: 1rem;*/
    line-height: 2;
}
/*.section-padding.intro{
	padding-bottom: 0px;
}*/
.shadow{
	box-shadow: 5px 10px 8px #888888;;
}
.d-center{
	display: flex;
	align-items: center;
}
.footer-logo .nlogo{
	background: #fff;
	justify-content: center;
}
.modal-dialog {
    max-width: 95%;
}


/*type animation*/
.typed_wrap {
	display: block;
	width: 100%;
	height: auto;
}

.typed_wrap h1 {
	display: inline;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.modal-body .newsletter-two{
	padding: 40px;
}
.header-top-right a{
	background: #86bc42;
}
.single-item-text ul li{
	list-style-type: circle;
	line-height: 2;
}
@media (min-width: 768px) and (max-width: 1920px){
	.single-item{
		margin: 20px 10px;
	}
}
@media (max-width: 768px){
	#myModal{
		padding-right: 0 !important;
	}
	#myModal h1, #myModal h2, #myModal h3{
		text-align: center !important;
		font-size: 20px !important;
	}
	.scan_code {
	    text-align: center;
	    margin: 0 auto;
	}
}
@media (max-width: 420px){
	#myModal h1, #myModal h2, #myModal h3{
		font-size: 14px !important;
	}
	.modal-body .newsletter-two {
	    padding: 20px;
	}
	.header-top span{
		text-align: center;
	}
}
.modal_logo img{
	width: 25%;
}
.modal_logo{
	text-align: center;
}

.admission_open {
    background: #86bc42;
    color: #fff;
    padding-top: 10px;
}
.single-course-details .col-md-4.d-center img{
	box-shadow: 0 2px 20px rgb(34 30 31 / 40%);
}
.placement .section-title{
	z-index: 2;
}
/*accordion*/
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  /*text-align: center;*/
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#86bc42;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
  padding: 30px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.accordion-container ul li{
	color: #555;
	list-style-type: circle;
	margin-left: 30px;
}
.second_menu{
	background: #86bc42;
}
.under_banner {
    background: #86bc42;
    padding: 10px 0;
    color: #fff;
    line-height: 1;
}
.gallery_slide img{
	padding: 20px;
}
.scan_code{
/*	position: absolute;
	right: 10%;
	top: 10%;*/
	text-align: right;
}
