 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	box-sizing: border-box;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
body {
	padding: 0;
	margin:0 auto;
	font-family: 'Poppins', sans-serif;
	/*overflow: hidden;*/
	color:#323232;
	font-size:16px;
}
p {
	color:#323232;
	font-size:16px;
}
/*------------------------------------------------------
	Header
------------------------------------------------------*/

.header {
	position: relative;
	z-index: 999999;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
/*------------------------------------------------------
	Main Menu
------------------------------------------------------*/

.navbar-custom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	min-height: 0px;
	border: none;
	border-bottom: 10px solid #fdbc1a;
	border-radius: 0;
}
.navbar-custom .navbar-header {
	float: none;
}
.navbar-custom .navbar-brand {
	padding: 0;
	color: #9d9d9d;
	height: 100%;
}
.navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}
.navbar-custom .navbar-text {
	color: #9d9d9d
}
#main-menu {
	margin-top: 0;
	overflow: hidden;
}
.navbar-custom .navbar-nav {
	float: none!important;
}
.navbar-custom .navbar-nav>li {
	float: none;
}
.navbar-custom .navbar-nav>li>a {
	padding: 6px 20px;
	color: #68459a;
	/*color: #926414;*/
	font-size: 14px !important;
	text-transform: uppercase;
}
.navbar-custom .navbar-nav>li>a:before {
	position: absolute;
	left: 10px;
	content: "\f2fb";
	font-family: Material-Design-Iconic-Font;
	font-size: 14px;
	color: #68459a;/*color: #926414;*/
}
.navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover {
	color: #fdbc1a !important;
	text-decoration: underline;
	background-color: transparent
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}
.navbar-custom .navbar-nav>.disabled>a, .navbar-custom .navbar-nav>.disabled>a:focus, .navbar-custom .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
.navbar-custom .navbar-toggle {
	position: absolute;
	bottom: -56px;
	right: 100px;
	display: block;
	float: right;
	padding: 8px 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	background-color: #fdbc1a;
	background-image: none;
	color: #905a00;
	text-transform: uppercase;
	border: 1px solid #fdbc1a;
	border-radius: 0;
}
.navbar-custom .navbar-toggle i {
	position: relative;
	top: 2px;
	color: #FFF;
	font-size: 20px;
	margin-left: 10px;
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: #fdbc1a
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
	border: none;
}
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}
.navbar-custom .navbar-collapse.collapse {
	display: none!important;
}
.navbar-custom .navbar-collapse.collapse.in {
	display:block !important;
}
.navbar-custom .right-divider {
	border-right: 1px dotted #fdbc1a;
}
/*------- navbar-nav-2 -------*/
.navbar-custom .navbar-nav-2 {
	float: none!important;
}
.navbar-custom .navbar-nav-2>li {
	float: none;
}
.navbar-custom .navbar-nav-2>li>a {
	padding: 5px 10px;
	color: #006ab6;
	font-size: 12px;
	text-transform: uppercase;
}
.navbar-custom .navbar-nav-2>li>a:before {
	display: none;
}
.navbar-custom .navbar-nav-2>li>a:focus, .navbar-custom .navbar-nav-2>li>a:hover {
	color: #006ab6 !important;
	text-decoration: underline;
	background-color: transparent
}
 @media (max-width:767px) {
	/*.navbar-custom .right-divider{
		border-right: 0;
		border-bottom: 1px dotted #fdbc1a;
	}*/
	
	.navbar-custom .navbar-nav {
 margin: 0 -15px;
}
 .navbar-custom .navbar-nav>li>a {
 padding: 6px 10px 6px 20px;
}
 .navbar-custom .navbar-nav .open .dropdown-menu>.dropdown-header {
 border-color: #080808
}
 .navbar-custom .navbar-nav .open .dropdown-menu .divider {
 background-color: #080808
}
 .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
 color: #9d9d9d
}
 .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover {
 color: #fff;
 background-color: transparent
}
 .navbar-custom .navbar-nav .open .dropdown-menu>.active>a, .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:hover {
 color: #fff;
 background-color: #080808
}
 .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:hover {
 color: #444;
 background-color: transparent
}
 .navbar-custom .navbar-nav-2 {
 margin: 0 -15px;
}
 .navbar-custom .navbar-nav-2>li>a {
 padding: 6px 10px 6px 20px;
}
 .navbar-custom .navbar-nav-2>li>a:before {
 position: absolute;
 top: 4px;
 left: 10px;
 content: "\f2fb";
 display: initial;
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
}
 .navbar-custom .navbar-toggle {
 right: 50px;
}
 #main-menu {
		/*max-height: 400px;*/
		overflow-x: hidden;
 overflow-y: visible;
}
}
 @media (max-width: 991px) {
 .navbar-custom .navbar-toggle {
 right: 0;
}
 .navbar-custom .navbar-toggle i {
 margin-left: 0;
}
}
/*------------------------------------------------------
	Main Slider
------------------------------------------------------*/

#slider {
	position: absolute;
	top: 0;
	left: 300px;
	right: 0;
	width: auto !important;
}
#slider {
	/*height: 611px;*/
    width: 100%;
	height: 100%;
}
#slider .carousel .carousel-inner {
	/*height: 611px;*/
    overflow: hidden;
	position: relative;
	width: 100%;
}
#slider .carousel .carousel-inner .item {
	/*height: 611px;*/
    padding-top: 0;
	background-size: cover;
	background-position: center center;
	width: calc(100% - 0em);
}
#slider .carousel .carousel-inner .item a img, #slider .carousel .carousel-inner .item img, #slider .img-responsive, #slider .thumbnail a>img, #slider .thumbnail>img {
	display: block;
	height: 100%;
	width: 100%
}
.carousel .carousel-inner .carousel-caption {
	bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	top: 0;
}
.carousel-inner .carousel-caption .slider-content {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #414141;
	left: 0;
	outline: 1px solid #414141;
	outline-offset: 5px;
	padding: 50px 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-inner .carousel-caption .slider-content h1 {
	color: #414141;
	font-size: 40px;
	text-transform: uppercase;
}
.carousel-inner .carousel-caption .slider-content p {
	color: #414141;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	margin: 10px 0 0;
	text-transform: uppercase;
}
#slider .carousel .carousel-control {
	background: #414141 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 40px;
	opacity: 1;
	top: 50%;
	width: 40px;
}
#slider .carousel .carousel-control:hover {
	background: #367dae;
}
#slider .carousel .left.carousel-control {
	left: 1%;
}
#slider .carousel .right.carousel-control {
	right: 1%;
}
#slider .carousel .carousel-control .fa {
	line-height: 40px;
}
#slider .carousel .carousel-control .icon-prev, #slider .carousel .carousel-control .icon-next {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: initial;
}
#slider .carousel .carousel-control .icon-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
}
#slider .carousel .carousel-control .icon-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.transition-timer-carousel-progress-bar {
	height: 2px;
	background-color: #f7484e;
	width: 0%;
	margin: 0;
	border: none;
	z-index: 11;
	position: absolute;
	top: 0;
}
#slider .carousel-indicators {
	position: absolute;
	bottom: 80px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
#slider .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}
#slider .carousel-indicators li:last-child {
	margin: 0;
}
#slider .carousel-indicators .active {
	margin: 0 10px 0 0;
	width: 15px;
	height: 15px;
	background-color: #FFF
}

.media_img{
width:95px;
height: 110px;
float:right;
}

.media_text{
width:60%;
float:left;
}
 @media (max-width: 992px) {
 #slider .carousel .carousel-inner {
 height: auto;
}
}
/*------------------------------------------------------
	Slide Bar Panel
------------------------------------------------------*/

.main-sidebar {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 10px;
	min-height: 100vh;
	background: #68459a;
	width: 300px;
	z-index: 810;
}
.main-sidebar .logo {
	padding: 0;
	text-align: center;
	background:#fff;
}
/*--- Chairperson ---*/

.chairperson {
	padding: 10px 20px;
	background: #68459a;
}
.chairperson a.chairpersonmsg {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}
.chairperson a:hover.chairpersonmsg {
	color: fff;
}
.chairperson a span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
/*--- Annoucement ---*/

.annoucement {
	padding: 10px 20px;
	background: #003f6b;
}
.annoucement h2 {
	margin: 0;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.annoucement p {
	margin: 10px 0 0;
	color: #f7ae33;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.annoucement a {
	text-decoration: none;
}
.anncaplonline {
	margin: 10px 0 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.anncaplonline a {
	color: #fff;
}
.annoucement2 {
	padding: 10px 20px;
	background-color: #fdbc1a;
	animation-duration: 0.5s;
	-webkit-animation-name: blink2;
	-moz-animation-name: blink2;
	-o-animation-name: blink2;
	animation-name: blink2;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes blink2 {
 from {
background-color: #fdbc1a;
}
to {
	background-color: #f8c923;
}
}
@-moz-keyframes blink2 {
 from {
background-color: #fdbc1a;
}
to {
	background-color: #f8c923;
}
}
@-o-keyframes blink2 {
 from {
background-color: #fdbc1a;
}
to {
	background-color: #f8c923;
}
}
@keyframes blink2 {
 from {
background-color: #fdbc1a;
}
to {
	background-color: #f8c923;
}
}
.annoucement2 h2 {
	margin: 0;
	color: #4c2b7b;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.annoucement2 p {
	margin: 10px 0 0;
	color: #4c2b7b;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.annoucement2 a {
	text-decoration: none;
}
.blink {
	-webkit-animation-name: blink;
	-moz-animation-name: blink;
	-o-animation-name: blink;
	animation-name: blink;
	-webktit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.blink-infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes blink {
 50% {
 color: #f7ae33;
}
}
@-moz-keyframes blink {
 50% {
 color: #f7ae33;
}
}
@-o-keyframes blink {
 50% {
 color: #f7ae33;
}
}
@keyframes blink {
 50% {
 color: #f7ae33;
}
}
/*--- School News ---*/

#school-news {
	padding: 10px 15px;
	background: #4c2b7b;
}
#school-news a {
	text-decoration: none;
}
#school-news h1 {
	margin: 0 0 10px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight:400;
}
#school-news h2 {
	margin: 0 0 10px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	line-height: 25px;
}
.school-news-content {
	margin-bottom: 10px;
	border-bottom: 1px dashed #68459a;
}
.school-news-content:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.school-news-content p {
	color: #FFF;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
.school-news-content p {
	color: #FFF;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
.school-news-content p a {
	color: #fff;
	text-decoration: underline;
}
.school-news-content:last-child p + p {
	margin: 0
}
/*--- News And Events ---*/

#news-events {
	margin: 15px;
}
#news-events h2 {
	margin: 0 0 15px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight:400;
}
#news-events p {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
}
#news-events a {
	color: #fdbc1a;
	font-weight: bold;
}
/*--- Padma Vibhushan ---*/

#padma-vibhushan {
	padding: 15px;
	min-height: 150px;
	background: #005590 url(../img/dha-awardbanner.png) no-repeat top right;
	background-size: auto 100%;
}
#padma-vibhushan .content-box {
	margin-right: 100px;
	padding: 30px 0;
}
#padma-vibhushan h2 {
	margin: 0;
	color: #f1c256;
	font-size: 16px;
}
#padma-vibhushan p {
	color: #FFF;
}
#padma-vibhushan a {
	padding: 5px 10px;
	background: #68459a;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
/*--- Social ---*/

#social {
	padding: 5px 15px 15px;
	background: #4c2b7b;
	text-align: center;
}
ul.social-media {
	margin: 0;
	padding: 0;
}
ul.social-media li {
	list-style: none;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
}
ul.social-media li:first-child {
	/*margin-right: 15px;*/

	margin: 0px 15px 0 0;
	position: relative;
	top: 10px;
	text-align: left;
}
ul.social-media li a {
	margin-left: 5px;
	color: #fff;
}
ul.social-media li a:hover {
	color: #fff;
}
ul.social-media li a i {
	margin: 5px 1px 5px 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #314555;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
ul.social-media li a:hover i {
	background: #FFF;
}
ul.social-media li a i.fa-youtube {
	color: #4c2b7b;
	background: #FFF;
}
ul.social-media li a i.fa-facebook {
	color: #4c2b7b;
	background: #FFF;
}
ul.social-media li a i.fa-instagram {
	color: #4c2b7b;
	background: #FFF;
}
ul.social-media li a:hover i.fa-youtube {
	color: #4c2b7b;
	background: #FFF;
}
ul.social-media li a:hover i.fa-facebook {
	color: #4c2b7b;
	background: #FFF;
}
ul.social-media li a:hover i.fa-instagram {
	color: #4c2b7b;
	background: #FFF;
}
 @media (max-width: 480px) {
 .slimScrollBar {
 display: none !important;
}
}
 @media (max-width: 767px) {
 .slimScrollDiv {
 height: auto !important;
}
}
 @media (max-width: 991px) {
 .main-sidebar {
 position: relative;
 float: left;
 width: 100vw;
 overflow-x:hidden;
}
}
/*------------------------------------------------------
	Main Content
------------------------------------------------------*/

.wrapper {
	position: relative;
}
.content-wrapper {
	margin-left: 300px;
	z-index: 820;
}
 @media (max-width: 991px) {
 .content-wrapper {
 margin-left: 0;
}
}
/*------------------------------------------------------
	Main Middle
------------------------------------------------------*/

.middle-wrapper {
	margin:0 auto;
	width:100%;
	float:left;
}
.middle-wrapper-inner {
	max-width:1170px;
	margin:0 auto;
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.mid-top {
	width:100%;
	padding:30px 150px 60px 150px;
	text-align:center;
}
.middle-wrapper h1, .middle-wrapper h2 {
	font-size:30px;
	font-weight:600;
	color:#323232;
	position:relative;
	margin-bottom:60px;
	text-transform:uppercase;
	text-align:center;
}
.middle-wrapper h1:after, .middle-wrapper h2:after {
	position:absolute;
	width:70px;
	height:6px;
	background:#68459a;
	bottom:-22px;
	left:0;
	right:0;
	margin:0 auto;
	content:'';
}
.middle-wrapper p {
	color:#323232;
	font-size:16px;
	line-height:26px;
}
.button1 {
	background-color: #fdbc1a; /* Green */
	border: none;
	color: white;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	text-transform:uppercase;
}
.button1:hover {
	background-color: #68459a;
	color: white;
}
.button2 {
	background-color: #68459a; /* Green */
	border: none;
	color: white;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	text-transform:uppercase;
}
.button2:hover {
	background-color: #fdbc1a;
	color: white;
}
.mid-video {
	width:100%;
	text-align:center;
	padding:36px 0 60px 0px;
	background:#fbf8ff;
}
.video-container {
	overflow: hidden;
	position: relative;
	width:100%;
}
 .video-container::after {
 padding-top: 56.25%;
 display: block;
 content: '';
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mid-new {
	width:100%;
	padding:36px 0 50px 0px;
}
.mid-new1 {
	width:100%;
	padding:36px 0 50px 0px;
	background:#efe6d2;
}
.btn_center {
	text-align:center;
	width:100%;
}
.btn:focus, button:hover, button:focus {
	outline: none;
	box-shadow: none;
}
.new-image {
	width:100%;
}
.date_bx {
	font-size:42px;
	color:#68459a;
	text-transform:uppercase;
	font-weight:600;
	padding:16px 0 0 0;
}
.date_bx span {
	font-size:18px;
}
.mid-new h3 {
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#323232;
	margin-top:6px;
}
.mid-gallry {
	width:100%;
	padding:36px 0 50px 0px;
	background:#efe6d2;
}
.mid-gallry h3 {
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#323232;
	margin-top:6px;
}
.btn {
	margin-top:15px;
}
/* free-course-area  */
.free-course-area {
	margin:0 auto;
}
.free-course-wrapper {
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}
.free-course-icon {
	float: left;
	margin-right: 25px;
}
.free-course-icon a {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 24px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	width: 62px;
}
.free-course-icon a i {
}
.free-course-text {
}
.free-course-text h3 {
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.free-course-button {
	margin-top: 7px;
}
.free-courses-button {
	margin-top: 10px;
}
.free-course-button a {
	border: 2px solid #fff;
	color: #4b2795;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.free-course-button a:hover {
	background:#4b2795;
	border-color:#4b2795;
	color:#fff;
}
.free-courses-button a {
	border: 2px solid #fff;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 16px 18px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.free-courses-button a:hover {
	background:#4b2795;
	border-color:#4b2795;
	color:#fff;
}
/* footer */
footer {
	background:#68459a;
	font-family: 'Poppins', sans-serif;
}
.footer-top-area {
}
.footer-wrapper {
}
.footer-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 17px;
}
.footer-text {
}
.footer-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	margin-right: 100px;
}
.footer-icon {
	margin-top: 38px;
}
.footer-icon a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
.footer-icon a:last-child {
	margin-right:0;
}
.footer-icon a:hover {
	background:#fdd333;
	border-color:#fdd333;
	color:#4b2795;
}
.footer-menu {
	overflow: hidden;
	padding-right: 19px;
}
.footer-menu li {
	float: left;
	padding-bottom: 10px;
	position: relative;
	width: 50%;
}
.footer-menu li:last-child {
	padding-bottom: 0;
}
.footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.footer-menu li a:hover {
	color: #fdd333;
}
.footer-menu li a i {
	font-size: 14px;
	margin-right: 5px;
}
.footer-info {
}
.footer-info p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 58px;
}
#footer-form {
	overflow: hidden;
	position: relative;
}
#footer-form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #a384cf;
	border-radius: 30px;
	color: #6469cc;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 50px;
	padding-left: 17px;
	width: 100%;
}
#footer-form input::-moz-placeholder {
 color: #fff;
}
#footer-form input::placeholder {
 color: #fff;
}
#footer-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fdd333;
	font-size: 24px;
	line-height: 50px;
	position: absolute;
	right: 0;
	transition: all 0.3s ease 0s;
	width: 70px;
}
.footer-border {
	border-bottom: 1px solid #a384cf;
}
/* footer-icon-area */
.footer-icon-area {
}
.footer-icon-wrapper {
}
.footers-icon {
	float: left;
	margin-right: 22px;
}
.footers-icon a {
	color: #452178;
	height: 60px;
	width: 60px;
	background: #fff;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
}
.footer-icon-text {
	overflow: hidden;
}
.footer-icon-text h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer-icon-text span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
/* footer-bottom-area */
.footer-bottom-area {
}
.copyright {
}
.copyright p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
}
.footer-bottom-wrapper {
	text-align:right;
}
.footer-bottom-wrapper p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
}
.footer-link {
}
.footer-link li {
	display: inline-block;
	margin-right: 35px;
	position: relative;
}
.footer-link li:last-child {
	margin-right:0;
}
.footer-link li::before {
 background: #8c97b8;
 bottom: 3px;
 content: "";
 height: 15px;
 position: absolute;
 right: -21px;
 width: 1px;
}
.footer-link li:last-child::before {
display:none;
}
.footer-link li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
 transition: .3s;
}
.footer-link li a:hover {
	color:#fdd333;
}
.carousel-control.right, .carousel-control.left {
	background:none;
	top:50px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: none;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control:focus, .carousel-control:hover {
	color: #000;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.test-img {
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border:#fdbc1a 2px solid;
}
.test-img1 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:#fdbc1a 2px solid;
}
.test-imgbx {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:104px;
	height:104px;
	margin:0 auto 10px auto;
}
.test-imgbx1 {
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	width:300px;
	height:300px;
	margin:0 auto 10px auto;
}




/* Responsive */
@media (min-width: 992px) and (max-width: 1200px) {}
@media (max-width: 1060px) {}
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 768px) {
.mid-top {
 padding: 30px 10px 60px 10px;
}
 .copyright p, .footer-bottom-wrapper {
 color: #fff;
 text-align:center;
 line-height:24px;
}
}
 @media (max-width: 576px) {
.middle-wrapper h1, .middle-wrapper h2 {
 font-size: 24px;
}
 .mid-new h3 {
 font-size: 20px;
 line-height: 26px;
}
 .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
 display: block;
 width: 100%;
 height: auto;
}
 .carousel-control.right, .carousel-control.left {
 background: none;
 top: 72%;
}
 .free-course-icon {
 float: none;
 margin: 0 auto;
 width: 62px;
}
 .free-course-text h3 {
 font-size: 20px;
 text-align: center;
 line-height: 26px;
}
 .video-spcebotm {
margin-bottom:15px;
}
 .date_bx {
 font-size: 34px;
}
 .footers-icon a {
 height: 40px;
 width: 40px;
}
 .footers-icon a {
 font-size: 18px;
 line-height: 40px;
}
}











.left_menu{ background:#68459a; width:100%; padding:15px;}
.left_menu ul{ margin:0px; padding:0px; list-style:none;}
.left_menu ul li{ border-bottom:#b0a284 1px dashed;}
.left_menu ul li a{ background:url(../images/arrow.png) no-repeat 5px 15px; color:#fff; font-size:15px; cursor:pointer;  padding:10px 0 10px 20px; display:block;} 
.left_menu ul li a:hover{ text-decoration:none; color:#fff; background:url(../images/arrow.png) no-repeat 5px 15px #fdbc1a; display:block; } 



/*Index_2 Css */


.core-title {float: left;margin-right: 30px;display: inline-block;font-style: normal;text-transform: none;letter-spacing: 0px;font-weight: 600; margin-top:5px;}
.core-title-divider {overflow: hidden;border-bottom-style: solid;padding-top: 1em;border-bottom-width: 2px;border-color: #62409a}
.core-more{display:inline-flex;font-size: 13px;color: #634094; font-weight: 600; padding: 4px; position: relative;}
.core-more:after {background: none repeat scroll 0 0 transparent;bottom: 0;content: "";display: block;height: 2px;left: 0%;position: absolute;background: #f7ca18;transition: width 0.3s ease 0s, left 0.3s ease 0s;width: 100%;}
.core-more:hover:after {width: 100%; left: 0; background: #634094}

.achiever .item{padding: 15px;} .p70{ padding: 50px 0}
/*.achiever.owl-carousel.owl-theme .owl-controls {margin-top: 10px;text-align: right;width: 100%;position: absolute;}
*/
.news-big { position: relative; overflow: hidden;background: #fbfbfb;margin-bottom: 25px}.news-big img{background: #000; transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;-moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;-o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;}
.news-big:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);opacity: .5;filter: alpha(opacity=50);
}.news-big .cont{padding:0;padding-top: 17px; overflow: hidden; background: #fbfbfb} .news-big .date{font-size:13px; font-weight: 600; color: #959595;} .news-big .cont h3{font-size: 13px; line-height: 20px; letter-spacing: 0px ;}

/* -- awards -- */
.awards1 {position: relative; overflow: hidden;background: #eeeeef;margin: 0 10px}.awards1 img{padding: 5px 20px; background: #eeeeef; transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;-moz-transition:-moz-transform .3s ease-out,-moz-filter .3s ease-out;-o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;}
.awards1:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);} 
.awards1 .cont{padding:0px 15px; overflow: hidden; background: #eeeeef;text-align: center} .awards .cont p{ line-height: 20px;font-weight: 600; font-size: 14px;}
.awards .item {position:relative;height:100%}
.awards1:hover { }
.blue-awards{background: #553188;padding: 60px;border-radius: 3px} 
.table-striped tbody tr:nth-of-type(odd) {background-color: #fbfbfb}
.table-bordered thead td, .table-bordered thead th {border-bottom-width:0px} thead{background: #694b9c;color: #fff;}

.news .owl-controls, .schools .owl-controls{width: 100px}
.news .owl-controls .owl-buttons div, .schools .owl-controls .owl-buttons div {color: #FFF;display: inline-block;display: inline;margin: 5px;padding: 5px 10px;font-size: 12px;border-radius: 0px;background: #623f99;opacity: 1}
.news .owl-controls.clickable .owl-buttons div:hover, .schools .owl-controls.clickable .owl-buttons div:hover {background: #4e2a86}

 .high-box1{background-color: #192f59; color:#fff; padding: 25px}

.gradient{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+50,ffffff+50 */
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 70%, #ffffff 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #efefef 70%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #efefef 70%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.video_photo{position:relative;max-width:100%;border-radius:3px;overflow: hidden;}.video-bg-img{position:relative}.video-bg-img::after{position:absolute;height:100%;width:100%;left:0;top:0;content:'';background:#000;opacity:.3}.video-icon-area{position:relative;top:0;left:0;height:100%;width:100%}.video_photo .video-icon-area a{position:absolute;top:50%;left:50%;width:74px;margin-top:-26px;margin-left:-38px;z-index:9}.video_photo .video-icon-area .ripple,.video_photo .video-icon-area .ripple::after,.video_photo .video-icon-area .ripple::before{position:absolute;left:50%;top:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);-moz-box-shadow:0 0 0 0 rgba(255,255,255,.5);-ms-box-shadow:0 0 0 0 rgba(255,255,255,.5);-o-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5);-webkit-animation:rippleOne 3s infinite;-moz-animation:rippleOne 3s infinite;-ms-animation:rippleOne 3s infinite;-o-animation:rippleOne 3s infinite;animation:rippleOne 3s infinite}.video_photo .video-icon-area .ripple::before{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-ms-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s;content:"";position:absolute;right:0;bottom:0}.video_photo .video-icon-area .ripple::after{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-ms-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s;content:"";position:absolute;right:0;bottom:0}
@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}





.box {
  position: relative;
  display: inline-block;
 /* width: 360px;*/
  height: 294px;
  background-color: #fff;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border:rgba(255, 255, 255, 1) 12px solid;
}

.box::after {
  content: "";

  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.box:hover::after {
    opacity: 1;
}
