/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
b, strong { font-weight: 600; }
.container{
	width: 100%;
	max-width: 1200px;
}
.page_loader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	z-index:99999999;
	background:rgba(255,255,255,0.8);
	display:flex;
	align-items:center;
	}
.page_loader .page_loader_inner {
	display:block;
	width:100%;
	text-align:center;
	}
.page_loader img {
	display:block;
	width:150px !important;
	margin:0 auto;
	}
body,
#page { 
	overflow-x:hidden; max-width:100%; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
/*#page{
	padding-right: 55px !important;
}*/
#page .right-strip{
	position: fixed;
    right: 0;
    width: 55px;
    height: 100vh;
    top: 0;
    display: flex;
    padding-top: 15px;
    border-left: 1px solid #eee;
    flex-direction: column;
    align-items:center;
}
#page .right-strip .right-strip-icon-holder{
	margin-bottom: 50px;
}
#page .right-strip a svg{
	width: 12px;
}
#page .right-strip .contact-item.social_media{
	display: flex;
    flex-direction: column;
}
#page .right-strip .right-strip-content ul{
	display: flex;
    transform: rotate(-90deg);
	width: 75vh;

}
#page .right-strip .right-strip-content ul li a{
	display: inline-block;
    padding: 0;
    color: #333;
    font-weight: 300;
    font-size: 14px;
}
#page .right-strip .right-strip-content ul li a:after{
	content: "—";
    top: 0px;
    width: auto;
    height: auto;
    margin:0 10px;
    font-size: 12px;
    line-height: 16px;
    background-color: transparent;
}
#page .right-strip .right-strip-content ul li:last-child a:after{
	display: none
}

.background-yellow{
	background-color: #fccd21;
}
.background-pink{
	background-color: #f765bb;
}
.background-orange{
	background-color: #f47236;
}

/*===============================
	Header CSS 
=================================*/
.header{
	background-color:#fff;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar {
	background-color: #000000;
	padding: 8px 0px;
}
.header .content {
	float: left;
}
.header .content li {
	display: inline-block;
	color: #ffffff;
	margin-right: 10px;
	font-weight:500;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #ffffff;
}
.header .social{
	float:right;
}
.header .social li {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #ccc;
}

/* Logo */
.header .logo {
	float: left;
	margin-top: 5px;
	position:relative;
}
.header .logo img {
	display: block;
    width: 690px;
    position: relative;
    z-index: 9;
    padding-top:5px;
    padding-bottom: 0px;

}
.header .logo .ray_wrapper {
	position:absolute;
	left:45px;
	top:50%;
	transform:scale(1.5);
	opacity:0.6;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
@media(min-width:1024px){
.header-inner { overflow:hidden; }
}
@media(max-width:1023px){
.header .logo .ray_wrapper {
	display:none;
	}
}
.header .header-widget {
	padding: 0px;
	background: #14345b; /* Old browsers */
	background: #ffff;
   
	position:relative;
	padding-bottom:20px;
	clip-path: polygon(0% 0%, 100vw 0%, 100vw 144px, 30px 144px);
}
.header .header-widget:after {
	content:"";
	display:block;
	position:absolute;
    left: 100%;
    top: 0;
	width:100vw;
	height:100%;
	background:#fff; 
}
.header .single-widget {
	position: relative;
	display: block;
	padding-left: 37px;
	margin-right: 20px;
}
.header .single-widget hr {
    margin: 3px 0 2px;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 22px;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 31px;
	border:none;
	background:#ffffff;
    background: linear-gradient(90deg, rgba(90,34,164,1) 0%, rgba(127,29,128,1) 17%, rgba(143,29,116,1) 25%,rgba(253,29,29,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
}
.header .single-widget h4 span {
	color:#2b2929;
	font-weight: 400;
	display: block;
	margin: 5px 0;
	font-size: 14px;
	z-index:2;
	font-family: 'poppins', sans-serif;
}
.header .single-widget h4 a{
	color:#000;
}
.header .office-hours { padding:5px 0; color:#ffffff; font-size:13px; }
.header .header-menu {
	background: rgb(97,33,158);
    background: linear-gradient(90deg, rgba(97,33,158,1) 0%, rgba(136,29,122,1) 35%, rgba(216,29,59,1) 100%);
	z-index: 3333;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 10px;
	display: block;
	position: relative;
	text-shadow: none;
}
.header.sticky .nav li a {
	color: #06408A;
}
.header .nav li:hover a, 
.header .nav li.current_page_item > a {
	color: #fff;
	background: #06408a78;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li:not(.menu-item-has-children) > a i {
	display:none !important;
}
.header .nav li .sub-menu {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .sub-menu {
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li{
	float:none;
	margin:0;
}
.header .nav li .sub-menu li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .sub-menu li i{
	float: right;
    transform: rotate(-90deg);
    margin: 0px;
    position: relative;
    top: 5px;
}
.header .nav li .sub-menu li:hover > a{
	color:#fff;
	background: #61219e !important;
}

.header .nav li .sub-menu .sub-menu {
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .sub-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .sub-menu li .sub-menu li a {
	color: #777;
	background: transparent;
}
.header .nav li .sub-menu li .sub-menu li:hover a{
	color:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/

/*===============================
	Slider CSS 
=================================*/

/*********************************/
.main_banner_wrapper { position:relative; margin-bottom:0px; }
.main_banner { padding:0px; }
.main_banner_wrapper img {
display:block;
margin: 0px auto;
width:100%;
max-width:100%;
transition: all 3s ease-out 0s; -webkit-transition: all 3s ease-out 0s;
}
.main_banner .banner_decbox { max-width:100%; padding-top:20px; padding-bottom:20px; }
.main_banner .banner_dec {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:99;
display:block;
font-family: 'Poppins', sans-serif;
font-size:25px; color:#00008b;
font-weight:300;
display: flex;
}
.main_banner .banner_dec.valign-T {
align-items: top;
}
.main_banner .banner_dec.valign-C {
align-items: center;
}
.main_banner .banner_dec.valign-B {
align-items: end;
}
.main_banner .banner_dec .title {
font-size:75px; margin-bottom:10px;
font-weight: 700;
line-height:1.1;
font-family: 'Poppins'sans-serif;
}
.banner_dec .title span {
color: #83c14b;
}
.main_banner .banner_dec .dec {

margin-bottom: 10px;
}
.main_banner .slider_item {
	background-color: #0f1b38;
	background: no-repeat center center;
	background-size: cover;
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.main_banner .slider_item:before {
	content: "";
	display: block;
	width: 100%;
	/* height: 100%; */
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.1);
	z-index: 9;
}
.main_banner .slider_item:after {
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	padding: 42% 0 0 0;
}
.main_banner .banner_image {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}
.main_banner .banner-btn {
	position: absolute;
	top: calc(50% + 15px);
	transform: translate(0,-50%);
	z-index: 99;
	width: 34px;
	height: 34px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 50%;
	padding: 5px 7px;
	cursor: pointer;
}
.main_banner .banner-btn.prev {
	right: auto !important;
	left: 20px !important;
}
.main_banner .banner-btn.next {
	right: 20px !important;
}

.main_banner_wrapper {
	position:relative;
	}
.home-slider{
	/*position:absolute; 
	left:0px;
	top:0px;
	width:100%;
	height:100%;*/
}
.home_inf{
	min-height:180px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	position:relative;
}
.home-slider .single-slider:after {
	content:"";
	display:block;
	width:100%;
	font-size:0px;
	height:0px;
	line-height:0px;
	padding:32% 0 0 0;
	}
.home-slider .single-slider:before{
	opacity:0;
}
/*.home-slider .single-slider .container {
	position:absolute; 
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}*/
.home-slider .single-slider .slider-text {
	position:absolute; 
	left:0px;
	bottom:0px;
	width:100%;
	background: #1f2459db;
	padding: 5px 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #ffffff;
	padding-right: 100px;
	text-transform: uppercase;
	text-align: center;
    font-style: italic;
}
.home-slider .single-slider .text-center p {
	font-size: 16px;
	color: #ffffff;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 16px;
	color: #ccc;
	padding:0 0 0 100px;
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

.home-slider .owl-dots { position: absolute; left: 0px; bottom: 15px; width: 100%; }
.home-slider .owl-dots span {
	border: 1px solid #ffffff !important;
	background: none !important;
	margin: 5px !important;
}
.home-slider .owl-dot.active span {
	background: #ffffff !important;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/
.main_banner_wrapper .owl-theme .owl-nav {
    margin-top: 0px;
}
.Welcometoschool {
	background-color: #ffffff !important;
    padding-bottom: 50px;
	padding-top: -90px;
	margin-top:-40px;
	
}
.Welcometoschool span{
	color: #111111;
	font-weight: 100;
	font-size: 28px;
}
.welcome_img{

}
.shadow_img{
	box-shadow:0px 0px 7px #00008b;
	border-radius:15px;
	padding:16px;
}
.shadow2_img{
	box-shadow:0px 0px 0px #00008b;
	padding:16px 16px 1px 16px;

}
.button-strip {
    background:#e1e2f8;
    padding:10px 0px 1px;
    text-align:center;
}
.button-strip a {
    display:inline-block;
    margin-bottom:9px;
}
.button-strip img {
    border-radius:7px;
}
.home-second-gallery .slider_item {
	width: 25%;
	float: left;
}
.home-second-gallery .owl-item .slider_item {
	width: 100%;
	float: none;
}


@media(max-width:767px){
	.school_at_glance .glancebox { width: 100%; border-top: none !important; text-align: center !important;}
	.school_at_glance .glancebox .title {
	    padding-top:0px;
	    }
	.school_at_glance img {
		margin: 0 auto 15px !important;
		display: block !important;
	}

	.home-second-gallery .slider_item {
		width: 100%;
		position: relative !important;
		margin-bottom: 15px !important;
	}
	.home-second-gallery .homegallerytitle {
		position: absolute !important;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		transform: translateY(-50%) !important;
		margin: 0 !important;
		pointer-events: none !important;
	}
}

section.csr {
	position: relative;
	padding: 50px 0 0px;
	overflow: hidden;
	background: #ffffff;
}
section.csr:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 100%;
	height: 100%;
	border-top:130px solid #ffffff;
	border-right:100vw solid #f4f4f4;
}
section.csr:after {
	position: absolute;
	left: 0px;
	top: 130px;
	content: "";
	font-size: 0px;
	line-height: 0px;
	display: block;
	width:100%;
	height: 100%;
	border-top:700px solid transparent;
	border-left:30vw solid #ffffff;
}
section.csr .container { position: relative;z-index: 9; }

.watch-video .content {
	width: 100%;
	color: #ffffff;
	position: relative;
	padding: 100px 0;
	background: rgba(0,0,0,0.4);
}
/*===============================
	Features CSS
=================================*/
.our-features{
	background-color:#fff;
}
.our-features .single-feature{
	background:#fff;
	margin-top:30px;
}
.our-features .feature-head{
	position:relative;
	overflow:hidden;
}
.our-features .single-feature img{
	width:100%;
}
.our-features .single-feature img:hover{
	transform:scale(1.2) rotate(5deg);
}
.our-features .single-feature h2 {
	font-size: 20px;
	margin: 15px 0;
}
/*===============================
	End Features CSS
=================================*/

/*===============================
	Custom Css for nbv
=================================*/
h2{
	color: #1f2459;
    font-family: 'poppins'sans-serif;
    font-weight: 700;
}
p{
	font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #222222;
    font-size: 16px;
}
a:hover,.navbar ul li.current-menu-item a,.navbar ul li:hover a{
	color: #ce2955;
}
.home-second-gallery{
	/* background-image: url('images/raw-banner-01.jpg'); */
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	background-color:#f7f7f7;
}
.home-second-gallery .homegallerytitle{
	color: #fff;
	line-height:1.5;
	font-size:30px;
	position:relative;
	top:-135px;
	font-weight:600;
}
/* #cboxOverlay {
	background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible !important;
}
#cboxClose {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 37px;
    height: 37px;
    background: #2c3b97;
    padding: 5px;
    color: #ffffff;
    border-radius: 35px;
    line-height: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
} */
#colorbox {
	outline: 0;
	z-index: 999999;
}
.home-second-gallery .slider_item {
	overflow: hidden;
}
.home-second-gallery .slider_item a{
	border-radius:15px;
	position: relative;
    overflow: hidden;
    display: block;
    font-size: 0px;
    line-height: 0px;
    text-decoration: none !important;
    background-size: cover;
}
.home-second-gallery .slider_item a:hover{
	transform:scale(1.05);
}
.home-second-gallery .slider_item a.imgbox:before{
	content: "";
    display: block;
    width: 100%;
	background-color:#b61d563b;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    padding: 67% 0 0 0;
}
/*.home-second-gallery .slider_item a.imgbox:hover:before{
	background: rgba(136,33,80,0.8);
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(136,33,80,0.8) 100%);
}*/
.home-second-gallery .slider_item a.imgbox:after{
	content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    pointer-events: none;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	
}
.home-second-gallery .slider_item a.imgbox:hover:after{
    filter: invert(1) blur(0px);
    -webkit-filter: invert(1) blur(0px);
}

/*===============================
	Enroll CSS
=================================*/
.enroll {
	background-image: url('images/enroll-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0 90px;
}
.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.enroll .form-title {
	padding: 20px 35px;
	border-radius: 5px 5px 0px 0px;
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff;
}
.enroll .form {
	padding: 35px;
}
.enroll .form-group {
	margin-bottom: 30px;
}
.enroll .form-group:last-child{
	margin-bottom:0px;
}
.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.enroll .form-group .btn {
	width: 100%;
	background: #252525;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 18px 0;
	border-radius: 3px;
	border: none;
}
.enroll .form-group .btn:before{
	display:none;
}
.enroll .section-title {
	text-align: left;
	padding: 0;
}
.enroll .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll .section-title h2:before,
.enroll .section-title h2:after{
	display:none;
}
.enroll .section-title p {
	color: #fff;
	padding: 0;
}
.enroll .enroll-right{
	margin-top:30px;
}
.enroll .single-skill{
	text-align:center;
	margin-top:30px;
}
.enroll .single-skill .circle {
	position: relative;
}
.enroll .single-skill .circle strong {
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}
.enroll .single-skill h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.enroll .single-skill h4 span {
	display: block;
}
/*===============================
	End Enroll CSS
=================================*/

/*===============================
	Courses CSS
=================================*/
.courses .course-slider {
	margin-top: 30px;
}
.courses .single-course {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
}
.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .single-content {
	padding: 25px;
}
.courses .course-head{
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-course:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-course .btn:hover{
	background:#fff;
}
.courses .single-course img{
	height:100%;
	width:100%;
}
.courses .single-course h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-course h4 a{
	color:#252525;
}
.courses .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-course p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-left {
	float: left;
}
.courses .meta-left span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 15px;
	font-weight: 500;
}
.courses .meta-left span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-left i{
	color:#a3a3a3;
	margin-right:10px;
}
.courses .course-meta .price {
	display: block;
	float: right;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	font-weight: 700;
}
/* Slider Meta */
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-course{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}

/* Course Single */
.courses.single{
	background:#f6f6f6;
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
}
.courses.single .single-course {
	margin: 0;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#fff;
	color:#252525;
	border-color:#e7e7e7;
}
.courses.single .course-feature {
	background: #252525;
	width: 100%;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.courses.single .single-feature .label{}
.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#00B06A;
}
.courses.single .content p{
	margin-bottom:20px;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid;
	line-height: 30px;
	text-align: center;
}
/*===============================
	End Courses CSS
=================================*/

/*===============================
    Call To Action CSS
=================================*/
.cta{
	background-color: #fff !important;
	margin-top:80px;
	padding-bottom:35px;
}
.cta .cta-inner1 {
	width: 100%;
}
.cta .cta-inner2 {
	width: 100%;
}
.cta .cta-inner1:before{
	opacity:0.9;
	background-color: #ff67e1 !important;
	border-radius:10px;
}
.cta .cta-inner2:before{
	opacity:0.9;
	background-color: #fff !important;
	border-radius:10px;
}
.cta .text-content{
	z-index:3;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	position:relative;
}
.cta .text-content h4{
	color:#000;
}
.cta .text-content p{
	color:#000;
}

.cta .cta-inner h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #882150;
}
body.home .cta .cta-inner h2 {
	color: #882150;
	font-size: 22px;
}
.cta .cta-inner p{
	font-size:16px;
	color:#343e47;
	min-height: 120px;
}
.cta .cta-inner .button {
	margin-top: 45px;
}
.cta .cta-inner a{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 17px;
	color: #882150;
	font-weight: 300;
}
.cta .cta-inner a:hover{
	color: #000000;
}
.cta .cta-inner .btn{
	background:#fff;
	color:#252525;
	border:2px solid transparent;
}
.cta .cta-inner .btn:before{
	display:none;
}
.cta .cta-inner .btn:hover{
	border-color:#fff;
	background:transparent;
	color:#fff;
}

.infobox-wrapper .text-content img {
    width: 150px;
	height:140px;
}
/*=============================
	End Call To Action CSS
===============================*/

/*=============================
	Teachers CSS
===============================*/
.team {
	padding:60px 0 90px;
}
.team.staff_list {
	padding:0px;
	margin-bottom:-30px;
}
.team.staff_list h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.team.staff_list h2:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    content: "";
}

.team .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.team .button .btn{
	color:#fff;
}
.team .button .btn:before{
	background:#252525;
}
.team .button .btn:hover{
	background:transparent;
	color:#fff;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
}
.team.staff_list .single-team {
	padding:10px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.team .single-team img{
	height:100%;
	width:100%;
	text-align:center;
}
.team .team-hover {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 75px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom: 10px;
	right: 10px;
}
.team.management .team-hover {
	display: flex;
    align-items: center;
    align-content: center;
}
.team.management .team-hover > div {
	display:block;
	width:100%;
}
.team.management .single-team { max-width:100%; margin-left:auto; margin-right:auto; }

.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.team .team-hover h4 {
	color: #fff;
	font-size: 20px;
}
.team .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.team .team-hover p {
	color: #fff;
	margin: 20px 0;
}
.team .team-hover .social{
	padding-bottom:42px;
}
.team .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-hover .social li:last-child{
	margin:0;
}
.team .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.team .team-hover .social li a:hover{
	opacity:0.6;
}
/* Teachers 2 */
.team-style2 .single-team {
	text-align: center;
	margin-top: 30px;
}
.team-style2 .single-team .image{
	position:relative;
}
.team-style2 .single-team.disabled {
	pointer-events:none;
}
.team-style2 .single-team .image:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-style2 .single-team:hover .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team.active .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team .image a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	transform:scale(3);
}
.team-style2 .single-team .image a:hover{
	background:#fff;
	color:#252525;
}
.team-style2 .single-team:hover .image a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team-style2 .single-team.active .image i{
	opacity:1;
	visibility:visible;
}
.team-style2 .single-team img{
	height:100%;
	width:100%;
}
.team-style2 .team-content .name {
	font-size: 16px;
	margin-top: 12px;
}
.team-style2 .team-content .name span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.team-style2 .team-content p {
	margin-top: 5px;
}
.team-style2 .team-content a {
	color: #1f2459;
}
.team-style2 .team-content a:hover {
	color: #000000;
}
.team-style2 .team-content .social {
	margin-top: 12px;
}
.team-style2 .team-content .social li{
	display:inline-block;
	margin-right:10px;
	color:#262b38;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.team-style2 .team-content .social li:last-child{
	margin-right:0px;
}
.team-style2 .team-content .social li a {
	font-size: 14px;
	color: #252525;
}
/* Teacher Single */
.team-details{
	padding: 60px 0 90px;
}
.team-details .member-detail,
.team-details .detail-content{
	margin-top:30px;
}
.team-details .member-detail{
	text-align:center;
}
.team-details .member-detail img{
	width:100%;
}
.team-details .member-detail .social {
	margin-top: 20px;
}
.team-details .member-detail .social li{
	display:inline-block;
}
.team-details .member-detail .social li:last-child{
	margin-right:0px;
}
.team-details .member-detail .social li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #252525;
	color: #fff;
	display: block;
	border-radius: 100%;
}
.team-details .address {
	margin-top: 10px;
}
.team-details .address li{}
.team-details .address li a {
	color: #252525;
}
.team-details .address li i {
	margin-right:10px;
}
.team-details .detail-content h2{
	font-size:32px;
}
.team-details .detail-content .title {
	font-size: 16px;
	margin: 0;
}
.team-details .detail-content p {
	margin-top: 30px;
}
.team-details .detail-content .signature{
	margin-top:50px;
}
/* Skill */
.team-details .single-progress {
	margin-top: 15px;
}
.team-details .single-progress h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
}
.team-details .single-progress p{
	margin-bottom:0px;
}
.team-details .progress {
	background: #f6f6f6;
	border-radius: 0px;
	border-radius: 30px 0 0 30px;
	height: 10px;
	overflow: visible;
}
.team-details .progress .progress-bar {
	border-radius: 30px;
	position: relative;
}
.team-details .progress .percent {
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: -15px;
	padding: 5px;
	font-weight: 500;
	display: table-cell;
}
/*=============================
	End Teachers CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image:url('images/library.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.testimonials .section-title h2,
.testimonials .section-title p{
	color:#fff;
}
.testimonials .single-testimonial {
	text-align: left;
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 37px;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:50%;
	margin-left:-37px;
	top:-37px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	text-align: left;
	min-height:100px;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 15px;
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 0px;
	padding: 20px;
}

.events .event-content .meta{
	margin-bottom: 25px;
}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	margin-top:0px;
} 
.events.single .event-content {
	padding: 0px;
}
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
	font-size: 20px;
} 
.events.single .event-content img{
	margin-bottom:30px;
	/*width: 35%;*/
	display: block;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/

/*=============================
	Fun Facts CSS
===============================*/
.fun-facts{
	background:url('images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:80px 0 90px
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 15px;
}
/*=============================
	End Fun Facts CSS
===============================*/

.cmstxt p { margin-bottom: 15px; }



.hide-btn .owl-controls { display: none !important; }

/*=============================
	LearnEdu Sidebar
===============================*/
/* Blog Sidebar */
.learnedu-sidebar {
	margin-top: 0px;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
	min-height:100%;
}
.learnedu-sidebar.left{
	border-left:0px;
	border-right:1px solid #e6e6e6;
	padding:0 30px 0 0;
}
.learnedu-sidebar .search{
	position:relative;
}
.learnedu-sidebar .search input {
	width: 100%;
	height: 52px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	color: #6c6c6c;
	padding: 0 48px 0 20px;
}
.learnedu-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
	line-height: 52px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
}
.learnedu-sidebar .search .button:hover{
	background:#00000b;
	color:#fff;
}
.learnedu-sidebar .single-widget {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}
.learnedu-sidebar .single-widget + .single-widget {
	margin-top: 30px;
}
.learnedu-sidebar .single-widget h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 2px solid transparent;
	margin-bottom: 20px;
}
.learnedu-sidebar .single-widget.categories ul{}
.learnedu-sidebar .single-widget.categories ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.learnedu-sidebar .single-widget.categories ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	border:none;
}
.learnedu-sidebar .single-widget.categories ul li a{
	color:#252525;
}
.learnedu-sidebar .single-widget.categories ul li a:hover{
	color:#00B069;
}
.learnedu-sidebar .single-widget.categories ul li a span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.learnedu-sidebar .single-widget.categories ul li i{
	margin-right:5px;
}
.learnedu-sidebar .single-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.learnedu-sidebar .single-post:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.learnedu-sidebar .post-img {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.learnedu-sidebar .post-img img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.learnedu-sidebar .post-info h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 5px;
}
.learnedu-sidebar .post-info h4 a {
	color: #252525;
}
.learnedu-sidebar .post-info span{
	color:#666;
}
.learnedu-sidebar .post-info span i{
	margin-right:5px;
}
.learnedu-sidebar .single-course {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.learnedu-sidebar .single-course:last-child{
	padding:0;
	margin:0;
	border:none;
}
.learnedu-sidebar .single-course img {
	width: 50px;
	height: 50px;
	float: left;
	margin:0 10px 0 0 !important;
}
.learnedu-sidebar .course-content h4{
	font-size:15px;
}
.learnedu-sidebar .course-content a {
	color: #252525;
}
.learnedu-sidebar .course-content .meta {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.learnedu-sidebar .course-content .meta span{
	margin-left:0px;
	font-size: 10px;
}
.learnedu-sidebar .course-content .meta span i{
	margin-right:5px;
}
.learnedu-sidebar .calendar li{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e7e7e7;
}
.learnedu-sidebar .calendar li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.learnedu-sidebar .calendar li a{
	color:#252525;
	font-size:15px;
}
.learnedu-sidebar .calendar li a i{
	margin-right:10px;
	color:#777;
}
.learnedu-sidebar .tags h3{
	margin-bottom:10px;
}
.learnedu-sidebar .tags ul{
	margin-left:-10px;
}
.learnedu-sidebar .tags ul li {
	display: inline-block;
	margin-top: 10px;
	padding-left:10px;
}
.learnedu-sidebar .tags ul li a {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	color: #777;
}
/*=============================
	End LearnEdu Sidebar
===============================*/

/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 60px 0 60px;
}

.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-us .single-image:hover .btn{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.about-us .single-image .btn:hover{
	color:#fff;
}
.about-us .about-text h2 {
	font-size:30px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.about-us .about-text h2:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:30px;
}
.about-us .about-text .btn{
	color:#fff;
}
.about-us .about-text .btn:before{
	background:#252525;
}
.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
.section-title h2::before, .section-title h2::after{
	display: none;
	
}
.section-title h2{
	color: #ff4d87;
	font-family: 'poppins'sans-serif;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}

/*=============================
	End About US CSS
===============================*/

/*=============================
	Faqs CSS
===============================*/
.faq .faq-content{
	margin-top:30px;
}
.faq .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.faq .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px;
}
.faq .text-content p{
	font-size:16px;
}
.faq .panel-group{
	margin: 0;
	text-align:left;
}
.faq .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	padding: 20px;
	font-size: 16px;
	position: relative;
	color: #5e5e5e;
	background: #f6f7f8;
	width: 100%;
	display: block;
}
.faq .faq-title a::after {
	content:"\f0d8";
	font-family: 'FontAwesome';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
}
.faq .panel.active .faq-title a{
	color:#fff;
	text-decoration:none;
}
.faq .faq-title a.collapsed::after {
	content:"\f0d7";
	color: #191919;
	background:transparent;
}
.faq .faq-body {
	padding: 20px;
	color: #464646;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}
.faq .panel-default {
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.faq .faq-img img{
	width:100%;
}
/*=============================
	End Faqs CSS
===============================*/

/*=============================
	404 CSS
===============================*/
.error-page {
	background-image: url('images/error-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.error-page #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
	z-index:10;
	position:relative;
}
.error-page .error-inner h2 {
	color: #fff;
	font-size: 120px;
}
.error-page .error-inner h2 span {
	display: inline-block;
	font-size: 150px;
}
.error-page .error-inner p {
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 0 50px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.error-page .search-form input {
	width: 100%;
	height: 55px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	text-transform: capitalize;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow:none;
}
.error-page .search-form input:hover{
	padding-left:40px;
}
.error-page .search-form .btn {
	position: absolute;
	right: -1px;
	top: 0;
	padding: 0;
	width: 80px;
	height: 55px;
	cursor: pointer;
	color: #fff;
	cursor:pointer;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:none;
	box-shadow:none;
}
.error-page .search-form .btn:hover{
	background:#252525;
	color:#fff;
}
/*=============================
	End 404 CSS
===============================*/

/*=============================
	Contact CSS
===============================*/
.page-template-contact-page #contact h2{
	display: none;
}
.page-template-contact-page #contact h3.contact-title{
	font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
	color:#6d1e91;
}
.contact .contact-bottom{
	margin-top:30px;
}
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
	padding-left: 80px;
	font-weight: 300;
	font-size: 16px;
}
.contact .contact-info .icon {
	position: absolute;
	left: 0;
	color:#60cba1;
}
.contact .contact-info .icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e7e7e7;
	font-size: 25px;
	border-radius: 100%;
	text-align: center;
}
.contact .contact-info h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #777;
	font-size: 15px;
}
.contact .contact-map{
	margin-top:30px;
}
.contact .contact-map #map{
	height:466px;
}
.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin-top:30px;
}
.contact .form-head .form-group:last-child{
	margin:0;
}
.contact .form-head .form-group input {
	height: 50px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 15px;
}



 .contact-bottom hr{
background-color: #b61d56;
    border: 0;
    height: 5px;
    margin-bottom: 1.5em;
}


.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact .form-head .form-group textarea {
	height: 140px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	resize: none;
}
.contact .form-head .form-group .button{
	margin-top:0px;
}
.contact .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #882150 !important;
}
.contact .form-head .form-group button:before{
	background:#252525;
}
.contact .form-head .form-group button:hover{
	background:transparent;
}

/*=============================
	End Contact CSS
===============================*/

/*======================================
	Mail Send CSS
========================================*/ 
.mail-success {
	background: #fff;
}
.mail-success .mail{
	text-align:center;
}
.mail-success .mail h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.mail-success .mail h2 .primary{
	color:#1f2459;
}
.mail-success .mail h2 .normal {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}
.mail-success .mail .button{
	margin-top:30px;
}
.mail-success .mail .btn {
	background: #252525;
	color: #fff;
	border-radius: 50px;
}
.mail-success .mail .btn:before{
	background:#1f2459;
}
/*======================================
  End Mail Success CSS
========================================*/ 
.principal_msg {
    padding: 55px 0px;
    
}
.logo-section {
    padding: 30px 55px;
}
.logo-section .slider_item {
    height: 85px;
    display: flex;
align-items: center;
}
.logo-section .slider_item a {
    display: block;
    width: 100%;
}
.logo-section .slider_item a img {
    max-height: 75px;
    display: block;
    margin: 0px auto;
    width: auto;
}

/*=============================
	Footer CSS
===============================*/
.footer{
	padding: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #787878;
}
.footer hr {
	background-color:rgba(255,255,255,0.3);
}
.footer p,.footer address,.footer a{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	color: #ffffff;
	font-family:'poppins'sans-serif;
}
.footer a:hover {
	color: #FFFFFF !important;
}

.footer .footer-top {
	padding: 40px 0 0px;
}
.footer .single-widget{
	margin-top:0px;
}
.footer .single-widget h2 {
	font-size: 17px;
	font-weight: 600;
	font-family:'poppins'sans-serif;
	margin-bottom: 10px;
	color: #ffffff;
}
.footer .single-widget img{
	max-height: 65px;
}
.footer .about p {
	margin-top: 20px;
	padding-right: 15px;
}
.widget-odd{
	margin-top: 30px;
}
.widget-odd .inner-widget-wrap .widget-title{
	font-family: 'Open Sans';
    font-size: 16px;
	font-weight: 400;
	color: #7c5e95;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #f0f0f0;
	padding-left:25px;
	position:relative;
}
.footer .list li a{
	color:#f0f0f0;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 65px;
	min-height:53px;
	margin-bottom: 15px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 80px;
	height: 80px;
	position: absolute;
	border:1px solid #fff;
	border-radius:10px;
	left: 0;
	top: 20px;
}
.footer .single-news h4 a {
	color: #fff;
	margin-left:0px;
	font-size: 17x;
}
.footer .single-news p{
	padding-right:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	font-size: 16px;
	border-radius: 0px;
}
.footer .newsletter .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color: #fff;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-left:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .newsletter .button:hover{
	background:#fff;
	border-left-color:#e7e7e7;
	color:#252525;
}
.footer .bottom-head {
	padding: 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social {
	text-align: center;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fff;
}
.copyright {
	text-align: center;
}
.copyright p {
	font-size: 12px;
	color: #ffffff;
	text-transform: capitalize;
}
.copyright a {
	font-size:12px;
	color:#ffffff !important;
}
.copyright a:hover{
	color:#fff !important;
}
.ft_map iframe { height:100px !important; }
.footer-bottom {
	background: none;
	margin-top: -30px;
    padding: 10px;
}
.footer-bottom a {
	color:#ffffff;
}
.footer-bottom a:hover{
	color:#fff;
}

/*=============================
	End Footer CSS
===============================*/

.main_banner .mani-banner-common ,.main-banner-custom-image{
    width: 100%;
    /*height: 340px;
    background-size: cover;
    background-position: center center;*/
}
.main_banner .banner-overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.main_banner .banner_title {
	font-size: 60px;
    font-weight: bolder;
    text-transform: capitalize;
    position: absolute;
    top: 46%;
    color: #fff;
    font-family:'poppins', sans-serif !important;
}

.img-left {
	float:left;
	margin:0 25px 10px 0;
	}
.img-right {
	float:left;
	margin:0 25px 10px 0;
	}
.clear {
	float:none;
	clear:both;
	width:100%;
	}
	
.txt-white { color:#ffffff; }

/* Common CSS
**********************************/
.clear { float:none; clear:both; font-size:0px; line-height:0px; margin:0px; padding:0px; }
.align-L { text-align:left; }
.align-C { text-align:center; }
.align-R { text-align:right; }
.align-J { text-align:justify; }

.pull-left { float:left; }
.pull-right { float:right; }

.pd0 { padding:0px !important; }
.pd0-T { padding-top:0px !important; }
.pd0-B { padding-bottom:0px !important; }
.pd0-L { padding-left:0px !important; }
.pd0-R { padding-right:0px !important; }
.pd0-TB { padding-top:0px !important; padding-bottom:0px !important; }
.pd0-LR { padding-left:0px !important; padding-right:0px !important; }

.pd1 { padding:1px !important; }
.pd1-T { padding-top:1px !important; }
.pd1-B { padding-bottom:1px !important; }
.pd1-L { padding-left:1px !important; }
.pd1-R { padding-right:1px !important; }
.pd1-TB { padding-top:1px !important; padding-bottom:1px !important; }
.pd1-LR { padding-left:1px !important; padding-right:1px !important; }

.pd2 { padding:2px !important; }
.pd2-T { padding-top:2px !important; }
.pd2-B { padding-bottom:2px !important; }
.pd2-L { padding-left:2px !important; }
.pd2-R { padding-right:2px !important; }
.pd2-TB { padding-top:2px !important; padding-bottom:2px !important; }
.pd2-LR { padding-left:2px !important; padding-right:2px !important; }

.pd3 { padding:3px !important; }
.pd3-T { padding-top:3px !important; }
.pd3-B { padding-bottom:3px !important; }
.pd3-L { padding-left:3px !important; }
.pd3-R { padding-right:3px !important; }
.pd3-TB { padding-top:3px !important; padding-bottom:3px !important; }
.pd3-LR { padding-left:3px !important; padding-right:3px !important; }

.pd5 { padding:5px !important; }
.pd5-T { padding-top:5px !important; }
.pd5-B { padding-bottom:5px !important; }
.pd5-L { padding-left:5px !important; }
.pd5-R { padding-right:5px !important; }
.pd5-TB { padding-top:5px !important; padding-bottom:5px !important; }
.pd5-LR { padding-left:5px !important; padding-right:5px !important; }

.pd7 { padding:7px !important; }
.pd7-T { padding-top:7px !important; }
.pd7-B { padding-bottom:7px !important; }
.pd7-L { padding-left:7px !important; }
.pd7-R { padding-right:7px !important; }
.pd7-TB { padding-top:7px !important; padding-bottom:7px !important; }
.pd7-LR { padding-left:7px !important; padding-right:7px !important; }

.pd10 { padding:10px !important; }
.pd10-T { padding-top:10px !important; }
.pd10-B { padding-bottom:10px !important; }
.pd10-L { padding-left:10px !important; }
.pd10-R { padding-right:10px !important; }
.pd10-TB { padding-top:10px !important; padding-bottom:10px !important; }
.pd10-LR { padding-left:10px !important; padding-right:10px !important; }

.pd13-LR { padding-left: 13px !important; padding-right: 13px !important; }

.pd15 { padding:15px !important; }
.pd15-T { padding-top:15px !important; }
.pd15-B { padding-bottom:15px !important; }
.pd15-L { padding-left:15px !important; }
.pd15-R { padding-right:15px !important; }
.pd15-TB { padding-top:15px !important; padding-bottom:15px !important; }
.pd15-LR { padding-left:15px !important; padding-right:15px !important; }

.pd20 { padding:20px !important; }
.pd20-T { padding-top:20px !important; }
.pd20-B { padding-bottom:20px !important; }
.pd20-L { padding-left:20px !important; }
.pd20-R { padding-right:20px !important; }
.pd20-TB { padding-top:20px !important; padding-bottom:20px !important; }
.pd20-LR { padding-left:20px !important; padding-right:20px !important; }

.pd25 { padding:25px !important; }
.pd25-T { padding-top:25px !important; }
.pd25-B { padding-bottom:25px !important; }
.pd25-L { padding-left:25px !important; }
.pd25-R { padding-right:25px !important; }
.pd25-TB { padding-top:25px !important; padding-bottom:25px !important; }
.pd25-LR { padding-left:25px !important; padding-right:25px !important; }

.pd30 { padding:30px !important; }
.pd30-T { padding-top:30px !important; }
.pd30-B { padding-bottom:30px !important; }
.pd30-L { padding-left:30px !important; }
.pd30-R { padding-right:30px !important; }
.pd30-TB { padding-top:30px !important; padding-bottom:30px !important; }
.pd30-LR { padding-left:30px !important; padding-right:30px !important; }

.minus-mrg5-LR { margin-left:-5px !important; margin-right:-5px !important; }
.minus-mrg10-LR { margin-left:-10px !important; margin-right:-10px !important; }
.minus-mrg15-LR { margin-left:-15px !important; margin-right:-15px !important; }
.minus-mrg20-LR { margin-left:-20px !important; margin-right:-20px !important; }
.minus-mrg25-LR { margin-left:-25px !important; margin-right:-25px !important; }
.minus-mrg30-LR { margin-left:-30px !important; margin-right:-30px !important; }

.mrg-auto { margin-left:auto !important; margin-right:auto !important; }

.mrg0 { margin:0px !important; }
.mrg0-T { margin-top:0px !important; }
.mrg0-B { margin-bottom:0px !important; }
.mrg0-L { margin-left:0px !important; }
.mrg0-R { margin-right:0px !important; }
.mrg0-TB { margin-top:0px !important; margin-bottom:0px !important; }
.mrg0-LR { margin-left:0px !important; margin-right:0px !important; }

.mrg4 { margin:4px !important; }
.mrg4-T { margin-top:4px !important; }
.mrg4-B { margin-bottom:4px !important; }

.mrg5 { margin:5px !important; }
.mrg5-T { margin-top:5px !important; }
.mrg5-B { margin-bottom:5px !important; }
.mrg5-L { margin-left:5px !important; }
.mrg5-R { margin-right:5px !important; }
.mrg5-TB { margin-top:5px !important; margin-bottom:5px !important; }
.mrg5-LR { margin-left:5px !important; margin-right:5px !important; }

.mrg10 { margin:10px !important; }
.mrg10-T { margin-top:10px !important; }
.mrg10-B { margin-bottom:10px !important; }
.mrg10-L { margin-left:10px !important; }
.mrg10-R { margin-right:10px !important; }
.mrg10-TB { margin-top:10px !important; margin-bottom:10px !important; }
.mrg10-LR { margin-left:10px !important; margin-right:10px !important; }

.mrg9 { margin:9px !important; }
.mrg9-T { margin-top:9px !important; }
.mrg9-B { margin-bottom:9px !important; }
.mrg9-L { margin-left:9px !important; }
.mrg9-R { margin-right:9px !important; }
.mrg9-TB { margin-top:9px !important; margin-bottom:9px !important; }
.mrg9-LR { margin-left:9px !important; margin-right:9px !important; }

.mrg15 { margin:15px !important; }
.mrg15-T { margin-top:15px !important; }
.mrg15-B { margin-bottom:15px !important; }
.mrg15-L { margin-left:15px !important; }
.mrg15-R { margin-right:15px !important; }
.mrg15-TB { margin-top:15px !important; margin-bottom:15px !important; }
.mrg15-LR { margin-left:15px !important; margin-right:15px !important; }

.mrg20 { margin:20px !important; }
.mrg20-T { margin-top:20px !important; }
.mrg20-B { margin-bottom:20px !important; }
.mrg20-L { margin-left:20px !important; }
.mrg20-R { margin-right:20px !important; }
.mrg20-TB { margin-top:20px !important; margin-bottom:20px !important; }
.mrg20-LR { margin-left:20px !important; margin-right:20px !important; }

.mrg25 { margin:25px !important; }
.mrg25-T { margin-top:25px !important; }
.mrg25-B { margin-bottom:25px !important; }
.mrg25-L { margin-left:25px !important; }
.mrg25-R { margin-right:25px !important; }
.mrg25-TB { margin-top:25px !important; margin-bottom:25px !important; }
.mrg25-LR { margin-left:25px !important; margin-right:25px !important; }

.mrg30 { margin:30px !important; }
.mrg30-T { margin-top:30px !important; }
.mrg30-B { margin-bottom:30px !important; }
.mrg30-L { margin-left:30px !important; }
.mrg30-R { margin-right:30px !important; }
.mrg30-TB { margin-top:30px !important; margin-bottom:30px !important; }
.mrg30-LR { margin-left:30px !important; margin-right:30px !important; }
.mrg60-B { margin-bottom:60px  !important; }

img.alignleft { float:left; margin:0 15px 5px 0; height:auto !important; display:block; max-width:100%; }
img.alignright { float:right; margin:0 0 5px 15px; height:auto !important; display:block; max-width:100%; }

.img-left { float:left; margin:0 40px 20px 0; height:auto !important; }
.img-right { float:right; margin:0 0 20px 48px; height:auto !important; }
.img-auto,
.img.aligncenter  { margin:0 0 5px 0; height:auto !important; }

.img-left img,
.img-right img { display:block; max-width:100%; height:auto !important; }
.img-auto img { display:block; max-width:100%; margin:0 auto !important; }
/**************************************/

.single-gallery img { width:100%; }

.footer.section h2:before { background: #222222 !important; }

.admission_home { padding-bottom:60px !important; }


.home_gallery { margin-bottom:-20px; }
.gallery_bx { margin-bottom:10px;padding: 0px 5px; }
.homegallery {
	background:url('images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:80px 0 90px
	}
.gallery_item,
.single-homegallery a {
	display:block;
	position:relative;
	overflow:hidden;
	border:2px solid #FFFFFF;
	background:#FFFFFF;
	}
.gallery_item:before,
.single-homegallery a:before {
	font-size:0px;
	content:"";
	display:block;
	line-height:0px;
	padding:66% 0 0 0;
	}
.gallery_item a,
.gallery_item img { display:block; width:100%; }
/*.gallery_item:after,
.single-homegallery a:after {
	content:"";
	display:block;
	background: #1f2459;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	z-index:9;
	transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
	}*/
.gallery_item.notitle:after,
.single-homegallery a.notitle:after {
	display:none !important;
	}
.gallery_item .title,
.single-homegallery .title {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	padding:0 10px;
	text-align:center;
	z-index:99;
	font-size:22px;
	color:#FFFFFF;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
	}
.gallery_item:hover:after,
.gallery_item:hover .title,
.single-homegallery a:hover:after,
.single-homegallery a:hover .title {
	opacity:0;
	}
.gallery_item img,
.single-homegallery a img {
	display:block;
	position:absolute !important;
	left:50% !important;
	top:50% !important;
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
	max-height:100% !important;
	transform:translate(-50%,-50%) !important;
	-webkit-transform:translate(-50%,-50%) !important;
	}
/*********************************/	
	section.home-info {top:-120px; left:20px; background-size: cover; background-repeat: no-repeat;background-position: center; position:relative; }
	.home-infobox { text-align: center; font-weight:400; font-size:14px; }
	.home-infobox .info-title { font-size:20px; color:#000; font-family: 'Poppins', sans-serif; font-weight: 700;  margin-top:20px;}
	.home-info .imgbox {
	width: 300px;
    height:300px;
    border-radius: 10px;
    filter: drop-shadow(7.071px 7.071px 6px rgba(0,0,0,0.12));
    background-color: #ffffff;
	}
	.home-info .imgbox img {
		width: 80px;
		height: 80px;
		margin-top:20px;
		text-align:center;
		filter:invert(1);
	}
    .home-info .readmorebutton{
	    font-size:13px;
		color:#b61d56;
     }



	.home-infobox .info-boxes{
		border-radius: 10px;
		background-color: #ffffff;
		box-shadow:0 0px 5px 0 rgb(255 130 0 / 30%), 0 3px 20px 0 rgb(255 136 0 / 20%);
	}
	
	
section.home-about {
	 padding: 60px 0 0; 
}
.home-about-inner {
	padding:30px 0 0;
	background: #f7f7f7;
	border-top:1px solid rgba(0,0,0,0.05);
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.home-about-inner img {
	display: block;
	margin-top: -100px;
}



section.home-facilities{
	padding: 90px 0 60px; 
}
.home-facilities .facilities-img{
	padding: 90px;
	border: 1px solid #ff4d87;
	text-align: center;
	position: relative;
	top: 60px;
}
.home-facilities .imgbox {
		width: 130px;
    	height: 120px;
   		position: relative;
    	top: -80px;
    	left: 60px;
		background-color: #ffffff;
		border-radius: 10px;
		box-shadow: 0 0px 5px 0 rgb(255 130 0 / 30%), 0 3px 18px 0 rgb(255 77 135 / 20%);
		overflow: hidden;
	}
	.home-facilities .imgbox img {
		width: 100px;
		margin: 10px;
	}
	.home-facilities .info-boxes1{
		border-radius: 10px;
		height: auto;
		width: 100%;
		left:150px;
		position: absolute;
		z-index:10;
		background-color: #ffffff;
		box-shadow:0 0px 5px 0 rgb(255 77 135 / 30%), 0 3px 18px 0 rgb(255 77 135 / 20%);
	}
.home-facilities .info-boxes2{
		border-radius: 10px;
		height: auto;
		width: 100%;
		right:150px;
		position: absolute;
		background-color: #ffffff;
		box-shadow:0 0px 5px 0 rgb(255 77 135 / 30%), 0 3px 19px 0 rgb(255 77 135 / 20%);
	}
.home-facilities .info-title { font-size:18px; color:#000000; font-family: 'Poppins', sans-serif; font-weight: 700; margin-bottom:5px; }
.home-facilities .home-facilities-content{
	margin-top: -50px;
}

.right_box{
	padding-left:140px;
}

.sep_line{
	width:2px;
	left:calc(50% - 1px);
	height:calc(100% - 60px);
    background:#fff;
	position:absolute;
	top:30px;
}


section.what_we_do {
	 padding: 60px 0 30px; 
}
.whatwedo_box {
	width:20%;
	float: left;
}
.whatwedo_box .imgbox {
	position: relative;
	overflow: hidden;
}
.whatwedo_box .img {
	background: no-repeat center center;
	background-size: cover;
	padding: 55% 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.whatwedo_box:hover .img {
	transform: scale(1.05);
}
.whatwedo_box .title {
	padding: 10px 15px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	background: #000000;
	margin-bottom: 10px;
}
.whatwedo_box.yellow .title {
	background: #f79f17;
}
@media(max-width:767px){
	section.what_we_do {
		padding-left: 15px;
		padding-right: 15px;
	}
	.whatwedo_box {
	width:100%;
}
.whatwedo_box:not(:first-child) {
	margin-top: 25px;
}

section.csr:before,
section.csr:after {
	display: none;
}
section.csr {
    padding: 30px 0 30px;
}
}
/*********************************/	
.welcome-title {
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  color: #50319f;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
  margin-top: 0px;
  text-align: center;
  letter-spacing: -5px;
}





.hd-typ1 {
  font-family: 'poppins', sans-serif;
  color: #000;
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 1px;
}
.hd-typ4 {
  font-family: 'poppins', sans-serif;
  background: rgb(90,34,164);
  background: linear-gradient(90deg, rgba(90,34,164,1) 0%, rgba(127,29,128,1) 17%, rgba(143,29,116,1) 25%,        	rgba(253,29,29,1) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(0px 1px 1.5px rgba(0,0,0,0.16));
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
  text-shadow:2px ;
  letter-spacing: 0.5px;
}
.hd-typ2 {
  font-family: 'poppins', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
  color:#fff;
  text-align: center;
  letter-spacing: 1px;
}
.hd-typ5 {
  font-family: 'poppins', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 1px;
}
.hd-typ6 {
  font-family: 'poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#0e0e0e;
  text-align: center;
  letter-spacing: 0.5px;
}

.hd-typ7 {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 0px;
  color:#0e0e0e;
  text-align: center;
  letter-spacing: 0.5px;
}
.hd-typ1.gray {
  color: #5a5a5a;
}
.hd-typ1.white {
  color: #ffffff;
}
.hd-line-typ1 {
  color: #666666;
	font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.hd-line-typ1.white {
  color: #ffffff;
}
.hd-line-typ1.align-L {
  border-left:60px solid rgba(0,0,0,0);
}
.hd-line-typ1.align-R {
  border-right:60px solid rgba(0,0,0,0);
}
.hd-line-typ1 span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.hd-line-typ1 span:before,
.hd-line-typ1 span:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #666666;
	position: absolute;
	top:50%;
}
.hd-line-typ1 span:before {
	right:100%;
}
.hd-line-typ1 span:after {
	left:100%;
}
/*********************************/	
ul.custom_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
ul.custom_list li {
	position:relative;
	padding:0px 0px 5px 25px;
	text-align:left;
	}
ul.custom_list .count {
	color:#1f2459;
	font-size:16px;
	font-weight:600;
	position:absolute;
	left:0px;
	top:0px;
	}
	
.cmstxt table {
	border:1px solid #cccccc;
	border-collapse:collapse;
	}
.cmstxt table td,
.cmstxt table th {
	border:1px solid #cccccc;
	border-collapse:collapse;
	padding:5px 10px;
	}

/*********************************/
.audio_list {
	margin-left:-10px; margin-right:-10px;
	}
.audio_bx {
	width:50%; float:left;
	padding:0 10px;
	}
.audiobox {
	padding:10px 6px 6px 10px;
	position:relative;
	border:1px solid #000000;
	border-radius:10px;
	}
.audio_bx table { 
	width:100%; border-collapse:collapse; 
	}
.audio_bx table td { padding:0px; }
.audiobar {
	position:relative;
	border:none;
	overflow:hidden;
	padding:10px 60px 10px 30px;
	width:100%; height:32px;
	}
.audiobar .audio {
	position:absolute; left:-999px; top:0px;
	width:1px; height:1px; overflow:hidden;
	}
.audiobar button {
	border:none; width:20px; height:20px;
	background:none; outline:none;
	cursor:pointer; padding:0px; text-align:center;
	}
.audiobar button img {
	display:block; margin:0 auto;
	width:auto; height:20px;
	}
.audiobar .playbtn,
.audiobar .pausebtn {
	position:absolute;
	left:5px; top:5px;
	}
.audiobar.playing .playbtn,
.audiobar .pausebtn { display:none; }
.audiobar.playing .pausebtn { display:block; }
.audiobar .volmin { position:absolute; right:30px; top:5px; }
.audiobar .volplus { position:absolute; right:5px; top:5px; }
	
.audiobar .progress {
    width:100%;
    background: #CCCCCC;
    height:10px;
	}
.audiobar .status {
    width:0;
    background:#1f2459;
    height:10px;
	}
	
.audio_bx .audioimg { width:80px; }
.audio_bx .imgbox {
	width:80px; height:60px;
	border:none;
	position:relative;
	}
.audio_bx .audioimg img {
	display:block; 
	position:absolute; left:50%; top:50%;
	max-width:calc(100% - 4px); max-height:calc(100% - 4px);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	}
.audio_wrap {
	padding-left: 10px !important;
	}
.audio_title {
	color:#333333; font-size: 1.5rem;
	font-weight:700 !important;
	margin:0 0 0px 0; line-height:1.3;
	padding-left:10px;
	}
.audio_bx table { margin:0px !important; }
.audio_bx .download {
	position:absolute; right:10px; top:10px;
	width:18px; height:17px;
	padding:0px;
	}
.audio_bx .download img {
	display:block; width:18px;
	}
.audio_bx .download a {
	border:1px solid #0094d5; color:#0094d5 !important;
	display:inline-block; text-align:center;
	white-space:nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size:13px; color:#FFFFFF;
	font-weight:400; text-transform:uppercase;
	padding:4px 8px; border-radius:0px;
	line-height:1.1; width:100px; height:26px;
	transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;
	}	
.audio_bx .download a:hover {
	color:#FFFFFF !important;
	border-color: #0094d5;
	background:#0094d5 !important;
	}
	
	
.tbl_typ1 {
	border-collapse:collapse;
	border:1px solid #d0d0d0;
	}
.tbl_typ1 th,
.tbl_typ1 td {
	border:1px solid #d0d0d0;
	padding:5px 15px;
	text-align:left;
	font-size:13px;
	}
.tbl_typ1 th {
	font-weight:700;
	padding-top:8px;
	padding-bottom:8px;
	background: #f0f0f0;
	font-size:14px;
	}
.tbl_typ1 tr:hover td {
	background: #fafafa;
	}

.align-L {
	text-align:left;
}
.align-C {
	text-align:center;
}
.align-R {
	text-align:right;
}
.align-J {
	text-align:justify;
}

/*********************************/	
.main_banner_wrapper { position:relative; }
.main_banner_wrapper .newsticker_wrapper {
	position:relative; left:0px; bottom:0px;
	padding: 5px 15px 4px 0px;
    width: 100%;
    height: 46px;
	z-index:9999;
	background:#1a1a1a;
	box-sizing:border-box;
	}

.newsticker_wrapper .title {
	font-family: 'Open Sans', sans-serif;
	font-size:14px; color:#ffffff;
	font-weight:600;
	position:absolute; left:0px; top:0px;
	padding:6px 15px;
	}
.newsticker { margin-left:135px; color:#ffffff; }
.eloit-newsticker {
	width:calc(100% - 135px);
	height:36px;
	position:relative;
	overflow:hidden;
}	
.eloit-newsticker .news-ticker-container {
	position:absolute;
	left:0px;
	top:0px;
	display:flex;
	padding-right:1px;
}
.eloit-newsticker .news-ticker-container {
	position:absolute;
	left:0px;
	top:0px;
	display:flex;
}
.eloit-newsticker .news-item {
	white-space:nowrap;
	color:#ffffff;
	padding-top:6px;
	margin-right:20px;
	}
.eloit-newsticker .news-item * {
	display:inline-block;
	color:#ffffff;
	}
.eloit-newsticker .news-item a {
	text-decoration:underline;
	}

.homebox {
	border-radius:10px !important;
	position:relative;
	}
.homebox:not(.flip-box) {
	border:1px solid #CCCCCC;
	padding:0 20px 20px;
	min-height: calc(100% - 40px);
	margin-top:40px;
	transition: all 0.1s ease-out 0s; -webkit-transition: all 0.1s ease-out 0s;
	}
.homebox:not(.flip-box):hover {
	padding-top:20px;
	margin-top:0px;
	min-height: 100%;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
	}
.homebox .icon {
	display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #f12f51;
    font-size: 46px;
    color: #FFFFFF;
    padding: 16px 0;
    text-align: center;
	margin: -41px auto 20px;
	transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;
	}
.homebox:hover .icon {
	margin-top: -21px;
	padding: 16px 0;
	font-size: 70px;
    background: rgba(255,255,255,0);
	color: #f12f51;
	}
.homebox .title {
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
	}
.homebox .dec {
    margin-bottom: 0px;
	}
	
.flip-box {
	background-color: transparent;
	width: 100%;
	perspective: 1000px;
	border-radius:0px !important;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-box-inner:before {
	content:"";
	display:block;
	width:100%;
	height:0px;
	font-size:0px;
	line-height:0px;
	padding:98% 0 0 0;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
	position: absolute;
	left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius:10px !important;
}
.flip-box:hover .flip-box-front {
	overflow:hidden;
}

.flip-box-front {
	background:#352b1f;
	color: black;
}
.flip-box-front .glow {
	position:absolute;
	left:-10%;
	top:0%;
	width:120%;
	height:120%;
	z-index:990;
	background-image: radial-gradient(#fedc7b, rgba(0,0,0,0), rgba(0,0,0,0));
	border-radius:100%;
	transform:translate(0,-25%);
	pointer-events:none;
}
.jesus_photo {
	position:absolute; left:0px; top:0px;
	width:100%;
	height:100%;
	z-index:991;
	background-image: url(images/Jesus.png);
    background-size: 100% auto;
    background-position: center bottom;
	}
.homebox.flip-box .title {
	color:#1f2459;
	font-size:28px;
}


.flip-box-back {
	background-color: #ebebeb;
	transform: rotateY(180deg);
	padding:35px 30px;
}

.management_box {
	position:relative;
	overflow:hidden;
	color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}
.management_box img {
	display:block;
	}
.management_box .box-header {
	position:absolute;
	left:0px;
	bottom:15px;
	background:rgba(241,47,81,0.8);
	padding: 10px 80px 10px 20px;
	width:calc(100% - 20px);
    min-height: 65px;
	transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;
	}
.management_box:hover .box-header {
	transform:translate(100%,0);
	-webkit-transform:translate(100%,0);
	}
.management_box .box-content {
	background:rgba(241,47,81,0.8);
    padding: 30px;
	min-height:250px;
	position:absolute;
	left:0px;
	top:0px;
	transform:translate(-100%,0);
	-webkit-transform:translate(-100%,0);
	transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s;
	}
.management_box:hover .box-content {
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	}
	
.management_box .box-title {
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;
	}
.management_box .box-title a {
	color:#FFFFFF;
	}
.management_box .box-subtitle {
	font-size:14px;
	font-weight:400;
	}
.management_box .arrowbtn {
	position:absolute;
	right:6px;
	top:6px;
	background: #1f2459;
	width:56px;
	height:56px;
	font-size:30px;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0;
	}
	
.videobox {
    position: relative;
    max-height: none !important;
}
.videobox:before {
    content: "";
    display: block !important;
    width: 100%;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    padding: 77.5% 0 0 0;
}
.videobox iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}


.app_icon {
    width: 100%;
    float: left;
    background: #ffffff;
    text-align: center;
}
.app_icon ul {
    display: inline-block;
}
.app_icon ul li {
    display: inline-block;
    padding: 0px 0px 12px 4px;
	vertical-align:top;
}
.app_sname {
    color: #1f2459;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 0px 8px 0px;
}
.s_code {
    color: #1f2459;
    font-size: 13px;
    font-weight: 500;
}
.s_code .text1 {
    margin-right: 15px;
}
.s_code .text2 {
    background: #1f2459;
    display: inline-block;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    margin-left: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}


.contact-map {
    margin-top: 30px;
}

/******************************************/

.ray_wrapper {
	position:absolute;
	left:50%;
	top:30%;
	width:1px;
	height:1px;
	transform:scale(0.7);
	pointer-events:none;
	}
.ray_stretch {
	transform:scale(0.07,1);
	}
.ray_stretch1 {
	transform:scale(1,0.07);
	}
.raybox {
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	}
.raybox1 {
	transform:rotate(45deg);
	}
.raybox2 {
	transform:rotate(-45deg);
	}
.ray {
	width:200px;
	height:200px;
	box-shadow:-50px -50px 25px #fff4ce, -50px -50px 25px #fff4ce, -50px -50px 25px #fff4ce;
	background: linear-gradient(-45deg, rgba(255,255,255,0), #f9b000);
	mix-blend-mode: hard-light;
	}
.ray1 {
	width:200px;
	height:200px;
	box-shadow:50px 50px 25px #fff4ce, 50px 50px 25px #fff4ce, 50px 50px 25px #fff4ce;
	background: linear-gradient(-45deg, #f9b000, rgba(255,255,255,0));
	mix-blend-mode: hard-light;
	position:absolute;
	right:0px;
	bottom:0px;
	}
.ray_rotate1 {
	transform:rotate(-45deg);
	}
.ray_rotate2 {
	transform:rotate(-24deg);
	}
.ray_rotate3 {
	transform:rotate(-70deg);
	}
.ray_item1 {
	transform:scale(1.25) rotate(12deg);
	filter: blur(5px);
	}
.ray_item2 {
	filter: blur(2.5px);
	}
.ray_animation1 {
	-webkit-animation: rayRotationCW 100s infinite;
	-moz-animation:    rayRotationCW 100s infinite;
	-o-animation:      rayRotationCW 100s infinite;
	animation:         rayRotationCW 100s infinite;
	}	
	
@-webkit-keyframes rayRotationCW {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@-moz-keyframes rayRotationCW {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@-o-keyframes rayRotationCW {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes rayRotationCW {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.ray_animation2 {
	-webkit-animation: rayRotationCW 75s infinite;
	-moz-animation:    rayRotationCW 75s infinite;
	-o-animation:      rayRotationCW 75s infinite;
	animation:         rayRotationCW 75s infinite;
	opacity:0.75;
	}	
	
@-webkit-keyframes rayRotationCCW {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
@-moz-keyframes rayRotationCCW {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
@-o-keyframes rayRotationCCW {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
@keyframes rayRotationCCW {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}

.upper_menu {
	position:relative;
	background: linear-gradient(90deg, rgba(97,33,158,1) 0%, rgba(136,29,122,1) 35%, rgba(216,29,59,1) 100%);
	height:32px;
	padding:4px 0 4px 20px;
	margin-bottom: 10px;
	}
.upper_menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background:rgba(216,29,59,1);
    z-index: 9;
}
.upper_menu ul
.upper_menu ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.upper_menu ul li {
	display:inline-block;
	margin-left:15px;
	}
.upper_menu ul li:first-child {
	margin-left:0px;
	}
.upper_menu a {
	color:#fff;
	opacity:0.9;
	font-size:13px;
	
	}
.upper_menu a:hover {
	opacity:1 !important;
	}
.upper_menu .menubtn a {
	background:#ffffff;
	color:#0067b8;
	display:inline-block;
	padding:5px 15px;
	border-radius:5px;
	margin:-6px 0;
	}
	
.map_area iframe { width:100%; }

	
.messagebox.error {
	font-size:16px;
	color:#c32a00;
	}
.messagebox.success {
	font-size:18px;
	color:#709a00;
	}
	
.frm_fldbox:focus,
.frm_fldbox:active {
	border-color:#333333 !important;
	outline:none !important;
	}
	
.mySlides1 p{
    font-weight:600;
    margin-top:10px;
}	
.mySlides2 p{
    font-weight:600;
    margin-top:10px;
}	
		
	
	
	
/* Custom Popup
*********************************/	
.custom_popup_wrapper {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	z-index:999999;
	background:rgba(0,0,0,0.2);
	display:none;
}
.custom_popup_wrapper.open,
.custom_popup_wrapper.show{
	display:block; 
}

.custom_popup_wrapper .custom_popup {
	position:absolute;
	left:50%;
	top:50%;
	/*width:1140px; */
	max-width:calc(100% - 50px);
	max-height:calc(100% - 20px);
	background:#FFFFFF;
	padding:15px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.custom_popup .popup_close {
	position:absolute;
	right: -15px;
    top: -15px;
	width:30px;
	height:30px;
	background:#E7E7E7;
	cursor:pointer;
	border-radius: 50%;
	transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;
}
.custom_popup .popup_close:before,
.custom_popup .popup_close:after{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	max-width:calc(100% - 14px);
	max-height:calc(100% - 14px);
	background:#1f2459;
	transform:translate(-50%,-50%) rotate(45deg);
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;
}

.custom_popup .popup_close:hover {
	background:#1f2459;
}
.custom_popup .popup_close:hover:before,
.custom_popup .popup_close:hover:after{
	background:#ffffff;
}

.custom_popup .popup_close:before {
	width:100%;
	height:2px;
}
.custom_popup .popup_close:after {
	width:2px;
	height:100%;
}
.custom_popup .popup_content {
	width:100%;
	max-height:calc(100vh - 50px);
}
.custom_popup .popup_content .popup-image {
	display:block;
	max-width:100%;
	margin:0 auto;
	}
	
/*********************************/	
.embed_wrapper {
	width:100%;
	max-width:100%;
	margin:0 auto;
	position:relative;
	padding:5px;
	border:1px solid #cccccc;
	overflow:hidden;
	}
.embed_wrapper .embed_header {
	position:absolute;
	left:0px;
	top:-30px;
	width:100%;
	padding:5px 10px;
	z-index:999;
	color:#999999;
	font-size:13px;
	line-height:1.4;
	background: #f5f5f5;
	height:30px;
	border-bottom:1px solid #cccccc;
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
	}
.embed_wrapper:hover .embed_header {
	top:0px;
	}
.embed_wrapper .embed_header:after {
	content:"";
	display:block;
	font-size:0px;
	line-height:0px;
	float:none; clear:both;
	}
.embed_wrapper .embed_title {
	float:left;
	}
.embed_wrapper .embed_download {
	float:right;
	color:#999999;
	transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
	}
.embed_wrapper .embed_download:hover { color:#882150; }
.embed_wrapper .embed_download svg { width:14px; position:relative; top:2px; margin-right:2px; }
.embed_download svg * { 
	fill:#999999; 
	transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
	}
.embed_download:hover svg * { fill:#882150; }
.embed_box {
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.embed_box embed,
.embed_box iframe {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}
/*********************************/	
.pdf_gallery {
	padding-bottom:30px;
	
	-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);
	}
.pdf_gallery .pdf_gallerybox {
	border-bottom:1px solid #e8e8e8;
	margin-bottom:30px;
	}
.pdf_gallery_title {
	font-family: 'Oswald', sans-serif;
    font-size: 38px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
	}
.pdf_item {
	border-top:1px solid #e8e8e8;
	}
.pdf_gallery .pdfbox { display:none; }
.pdf_gallery .pdf_item.open .pdfbox { display:block; }
.pdf_gallery .pdf_title {
	font-size: 19px;
    font-weight: 300;
    color: #333333;
	position:relative;
	padding:12px 50px 12px 20px;
	cursor:pointer;
	}
.pdf_gallery .pdf_title:before {
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	position:absolute;
	right:20px;
	top:calc(50% - 6px);
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	}
.pdf_gallery .pdf_item.open .pdf_title {
	color:#e60203;
	}
.pdf_gallery .pdf_item.open .pdf_title:before {
	border-color: #e60203;
	top:calc(50% - 5px);
	transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
	}
	
.footer-buttons a {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.footer-buttons a img {
    max-height: 40px;
    display: block;
    border-radius: 5px;
}

.ft_social_media a {
	margin-right:10px;
}
.ft_social_media svg {
	width:20px;
}
.ft_social_media svg * {
	fill:#ffffff;
}

.btn-typ1 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px 5px !important;
    display: inline-block;
    position: relative;
    text-shadow: none;
	font-family: 'poppins'sans-serif;
    border-radius: 7px;
    line-height: 1.5;
    outline: none !important;
}
.btn-typ4 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px 5px !important;
    display: inline-block;
    position: relative;
    text-shadow: none;
	font-family: 'poppins'sans-serif;
    border-radius: 7px;
	background-color:#fff;
	border:1px solid #00c2ff;
    line-height: 1.5;
    outline: none !important;
}
.btn-typ6 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px 8px !important;
    display: inline-block;
    position: relative;
	font-family: 'poppins'sans-serif;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.5;
    outline: none !important;
}
.btn1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 10px 5px !important;
    display: inline-block;
    position: relative;
    text-shadow: none;
    font-family: 'poppins'sans-serif;
    border-radius: 10px;
    border: 1px solid #ffffff;
    line-height: 1.5;
    outline: none !important;
}
.btn3 {
	 font-family: 'poppins'sans-serif;
}
.btn-typ1 svg {
   width:16px;
   margin: 0 0 0 5px;
   position: relative;
   top:3px;
}
.btn-typ1 svg * {
   fill:#ffffff !important;
}

.btn-typ1.btn1 {
    background: #b61d56 !important;
}
.btn-typ1.btn2 {
    background: #fff !important;
	border: 3px solid #7006fc;
}
.btn-typ6.btn3 {
  background: rgb(90,34,164);
  background: linear-gradient(90deg, rgba(90,34,164,1) 0%, rgba(127,29,128,1) 17%, rgba(143,29,116,1) 25%,        	rgba(253,29,29,1) 100%);
    
}
.btn-typ1.btn4 {
    background: #000000 !important;
}
.btn-typ1.btn1:hover,
.btn-typ1.btn2:hover,
.btn-typ1.btn3:hover,
.btn-typ6.btn3:hover {

    background: #b61d56 !important;
}

.btn-typ1.btn4:hover {
    background: #00b6ff !important;
}
.btn-typ2 {
	color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 30px !important;
    display: inline-block;
    position: relative;
    text-shadow: none;
    height: 60px;
    line-height: 1.2;
    background: none !important;
    border: 1px solid #ffffff !important;
}
.btn-typ2.btn1:hover {
    color: #882150 !important;
    background: #ffffff !important;
}
.welcome-subtitle{
	 font-size: 19px;
	font-family: 'Poppins', sans-serif;
	 color: #8a8485;
	 font-weight: 500;
}

.home_page .blog {
	background-color: #ffffff;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
}
.blog.section{
	padding: 60px 0 60px;
}
.blog.section .section-title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px;
}
.blog.section .section-title h2{
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog.section .section-title h2:before,.blog.section .section-title h2:after{
	display: none;
}
.blog.section .section-title a{
	display: inline-block;
	font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 6px 18px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-family: Quicksand;
}
.blog.section .section-title a:hover{
	border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.news-inner .single-news{
	margin-bottom: 15px;
    padding-top: 15px;
    
}
.news-inner .single-news h4{
	font-size: 20px;
	margin: 10px 0;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	background:#ffffff59;
	-webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.15);
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.15);
	border:1px solid #ffffff3b;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog .single-blog:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
}



.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}

.blog .blog-head .date {
	position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    z-index: 36;
    background-color: rgb(0 0 0 / 49%) !important;
    overflow: hidden;
    padding: 10px;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date a{
	display: block;
    width: 18px;
	line-height: 0;
	overflow: hidden;
}
.blog .blog-head .date a img{
	display: block;
}
.blog .blog-head .date:hover {
	background-color: #000 !important;
}

.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 15px 0px 0px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .readmorebutton{
	transform: skewX(-10deg);
    display: inline-block;
}
.blog .readmorebutton:hover{
	color:#fff !important;
}



body.home .blog .blog-content .blog-title {

	overflow:hidden;
	text-overflow:ellipsis;
}
.blog .blog-content .blog-title a{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.blog .blog-content p{
	font-size: 14px;
	font-weight: 100;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 1.5;
}
.blog .blog-content .button{
	text-align: left;
	background: none;
}
body:not(.home) .blog .blog-content .btn2 {
	color: #fff;
    margin-top: 20px;
    padding: 5px 15px !important;
    margin-left: 0;
    background-color: none !important;
    display: inline-block;
    font-size: 15px;
    font-family: 'poppins'sans-serif;
    background: none;
	border-radius: 5px !important;
	font-weight: 300;
	text-transform: capitalize;
}
.blog .blog-content .btn2:hover {
	border: 1px solid #fff;
}


.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-content .btn:before{
	display: none;
}

.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: calc(50% - 10px);
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:15px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:15px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
/* Bogs Archives */
.blog.b-archives{
	padding: 60px 0 90px;
}
.blog.b-archives.listing { padding: 0px; }
.blog.b-archives.listing .grid-item {
	width: 100%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.blog.b-archives .single-blog {
	margin: 0 0 30px;
}
.blog.b-archives .blog-content {
	padding: 20px 15px !important;
}
.blog.b-archives .single-blog .blog-content p {
	min-height: 50px;
    font-size: 16px;
    margin-bottom: 25px;
}
/* Pagination */
.blog.b-archives .pagination-main{
	text-align:center;
}
.blog.b-archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.blog.b-archives .pagination li {
	float: left;
	margin-right: 5px;
}
.blog.b-archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.blog.b-archives .pagination li:hover a, 
.blog.b-archives .pagination li.active a {
	color: #fff;
}
/* Blog Single CSS */
.blog.b-archives.single .blog-detail{
	margin-top:30px;
}
.blog.b-archives.single .b-gallery{}
.blog.b-archives.single .b-gallery .owl-nav div{
	background:#fff;
	color:#252525;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover{
	color:#fff;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
	left: 10px;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-next {
	right: 10px;
}
.blog.b-archives.single .blog-info {
	margin: 0;
}
.blog.b-archives.single .blog-info a {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child{
	margin:0;
}
.blog.b-archives.single .blog-info a i {
	margin-right: 10px;
}
.blog.b-archives.single .detail-content .blog-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.blog.b-archives.single .blog-title a{
	color:#252525;
}
.blog.b-archives.single .detail-content p{
	margin-bottom:20px;
}
.blog.b-archives.single .detail-content p:last-child{
	margin:0;
}
.blog.b-archives.single .detail-content{
	margin-top:20px;
}
.blog.b-archives.single .blockquote {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid transparent;
	background: #f6f6f6;
	padding: 21px;
}
.blog.b-archives.single .blockquote p{
	color:#252525;
	font-size:15px;
}
/* Blog Bottom */
.blog.b-archives.single .blog-bottom {
	overflow: hidden;
	margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before{
	display:none;
}
.blog.b-archives.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:5px;
	display: inline-block;
}
.blog.b-archives.single .blog-bottom .share{
	float:left;
}
.blog.b-archives.single .blog-bottom .share li a {
	color: #fff;
	background: #353535;
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}
.blog.b-archives.single .blog-bottom  .prev-next{
	float:right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover{
	background:#252525;
}
/* Blog Comments*/
.blog.b-archives.single .comment-main {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title{
	margin-bottom:20px;
}
.blog.b-archives.single .comment-title h2 {
	font-size: 22px;
	color: #252525;
}
.blog.b-archives.single .comment-title p {
	font-size: 14px;
	color: #666;
	margin-top:5px;
}
.blog.b-archives.single .form-group{
	margin-bottom:20px;
}
.blog.b-archives.single .form-group input{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	color:#666666;
	width:100%;
	padding-left:15px;
	text-transform:capitalize;
	height:50px;
	border:1px solid #eeeeee;
}
.blog.b-archives.single .form-group textarea{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	padding:15px;
	resize:none;
	color:#666666;
	text-transform:capitalize;
	width:100%;
	border:1px solid #e7e7e7;
}
.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover{
	padding-left:25px;
}
.blog.b-archives.single .form-group button {
	color: #fff;
	font-family: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover{
	background:transparent;
}
.blog.b-archives.single .form-group button:before{
	background:#252525;
}
.post-comment-form-holder{
	background-color: #f7f7f7;
    padding: 15px 30px;
    margin-top: 35px;
}
.post-comment-form-holder h3{
	font-weight: 300;
}
.post-comment-form-holder p.comment-form-comment,
.post-comment-form-holder p.comment-form-author,
.post-comment-form-holder p.comment-form-email,
.post-comment-form-holder p.comment-form-url{
	display: flex;
    justify-content: space-between;
	margin: 20px 0;
	flex-direction: column;
}
.post-comment-form-holder p textarea,.post-comment-form-holder p input{
	width: 80% !important;
}
.post-comment-form-holder p textarea,.post-comment-form-holder p.comment-form-cookies-consent{
	display: flex;
    justify-content: start;
    align-items: center;
}
.post-comment-form-holder p input#wp-comment-cookies-consent{
	width: auto !important;
	margin-right: 15px;
}
.post-comment-form-holder p label{
	margin-bottom: 0;
	padding-left: 0;
	font-size: 14px;
}
.post-comment-form-holder p textarea{
	height: 120px;
}
.post-comment-form-holder p.form-submit input{
	display: block;
	width: auto !important;
    text-align: center;
    margin: 15px 0;
    padding: 10px 15px;
    background-color: #f00;
    color: #fff;
}
.post-comment-list-holder{
	margin-top: 20px;
}
.post-comment-list-holder ol li{
	margin-bottom: 25px;
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}
.post-comment-list-holder ol li:last-child{
	border: none;
}
.post-comment-list-holder ol li .comment-content p{
	font-size: 14px;
}
.post-comment-list-holder .comment-metadata a{
	font-size: 11px;
	color: #777;
}
.post-comment-list-holder .comment-author img{
	border-radius: 50%;
	width: 25px;
}
.post-comment-list-holder ol li ul.children {
	margin-top: 15px;
    margin-left: 50px;
}
.post-comment-list-holder ol li ul.children li p{
	font-size: 13px;
}
.post-comment-list-holder ol li a.comment-reply-link{
	color: #ce2955;
    font-size: 13px;
}

body.home .blog .img {
    background:no-repeat center center;
    background-size:cover;
}

body.home .blog .img:before {
    content:"";
    display:block;
    font-size:0px;
    line-height:0px;
    padding:66% 0 0 0;
}

/*=============================
	End Blogs CSS
===============================*/


/*=============================
	New Custom CSS
===============================*/


.home-infosectiondec{
	padding-top:60px;
	padding-bottom:60px;
    background-color: #f8f9fa;
    height: auto;
}
.home-infosectiondec span{
	color:#000;
	font-weight: 100;
    font-size: 28px;
}
.home-progressicons{
	background: rgb(90,34,164);
    background: linear-gradient(90deg, rgba(90,34,164,1) 0%, rgba(154,32,111,1) 23%, rgba(253,29,29,1) 100%);
   -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	font-size:19px;
	font-weight:700;
	margin-top:0px;
}
.home-progressicons span{
	color:#000;
	font-size:15px;
}
.principalmessage{
	margin-top:60px;
	margin-bottom:60px;	
}
.imgbox{
	border:1px solid #fff;
}
.studentvoices{
	margin-top:70px;
}
.studentvoices span{
	color:#000;
	font-weight: 100;
	font-size: 15px;
}
.footer-top .address-style{
	font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}
.footer-headings{
	color:#fff;
	font-weight: 600;
	font-size: 17px;
	text-align:left;
}
.topbar-logo{
	position:relative;
	top:0px;
	left:20px;
}

.playicon{
	position:absolute;
	height:15px; 
	left:-10px;
	top:-1px;
	width:15px;
}
.banner_tab  {
	position: ABSOLUTE;
    left: 0;
    top: 93px;
	left:50px;
}
.banner_tabr{
	position: absolute;
    right: 0;
    top: 93px;
	right:70px;
}
.banner_tab a{
	color: #fff;
    font-size: 16px;
	height:70px;
	width:70px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    padding: 8px 12px;
    animation: blinkingText11 2s infinite;
}
.banner_tabr a{
	color: #000;
    font-size: 22px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50px;
    width: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0px;
	background-color:#fff;
    margin-top: 24px;
    animation: blinkingText11 2s infinite;
}
.bnbtn{
	box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #03038d;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    animation: blinkingText 2s infinite;
    width: 100%;
    margin-bottom: 10px;
}


.widget-title span{
    font-size:20px;
    font-weight: 600;
    font-family:'poppins';
    margin-bottom: 25px;
	text-transform: capitalize;
    color: #ffffff;
}

/*@keyframes blinkingText11{
	0% {
		background: #03038d;
	}
		50% {
		background: #dbd137;
	}
		100% {
		background: #03038d;
	}
}*/



.glance_title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
	margin-bottom: 10px;
}

.home .post-3635 .img {
    background-position: 50% 30% !important;
}