@charset "utf-8";

/* CSS Document */

html {
	height: 100%;
}

body {
	overflow-x: hidden;
	font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0; 
}


@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.margin1 {
	margin-top: 10px;
}

.margin2 {
	margin-top: 20px;
}

.margin3 {
	margin-top: 30px;
}

.margin4 {
	margin-top: 40px;
}

.margin5 {
	margin-top: 50px;
}

.margin6 {
	margin-top: 60px;
}

.margin_bottom1 {
	margin-bottom: 30px;
}

.wow {
	visibility: hidden;
}



.no-padding {
	padding-left: 0;
	padding-right: 0;
}




.btn_new1 {
    color: #fff;
    font-size: 13px;
background:#c42329;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#c42329; 
}



.btn_new2 {
    color: #000;
    font-size: 13px;
background:#fff;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}



.btn_new3{
    color: #fff;
    font-size: 13px;
background:#f48243;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#f48243; 
}















/* -------- NAV & LOGO SECTION --------*/



.myheader {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar-custom {
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse 	{
	padding: 0;
	background:#f48243 !important;
	transition: all 1s;
}

.logo_div img {
	transition: all .8s;
}

.logo-max-width {
	max-width: 100px;
	transition: all .8s;
}

.nav-margin-zero {
	margin-top: 5px !important;
	transition: all .8s;
}

.top_div {
	padding-top:5px;
	padding-bottom: 8px;
	
}

.bar2 {
	background: #c43542;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}

.bar2 i {
	line-height: 40px;
}



.droop_btn {
	text-align: center;
}

.btn_new_droop {
	color: #fff;
	font-size: 14px;
	background: #bd1e2d;
	padding: 5px 9px !important;
	border-radius: 16px;
	transition: all .7s;
	text-align: center;
	width: 89%;
	margin-top: 15px !important;
}

.btn_new_droop.focus,
.btn_new_droop:focus,
.btn_new_droop:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
}

.top_left_n {
	text-align: left;
}

.top_left_n .droopmenu-toggle {
	float: none;
	margin-top:8px;background: #fff;border-radius: 0; border-top-right-radius: 20px; border-bottom-left-radius: 20px;
}

.top_left_n .droopmenu-toggle i:after,
.top_left_n .droopmenu-toggle i:before {
	background: #000;
}

.top_right_n .c_badge {
	top: -6px;
	right:0;
	background: #3affa1;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}



ul.credentials {
	list-style: none;
	display: inline-block;
	margin:9px 0 0 0;
	padding: 0 0 0 0;
}

ul.credentials li {
	display: inline-block;
	margin: 0 0 0 0;
	padding-right: 8px;
	line-height: 16px;vertical-align: middle;
}

ul.credentials li a {
	color: #000;
	margin-left: 6px;
	background: #fff;padding:5px 10px;border-top-right-radius: 20px; border-bottom-left-radius: 20px;display: block;
}

ul.credentials li a i {
	font-size: 22px;
}

ul.credentials li a:hover,
ul.credentials li a:focus {
	text-decoration: none;
}

ul.credentials li:first-child {
	border-left: none;
}

.top_right {
	text-align: right;margin-top: 5px;
}


ul.inter_list {
	
}

ul.inter_list {
	margin-bottom: 0;display: flex;
    justify-content: space-around;width: 100%;list-style: none;
}

ul.inter_list li {
	float: left;
	font-size: 13px;
	color: #523549;
}

ul.inter_list li a {
	color: #fff;
	font-size: 13px;
	transition: all .7s;
	font-weight: bold;
	border-radius: 0;
	text-transform: uppercase;
	display: block;
	text-align: left; 
}



ul.inter_list li a i{vertical-align: middle;}






.bell_wrap2 {
	position: relative;
}

.c_badge {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: -3px;
	right: 3px;
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 17px;
}

.top_logo{ margin-top:2px;text-align: center;}
.top_logo img{max-width: 165px;}




.top_search_wrap{margin-top: 4px;}
.top_search_wrap input[type=text]{border-top-left-radius: 16px; border-bottom-left-radius: 16px;}
.top_search_wrap .btn-default{border-top-right-radius: 16px; border-bottom-right-radius: 16px;}




.wrap2{ background:#c42329; padding-top:5px; padding-bottom: 3px;position: relative; z-index: 9;display: none;}

.search_div {
	margin-top: 20px;
}

.search_div .form-control {}

.sticky1 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}



.lower_nav{padding-top: 0; padding-bottom: 0;background: #fff;}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	 position: static;
}
 .yamm .container {
	 position: relative;
}
 .yamm .dropdown-menu {
	 left: auto;
}
 .yamm .yamm-content {
	 padding:10px;
}
 .yamm .yamm-content dl.mega-menu dt a {
	 border-bottom: 1px solid #000;
}
 .yamm .yamm-content dl.mega-menu dt a, .yamm .yamm-content dl.mega-menu dd a {
	 display: block;
	 padding: 5px;
}
 .yamm .dropdown.yamm-fw .dropdown-menu {
	 left: 0;
	 right: 0;border-radius: 20px;
}
 
.yamm{margin-bottom: 0;}
.yamm .navbar-brand{display: none;}


.yamm .navbar-collapse{padding-left: 0; padding-right: 0;}


.yamm .navbar-nav{display: flex;
    justify-content: space-around; float: none;}
.yamm .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;color: #000;font-weight: bold;
}



.yamm-content h4{color: #000; font-weight: bold;text-decoration: underline;}

.yp_outer a{text-decoration: none;color: #000; font-weight: bold;}
.yamm_product{text-align: center;}

.yamm .navbar-toggle{margin-right: 0; margin-top: 5px;}
.yamm .navbar-toggle .icon-bar {
   background: #000 !important;
}










@media (min-width: 992px) {
  .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media(max-width:992px) {
	
	
	
	
	
	.top_left_n .droopmenu-toggle {
		display: block;
	}
	.top_left_n img {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.top_right_n {}
	.top_right_n ul.credentials {
		margin-top: 12px;
	}
	.top_right_n ul.credentials li {
		padding-left: 2px;
		padding-right: 2px;
		line-height: 16px;
	}
	.top_right_n ul.credentials li a {
	
		margin-left: 3px;
		padding: 0 0 0 0;
	}
	.top_right_n ul.credentials li a i {
		font-size: 22px;
	}
	
	ul.credentials {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
		.top_div {
		text-align: center;padding-top: 5px;
    padding-bottom: 3px;
	}
	
	.top_div .container{padding-left: 5px; padding-right: 5px;}
	
	
	
		.myheader {
		position: relative;
	}
	.wrap2 {
		padding-top: 5px;
		padding-bottom:3px;
	}
	.logo_div1 {
		text-align: center;
	}
	.logo_div1 img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.top_right {
		text-align: right;
	}
	
	
	
	.c_badge {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: -3px;
    right: 3px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 16px;
}
	
	
	
	.yamm .navbar-nav{margin: 0;}
	.yamm .navbar-toggle{border: 1px solid #000;border-radius: 0;}
	
	.top_logo img {
    max-width: 120px;padding: 0; background:none;}
	
	.top_left_n .droopmenu-toggle{}
	
	
}

@media(max-width:767px) {
ul.inter_list {
		/*overflow: auto;
		white-space: nowrap;*/ text-align: center;
		padding-top:3px;
		padding-bottom: 3px;display: block;
	}
	ul.inter_list li {display: inline-block; float: none;}
	ul.inter_list li a{margin-left: 5px; margin-right: 5px;text-align: center;}
	.top_mid_search{padding-left: 0; padding-right: 0;}
	
	
	.yamm .navbar-brand{display: block;padding: 5px;margin-top: 10px;height: auto;color: #000; font-weight: bold; font-size: 16px;}
	.yamm .navbar-nav{display: block;
    justify-content:none; float: none;}
	
	
}
	
	
	
	
@media(max-width:500px) {
	.top_left_n .droopmenu-toggle {
		margin-top: 0;
	}
	.top_left_n img {
		margin-top:3px;
		margin-left:8px;
		margin-right: 0;max-width:65px;
	}
	.top_right_n ul.credentials {
		margin-top: 12px;
	}
	.top_right_n ul.credentials li a i {
		font-size:19px;
	}
	.top_right_n ul.credentials li a {
		margin-left:3px;
		padding: 0 0 0 0;
	}
	.top_right_n ul.credentials li {
		padding-left: 0px;
		margin-left: 3px;
		margin-right: 3px;
		padding-right: 0px;
	}
}


@media(max-width:400px) {
	.top_right_n ul.credentials {
		margin-top: 10px;
	}
	.top_left_n .droopmenu-toggle {
		margin-top: 0px;
	}
	.top_right_n ul.credentials li {
		margin-left: 0;
		padding: 0 0 0 0;
		margin-right: 0;
	}
}




/* -------- BANNER SECTION --------*/

.slider_wrap{ position: relative;}
.carousel-inner .item img{ width: 100%;}
.carousel-indicators .active{ background: #fff; border: 1px solid #fff; border-radius: 0; width: 44px; height: 8px;}
.carousel-indicators li{display: none;background: #82daff; border: 1px solid #82daff;border-radius: 0;width: 44px; height: 7px;}
.carousel-caption{ bottom: 15%; }
.carousel-caption h3{ font-size: 46px; font-weight: bold; }
.carousel-caption h3 span{background: ; padding: ; }
.carousel-caption p{ font-size: 18px; margin-bottom: 25px; }
.carousel-caption p span{ }


.box_wrap{background:rgba(0,0,0,.7); border-radius: 6px; border-bottom: 6px solid #82daff; border-top: 6px solid #82daff; padding-bottom: 20px;}

.dia2{position: absolute;bottom: 0; left: 20px;z-index:999;}
.dia2 img{max-width: 300px;}



.content_top {
	position: absolute;
	bottom: 10%;
	color: #f1f1f1;
	width: 100%;
	padding: 0;
	z-index: 99
}














.ai_box p,
.bl_box h3,
.leader_box p,
.typed,
.typed-cursor {
	color: #fff
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: .5s infinite blink;
	-moz-animation: .5s infinite blink;
	animation: .5s infinite blink
}

@keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@-webkit-keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@-moz-keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

.write {
	border-bottom: 3px solid rgba(255, 255, 255, .3);
	border-top: 3px solid rgba(255, 255, 255, .3);
	padding: 0; text-transform: uppercase;
}

.small_scroll {
	width: 100%;
	margin-top: 50px
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 10px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	overflow: hidden
}

.btn-circle:focus,
.btn-circle:hover {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	overflow: hidden
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear
}

@-webkit-keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-moz-keyframes pulse {
	0%,
	100% {
		-moz-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2)
	}
}




.btn-circle,
.type_div,
.write {
	font-size: 36px; font-weight: bold;
}


.abt_left2,
.ad_block,
.ai_box,
.ai_box2,
.c_block,
.heading2,
.links_div ul li a,
.logo_div,
.small_scroll,
.top_list p,
.type_div {
	text-align: center
}




























.banner_outer{margin-top: -50px;position: relative;}


.img_wrap{position: relative;width: 100%;}








.testi_outer{background: url(../images/pattern5.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding-top:30px;
    padding-bottom: 30px;}


.testi{padding-top: 50px; padding-bottom: 60px;}
#owl-demo6 {
	margin-top: 15px;
}

#owl-demo6 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 15px;
	color: #000;
	text-align: left;
}

.customNavigation6 {
	text-align: center;
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 45%;
	left: 0;
}

.customNavigation6 .prev6 {
	cursor: pointer;
	padding: 0 0;
	float: left;
}

.customNavigation6 .next6 {
	cursor: pointer;
	padding: 0 0;
	float: right;
}

.testi .owl-controls {
	display: none !important;
}

.t_box{text-align: center;background: #eaeaea;padding: 15px; border-radius: 20px;}
.t_box p{text-align: justify;color: #000;}
.t_box h5{font-weight: bold; color: #000;margin:11px 0 0 0;}

.t_box img{max-width:80px;border-radius:12px;}
.t_box ul.stars{text-align:center;margin-top:2px; margin-bottom: 0;}

ul.stars3{list-style: none;margin-top:0;margin-bottom:5px;}
ul.stars3 li{display: inline-block;margin-top: 0;}
ul.stars3 li a{display: inline-block; color: #000;font-size:15px;}


.offer_box_wrap{}
.offer_box{border: 1px solid #e0e0e0; padding: 15px;border-radius: 20px; margin-bottom: 15px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}
.offer_left{float: left; width: 10%;}
.offer_right{float: left;width: 90%;}
.offer_right h3{margin-top: 0;color: #000;font-size: 20px;}
.offer_right h3 span{color: #000;}

.blog_wrap{margin-top: 40px;}
.blog_lists{margin-bottom: 40px;}

.blog_left_list{border:1px solid #e0e0e0; padding: 15px;border-radius: 20px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}

.blog_left_list img{width: 100%;height:330px; object-fit: cover;border-radius: 20px;}

.blog_left_list h3{margin-top:15px;margin-bottom: 10px; color: #000;font-size: 20px;}


















.form_div_outer .form-control{ background:transparent; color: #fff;border: none; border-bottom:1px solid #d6d6d6; font-size: 13px;box-shadow:none;border-radius: 0;resize: none;height: 50px;}


.form_div_outer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form_div_outer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form_div_outer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.form_div_outer h4{
   margin-top: 0;font-weight: bold;color: #fff; font-size:18px;text-decoration: underline;text-transform: uppercase;}


.form_div_outer input{padding-left: 15px;}


.contact-icon {
  text-align: center; min-width: 40px;
  font-size: 35px;
}
.icon_color {
  color:#ffffff;
}





@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}







#myModal_login{z-index: 99999;}
#myModal_login .modal-header{display: none;}
#myModal_login.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_login .modal-content {border-radius: 20px;}




.login_box ul{margin-bottom: 15px;}




.login_box .nav-pills > li.active > a, .login_box .nav-pills > li.active > a:hover, .login_box .nav-pills > li.active > a:focus {
    color: #fff;
    background-color:#c42329 !important;
}


.reg_link{margin-top:10px;}


#myModal_login_enq{z-index: 99999;}
#myModal_login_enq .modal-header{display:;}
#myModal_login_enq.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_login_enq .modal-content {border-radius: 20px;}

















.about_home_section{background: url(../images/abt_bg.jpg) no-repeat top center;background-attachment: fixed;
    background-size: cover;   
    padding-top:60px;
    padding-bottom:50px;}

.ahs_top{margin-bottom: 60px;}
.abt_left{}
.abt_left h4{color: #fff;font-size: 30px;}
.abt_left h2{color: #fff;font-size: 36px;font-weight: bold;margin-top: 0;}
.abt_left h1{color: #fff;font-size: 36px;font-weight: bold;margin-top: 0;}
.abt_left .btn_new3{padding:12px 18px;border-radius:7px;font-size: 16px;margin-top: 30px;}

.abt_right{}
.abt_left p{color: #fff;line-height: 22px;font-size: 15px;}
.abt_left p span{color: #ffa356;font-weight: bold;}


.marquee{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --item-font-size: 10vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));color: #fff;
}

.marquee__inner{
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial),0,0);
  animation: marquee 5s linear infinite;
  // animation-play-state: paused;
}

.marquee span{
  white-space: nowrap;
  font-size: 3.2vw;font-weight: 600;
  padding: 0 2vw;
}

.marquee:hover .marquee__inner{
  // animation-play-state: running;
  // opacity: 1;
  // transition-duration: 0.4s;
}

@keyframes marquee {
  0% {
  transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
   transform: translate3d(var(--move-final), 0, 0);
  }
}


.video_size {
	width: 100%;
	height: 400px;margin-top: 20px;border-radius:6px;
}



.headings_div2{}
.headings_div2 h2{font-size:28px; text-align: center;color: #c42329; margin-bottom:25px; margin-top: 0; text-transform: uppercase; font-weight: bold;}
.headings_div2 h2 span{color:#8ac6d1;}


.headings_div3{}
.headings_div3 h2{font-size:28px; text-align: center;color: #fff; margin-bottom:25px; margin-top: 0; text-transform: uppercase; font-weight: bold;}
.headings_div3 h2 span{color:#8ac6d1;}


.headings_div4{}
.headings_div4 h1{font-size:28px; text-align: center;color: #c42329; margin-bottom:25px; margin-top: 0; text-transform: uppercase; font-weight: bold;}
.headings_div4 h1 span{color:#8ac6d1;}


.creators {
	background: url(../images/pattern3.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 70px;position: relative;
}

.dia1{position: absolute;top: 0; right: 0;z-index: ;}
.dia1 img{max-width: 320px;}


.left_inner1 {
	margin-top:80px;
}

.left_inner1 h3 {
	color: #c42329;font-weight: bold; text-transform: uppercase;font-size:24px;
}

.left_inner1 p {
	color: #000;
	line-height: 28px;
}

.left_inner1 h4 {
	color: #000;
	background:#a3c7c0;
	height: 50px;
	width: 50px;display: none;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

.left_inner1 h4 span {}

.p_banner img{border-radius: 20px;}






.campus_outer{background: url(../images/camp_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 70px;position: relative;}

.dia3{position: absolute;top: 0; left: 0;z-index: ;}
.dia3 img{max-width: 290px;}



.headings_div3{}
.headings_div3 h2{font-size:28px; text-align: center;color: #fff; margin-bottom:25px; margin-top: 0; text-transform: uppercase; font-weight: bold;}
.headings_div3 h2 span{color:#fff;}

.event_outer{margin-top:30px;}

.event_image{}
.event_image img {
   width: 100%;
    margin-top: 0;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 16px;
    border: 2px solid #fff;
}





.event_image:after, .event_image:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}



.event_image:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


.event_outer a{color: #fff; text-decoration: none;text-align: center;font-size: 16px; display:block; margin-top: 20px;font-weight: bold;}


.video_box{margin-top: 20px;}

.map1{text-align: center;margin-top: 80px;position: relative;}

.get_directions{position: absolute; width: 100%; text-align: center; z-index:1; bottom: -15px;}

.get_directions .btn_new1{font-size: 16px;}



.img_wrap1{background:url(../images/abt_bg2.jpg) no-repeat top center; background-size: cover;padding-top:350px; padding-bottom:190px;position: relative;}

.img_wrap1_about{background:url(../images/abt_bg2_about.jpg) no-repeat top center; background-size: cover;padding-top:350px; padding-bottom:190px;position: relative;}


.abt_top{margin-top: 50px;text-align: center;}
.abt_top h2{text-transform: uppercase;color: #fff; margin: 0 0 0 0; font-size:32px;}
.abt_top h2 span{color:#c42329;font-weight: 700;}
.abt_top p{color: #fff; font-size:17px;margin-top: 10px; margin-bottom: 0;}

.abt_top h1{text-transform: uppercase;color: #fff; margin: 20px 0 0 0; font-size:32px;}


.we_div{background: #c42329; padding-top: 70px; padding-bottom: 70px;}

.we_div h3{font-size:24px; color: #fff; margin-top:0; font-weight: bold;}
.we_div p{color: #fff;margin:; font-size: 16px; line-height: 32px;font-weight: bold;}

.we_div a{margin: 30px 0 0 20px;}



.v_block{padding:25px 15px;background:#f48243;min-height: 230px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%)}


.v_block_mid{}

.v_block_mid img{height: 280px;width:100%;object-fit: cover;}


.creators2 {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;position: relative;
}



.team_outer_wrap{margin-top:15px; margin-bottom: 30px;}

.team_list{border:1px solid #e0e0e0; padding: 15px;margin-bottom: 30px;min-height: 375px;}

.team_list img{width: 100%;height:230px; object-fit: cover;border: 1px solid #e4e4e4;}

.team_list h3{font-size: 17px;margin:15px 0 0 0;color: #000;font-weight: bold;}
.team_list h6{font-size: 15px;margin:5px 0 0 0;color: #000;}
.team_list a{color: #000;margin-top:5px;display: block;}
.team_list a i{color:#c42329;}



.covered{background: url(../images/why_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 70px;position: relative;}
.cov_left h2{color: #fff;font-size:52px; font-weight: bold;}
.cov_left h2 span{color:#fff;}
.cov_left p{color: #fff;margin-bottom: 20px;font-size: 16px;}




.cov_box{margin-bottom:40px;text-align: center;}
.cov_box h5{color: #fff; font-weight: bold; font-size: 19px;margin-top:20px;}

.cov_box img{width:230px; height: 230px; border-radius: 100%; object-fit: cover; border: 15px solid rgb(255, 255, 255,.15);}
.cov2_margin{margin-top:80px;}
.section_stick1{position: sticky;top: 140px;margin-bottom: 20px;}




.service_box{ border-radius: 0;text-align: center;border:1px solid #c42329;border-left: 7px solid #c42329;margin-bottom: 30px;}
.padding_inner_1{padding:10px 8px;}
.creators2 .service_box{margin-top:30px; margin-bottom: 0;}
.service_box h4{font-weight: bold; margin-top: 15px;color: #000;font-size: 17px;}
.service_box h4 span{position:relative;z-index:1;}

.padding_inner_1 img{vertical-align: middle;margin-top: -3px;}


.headings_div2 h3{text-align: center;text-transform:uppercase;}




.img_wrap6{background:url(../images/slide2.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:320px; padding-bottom:150px;position: relative;}


.search_your{ background: #fbf4e0; width: 100%; padding-top: 25px; padding-bottom: 25px;text-align: center;}
.search_your h3{ font-size:20px; margin: 0 0 15px 0; padding: 0 0 0 0;color: #000;}
.search_your h3 span{font-weight: bold;}

.search_your .btn_new1{padding:6px 12px; font-size:16px; border-radius:22px;font-weight: bold;}


.video_box2{ margin-top:29px; margin-bottom:50px;}

.video_box2 video{
  object-fit:cover;
  width: 100%; border-radius: 20px;
  height:400px !important;}

.video_container{position: relative;}


.video_text{position: absolute; bottom:30px;width: 100%; left: 0;z-index: 999;}

.video_text h3{color: #fff;font-size: 20px;text-decoration: underline;font-weight: bold;}
.video_text p{color: #fff;font-size: 16px;}


.video_text ul{list-style: none;}
.video_text ul li{color: #fff; margin-bottom:5px;font-size: 16px; font-weight: bold;}






.strength_outer{margin-top: 30px;}
.counter_box{text-align: center; margin-top: 30px;height: 220px;background:#c42329;border-radius: 5px;}
#counter{display: inline-block; font-size:46px;font-weight:bold;position: relative;margin-bottom:5px; color: #fff;}
.counter_box i{ font-size: 45px; margin-bottom: 15px;color: #fff;}
.counter_box p{font-size: 15px; color: #fff; font-weight: bold; padding-bottom:0;}
.counter_inner{padding: 20px;}
.with_plus{display: inline-block; font-size:24px;position: relative;margin-bottom: 20px; color:#838e98;}
.with_plus:after{content:'+'; position: absolute; font-size: 25px; top: -7px; right: -15px;line-height: 1; }

.with_percentage{display: inline-block; font-size:24px;position: relative;margin-bottom: 20px; color:#838e98;}
.with_percentage:after{content:'%'; position: absolute; font-size: 22px; top: 3px; right: -18px;line-height: 1; }



.blog_wrap{margin-top:50px;}

.info_bottom2 ul.nav-tabs {
	margin-bottom:30px;
	padding-bottom: 10px; margin-top: 0;text-align: center;
}

.info_bottom2 ul.nav-tabs li {
	float: none;
	display: inline-block;margin-left: 15px; margin-right: 15px;
}

.info_bottom2 ul.nav-tabs li a {
	color: #000;padding: 6px 10px; background:none;border-radius: 20px; font-size: 16px; border:none;
}

.info_bottom2 ul.nav-tabs li.active a {
	background:#c42329;border:none;
	color: #fff;
}

.alumni_companies{}
.alumni_companies h4{margin-bottom:25px;font-weight: bold; color: #000; font-size: 22px;}


.log_box{border: 1px solid #e0e0e0; padding: 10px; min-height:118px;margin-bottom: 30px; display: flex;
  align-items: center;
  justify-content: center;}
.log_box img{width: 100%;display: block;
   max-width: 100px; /*actual image width*/
   height: auto; /* maintain aspect ratio*/
   margin: auto; /*optional centering of image*/}



.prominent{background: #c42329; padding-top: 35px; padding-bottom: 35px;}

#owl-demo{margin-top: 35px;}

#owl-demo .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation{
      text-align: center; margin-bottom:10px; margin-top:30px;
    }
   
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation .prev{ cursor:pointer; padding: 0 2px;}
.customNavigation .next{cursor:pointer; padding: 0 2px;}





.people_wrap{background: #fff;border-radius: 2px; min-height: 85px;}
.apple_padding{padding: 10px;display: flex;}
.people_wrap_left{flex-shrink:0; margin-right: 5px;}

.people_wrap_left img{max-width:80px;max-height:60px; margin-right: 5px;}
.people_wrap_right{flex-shrink: 1;}

.apple_item a{text-decoration: none;}
.apple_item h4{text-decoration: none; color:#000;font-size: 17px;margin-bottom: 5px;margin-top: 0; font-weight: bold;}
.apple_item h6{text-decoration: none;color: #000;margin: 0 0 0 0;font-size: 14px;}


.prominent .owl-theme .owl-controls .owl-page.active span, .prominent .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff;
}



.prominent .owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;display: none !important;
}

.prominent h3{margin-bottom: 25px;
    font-weight: bold;
    color: #fff;text-align: center;
    font-size: 22px;}



.reviews_wrap{background: #f48243;padding-top: 50px;padding-bottom: 35px;}

.green_box{padding: 15px 15px 50px 15px;background:#fbf4e0;position: relative;border-radius: 6px;box-shadow: 0 3px 2px 1px rgb(0 0 0 / 25%);min-height: 280px;}
.green_box p{color: #000;}
.green_box h6{color: #000;font-weight: bold;}
.google_box{position: absolute;bottom:10px;right:10px;}





#owl-demo_green{margin-top: 20px;}
#owl-demo_green .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation_green{
      text-align: center; margin-bottom:30px; margin-top: 30px;
    }
   
    .customNavigation_green a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}




.customNavigation_green .prev_green{ cursor:pointer; padding: 0 2px;}
.customNavigation_green .next_green{cursor:pointer; padding: 0 2px;}


.reviews_wrap .owl-controls{display: none !important;}


.reviews_wrap .heading h4{color: #fff;font-size:22px; font-weight: bold; text-align: center;}


.google_box img{max-height: 60px; border-radius: 3px;}


.video_text ul{list-style: none;}
.video_text ul li{color: #fff; margin-bottom:5px;font-size: 16px; font-weight: bold;}

.overlay1{background:linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(255,255,255,0) 52%);position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0;border-radius:20px;}





.contact_wrap{background:url(../images/pro_bg2.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:50px; padding-bottom:30px;margin-top:72px;}
.contact_wrap2{background:url(../images/pro_bg3.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:50px; padding-bottom:30px;margin-top:90px;}

.map_div{margin-bottom: 60px;margin-top:30px;}
.google_map {
    width: 100%;
    height: 350px;
}

.c_block_wrap{margin-bottom: 40px;}
.c_block{ text-align: center; margin-top: 20px;}
.c_block img{margin-bottom: 20px; border-bottom: 1px solid #c42329; padding-bottom: 10px;}
.c_block p{color: #fff; margin: 0 0 0 0; font-size: 15px; }



.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background:#eb8234;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}


.contact .info h4 {
       padding: 5px 0 0 60px;
    font-size: 19px;
    font-weight: 600;margin-top:;
    margin-bottom: 3px;
    color: #fff;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #c42329;
    border-bottom: 3px solid #c42329;
    padding: 30px;
    background:rgba(0,0,0,.15);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}

.contact .php-email-form2 {
    width: 100%;
    border-top: 3px solid #c42329;
    border-bottom: 3px solid #c42329;
    padding: 30px;
    background:rgba(255,255,255,.3);
  
}





.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}


.contact-section{padding-top: 60px; padding-bottom: 60px;}

.contact .php-email-form input {
    height: 44px;background: transparent;}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;background: transparent;
}

.contact .php-email-form label {
    padding-bottom: 8px;color: #fff;
}


.d-flex {
    display: flex !important;
}

.flex_row{display: flex;
    flex-wrap: wrap;}








.contact .php-email-form2 input, .contact .php-email-form2 textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;border-color: #959595;
    background: transparent;
}


.contact .php-email-form2 label {
    padding-bottom: 8px;color: #000;
}












.event_image{position: relative;margin-bottom: 30px;}
.event_image .pro_plus2 {
    position: absolute;
    text-align: left !important;
    
    top:10px !important;left:0;
    right: 0 !important;
    top: auto;
}
.event_image .pro_plus2 i{color: #fff;background:none;padding: 3px 4px;border-radius: 8px;}


.event_image img {
   width: 100%;
    margin-top: 0;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 16px;
    border: 2px solid #fff;
}

.gal_small_text{color: #fff !important;margin-left: 10px;}
.gal_small_text a{text-decoration: none;}
.gal_small_wrap{display:flex;}
.gal_small_left{flex-shrink: 0;margin-right: 5px;}
.gal_small_right{flex-shrink: 1;}
.gal_small_right p{color: #fff;font-weight: bold; font-size: 18px;}

.gal_small_left i{background:#f48243 !important;border-radius: 100% !important;font-size: 20px !important;padding: 4px;}





.event_image:after, .event_image:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}



.event_image:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


.event_videos{margin-top: 30px;}
.event_videos h4{font-size:24px;}

.video_div{position: relative;}

.video_div img{width: 100%;border:1px solid #8b4260;border-radius: 12px;}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 22px;
  height: 30px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fbe26b;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #fbe26b;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fbe26b, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3; margin-top: 7px; margin-left: 2px;
  width: 0;
  height: 0;
  border-left:14px solid #000;
	border-top:8px solid transparent;
	border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video_size {
	width: 100%;
	height: 300px;
}



#owl-demo1 {margin-top:0;}
#owl-demo1 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 10px;
	color: #000;
	text-align: left;}

.customNavigation1{text-align: center; margin-bottom: 20px;margin-top: 50px;}
    
.customNavigation1 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.customNavigation1 .prev1{ cursor:pointer; padding: 0 2px;}
.customNavigation1 .next1{cursor:pointer; padding: 0 2px;}


.img_wrap3{background:url(../images/gal_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:320px; padding-bottom:150px;position: relative;}


.rev_lower{ margin-top:20px;text-align:center;}
.rev_lower h5{ margin:10px 0 0 0; padding: 0 0 0 0; color: #000;font-size: 15px;text-align: center;font-weight: bold;}

.new_gal_margin{margin-bottom: 50px;}












.img_wrap4{background:url(../images/blog_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:320px; padding-bottom:150px;position: relative;}

.blog_left_list{border:1px solid #e0e0e0; padding: 15px;border-radius: 20px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);text-align: center;}

.blog_left_list img{width: 100%;height:200px; object-fit: cover;border-radius: 20px;}

.blog_left_list h3{margin-top:15px;margin-bottom: 10px; color: #000;font-size:17px;text-transform: uppercase;}

.blog_box{overflow: hidden;margin-top: 30px;border: 1px solid #c42329;padding: 15px;}

.blog_box_top{position: relative;}
.blog_box_top img{width: 100%; height: 200px; object-fit: cover;border-radius: 6px;}

.blog_box_lower{padding: 10px;min-height:95px;}

.blog_box_lower p{color: #000;}

a.blog_title{font-size:15px;line-height: 24px;margin-bottom: 10px;display: block;color: #000;font-weight: bold;}


.date_box{background:#0097b2;padding:10px;position: absolute; top:10px; left:10px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);}

.date_box h3{margin: 0 0 0 0;color: #fff;font-weight: bold;font-size: 18px}
.date_box h4{margin:5px 0 0 0;color: #fff;font-size: 16px;}


.blog_box_lower .btn_new1{padding:4px 7px;font-size: 13px;line-height: normal;}


.abt_top h2{color: #fff; margin: 0 0 0 0; font-size:30px;text-align: center;}
.abt_top h2 span{color:#fff;font-weight: 700;background:#c42329;padding-left: 5px;padding-right: 5px;}




ul.round_color{list-style: none;}
ul.round_color li{display: inline-block;margin-right: 5px;}
ul.round_color li a{color: #666;text-decoration: none;}

.orange_round{color:#f48243;font-size:10px !important;}
.red_round{color:#c42329;font-size:10px !important;}
ul.round_color li a i{vertical-align: middle;margin-top: -2px;}


.blog_wrap{margin-top: 30px;}

.blog_box_lower h5{color: #000;}
.blog_box_lower h5 span{color: #777;}

.blog_box .btn_new1{width: 100%; text-align: center;border-radius: 5px;}



ul.review_pg {
	display: table;
	margin: 30px auto 40px auto;
}

ul.review_pg li {}

ul.review_pg li a {
	background:#c42329;
	color: #fff;
	border: none;margin-right: 10px;
	
}

ul.review_pg li a:hover,
ul.review_pg li a.active,
ul.review_pg li a:focus {
	background:#f48243;
	color: #fff;
}


.radius1{border-radius:100%;}

.no_radius{background: transparent !important; color: #000 !important;font-size: 18px !important;vertical-align: middle;margin-top:-3px;}


.related_block{margin-bottom: 30px;margin-top: 0;}

.related_block h4{margin: 0 0 0 0;color: #000;font-weight:bold;}
.related_block h4 span{border-bottom:2px solid #c42329;}


.related_block ul{list-style: none;margin-top: 10px;}
.related_block ul li{border-bottom: 1px solid #666; padding-bottom: 10px;padding-top: 10px;}
.related_block ul li a{color: #666;list-style: none;}
.related_block ul li a i{vertical-align: middle;font-size: 6px;color: #666;}


.art_head{}
.art_head h4{text-align: center; font-weight: bold;font-size:22px;}
.no_display{display: none;}




.blog_tags h4{margin: 0 0 0 0;color: #000;font-weight:bold;}
.blog_tags h4 span{border-bottom:2px solid #c42329;}

.bt_outer h4{margin: 0 0 0 0;color: #000;font-weight:bold;display: none;}
.bt_outer h4 span{border-bottom:2px solid #c42329;}



.blog_tags{background:#fbf4e0; border-radius: 10px; padding: 15px;box-shadow: 0 2px 8px 1px rgb(0 0 0 / 19%);margin-top:20px;
    margin-bottom: 30px;display: none;}
.blog_tags h4{color: #000;}
.blog_tags ul{text-align: left;list-style: none;}
.blog_tags ul li{display: inline-block; line-height:30px;}
.blog_tags ul li a{color: #fff;
    font-size: 14px;background:#c42329 !important;line-height: normal;
padding: 2px 9px; border-radius:6px;}


.contact_2_block p{color: #000;}




.blog_inner_content {
	padding-top: 20px;
	padding-bottom: 20px;margin-top:0;
}

.blog_inner_content h5 {
	text-align: center;	
	letter-spacing: 2px;
	font-size: 14px;
}

.blog_inner_content h2 {
	text-align: left;
	font-weight: bold;
	font-size: 25px;
    line-height: normal;color:#c42329;
	margin-bottom:0; margin-top:10px;
}

.blog_inner_content h6{text-align: left; margin-top: 10px; font-size: 14px;}
.blog_inner_content h6 span{margin-left: 10px; color: #777;}


.blog_inner_content p {	
	color: #000;	
	font-size: 15px;
	margin-top:12px;	
	line-height: 28px;
}




.review_box2 {
	border-top: 1px solid #e0e0e0;
	padding-top: 25px;
	margin-top: 10px;
}

.review_box2:first-child {
	border-top: none !important;
}

.review_box2 h4 {
	font-size: 18px;
	color: #333;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
}

.review_box2 h4 span {
	font-size: 12px;
	color: #333;
}

.review_box2 .alpha {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	background:#c42329;
	text-align: center;
	line-height: 36px;
}

.review_box2 .media-body p {
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 24px;
}

.alpha {}

.review_box2 .media-body h6 {
	font-size: 12px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.act_review2 {
	margin-top: 25px;
}

.inp_2 {
	background: #fff;
	color: #333;
	border-radius:10px;
	border: 1px solid #e0e0e0;
	outline: none;font-size: 13px;height:40px;
}

.act_review2 textarea {
	resize: none;
	background:#fff;
	color: #333;border-radius:10px;
	border: 1px solid #e0e0e0;
	outline: none; font-size: 13px;
	
}

.stars {
	font-size: 18px;
	color: #ffd200;text-align: left;
}

ul.star_rating {}

ul.star_rating li {
	display: inline-block;
	color: #ffd200;
}


.light_grey{color:#d9d9d9 !important;}



.float_right_element {
	float: right;
}


.rev_heading h3 {
	color: #333;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.rev_heading h3 span {
	border-bottom: 1px solid #777;
	padding-bottom: 4px;
}


.review_box2 .media-body{text-align: left;}

.also_div h3{text-align: left;}
.also_div h4{text-align: left;font-size: 15px;text-transform: uppercase; color: #000; font-weight: bold; margin-top: 0;}




.pro_plus2{position: absolute;right:5px;top:5px;z-index:999;width: 100%;text-align: right;opacity: 1; transition: all 1s;}
.pro_plus2 img{width:26px; height:26px; filter: brightness(100%) !important;
-webkit-filter: brightness(100%) !important;
-moz-filter: brightness(100%) !important;
-o-filter: brightness(100%) !important;
-ms-filter: brightness(100%) !important;display: inline-block;margin-top: 0;margin-bottom: 0;}


ul.round_color2{list-style: none;margin-top:5px;}
ul.round_color2 li{display: inline-block;margin-right: 5px;}
ul.round_color2 li a{color: #666;text-decoration: none;text-transform: uppercase;}
ul.round_color2 li a i{vertical-align: middle;margin-top: -2px;margin-right: 2px;}



.img_wrap5{background:url(../images/blog_bg2.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:320px; padding-bottom:150px;position: relative;}


.related2{margin-bottom: 50px;margin-top: 30px;}
.related2 h3 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-top: 0;margin-bottom: 0;
}

.mid_grey_panel{background:#eeeeee;padding: 15px;border-left: 3px solid #cc0303;margin-top: 10px; margin-bottom:5px;}
.mid_grey_panel h4{margin: 0 0 0 0; font-size:16px;line-height: 26px;font-weight: bold;color: #000;}




.gall_inner_pic{width: 100%; height: 200px; object-fit:cover;}


.useful_block{background:#c42329; padding:15px 15px 20px 15px;text-align: center;border-radius: 6px;margin-top: 10px; margin-bottom: 10px;}
.useful_block h3{color: #fff;margin-top: 0;margin-bottom: 15px;}
.useful_block .btn_new2{margin-left: 4px; margin-right: 4px;}


.follow_div{margin-top:10px;}
.follow_div p{color: #000; font-weight: bold;}
.follow_div p a{color: #fff;
    font-size: 13px; margin-left: 4px; margin-right: 4px;
background:#c42329 !important;width:28px; height: 28px; line-height:28px;display: inline-block; text-align: center;
border-radius: 100%;}



.service_box{}
.padding_inner_1{padding:15px 15px;}
.service_box3{margin-bottom:15px;}
.service_box3 h4{font-weight: bold;color: #000;margin-top: 7px;}
.service_box3 h4 span{position:relative;z-index:1;}
.service_box3 h4 span:before{content: '';position: absolute;left: 0; top: 0; background:#faba97; width: 100%; height: 10px; z-index: -1;}



.service_box3 p{margin-bottom:0;color:#000;font-size: 13px;}


.service_box3 i{font-size:45px;color:#000;}

.service_box_new {
    margin-top: 30px;border:1px solid #c42329;border-right: none; border-bottom:none;border-radius:0;background:#f2f2f2;
    min-height:225px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);
}



.service_box3 ul{padding-left: 0;margin-left: 17px;}
.service_box3 ul li{line-height: 26px;}


.mid_gal{margin-top: 30px;}



.adm_bg{background:url(../images/adm_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:120px; padding-bottom:0;position: relative;}

.abt_top h3{color: #fff;line-height: 36px;font-weight: bold;}
.abt_top h3 span{font-style: italic;font-weight: normal;}


.enquiry_form{background: #fff; border-radius: 6px; padding:30px 15px;margin-top:120px;text-align: center;}
.enquiry_form h4{color: #000;font-weight: bold;margin-top:0;font-size: 24px;}
.enquiry_form p{color:#000;font-size: 16px;}

.adm_policy{margin-top: 50px; margin-bottom: 50px;}

.admission_box{}

.admission_box h3{color: #000;}
.admission_box h3 span{background: #c42329; padding: 3px 6px; color: #fff; margin-right: 5px;font-size: 18px; vertical-align: middle;}
.admission_box ul{margin-left: 20px;}
.admission_box ul li{color: #000;}
.admission_box ul li span{font-weight: bold;}

.admission_box h4{color: #000; font-weight: bold;}

.admission_box p{color:#000;font-size: 15px; line-height: 24px;}

.adm_policy_div{text-align: center;margin-top:30px;}




.collaborations{background:url(../images/pod_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:60px; padding-bottom:50px;}

.cm_bg{background: url(../images/cm-bg.jpg) left center no-repeat #fff;
    background-size: contain;
    padding: 40px 30px;border:1px solid #000;
    margin-bottom: 35px;
    box-shadow: 0 0 5px #ccc;
    position: relative;}

.cm_bg img{box-shadow: 0 4px 8px 1px rgb(0 0 0 / 25%);}

.cm_bg h3{ margin-top:10px;color: #000;font-weight: bold; font-size:20px;text-decoration: underline;}
.cm_bg p{margin:10px 0 10px 0;line-height:22px; font-size:14px; color: #000;}
.cm_bg h4{ margin-top:10px;margin-bottom: 0; color: #000;font-weight: bold; font-size:15px;}


.content_brief{}
.content_brief p{color: #000;font-size:15px;}

.padding_inner_1b{padding:5px;}



.service_box_aca{ border-radius: 0;text-align: center;border:1px solid #c42329;border-left: 7px solid #c42329;margin-bottom: 30px;}
.padding_inner_1b{padding:5px;}
.creators2 .service_box_aca{margin-top:30px; margin-bottom: 0;}
.service_box_aca h4{font-weight: bold; margin-top: 15px;color: #000;font-size: 16px;}
.service_box_aca h4 span{position:relative;z-index:1;}


.assess_box{background: #f0f0f0; padding: 10px;margin-top: 15px;border: 1px solid #e0e0e0;min-height:134px;}

.assess_box p{color: #000;}

.cr2_lower_para{text-align: center;}
.cr2_lower_para p{color: #000; font-size: 15px;margin-top: 15px;}








.curri_wrap{background: url(../images/abt_bg.jpg) no-repeat top center;background-attachment: fixed;
    background-size: cover;   
    padding-top:60px;
    padding-bottom:50px;}

.story_content{ padding-top: 20px;}
.story_content h3{ margin-top: 10px; font-size:23px; color: #000;}
.story_content h3 span{font-size: 24px;}
.story_content p{font-size: 19px; line-height: 35px; margin-top: 40px;}

.type_outer{text-align: center;}
.comma_div{ text-align: center; margin-top: 20px; text-align: center;}
.comma_div img{display: inline-block;}


.img_div2{ width: 90%; margin-top:60px;position: relative;}
.img_div2 img{ width: 100%; border-radius: 4px;position: relative;z-index: 2;}
.img_div2:before{content:""; position: absolute; border:3px solid #fff; top: -30px; left: 30px; bottom: 30px; right: -40px; display: block; border-radius: 4px; z-index:1;}


.curri_top{text-align: center;}
.curri_top p{color: #fff;}

.headings_div3 p{color: #fff; text-align: center;font-size: 15px;}


.type_outer h3{color: #fff; font-weight: bold;}



.story_content ul{padding-left: 10px;}
.story_content ul li{color:#fff; font-size: 17px; line-height: 29px; margin-bottom:20px;}


.services_wrap{margin-top: 50px;margin-bottom: 50px;}
.p_box{position: relative;min-height: 440px;}
.p_box h5{ text-decoration: none; font-size: 18px; border-top: 1px solid #000; border-bottom: 1px solid #000; padding-bottom: 8px; padding-top: 8px;color:#000;font-weight: bold;margin-top:15px;display: block;}

.p_box p{font-size: 15px; color: #000;font-weight:600;margin-top: 10px;}

.p_box img{width: 100%;}

.image_link{border-top: 0 !important; border-bottom: 0 !important;}

.accredit_box{}

.accredit_box img{max-width: 120px;height: 100px;}
.accredit_box h5{border:none;font-weight: bold;margin-top: 15px;}


.award2{position: fixed; top: 20%; right: 20px;z-index: 99999;}
.award2 img{max-width: 160px;}


.whatsapp_div{position: fixed; bottom: 190px; right: 15px; z-index: 999;}

.whatsapp_div2{position: fixed; bottom: 120px; right: 15px; z-index: 999;}

.img_wrap7{background:url(../images/a_b_banner.jpg) no-repeat top center; background-size: cover;padding-top:350px; padding-bottom:190px;position: relative;}


.collaborations2{background:url(../images/a_b_next_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:60px; padding-bottom:50px;}

.a_b_inner_box{padding: 15px; border: 1px solid #000;background:#fff;}
.a_b_inner_box p{text-align: center;}


.a_b_lower_btn{text-align: center;}


.benefit_box2{margin-top: 30px;}
.benefit_top2{position: relative;}

.benefit_box2 img{width: 100%;border-radius: 20px;}

.ben_text2{position: absolute; bottom: 20%;width: 100%;text-align: center;}

#myModal_ab1 h4{font-size: 19px; font-weight: bold;}
#myModal_ab1 h4 p{color: #000; font-size: 15px;}


.a_b_red_bg{background: #c42329; padding-top: 70px; padding-bottom: 70px;}


.grades{}
.grades h2{font-size: 22px;
    text-align:;
    color: #fff;
    margin-bottom:0;
    margin-top:0;
    text-transform: uppercase;
    font-weight: bold;}

.grades p{font-size: 14px;margin-top:10px; color: #fff;}



.parent2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap:15px;
grid-row-gap: 15px;margin-top: 30px;
}

.div2a { grid-area: 1 / 1 / 7 / 3;overflow: hidden;position: relative; }
.div2b { grid-area: 1 / 3 / 4 / 5;overflow: hidden;position: relative; }
.div2c { grid-area: 4 / 3 / 7 / 5;overflow: hidden;position: relative; }

.parent2 img{width: 100%; height: 100%; object-fit: cover; border-radius: 20px;}


.div2a:hover .pro_plus3 img{opacity: 1; transition: all 1s;}
.div2b:hover .pro_plus3 img{opacity: 1; transition: all 1s;}
.div2c:hover .pro_plus3 img{opacity: 1; transition: all 1s;}

.parent2 .pro_plus3 img{width: auto;}





.pro_plus3 {
    position: absolute;
    text-align: center;
    top: 40%;
    z-index: 10;
    width: 100%;
}



.a_b_white_bg{background: #fff; padding-top: 30px; padding-bottom: 20px;}

.sport_block{background:#f48243;border-radius: 16px;padding-bottom: 30px;}


.a_b_white_bg .grades h2{font-size: 22px;
    text-align:;
    color: #fff;
    margin-bottom:0;
    margin-top:0;
    text-transform: uppercase;
    font-weight: bold;}

.a_b_white_bg .grades p{font-size: 14px;margin-top:10px; color: #fff;}

.special_margin{margin-top:40px !important;}


.img_wrap8{background:url(../images/career_bg.jpg) no-repeat top center; background-size: cover;padding-top:350px; padding-bottom:190px;position: relative;}






.core_values{margin-top: 30px; margin-bottom: 30px;}



.core_left{}
.core_left h2{color: #000; font-size: 40px;}
.core_left p{color: #000;font-size: 16px;}

.core_box{}

.core_box h2{font-size:21px; color:#fff;margin-top: 0;font-weight: bold;}
.core_box p{ color:#fff; line-height:normal;}


#owl-demo1b {margin-top:0;background:#c42329; padding: 15px;border-radius: 12px;}
#owl-demo1b .item {
	background: ;
	padding: 0px 0px;
	margin: 0 15px;
	color: #000;
	text-align: left;}

.customNavigation1b{text-align: center; margin-bottom: 0;margin-top:30px;}
    
.customNavigation1b a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.customNavigation1b .prev1b{ cursor:pointer; padding: 0 2px;float:;}
.customNavigation1b .next1b{cursor:pointer; padding: 0 2px; float:;}

.core_values .owl-controls {
	display:;}




.core_icon_wrap{display: flex;}
.ciw_left{flex-shrink:0;}
.ciw_left i{font-size: 22px; color:#fff; margin-right: 5px;}
.ciw_right{flex-shrink:1;}



.collaborations3{background:url(../images/car_bg1.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;padding-top:60px; padding-bottom:50px;}




.campus_outer2{background: url(../images/academics_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 70px;position: relative;}





.aca_block{background:#fff;padding:0 15px 15px 15px;border-radius: 12px;margin-top: 30px;min-height: 355px;}
.aca_block h3{background: #f48243; color: #fff;margin-top: 15px;display: inline-block;padding:3px 10px;border-radius:4px;font-size: 18px;font-weight: bold;}
.aca_block ul{list-style: ;margin-left: 20px;}
.aca_block ul li{color: #000;line-height: 25px;}


.award3{position: fixed; top: 20%; left: 20px;z-index:9999;}
.award3 img{max-width: 160px;}


.personal_box{text-align: center;padding: 50px 20px;margin-top:50px; margin-bottom:50px;}
.q_bg3{background:url(../images/camp_bg.jpg) no-repeat left center;background-attachment: fixed; background-size: cover;}
.personal_box h2{ color: #fff; margin: 0 0 15px 0;}
.personal_box p{ color: #fff; margin:30px 0 15px 0;}


/* -------- NEWS MARQUEE PLUGIN --------*/

.top_news{}
#stop-resume{
				display: block;
				padding: 10px;
				background-color: #f1f1f1;
				margin:10px;
				width: 70px;
				text-align: center;
				border:solid 1px white;
				text-transform: uppercase;
				
				text-decoration: none;
			}
			#stop-resume:active{
				background-color:white;
				border:solid 1px #f1f1f1;
				color:blue;
			}

.TickerNews{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	
}



.TickerNews.default_theme_2{
	background-color: #f1f1f1;
	position: relative;
	overflow: hidden;
}

.TickerNews.default_theme_2 *{
	box-sizing:border-box;
}

.TickerNews.default_theme_2 .leftside{
	position: relative;
	left:0;
	width: 105px;
	float:left;
	border:#f48243 solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h4{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #f48243;
	color:white; font-size: 15px;font-weight: bold;
	padding:0 5px; line-height: 20px;
}

.TickerNews.default_theme_2 .leftside h4 span{display: block;}



.TickerNews.default_theme_2 .ti_wrapper{
	position: absolute;
	left: 120px;
	float:left; background: transparent;
	
}

.TickerNews.default_theme_2 .ti_news a{
	display: block;
	margin-right: 10px;
	color:#333; font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: solid 1px #c1c1c1;
	margin-left: solid 1px #c1c1c1;
}

.TickerNews.default_theme_2 .ti_news span{
	color:red;
	
}



/* -------- NEWS MARQUEE PLUGIN ENDS--------*/




.top_social{position: fixed;z-index: 999;top: 12%; left: 13px;}
.top_social ul{list-style: none;}
.top_social ul li{}

.top_social ul li a{width:36px; height:36px; border: 1px solid #fff;border-radius:100%;text-align: center;line-height:36px;display: block;margin-bottom: 10px;background:#c42329;}
.top_social ul li a i{color: #fff;}





.moretext {
  display: none;
}

.moretext2 {
  display: none;
}
.moretext3 {
  display: none;
}

.moretext4 {
  display: none;
}

.moretext5 {
  display: none;
}

.moretext6 {
  display: none;
}

.moretext7 {
  display: none;
}

.moretext8 {
  display: none;
}


.moretext9 {
  display: none;
}


.moretext10 {
  display: none;
}


.moretext11 {
  display: none;
}

.moretext12 {
  display: none;
}

.moretext13 {
  display: none;
}








.btn_common{color: #fff !important; display:inline-block !important;}




.sw_image_wrap{margin-top: 30px;}
.sw_left{}
.sw_left img{margin-top:70px;border-radius: 20px;}
.sw_right{}
.sw_right img{border-radius: 20px;}
.right_first{width: 70%; margin-bottom: 30px;}


.new_sport{text-align: center;}



.faculty_div_top{width:100%;background:#c42329;padding-top: 50px; padding-bottom: 100px; margin-top: 50px;}

.teacher_wrap{margin-top: -80px; margin-bottom:15px;}
.teacher_div{position: relative;}
.teacher_text{position: absolute; bottom:25%; width: 100%; text-align: center;}
.teacher_text h4{color: #fff;font-weight:500; font-size: 22px;}
.teacher_text h5{color: #fff;}


.co_heading h2{color: #fff;text-align: center;}
.co_heading p{text-align: center; color: #fff;}


.coc_image{height: 300px; object-fit: cover; width: 100%; border-radius: 16px;}





.testimonial_div{
background: #ededed;margin-top:;
 padding-top: 40px; padding-bottom: 40px;}
.review_div{  margin-top: 0;}
.testimonial_div h3{text-align: center;}


#owl-demo_t{margin-top: 35px;}

#owl-demo_t .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation_t{
      text-align: center; margin-bottom:10px; margin-top:30px;
    }
   
    .customNavigation_t a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation_t .prev_t{ cursor:pointer; padding: 0 2px;}
.customNavigation_t .next_t{cursor:pointer; padding: 0 2px;}


.testimonial_div .owl-theme .owl-controls {display: none !important;}



.apply_pop{}
.apply_pop a{display: block; color: #000;font-weight: bold;margin-bottom: 10px;}


#myModal-apply .modal-body {
    position: relative;
    padding: 15px 15px 15px 15px;
}





.md_head h4 span{padding:4px 7px;background:#c42329; color: #fff;font-size: 20px;}


.table_top{background: #fff;border-bottom: 0;margin-bottom: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 45%); border-radius: 14px;}
.table_radius1{border-top-left-radius:14px; border-bottom-left-radius: 14px;text-align: center !important;}
.table_radius2{border-top-right-radius:14px; border-bottom-right-radius: 14px;}





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 20px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:none;text-align: left; border-right: 1px solid #fff;
}



.table_row_feature{background:#c42329;color: #fff;box-shadow: 0 2px 8px 1px rgb(0 0 0 / 45%);border-radius: 14px;}

table { 
    border-collapse: separate;
  border-spacing:0 15px; font-size: 15px;
}


.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
}


.mandate_top h4{text-align: center; margin-top: 30px; font-weight: bold; color: #000;}



.table_row_feature a{color: #fff !important;font-size: 15px;}






















@media (min-width: 992px) {
    .col-md-offset-1-and-half {
        margin-left: 12.499999995%;
    }
}







@media(max-width:992px) {
	.banner_text h2{font-size:36px;}
	
	.abt_left h2 {    
    font-size: 37px;
    font-weight: bold;
    margin-top: 0;
}
	
	.abt_left .btn_new3 {
    padding: 12px 18px;
    border-radius: 7px;
    font-size: 16px;
    margin-top: 0;}

	.abt_right{margin-top: 30px;}
	
	.ahs_top {
    margin-bottom: 40px;}
	
	
	.about_home_section .row {
    margin-right: 0px;
    margin-left: 0;
}
	
	
		.left_inner1 {
		margin-top: 10px;text-align: center;}
	
	.left_inner1 h3 {
	font-size: 21px;}
	
	
	.headings_div2 h2{font-size:24px;}
	.headings_div3 h2 {
    font-size:24px;}
	
	
	
	.creators .row {
    margin-right: 0px;
    margin-left: 0;
}
	
	
	
	.campus_outer .row {
    margin-right: 0px;
    margin-left: 0;
}
	
	
	
	.marquee span {
    white-space: nowrap;
    font-size: 4.7vw;
    font-weight: 600;
    padding: 0 2vw;}
	
	.img_wrap1{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap1_about{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap6{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap3{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap4{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap5{padding-top:70px; padding-bottom:90px;position: relative;}
	
	.adm_bg{padding-top:10px; padding-bottom:50px;position: relative;}
	.adm_bg h3{margin-top: 0;}
	
	.adm_bg .row{margin-left: 0; margin-right: 0;}
	
	.enquiry_form {margin-top: 50px;}
	
	
	
	.banner_outer {
    margin-top: 0;
    position: relative;}
	
	
	
	
	.we_div h2{font-size: 100px; margin-top: 10px;}
.we_div h3{font-size:30px; }
	
	
	.we_div{padding-top:30px; padding-bottom:30px;}
	.common_margin{margin-bottom: 30px;}
	
	.we_div .row {
    margin-right: 0;
    margin-left: 0;}
	
	.section_stick1{position: relative;top: 0;margin-bottom: 20px;}
	
	.cov_left h2 {color: #fff;font-size:24px;margin-top: 0;}
	
	.covered {padding-top: 50px;
    padding-bottom: 30px;}
	.cov_box img {
    border-radius: 6px;
    width: 100%;}
	
	.cov2_margin {
    margin-top: 0;}
	
	
	.covered .row{margin-left: 0; margin-right: 0;}
	.cov_inner .row{margin-left: -15px; margin-right:-15px;}
	.v_block {min-height: auto;}
	
	.creators2 .row{margin-left: 0; margin-right:0;}
	
	
		.video_box2 video {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    height: 350px !important;}
	
	
	.video_box2 {
    margin-top: 15px;
    margin-bottom:5px;}
	
	.video_text {
    position: absolute;
    bottom: 30px;
    width: 95%;
    left: 10px;
    z-index: 999;}
	
	
	.video_container{margin-top: 30px;}
	.video_box2 .row{margin-left:0; margin-right:0;}
	
	.strength_outer .row{margin-left:0; margin-right:0;}
	
	.blog_wrap .row{margin-left:0; margin-right:0;}
	
		.contact_wrap {
       padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 0px;}
	
	
	.contact_wrap2 {    
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 0px;}
	
	#owl-demo1 .item {
	margin: 0 0;}
	
	
	.video_outer_row .row{margin-left: -15px; margin-right:-15px;}
	.blog_left .row{margin-left: -15px; margin-right:-15px;}
	
	.blog_box_lower {
    padding: 10px;
    min-height: auto;}
	
	
	.table-responsive {border:none;}
	
	.age_limit .row{margin-left:0; margin-right:0;}
	.adm_policy .row{margin-left:0; margin-right:0;}
	
		.cm_bg{background: #fff;margin-bottom: 10px; margin-top: 20px;padding:15px 15px;}
	.cm_bg img{width: 100%;}
	.cm_bg h3 {margin-top: 30px; font-size: 20px;}
	
	.cm_bg p{font-size: 14px;}
	
	.collaborations .row{margin-left:0; margin-right:0;}
	.cm_bg .row{margin-left: -15px; margin-right:-15px;}
	
	.assess_box {min-height: auto;}
	
	.creators2 {padding-top:30px;padding-bottom:30px;}
	
	.headings_div2 h2 {margin-bottom: 15px;}
	
	
	


	
.img_div2:before{ display: none;}	
	
.img_div2{ width: 100%; margin-top: 20px;position: relative;}
	

.story_top p{ padding-left:0; padding-right:0;}
.story_content{padding-top: 0px; text-align: left;}
.story_content h3{ margin-top: 15px; font-size: 30px;}	
.story_content p{font-size: 16px; line-height: 35px; margin-top:15px;}

	.curri_wrap .row{margin-left:0; margin-right:0;}
	
	.story_content ul{margin-top:30px;}
	
	
	.services_wrap .row{margin-left:0; margin-right:0;}
	
	.award2{position: fixed; top: 12%; right: 20px;z-index: 99999;}
.award2 img{max-width: 120px;}
	
	.award3{position: fixed; top: 12%; left: 20px;z-index: 99999;display: none;}
.award3 img{max-width: 120px;}
	
	.padding_later.row{margin-left:0; margin-right:0;}
	
	
	
	.img_wrap7{padding-top:70px; padding-bottom:90px;position: relative;}
	.img_wrap8{padding-top:70px; padding-bottom:90px;position: relative;}
	
	.parent2 {display: block;margin-top: 0;}
	.parent2 img{height: auto;width: 100%; margin-top: 20px;}
	
	.special_margin{margin-top: 10px !important;}
	
	
	.collaborations3 {  
    padding-top: 20px;
    padding-bottom: 20px;}
	
	.core_values {
    margin-top: 10px;
    margin-bottom: 20px;}
	
	
	#owl-demo1b {
    margin-top:15px;
}
	
	.core_left h2 {
   text-align: center;
    font-size: 33px;}
	
	.core_left p {
    text-align: center;}
	
	
	.campus_outer2 .row {
    margin-right: 0px;
    margin-left: 0;
}
	
	
	.TickerNews.default_theme_2 .leftside{
	position: relative;
	left:0;
	width: 85px;
	float:left;
	border:#f48243 solid 1px;
	border-width: 1px 0;}
	
	
	.TickerNews.default_theme_2 .ti_wrapper{
	position: absolute;
	left:95px;
	float:left; background: transparent;
	
}
	
	
	
	.sw_left img{margin-top: 0;}
	.sw_image_wrap{margin-top: 0;}	
	.sw_right{display: none;}
	
	.a_b_white_bg {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;}
	
	.sport_block{margin:30px;padding-top: 15px; padding-bottom: 15px;}
	
	.faculty_div_top{padding-top:30px; padding-bottom: 100px;}
	.teacher_wrap{margin-top: -100px; margin-bottom: ;}
	
	
	
	
}
	


@media(max-width:767px) {
	.banner_list{display: none;}
	.banner_text h3{margin-bottom: 0;font-size: 23px;}
	.banner_text h2 {font-size: 30px;margin-top: 5px;}
	
	.banner_button{margin-top:10px;}
	

	
.carousel-inner .item img {
    width: 100%;height: 400px; object-fit: cover;
}
	
.type_div, .write {
    font-size: 27px;
    font-weight: bold;
}
	
	
	
	
	.video_size {
	width: 100%;
	height: 300px;
}

	
	
	
	
	
}

@media(max-width:479px) {
	#owl-demo6 .item {
		margin: 0 0;
	}
	
	#myModal_detail3 .related_title{min-height:60px;}
	
	.list_watermark img{max-width: ;height: auto;}

	
	
	
	
}

@media(max-width:320px) {
	
	
	
}



















/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 9;
	color: #eeeeee;
	right: 15px;
    bottom: 50px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}


/* -------- Scroll Top Css Ends --------*/




/* -------- FOOTER SECTION --------*/

footer.nb-footer {
background: url(../images/fb_bg.jpg) no-repeat top center;background-attachment: fixed;
    background-size: cover;
   
    padding-top:40px;
    padding-bottom:60px;
	
}

footer.nb-footer .about {
	margin: 0 auto;
	margin-top: 40px;margin-bottom: 15px;
	max-width: 1170px;
	text-align: center;
}

footer.nb-footer .about p {
	font-size: 14px;
	color: #000;
	margin-top:15px;margin-bottom:15px;
}

footer.nb-footer .about .social-media {
	margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 46px;
	border-radius: 50%;
	font-size: 16px;
	background: #c42329;
	color: #fff;
	border-color: #c42329;
}

footer.nb-footer .about .social-media ul li a:hover {
	background: #fff;
	color: #000;
	
}

footer.nb-footer .footer-info-single {
	margin-top: 30px;
}


footer.nb-footer .footer-info-single ul li a {
	display: block;
	color: #000; font-size: 14px; letter-spacing: 1px;
	padding: 2px 0;
}

footer.nb-footer .footer-info-single ul li a:hover {
	color: #000;
}

footer.nb-footer .footer-info-single p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}


.footer-info-single h4{color: #ae2d2d; text-transform: uppercase; letter-spacing: 1px;font-size: 15px; font-weight: bold;}

.footer-info-single img{max-width: 330px;}
.footer-info-single h3{font-size: 16px; font-weight: bold; color: #c42329;margin-top: 7px; line-height: 25px;}









.copyright {
	margin-top: 0; border-top: 1px solid #a0a0a0;
	background:#c42329;
	padding:10px 0;
	color: #fff;}

.copyright p {
	margin: 0;
	padding: 0; text-align: center; font-size: 14px;
}





@media(max-width:992px){
	
footer.nb-footer {
    padding-top: 10px;
    padding-bottom: 20px;}
	
footer.nb-footer .about p {
    
    margin-top: 0;
}
	
	.footer_logo_box{text-align: center;}
	.footer_logo_box img{display: block;
  margin-right: auto;
  margin-left: auto;}
	
	
	.nb-footer .row {
    margin-right: 0px;
    margin-left: 0;
}
	
	.footer-info-single h3 {
    font-size: 15px;    
	line-height: 22px;}
	
	
	

}





@media(max-width:767px) {
    
.footer-info-single img {
    max-width: 250px;
}
	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}


.moretext {
  display: none;
}

.moretext2 {
  display: none;
}
.moretext3 {
  display: none;
}

.moretext4 {
  display: none;
}

.moretext5 {
  display: none;
}

.moretext6 {
  display: none;
}

.moretext7 {
  display: none;
}

.moretext8 {
  display: none;
}


.moretext9 {
  display: none;
}


.moretext10 {
  display: none;
}


.moretext11 {
  display: none;
}

.moretext12 {
  display: none;
}

.moretext13 {
  display: none;
}

.moretext14 {
  display: none;
}

.moretext15 {
  display: none;
}

.moretext16 {
  display: none;
}



.btn_common{color: #fff !important; display:inline-block !important;}




