@import url("./fonts/fonts.css"); /* Brand Fonts */

body {
  font-family: "Roboto Condensed";
}
::marker{
	display: none;
}

[data-elementor-type="wp-page"] {
    overflow: hidden;
}

/* Nav Right */
.right_nav{
	width: 30%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	background-color: #000;
	z-index: 99;
	padding-top: 3%;
	padding-left: 3%;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.right_nav.open{ 
	right: 0%;
}
.menu-right-pop-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-right-pop-menu-container ul li a{
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	padding: 8px 0;
	display: inline-block;
}
.menu-right-pop-menu-container ul li a:hover{
	color: #DF67F9;
}
.close_nav span{
	color: #fff;
	font-size: 60px;
}
div#media_image-2 img {
    width: 200px;
    position: absolute;
    bottom: 4%;
}
/* Header */



.header_fixed {
  position: fixed !important;
  width: 100%;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.header_fixed.fixed {
    background-color: #000;
    z-index: 9;
}

/* Home */
.our_misson .elementor-widget-wrap.elementor-element-populated:hover .elementor-background-overlay{
	background-color:#000 !important;
	opacity: 0.8 !important;
}

.pop_button_home .elementor-widget.elementor-widget-text-editor .elementor-widget-container{
	min-height: 200px;
    display: flex;
    width: 100%;
    align-items: center;
	
}
.pop_button_home .elementor-widget.elementor-widget-text-editor{
	position:relative;
	bottom: -300px;
	transition: all 0.6s ease-in-out; opacity:0;
}
.pop_button_home .elementor-widget.elementor-widget-text-editor.up{
	bottom: 0px; opacity:1;
}
/* NewsLetter*/
.tnp.tnp-subscription{position:relative;}
.tnp-field.tnp-field-email label{ display:none;}
.tnp-field.tnp-field-button {display: none;}
.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    padding: 40px 0 !important;
    font-size: 20px !important;
    font-weight: 200;
}
.tnp-subscription input[type=email]::placeholder{
	text-align:center;
}
.tnp-subscription input[type=text]:focus, 
.tnp-subscription input[type=email]:focus, 
.tnp-subscription input[type=submit]:focus,
.tnp-subscription select:focus{
	outline:0;
	box-shadow:0 0 0 transparent;
}


/* Gravity */
.gform_wrapper.gravity-theme input[type=color], 
.gform_wrapper.gravity-theme input[type=date], 
.gform_wrapper.gravity-theme input[type=datetime-local], 
.gform_wrapper.gravity-theme input[type=datetime], 
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=month], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=search], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme input[type=time], 
.gform_wrapper.gravity-theme input[type=url], 
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 0;
    padding: 20px 20px !important;
    border-radius: 10px;
    border: 1px solid #000 !important;
    color: #818181 !important;
	font-family: "Circular STD", Sans-serif;
	
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-end;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    border: 0;
    background-color: #DF67F9;
    color: #fff;
    font-size: 18px;
	font-family: "Circular STD", Sans-serif;
}



.content_style strong,
.content_style b{
	color:#DF67F9;
}
.content_style ul{
	padding:0;
	margin:0;
	list-style:none;
	padding-left:20px;
}
.content_style ul li{
	position:relative;
	margin-bottom:10px;
}
.content_style ul li::before{
	content:'';
	position:absolute;
	left:-20px;
	top:5px;
	height:6px; 
	width:6px; 
	background-color:#DF67F9;
	border-radius:100px;
}



/* Team Box*/
.team_box .elementor-image-box-img {
    margin-bottom: 0 !important;
}
.team_box  .elementor-image-box-content{
	background-color: #000;
	padding: 20px 0;
	opacity: 0;
	transition:all 0.6s ease-in-out;
	margin-top: 0px;
	margin-bottom: -120px;
	z-index: 1;
	position: relative;
}
.team_box:hover  .elementor-image-box-content{ 
	opacity: 1;
}





/*
Home Student Wins SLider
*/
.slider-single-cap p{ color:#fff; font-size:20px;}
.slider.slider_student{
	position: relative;
}
.slider-single .image {
    padding: 10px;
	overflow: hidden;
	position: relative;
}
.slider-single .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.navigation{
	display: flex;
	margin-top: -30px;
	align-items: center;
	position: relative;
	z-index: 1;
	left: -50px;
}
.navigation .next-nav span,
.navigation .prev-nav span{
	background-color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: black;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px 0 0px;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.navigation .next-nav span:hover,
.navigation .prev-nav span:hover{
	background-color: #DF67F9;
 }




 /* Faculy SLdier */

 .slider-single .image .image-wrapper{
	position: relative;
 }

 .slider-single .image .slider_meta{
	background-color: rgb(0 0 0 / 75%);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 130px;
	padding: 20px;
}
.slider-single .image .slider_meta h3{font-size: 22px;}
.slider-single .image .slider_meta p{font-size: 14px;font-weight: 300;}

ul.slick-dots{
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
}

ul.slick-dots li  button{
	font-size: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	margin-right: 5px;
	margin-left: 5px;
}

ul.slick-dots li.slick-active button{
	background-color: #000;
	border: 1px solid #000;
}


/* techer student slider */
.slider.teachers_slider .slider-single .image .slider_meta,
.slider.students_slider .slider-single .image .slider_meta{
	color: #fff;
	text-align: center;
	width: 100%;
	min-height: 130px;
	padding: 20px;
	position: relative;
	background-color: transparent;
}
.slider.teachers_slider .slider-single .image .slider_meta h3,
.slider.students_slider .slider-single .image .slider_meta h3{color: #000;font-size: 25px;}
.slider.teachers_slider .slider-single .image .slider_meta p,
.slider.students_slider .slider-single .image .slider_meta p{font-size: 18px;font-weight: 300;color: #DF67F9;}
/* FAQS */


ul.accordion {
	list-style: none;
	padding: 0;
}

ul.accordion .inner {
	padding: 18px !important;
	overflow: hidden;
	display: none;
	padding-top: 0;
	background-color: #3B31D0;
	margin: 0;
	color: #fff;
}

ul.accordion li {
	margin: 0.5em 0;
	border: 0;
	transition: all 0.3s ease;
	background-color: #DF67F9;
}

ul.accordion li.active {
	border: 0;
}

ul.accordion li.active a.toggle {
	color: #fff;
}
ul.accordion li.active .inner.show{
	display: block;
}
ul.accordion li a.toggle {
	width: 100%;
	display: block;
	color: #fff;
	padding: 0.75em;
	border-radius: 0.15em;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	padding-right: 70px;
}

ul.accordion li:hover {
	border: 0;
}

ul.accordion li:hover a.toggle {
	color: #fff;
}

ul.accordion li a.toggle span.icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%);
}



/* News Page */

.news_meta {
    color: #DF67F9;
    font-size: 18px;
}

.news_title h2 {
    font-size: 60px;
    color: #3B31D0;
}
.news_title h4 {
    font-size: 26px;
}
.news_summary {
    padding: 20px 0;
}
.news_action{
	padding: 10px 0;
}
.news_action a {
	color: #DF67F9;
}
.latest-wrapper .news_image {
    width: 25%;
}
.latest-wrapper .news_image img{
	width: 100%;
	object-fit: cover;
	height: 140px;
}
.latest-wrapper .news-content {
    width: 75%;
}
.latest-wrapper {
    padding: 15px 0px 0 30px;
}

.catposts_news .news_title {
	padding-top: 20px;
}
.catposts_news .news_title h2{
	color: #000;
	font-size: 30px;
}
.catposts_news .news_action a {
    color: #ffffff;
    background-color: #DF67F9;
    padding: 15px 40px;
    border-radius: 10px;
}
.catposts_news .news_action a:hover{
	background-color: #000;
}

.elementor.elementor-2[data-elementor-type="wp-page"] {
    overflow: hidden;
}
.pop_button_home {
    height: 240px;
}

/* Expandables */
.expandable-box .elementor-widget-container .elementor-image-box-description{
	height: 40px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	margin-bottom:20px;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	
}
.expandable-box .elementor-widget-container .elementor-image-box-description.full{
	overflow: visible;
    height: 150px;
    text-overflow: inherit;
}
.expandable-box .elementor-widget-container p:last-child{color:#fff;position: relative;bottom: -30px;}

.elementor embed, .elementor iframe, .elementor object {
	opacity: 1 !important; 
	height: 1300px !important;
}



/* Events */
.event_image  {
    position:relative;
}
.event_image img {
    width: 100%;
    height: auto;
}
.event_image img.circle-back {
 	position: absolute;
    width: 200px;
    right: -50px;
    top: -50px;
    z-index: -1;
}
.event_addr span.icon,
.event_date span.icon {
    color: #DF67F9;
    padding-right: 20px;
}
.event_addr span,
.event_date span {
    font-size: 30px;
    font-weight: 200;
	font-family: "termina", Sans-serif;
}
.event_title h2 {
    color: #3B31D0;
    font-family: "ivypresto-display", Sans-serif;
    font-size: 55px;
    font-weight: 300;
}

.event_link a {
    background-color: #DF67F9;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}
.event_link {
    margin-top: 60px;
}
.events_single {
    padding: 40px 0;
}



@media screen and (max-width: 1170px) { 
	.pop_button_home {
		height: 260px;
	}
}

@media screen and (max-width: 768px){
	.navigation{
		left:0;
	}
	.pop_button_home {
		height: 80px;
		overflow: revert;
	} 
.tnp.tnp-subscription{position:relative;}
.tnp-field.tnp-field-email label{ display:none;}
.tnp-field.tnp-field-button {display: none;}
.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {

    font-size: 14px !important;
	text-align:center;
}
.tnp-subscription input[type=email]::placeholder{
	text-align:center;
}
}