@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong {
	display:inline-block;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#b36bf7;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}

form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:block;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:13px;
	margin:0;
	line-height: 21px;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
table th, table td {
	padding:5px 12px;
	vertical-align:top;
	border:1px solid#ccc;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_left{text-align:left;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{border:none;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:36px;
	/*background:#f4f6f7;*/
	border:1px solid #e5e6e7;
	color:#818181;
	outline:none;
	margin-bottom:13px;
	font-family: 'ralewayregular';
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-box-shadow:0 0 4px 0 #ddd;
	box-shadow:0 0 4px 0 #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
textarea {
	height:94px;
	resize:none;
	overflow:auto;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fefdea;
	border-color:#c1b1a8;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="reset"], input[type="button"], a.btn {
	border:none;
	height:36px;
	line-height:36px;
	display:inline-block;
	padding:0 23px;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;
	outline:none;
	font-family: 'ralewaysemibold';
	vertical-align:top;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
a.btn{line-height:35px;}
input[type="submit"], input[type="button"], a.btn{	
	background:#b36bf7;
	color:#fff;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.btn:hover, a.btn:focus {
	background:#752db7;	
}
input[type="reset"]{
	background:#000;
	color:#fff;
}
input[type="reset"]:hover{
	background:#444;
}

/*---- colored button ----*/
input[type="submit"].btn-green, input[type="button"].btn-green, a.btn.btn-green{	
	background:#3fad34;
}
input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, a.btn.btn-green:hover{	
	background:#40c332;
}
/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'ralewayregular';
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#5a585a;
}
body,html{overflow-x:hidden;}
/* defult css Styles
---------------------------------*/
.scroll_effect{position: relative;}
.error {
    background: url(../images/error_icon.png) no-repeat scroll 7px 3px #ffd1d1;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 5px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}

.error p, .success p, .information p {
	padding:0;
	font-size:12px;
}
.scrollup {
    background: url(../images/scroll-top.png) no-repeat center center;
    bottom: 32px;
    display: none;
    height: 52px;
    position: fixed;
    right: 10px;
    width: 52px;
    z-index: 999;
}

/*.body_container{padding-bottom:40px;}
.homepage .body_container{padding-bottom:0;}*/
.container{width:1170px; margin:0 auto;}
.logo{
	width:607px;
	float:left;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.logo a{display:block;}
.logo img{
	width:100%;
	height:auto
}
.header_top{
	z-index:100;
    padding: 10px 0;
    -webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
    position: relative;
}
.header_middle{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    top: 145px;
    width: 100
}
.sticky .nav_wrapper{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:5000;
	background: transparent url(../images/nav_bg.png) repeat-x;
	min-height:1px;
	height: 62px;
}
.sticky .nav > ul > li > a{height: 62px; line-height: 45px;}
.sticky .common_banner{}

.top_contact{
	float:right;
}
.top_contact ul{
	padding: 29px 0 0;
	margin: 0;
}
.top_contact ul li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.top_contact ul li .icon{
	float: right;
	width: 260px;
	height: auto;
	line-height: 26px;
	text-align: right;
	color: #7028b2;
	margin: 0 ;
	font-size: 23px;
}
.top_contact ul li .icon i{
    margin-right: 10px;
	margin-top: 2px;
	vertical-align: top;
}
/*.top_contact ul li strong{
	display: block;
	padding: 2px 0 0;
	color: #232331;
	font-size: 14px;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}*/
.top_contact ul li span{
	display: block;
	color: #232331;
	font-size: 30px;
    line-height: 38px;
	font-family: arial, sans-serif;
    clear: both;
    text-align: right;
}
.top_contact ul li span a{
	color: #ff731e;
}
.top_contact ul li span a:hover{
	color: #000;
}
.header_right{float:right;}

.nav_wrapper{	
	background: transparent url(../images/nav_bg.png) repeat-x;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.nav{float: left;}
.nav ul{
	padding:0;
	margin:0;
}
.nav ul li:first-child{margin-left:0;}
.nav ul li{
	padding:0;
	margin:0 0 0 28px;
	list-style-type:none;
	position:relative;
	float:left;
	font-size:18px;
	font-family: 'ralewaymedium';
}

.nav > ul > li > a{
	display:block;
	color:#fff;
	padding:0 38px;
	height:62px;
	line-height:45px;
}
.nav > ul > li > a > span{
	padding:0 0 8px;
	line-height:14px;
	position:relative;
}
.nav > ul > li > a > span:after{
	content:"";
	display:block;
	height:2px;
	background:#fff;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.nav > ul > li.active > a, .nav > ul > li > a:hover{
	color:#fff;
}
.nav > ul > li.active > a > span:after, .nav > ul > li > a:hover > span:after, .nav > ul > li:hover > a > span:after{
	-webkit-transform:scale(1);
	transform:scale(1);
}
.nav > ul > li:hover > a{
	color:#fff;
}

.common_banner{
}
.common_banner .slider_wrapper{
   
}
/*
.head_overlay{
	background: rgba(0,0,0,0);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
*/
.slider_wrapper{
	height:593px;
	position:relative;
}
.slide_container{
	height:593px;
	width:100%;
	overflow:hidden;
}
.slide_container ul{
	padding:0;
	margin:0;
}
.slide_container ul li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
    position: relative;
}
.slider_box{
	position: relative;
	text-align: center;
}
.slider_box img{max-height: 593px; display: inline;}
/*.slide_content_box{
	width:526px;
	margin-left: -306px;
	left: 50%;
	position: absolute;
	bottom:113px;
	z-index:3;
}
.slide_content_box h3{
    font-size: 50px;
	text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'oswaldbold';
	line-height: 65px;
}
.slide_text{
	color:#fff;
	font-size:16px;
    padding-bottom: 25px;
	font-family: 'oswaldlight';
}
.slide_text p{padding:0;}*/
/*

.learn_more{
	font-size:18px;
	color:#fff;
	height:43px;
	line-height:43px;
	display:inline-block;
	background:#ff731e;
	padding:0 14px;
	font-family: 'oswaldlight';
	text-transform: uppercase;
}
.learn_more:hover {color:#fff; background:#d45508 ;}
.learn_more.blue{
	background:#0a5cad;
}
.learn_more.blue:hover {color:#fff; background:#ff731e ;}
.learn_more.border{border:1px solid #fff;}
*/

.slider_nav{position:absolute; top:50%; z-index:6; width:612px;margin-left: -306px;left: 50%; height: 54px; margin-top: -27px;}
.slider_nav a{
	width:54px;
	height:54px;
	border: 2px solid #fff;
	line-height: 54px;
	text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 40px;
	position: absolute;
}
.slider_nav a:hover{
	color: #732CB6;
	border-color: #732CB6;
/*    background: rgba(255, 255, 255, 0.5);*/
}
.slider_nav a#prev_slide{left: -50%;}
.slider_nav a#next_slide{right: -50%;}

.mainContainer{
	padding:50px 0 45px;
}

.heading{	
	color:#575757;
	font-size:36px;
	padding-bottom:20px;
	margin-bottom:0;
	position:relative;
	font-family: 'ralewaybold';
	text-transform:none;
}
.heading.white{color: #fff;}
.descriptive_heading{margin-bottom: 30px;}
/*
.descriptive_heading .heading{
	padding: 8px 18px 8px 0;
	margin: 0 20px 0 0;
	border-right:3px solid #ff731e;
	float: left;
	line-height: 36px;
}
*/
.descriptive_heading p{
	font-style: italic;
	color: #262525;
	padding: 4px 0 0;
}
.philosophy_wrap{position:relative; margin-bottom: 55px;}
.philosophy_hid{overflow:hidden;}
.philosophy_slide{margin-left:-30px; overflow:hidden; height:252px;}
.philosophy_slide .philosophy_box{margin-left:35px;}
.philosophy_slide ul{
	padding:0;
	margin:0;
}
.philosophy_slide ul li{
  	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.philosophy_box{
    position: relative;
	margin-bottom:5px;
	width:344px;
	margin-top: 5px;
    padding: 7px;
	border:1px solid #efefef;
	background: #f5f5f5;
    box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.5);
    z-index: 6;
    overflow: hidden;
}
.philosophy_cont{
    background: rgba(0, 0, 0, 0.8); 
    color: #fff;  
    text-align: center; 
    padding: 60px 11px; 
    position: absolute; 
    top: 0; 
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all 200ms ease-in-out 0s;
    z-index: 7;
}
.philosophy_box:hover .philosophy_cont{ transform: scale(1);}
.philosophy_box figure{
	overflow:hidden;
	width:344px;
	height:227px;
	position: relative;
}
.philosophy_box figure img{
	width:344px;
	height:227px;
	-webkit-transition:all 550ms ease-in-out 0s;
	transition:all 550ms ease-in-out 0s;
}
.philosophy_box figure:hover img{
	-webkit-transform:scale(1.09);
	-o-transform:scale(1.09);
	-ms-transform:scale(1.09);
	transform:scale(1.09);	
}
.philosophy_box figure a.philosophy_head{
	position: absolute;
	right: 0;
	bottom: 0;
    left: 0;
	z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
}
.philosophy_box:hover .philosophy_head {display: none;}
.philosophy_box h3{
	padding: 0 0 10px;
	font-family: 'ralewaybold';
	line-height: 28px;
	font-size: 19px;
	color: #fff;
	margin:0;
	text-transform: uppercase;
}
.philosophy_box h3 a{color:#fff;}
.philosophy_box h3 a:hover{color: #bf84fd;}
.philosophy_box p{
	height:70px;
	padding: 0;
	color: #fff;
}
.philosophy_box p a{
    color: #fff;
}
.philosophy_box p a:hover{
    color: #bf84fd;
}
.common_nav{position:absolute;text-align:right; top:-33px; right:0; z-index:3;}
.common_nav a{
	width:23px;
	height:24px;
	cursor:pointer;
	background:url(../images/sprite.png) no-repeat;
}
.common_nav a:hover{
	opacity:.7;
	filter:alpha(opacity=70);
}
.common_nav .prev_s{
	margin-right:0;
	background-position:-3px 0;
}
.common_nav .next_s{
	background-position:-28px 0;
}




/************************* programme block starts ********************************/
.programme_outer_wrapper{
    position: relative;
    margin-bottom: 35px;
}
.programme_wrap{
    position: relative;
    overflow: hidden;
}
.programme_wrap ul{
    margin: 0 0 10px -14px;
    padding: 0;
}
.programme_wrap ul li{
    float: left;
    margin: 0 0 0 12px;
    padding: 0;
    list-style-type: none;
}
.programme_box{
    position: relative;
	width:381px;
	margin:0 0 12px;
    z-index: 6;
    overflow: hidden;
}
.programme_box a{display: block;}
.programme_box figure{
	overflow:hidden;
	width:100%;
	position: relative;
}
.programme_box figure img{
	width:100%;
	height:243px;
	-webkit-transition:all 550ms ease-in-out 0s;
	transition:all 550ms ease-in-out 0s;
}
.programme_box figure:hover img{
	-webkit-transform:scale(1.09);
	-o-transform:scale(1.09);
	-ms-transform:scale(1.09);
	transform:scale(1.09);	
}
.programme_box figure a.programme_head{
	position: absolute;
	left: 0;
	bottom: 35px;
    left: 0;
	z-index: 2;
    background: #B46BF8;
    color: #fff;
    text-align: center;
    font-size: 23px;
	height: 38px;
	line-height: 38px;
    font-family: 'ralewaysemibold';
    padding: 5px 5px 5px 10px;
    -webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.programme_box figure a.programme_head:after{
    border-color: #B46BF8 transparent transparent #B46BF8;
    border-style: solid;
    border-width: 24px;
    content: "";
    right: -48px;
    position: absolute;
    top: 0;
    transition:all 250ms ease-in-out 0s;
    -webkit-transition:all 250ms ease-in-out 0s;
}
.programme_box:hover .programme_head {display:block; z-index: 7; color: #7c1ed2;}
.over {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 190ms ease-in-out 0s;
    width: 100%;
    z-index: 6;
    opacity: 0;
}
.programme_box:hover .over{
    opacity: 1;
}
.view_more{
	font-size:16px;
	color:#b36bf7;
	display:inline-block;
	font-family: 'ralewaybold';
}
.view_more:hover{
    color: #000;
}
.programme_wrap .view_more{
    margin-right: 10px;
}
/*************************************** about block starts ********************************/

.overlay_img{
	background: rgba(0,0,0,.8);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.about_outer {
    background: url(../images/slider1.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 36px 0;
	position: relative;
	margin-bottom: 45px;
}
.about_outer .container{position: relative; z-index: 2;}
.about_outer .heading{text-align: left;}
.about_outer {color: #fff;}
.about_left{float: left; width: 600px;}
.about_left p{font-size: 18px;}
.about_right{ float: right; width: 514px;}
.about_left h2{text-align: left;}

.about_video{
    width: 538px;
    height: 304px;
    overflow: hidden;
}

.about_left .read_more{
	font-size:18px;
	color:#fff;
	display:inline-block;
	border: 1px solid #fff;
	padding:0 14px;
    background: none;
	height: 37px;
	line-height: 37px;
	font-family: 'ralewaybold';
	float: right;
}
.about_left .read_more:hover{
    background: #b46df7;
    color: #fff;
}
.read_more{
    float: right;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    height: 22px;
	line-height: 22px;
    color: #fff;
    background: #b46cf9;
}
.read_more:hover{
    background: #722BB5;
    color: #fff;
}

/************************************* enrolment block starts *******************************/

.enrolment_outer_wrapper{
    background: #b46df7;
    background-size: cover;
    padding: 74px 0;
	position: relative;
	margin-bottom: 45px;
}
.enrolment_left{
    float: left;
    width: 700px;
    position: relative;
}
.enrolment_left .heading{
	font-size: 30px;
	text-align: left;
}
.enrolment_outer_wrapper .enrol_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 45%;
    background: url(../images/enrol_bg.png) no-repeat;
    width: 227px;
    height: 147px;
}
.enrolment_wrap ul{
    margin: 0;
    padding: 0 0 20px;
}
.enrolment_wrap ul li{
    width: 100%;
    margin: 0 0 13px 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 20px;    
}
.enrolment_wrap ul li span{
    float: left;
    font-size: 18px;
    color: #894db3;
    background: #FEFF7D;
    border: 2px solid #c391fa;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-family: 'oswaldbold';
    font-style: italic;
    margin-right: 15px;
}
.enrolment_wrap ul li h5{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	font-size: 18px;
}
.enrolment_wrap ul li h5 strong{
	vertical-align: middle;
	font-weight: normal;
}

.download a{
    background: #6da511 url(../images/d.png) 15px center no-repeat;
    padding: 0 17px 0 48px;
	height: 53px;
	line-height: 53px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'ralewaysemibold';
    margin-left: 0;
    font-size: 20px;
	box-shadow: 2px 3px 6px 0 #444;
}
.download a:hover{
    background-color: #59880b;
}
.enrolment_right{
    float: right;
    width: 380px;
    position: relative;
}
.enrol_form{
    position: relative;
    background: #F4F4F4;
    padding: 100px 30px 20px 30px;
    border-radius: 5px;
}
.pencil{
    position: absolute;
    left:50%;
    right: 0;
    top: -49px;
    margin-left: -49px;
    text-align: center;
    background: url(../images/form_pencil.png);
    height: 99px;
    width: 99px;    
}
.cell{
    clear: both;
    overflow: hidden;
}
.cell textarea,
.enrol_form input[type="text"], .enrol_form input[type="email"]{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cell input[type="submit"].join_btn{
    background: #51504E;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
	width: 100%;
    font-size: 28px;
	line-height: 52px;
	text-transform: none;
	height: 52px;
    border-radius: 4px;
	margin-left: 0;
    font-family: 'ralewaysemibold';
}
.cell input[type="submit"].join_btn:hover{
    background: #7f7e7b;
}



/******************************************** events block starts *************************************/

.event_outer_wrapper {
    margin-bottom: 20px;
    position: relative;
}
.event_wrap {
    overflow: hidden;
    position: relative;
}
.event_wrap ul{
    margin: 0 0 0 -11px;
    padding: 0;
}
.event_wrap ul li{
    float: left;
    list-style-type: none;
    margin: 0 0 11px 11px;
    padding: 0;
}
.event_box {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    width: 284px;
    z-index: 6;
    overflow: hidden;
}
.event_box figure{
    height: 208px;
    width: 284px;
}
.event_box figure img{
    height: 208px;
    width: 284px;
    transition: all 550ms ease-in-out 0s;
}
.hvbox{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    transition: all 290ms ease-in-out 0s;
    opacity: 0;
    padding: 10px;
}
.hvbox a span:hover, .hvbox a h3:hover{opacity: .6;}
.event_box:hover .hvbox{
    opacity: 1;
}
.event_box .magnify{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    float: left;
    top: -50px;
    left: 10px;
    -webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.event_box:hover .magnify{
    top: 20px;
}
.event_box .link{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 10px;
    top: -50px;
    left: 50px;
    -webkit-transition:all 450ms ease-in-out 0s;
	transition:all 450ms ease-in-out 0s;
}
.event_box:hover .link{
    top:20px;
    left: 50px;
}
.hvbox h3{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    font-size: 18px;
    transition:all 550ms ease-in-out 0s;
    -webkit-transition:all 550ms ease-in-out 0s;
    font-family: 'ralewaymedium';
}
.event_box:hover h3{
    bottom: 20px;    
    
}

/******************** news block starts ****************/
.news_outer_wrapper {
    margin-bottom: 2px;
    position: relative;
}
.news_row{
	margin: 0 -12px;
}
.news_wrap {
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}
.news_wrap h2{
    text-align: left;
}
.news_block{
    position: relative;   
    width: 50%;
    float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news_block figure{
    width: 145px;
    height: 112px;
    float: left;
    margin: 0 10px 0 0;
	border: 1px solid #aba9a9;
}
.news_block figure img{
    width: 145px;
    height: 112px;
}
.news_cont h3{
    font-size: 18px;
    color: #b46cf9;
    font-family: 'ralewaysemibold';
    line-height: 20px;
    margin-bottom: 2px;
}
.news_cont h3 a{
	color: #b46cf9;
}
.news_cont h3:hover a{
	color: #722bb5;
}
.news_cont .date{
    font-size: 12px;
    color: #000;
}
.news_cont p{
    text-align: justify;
    padding-top: 10px;
}


/**************************** about page starts ********************/
.about_inner_wrap{
    position: relative;
}
.about_inner_wrap p{
    font-size: 16px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img {
    height: auto;
    width: 100%;
}
.about_list {
    margin: 10px 0 15px;
    padding: 0;
}
.about_list li {
    background: url("../images/bull_list.png") no-repeat 0 4px;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0 0 0 23px;
    font-size: 18px;
	font-family: 'ralewaymedium';
}
.about_list li span{
    color: #000;
}
.about_in_list {
    margin: 10px 0 15px;
    padding: 0;
}
.about_in_list li {
    background: url("../images/bult.png") no-repeat 0 2px;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0 0 0 23px;
    font-size: 16px;
}

.about_img_blk ul{
	padding: 0;
	margin: 0 0 0 -35px;
}
.about_img_blk ul li{
	padding: 0;
	margin: 0 0 0 35px;
	list-style-type: none;
	float: left;
}
.abt_img_wrap{margin: 45px 0;}

.testimonials_wrap{
    position: relative;
    padding-bottom: 55px;
}
.testimonials_list{
    margin: 0;
    padding: 0;
}
.testimonials_list li{
    width: 48%;
    margin-left: 2%;
    float: left;
    list-style-type: none;
}
.testimonials_list li:first-child{
    margin-left: 0;
}
.test_box{
    position: relative;
    
}
.test_top{
    border: 1px solid #913eeb;
    border-radius: 5px;
    margin-bottom: 23px;
    padding: 12px;
    position: relative;
}
.test_top:after{
    background: url("../images/test_point.png") no-repeat scroll 0 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
/*    margin-left: -350px;*/
    position: absolute;
    width: 20px;
}
.test_top p {
    background: url("../images/c_open.png") no-repeat scroll 0 0;
    color: #444;
    font-size: 15px;
    padding: 20px 0 0 32px;
    text-align: justify;
}
.test_bottom{
    position: relative;
    text-align: center;
    padding: 0;
    margin-left: 35%;
}
.test_client{
    float: left;
    margin-right: 10px;
}
.test_desg{
    float: left;
}
.test_client img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #b46cf9;
}
.test_bottom h3 {
    color: #913eeb;
	font-family: 'ralewaysemibold';
    font-size: 15px;
    margin: 28px 0 2px 0;
    text-align: left;
    text-transform: uppercase;
}
.desg {
    color: #767676;
    font-size: 15px;
    text-align: left;
}

/************************************** gallery page starts ****************************/
.gallery_inner_wrapper{
    
}

.gallery_inner_wrapper .event_wrap {
    margin-left: -12px;
}

/* *****************FOOTER START************************* */
footer{
    background: #73a80f url(../images/footer_bg.jpg);
    width: 100%;
    max-height: 508px;
}
.footer_top{
	padding:150px 0 25px 0 ;
}
.foot_col {
    color: #fff;
    float: left;
}
.contact {
    margin-left: 0;
    width: 548px;	
}
.foot_map{
	width:254px;
	height:200px;
	/*margin-top:-16px;*/
	float:right;
    cursor: grab; 
}
#map{
	width: 100%; height: 100%;
}
.fmenu{width:264px; margin-left:40px;}
.fb_foot{width:262px; float:right;}
#foot_map{width:100%; height:100%;}
.foot_col h3.title {
    color: #fff;
    font-family: 'ralewaymedium';
    font-size: 18px;
    margin: 0 0 16px;
	padding-bottom:6px;
	border-bottom:1px solid #fff;
	position:relative;
}
.getTouch{ width:264px; float:left;}
.getTouch ul{padding:0; margin:0;}
.getTouch ul li {
	display:block;
	margin-bottom:17px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
}
.getTouch ul li i {
	display:block;
	float:left;
	margin:1px 10px 0 0;
	width:22px;
	height:22px;
	font-size:24px;
}
.getTouch ul li.location small{margin-top:1px;}
.getTouch ul li.location span {
	background-position: -327px -96px;
}
.getTouch ul li.call span {
	background-position: -382px -96px;
}
.getTouch ul li.msg span {
	background-position: -433px -97px;
}
.getTouch ul li small {
	display:block;
	float:left;
	font-size:14px;
	width:224px;
	margin-top:2px;
}
.getTouch ul li a {
	margin-top:5px;
	display:block;
	float:left;
	color:#fff;
	font-size:14px;
	-webkit-transition:all ease-in-out 400ms 0s;
	-moz-transition:all ease-in-out 400ms 0s;
	-ms-transition:all ease-in-out 400ms 0s;
	-o-transition:all ease-in-out 400ms 0s;
	transition:all ease-in-out 400ms 0s;
}
.getTouch ul li a:hover {
	color:#722bb5;
}
.foot_list{padding:0;margin:0;}
.foot_list li{
	padding:0 0 0 11px;
	margin:0 0 6px 0;
	list-style-type:none;
	background:url(../images/bullete.png) no-repeat 0 7px;
}
.foot_list li a{
	font-size:14px;
	color:#fff;
	display:block;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.foot_list li a:hover, .foot_list li.active a{
	color:#fff;
	text-decoration: underline;
}
.foot_social{margin-left:-4px; padding-top:20px;}
.foot_social a {
	color:#fff;
	font-size:1px;
	text-indent:-999px;
	width:28px;
	height:28px;
	background:url(../images/sprite.png) no-repeat;
	margin-left:4px;
	-webkit-transition:all ease-in-out 450ms 0s;
	-moz-transition:all ease-in-out 450ms 0s;
	-ms-transition:all ease-in-out 450ms 0s;
	-o-transition:all ease-in-out 450ms 0s;
	transition:all ease-in-out 450ms 0s;
}

.foot_social a.fb {
	background-position:0 -144px;
}
.foot_social a.tw {
	background-position:-32px -144px;
}
.foot_social a.pin {
	background-position:-64px -144px;
}
.foot_social a:hover{opacity:.5;}

.footer-btm {
	height:45px;
	color:#fff;
	font-size:12px;
	padding-bottom: 20px;
}

.footer-btm a {-webkit-transition:all ease-in-out 500ms 0s;transition:all ease-in-out 500ms 0s;}

.footer-btm .left {float:left; padding-top:17px;}
.footer-btm .left a{color:#fff;}
.footer-btm .left a:hover{color:#722bb5;}
.footer-btm .right {float:right; padding-top:14px;}


.footer-btm .right ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
}

.footer-btm .right ul li {
	display:inline;
	line-height:12px;
}

.footer-btm .right ul li a {
	display:inline-block;
	padding:0 4px 0 6px;
	color:#fff;
}
.footer-btm .right ul li a:hover{color:#DE332C ;}
.footer-btm .right ul li:first-child a {border-left:0px;}
.footer-btm .right ul li:last-child a {padding-right:0px;}

/*************************************news css ***************************/
.news_page_block{
	padding: 32px 0 0 0;
	border-top: 1px solid #b2b2b3;
	margin-top: 35px;
	position: relative;
}
.news_inner{padding: 0 0 0 0; position: relative;}
.news_page_block:nth-of-type(1){
	padding-top:0;
	border-top: none;
	margin-top: 0;
}
.news_page_block figure{
	border: 1px solid #b5b3b3;
	width: 226px;
	height: 175px;
	margin: 3px 25px 0 0;
	float: left;
	overflow: hidden;
}
.news_page_block figure:hover a img{
	transform: scale(1.09);
}
.news_page_block figure img{
	width: 226px;
	height: 175px;
	transition: all 300ms ease 0s;
}
.testimonial_page_block{
    margin: 25px 0;
}
.testimonial_page_block figure{
	border: 1px solid #b5b3b3;
	width: 126px;
	height: 126px;
	margin: 3px 15px 0 0;
	float: left;
	overflow: hidden;
}
.testimonial_page_block figure:hover a img{
	transform: scale(1.09);
}
.testimonial_page_block figure img{
	width: 126px;
	height: 126px;
	transition: all 300ms ease 0s;
}

.news_head{
	font-size: 23px;
	color: #b36bf7;
	font-family: 'ralewaysemibold';
}
.news_head a{color: #b36bf7;}
.n_p_cont{padding-bottom: 15px;}
.post-date{
    float: left;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 72px;
	position: relative;
	left: 0;
	top: 4px;
	font-family: 'ralewaysemibold';
}
.news_p_right h3{
    padding-top: 5px;
    margin: 0;
}
.news_p_right span{
    font-weight: bold;
    line-height: 26px;
}
.day {
    background: #adadad;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 36px;
	line-height: 36px;
}
.month {
    background: #303030;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 36px;
	line-height: 36px;
}
.news_p_right .read_more{
	font-size: 17px;
	height: 34px;
	line-height: 34px;
	float: none;
}
.news_inside .news_page_block figure{
	width: 503px;
	height: 390px;
	margin-bottom: 18px;
	float: left;
}
.news_inside .news_page_block figure img{
	width: 503px;
	height: 390px;
}
.news_page_block .date{
	color: #000;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
}
.news_inside .news_page_block{padding-bottom: 25px; position: relative;}
.news_inside .n_p_cont{padding-bottom: 0;}
.news_inside .news_inner{position: static; padding-left: 0;}
.figure_left{padding-left: 0; position: relative; float: left;}
.share_block{
	padding-bottom: 35px;
}
.comment_head{
	font-family: 'ralewaysemibold';
	font-size: 25px;
	margin-bottom: 27px;
	color: #000;
}
.comment_head span{
	padding: 10px 25px;
	background: #cdcdcd;
}
.comment_by{
	color: #303030;
	font-size: 25px;
	font-family: 'ralewaybold';
	margin-bottom: 12px;
}
/*.comment_block:nth-of-type(1){margin-top: 0;}*/
.comment_block{
	padding: 22px 28px 22px 70px;
	border: 1px solid #b5b3b3;
	position: relative;
	margin: 75px 0 0 166px;
}
.comment_block p{padding-bottom: 10px;}
.comment_date{font-size: 12px;}

.comment_block figure{
	border: 1px solid #b5b3b3;
	width: 101px;
	height: 97px;
	position: absolute;
	top: -39px;
	left: -49px;
}
.comment_block:hover, .comment_block:hover figure{
	border-color:#c513ec;
}
.comment_block figure img{
	width: 101px;
	height: 97px;
}
.read_more.reply{
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 30px;
	top: 22px;
	text-transform: uppercase;
	padding: 0 15px;
}
.read_more.reply:hover{
	background: #303031;
}
.blog_form{padding: 30px 0 0;}
.blog_form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blog_form ul li{
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
}
.blog_form ul li label{
	width: 20%;
	float: left;
	padding: 8px 0 0;
}
.blog_form ul li > input[type="text"], .blog_form ul li textarea{
	float: right;
	width: 78%;
	margin-bottom: 0;
}
.blog_form ul li > input[type="file"]{
    float: right;
    width: 78%;
}
.s_blk{float: right; width: 78%;}
.btn_wr{float:right;}
.captcha-request {
    float: left;
}
.captcha-request input[type="text"] {
    height: 35px;
    margin: 0;
    width: 146px;
	float:left;
}

.captcha-request img {
    float: left;
    margin-left: 7px;
    width: 90px;
	height:33px;
	border:1px solid #d1d1d1;
}
.captcha-request a.refresh_btn {
	float:left;
	width:22px;
	height:22px;
	background:url(../images/refresh_icon.png) no-repeat;
	margin:8px 6px 0 7px;
	outline:none 0;
	-webkit-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
.captcha-request a.refresh_btn:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

/********************************************** enrolment page ****************************/
.enrol_page_wrap{
    position: relative;
}
.enrolment p span{
    color: #732CB6;
}
.enrolment_block{
    border: 1px solid #E2E2E2;
    padding: 0 10px;
    margin: 20px 0 20px 0;
}
.enrolment_block h3.title{
    font-size: 20px;
    line-height: 58px;
    font-size: 20px;
    min-width: 100px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 7px solid #732CB6;
    padding-left: 20px;
    margin-left: -10px;
    margin-right: 50%;
    font-family: "ralewaysemibold";
    color: #000;
}
.enrolment_form{
    position: relative;
}
.enrolment_form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.enrolment_form ul li{
    list-style-type: none;
    width: 48%;
    padding: 0 10px;
    font-family: 'ralewaymedium';
}
.enrolment_form ul li.lft{
    float: left;
}
.lft{
    float: left;
}
.rgt{
    float: right;
}
.enrolment_form ul li.rgt{
    float: right;
}
.enrolment_form ul li label{
    font-size: 15px;
    line-height: 34px;
}
.enrolment_form ul li label span{
    color: #ff0000;
    line-height: 24px;
    font-size: 24px;
}
.enrolment_form .field{
    min-height: 85px;
}
.captcha_request {
    float: none;
}

.captcha_request input[type="text"] {
    float: left;
    height: 35px;
    margin: 0;
    width: 151px;
}
.captcha_request img {
    float: left;
    margin: 0 10px;
    width: 89px;
    border: 1px solid #d1d1d1;
    height: 33px;
}
.captcha_request a.refresh_btn {
    background: url("../images/refresh_icon.png") no-repeat 0 0;
    height: 22px;
    width: 22px;
    float: left;
    margin: 6px 0 0 0;
    outline: 0 none;
    transition: all 200ms ease-in-out 0s;
}
.captcha_request a.refresh_btn:hover {
    transform: rotate(90deg);
}
.enrol{
    background: #b36bf7;
    color: #fff;
    font-size: 17px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 7px 0;
    cursor: pointer;
    border: 0;
}
.enrolment_form ul li .field a.fullwidth{
    width: 100%;
}
input[type="button"].download {
    background: #000;
    color: #fff;
    font-size: 17px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    border: 0;
    font-family: 'ralewaysemibold';
    line-height: 20px;
}
.enrol:hover, .download:hover{
    opacity: 0.8;
}

/******************************************** contact page *********************************/
.contact_left{
    width: 30%;
    float: left;
    
}
.contact_info{
    border: 1px solid #e2e2e2;
}
.contact_right{
    width: 67%;
    margin-left: 2%;
    float: right;
    border: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.contact_left h3.title{
    border-bottom: 1px solid #e2e2e2;
    border-left: 7px solid #732cb6;
    color: #000;
    font-family: "ralewaysemibold";
    font-size: 20px;
    line-height: 36px;
    min-width: 100px;
    padding-left: 20px;
}
.contact_info i{
    color: #732CB6;
}
.contact_left .getTouch{ 
    width: 88%; 
    float:left;
    padding: 0 20px;
}
.contact_left .getTouch ul li i{
    font-size: 20px;
}
.contact_left .getTouch a{
    color: #595959;
}
.contact_left .getTouch ul li small{
    width: 275px;
    color: #595959;
    font-size: 15px;
}
.contact_social{
    border: 1px solid #e2e2e2;
    margin-top: 55px;
}
.follow_us {
    float: left;
    padding: 20px 15px;
}
.follow_us a {
    background: url("../images/sprite.png") no-repeat;
    height: 63px;
    margin-right: 6px;
    transition: all 450ms ease-in-out 0s;
    width: 70px;
}
.follow_us a:hover{
    opacity: 0.8;
}
.follow_us a.fb {
    background-position: -4px -95px;
}
.follow_us a.tw {
    background-position: -92px -95px;
}
.follow_us a.lin {
    background-position: -182px -96px;
}
.follow_us a.gplus {
    background-position: -271px -95px;
}
.contact_right h3.title{
    border-bottom: 1px solid #e2e2e2;
    border-left: 7px solid #732cb6;
    color: #000;
    font-family: "ralewaysemibold";
    font-size: 20px;
    line-height: 58px;
    padding-left: 20px;
}
.contact_form{
    padding: 0 20px;
}
.contact_form ul li{
    width: 47%;
    margin: 0;
}
.contact_form  .field {
    min-height: 70px;
}
.contact_form ul li.fullwidth{
    width: 97%;
}
.map_wrap {
    clear: both;
    margin: 27px 0 0;
    padding: 20px 0 0;
    height: 325px;
    cursor: grab;   
}

.scrolloff{
    pointer-events: none;
}
/*#map_contact {
    width: 100%;
    height: 100%;
}*/
.contact_left h4{
    font-size: 26px;
    font-weight: bold;
    color: #732cb6;
}
.thankyou_txt h1 {
    color: #0265A6;
    font-size: 26px;
    padding: 15px 0 35px;
    text-align: center;
}
.thankyou_img{text-align:center;}
.thankyou_img img{display:inline-block;}