body
{
	margin: 0 auto;
	padding: 0;
	font-family:'Lato', sans-serif;
	font-size: 16px;
	max-width: 100%;
	color:#525252;
}

/*------------general------------*/

a{
	text-decoration: none !important;
	outline: none !important;
}
.rm-padding
{
	padding: 0;
}
.rml-padding
{
	padding-left: 0;
}
.rmr-padding
{
	padding-right: 0;
}
.rmr-margin
{
	margin-right: 0;
}


/*--------Fonts-----------*/

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto.eot');
	src: url('../fonts/Roboto.eot') format('embedded-opentype'),
	url('../fonts/Roboto.woff2') format('woff2'),
	url('../fonts/Roboto.woff') format('woff'),
	url('../fonts/Roboto.ttf') format('truetype'),
	url('../fonts/Roboto.svg#Oswald-Light') format('svg');
}
@font-face {
	font-family: 'VollkornItalic';
	src: url('../fonts/VollkornItalic.eot');
	src: url('../fonts/VollkornItalic.eot') format('embedded-opentype'),
	url('../fonts/VollkornItalic.woff2') format('woff2'),
	url('../fonts/VollkornItalic.woff') format('woff'),
	url('../fonts/VollkornItalic.ttf') format('truetype'),
	url('../fonts/VollkornItalic.svg#VollkornItalic') format('svg');
}

/*-------------------general------------------*/
.main_heading {
	display: inline-block;
	margin: 0 0 50px;
	color: #3e4095;
	font-size: 2.5rem;
	position: relative;
	padding-bottom: 10px;
}
.main_heading::before
{
	content: '';
	position: absolute;
	width: 20%;
	height: 4px;
	border-radius: 10px;
	background: #E6E6E6;
	bottom: -20%;
	left: 50%;
	transform: translate(-50%,0%);
}
.main_heading span 
{
	display: block;
	margin-top: 10px;
	font-size: 4rem;
	font-family: 'Pontano Sans', sans-serif;
	color: #ed3237;
}
.sub_heading
{
	position: relative;
	font-size: 2rem;
	color: #111;
	letter-spacing: 0px;
	line-height: 1.4;
	padding: 20px 0;
	margin: 0px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Pontano Sans', sans-serif;
}
.gen_row
{
	display: block;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 80px 0;
}
.gen_row .light_heading
{
	position: absolute;
	font-size: 7rem;
	color: #efefef;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	opacity: .5;
}
/*-------------------------slider row---------------------------*/
.slider_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 99;
}
.slider_text
{
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 9%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.slider_text h2
{
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-shadow: 1px 3px 5px rgba(0,0,0,0.35);
	color: rgba(255,255,255,1);
	font-weight: 400;
}
.slider_text h2 span
{
	display: block;
	font-size: 6rem;
	font-family: 'Poiret One', cursive;
}
/*-------------menu---------------*/
.navbar-inverse 
{
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	margin-bottom: 0px;
	border-top: 0;
}
.navbar-nav {
	float: right;
	margin: 0px auto;
	position: relative;

}
.navbar-brand {
	height: auto;
	padding: 5px 15px;
}
.navbar-inverse .navbar-nav > li
{
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a
{
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: rgba(255,255,255,.6);
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;	
}
.navbar-inverse .navbar-nav > li > a::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	background: rgba(255,255,255,.3);
	border-bottom: 0;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a:hover::before,.navbar-inverse .navbar-nav > .active > a::before,
.navbar-inverse .navbar-nav > .open > a::before
{
	height: 100%;
	bottom: 0;
	border-bottom: 2px solid #ed3237;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover
{
	color: #fff;
	background-color: transparent;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu 
{
	background-color: rgba(255,255,255,.3);
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
	transition: .7s ease-in-out;
	-webkit-transition: .7s ease-in-out;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.dropdown-menu > li > a {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 15px;
	color: rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.dropdown-menu > li:last-child > a 
{
	border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover
{
	background: #ed3237;
	color: #fff; 
}
/*-------------Fixed header-------------*/
.fixed-header
{
	position: fixed;
	top: 0; 
	z-index: 999;
	background: #fff;	
	border-bottom: 1px solid #ed3237;
}
.fixed-header .navbar-nav {
	margin: 0px auto;
}
.fixed-header .navbar-nav > li > a {
	color: #3D241B;
}
.fixed-header .navbar-nav > .active > a,.fixed-header .navbar-nav > li > a:hover
{
	color: #fff;
}
.fixed-header .navbar-nav > li > a::before,.fixed-header .navbar-nav > .active > a::before
{
	background: #ed3237;
	z-index: -1
}
.fixed-header .navbar-brand{
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 0 0 50% 50%;
	border-bottom: 2px solid #ed3237;
}
.fixed-header .dropdown-menu 
{
	background-color: #ed3237;
}
.fixed-header .navbar-brand:focus, .fixed-header .navbar-brand:hover {   
	background-color: #fff;
}
/*---------------general----------------*/
.general_row
{
	display: block;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 80px 0;
	overflow: hidden;
}
.quicklink_row
{	
	padding: 0;
	background: rgb(196,15,15);
	background: -moz-linear-gradient(top,  rgba(196,15,15,1) 0%, rgba(237,50,55,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(196,15,15,1) 0%,rgba(237,50,55,1) 100%);
	background: linear-gradient(to bottom,  rgba(196,15,15,1) 0%,rgba(237,50,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40f0f', endColorstr='#ed3237',GradientType=0 );
}
.q_block
{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 30px ;   
}
.q_block_commBG
{
	background: -moz-linear-gradient(top,  rgba(237,50,55,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(237,50,55,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(237,50,55,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#00ffffff',GradientType=0 );
}
.q_block_galBG
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(237,50,55,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,50,55,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(237,50,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ed3237',GradientType=0 );
}
.q_block_left
{
	display: table-cell;
	padding-right: 10px;
}
.q_block .icon
{
	display:inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 2.54em;
	height: 2.54em;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	background: #fff;
}
.q_block .icon i {
	line-height: 2.5em;
	display: block;
	margin: -1px 0 0 0;
	text-align: center;
	vertical-align: middle;
	color:#3e4095;   
}
.q_block .cnt
{
	display: table-cell;
	vertical-align: middle;
	line-height: 17px;
	width: auto;
	overflow: hidden;
	text-align: left;
}
.q_block .cnt p
{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 0 3px rgba(0,0,0,.1);
}
.q_block .cnt span
{
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	color: #fff;
	margin: 6px 0 0;
}
.fxNews_logo
{
	position: absolute;
	z-index: -1;
	opacity: .2;
	width: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/*------------footer row----------*/
.footer_row
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	background: #ed3237;
}
.footer_row p
{
	margin: 0;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,.8);
	text-transform: capitalize;
	letter-spacing: 0px;
}
.footer_row p a
{
	color: rgba(255,255,255,.8);
}
.footer_row p a:hover
{
	color: rgba(255,255,255,1);
}
/*-------------general banner-------------*/
.general_banner_row {
	display: block;
	position: relative;
	width: 100%;
	z-index:1;
	/*overflow: hidden;*/
}
.general_banner_row::after
{
  content: '';
  bottom: 0px;
  left:0;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 30px #000;
}
.general_banner_row img
{
	width: 100%;
	border-bottom: 2px solid #fff;
}
.gen_table {
	display: table;
	overflow: hidden;
	width: 100%;
}
.gen_table tr:nth-child(2n+1) {
	background: #F9F9F9;
}
.gen_table th {
	padding: 7px;
	text-align: center;
	background: #493989;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}
.gen_table tr td {
	padding: 7px 15px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	border-collapse: collapse;
}
.gen_table tr td:first-child
{
	text-align: center
}
/*---------------event row----------*/
.event_row
{
	background: url('../image/mainSlider/banner5.jpg')no-repeat;
	background-attachment: fixed;
	background-size: cover
}
.event_row_overlay
{
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.event_row h2
{
	position: relative;
	display: block;
	z-index: 11;
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 3rem;
	margin: 0 0 30px;
	padding: 0;
}
.event_row .event_blocks
{
	position: relative;
	display: block;
	z-index: 11;
}
.img_big,.img_small
{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.img_big img
{
	width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.img_small img {
	height: 185px;
	width: 100%;
	-webkit-filter: grayscale(50%); 
	filter: grayscale(50%);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.img_big:hover img,.img_small:hover img 
{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.lines {
	stroke: #fff;
	stroke-width: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	fill: transparent;
	mix-blend-mode: overlay;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.65s ease-in-out;
}
.img_big:hover .lines,.img_small:hover .lines{
	stroke-dashoffset: 2370;
	stroke-dasharray: 2370;
}
.details-large {
	position: absolute;
	bottom: 10%;
	left: 10%;
}
.details-large h1 {
	font-size: 4rem;
	color: #fff;
	transform: translateY(100px);
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all cubic-bezier(.24, 1.53, .36, 1.23) 600ms;
}
.details-large h4 {
	font-size: 2rem;
	color: #fff;
	text-transform: capitalize;
	transform: translateY(150px);
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	opacity: 0;
	line-height: 1.5;
	transition: all cubic-bezier(.24, 1.53, .36, 1.23) 1000ms;
}
.img_big:hover .details-large h1,.img_big:hover .details-large h4 {
	transform: translateY(0);
	opacity: 1;
}
.details-small {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
.icon-large {
	-webkit-background-size: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	display: inline-block;
}
.details-large .icon-div {
	transform: translateY(250px);
	transition: all cubic-bezier(.24, 1.53, .36, 1.23) 900ms;
}
.details-small .icon-div {
	transform: translateY(180px);
	transition: all cubic-bezier(.24, 1.53, .36, 1.23) 900ms;
}
.details-small h4 {
	font-size: 2rem;
	color: #fff;
	mix-blend-mode: overlay;
	transform: translateY(100px);
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	opacity: 0;
	margin-top: 15px;
	letter-spacing: 1.2px;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
	transition: all cubic-bezier(.24, 1.53, .36, 1.23) 600ms;
}
.img_big:hover .details-large .icon-div,.img_small:hover .details-small .icon-div {
	transform: translateY(0);
	opacity: 1;
}
.details-small > * {
	display: table;
	margin: 0 auto;
	align-items: center;
}
.img_small:hover .details-small h4 {
	transform: translateY(0);
	opacity: 1;
}
.photo {
	background-image: url('../image/icons/photo.png');
	background-size:cover
}
.hidden-block {
	overflow: hidden;
}
.fill-links {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.viewall_btn
{
	display: inline-block;
	position: relative;
	z-index: 11;
	padding: 7px 15px;
	background: #ed3237;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px
}
.viewall_btn:hover
{
	background:#3e4095;
	color: #fff;
}
/*---------event gallery--------------*/
.event_album
{
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	border: 1px dashed #ccc;
}
.event_album .eg_title
{
	display: block;
	margin: 0 0 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #3e4095;
	/*font-weight: 600;*/
	letter-spacing: 0;
}
.event_album .cover_img
{
	width: 100%;
	height: 233px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	object-fit: cover;
}
.event_album .photo_icon
{
	position: absolute;
	z-index: 11;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.event_album:hover .photo_icon
{
	
	top: 50%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.event_album .cal_date
{
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #b0b0b0;
	font-weight: 300;
}
.event_album .cal_date i
{
	margin-right: 5px;
	color: #ed3237;
}
.event_album:hover
{
	background: #f3f3f3;
}
.event_album:hover .cover_img
{
	filter: blur(1px);
	-webkit-filter: blur(1px);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.event_title
{
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #3e4095;
	font-weight: 600;
	letter-spacing: 0;
}
.event_date
{
	display: inline-block;
	margin: 0 0 20px;
	font-size: 12px;
	text-transform: capitalize;
	color: #b0b0b0;
	font-weight: 300;
	letter-spacing: 0
}
.event_date i
{
	margin-right: 5px;
	color: #ed3237;
}
/*---------------Back To Top------------------*/
.cd-top
{
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 5%;
	right: 3%;
	overflow: hidden;
	background: #eaeaea;
	visibility: hidden;
	opacity: 0;
	line-height: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
	padding: 8px 5px;
	text-align: center;
	border: 2px solid #dadada;
}
.cd-top i
{
	font-size: 20px;
	color:#ed3237;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover
{
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible
{
	visibility: visible;
	opacity: 1;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
}
.cd-top:hover
{
	background: #3e4095;
	border-color: #3e4095;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
}
.cd-top:hover i
{
	color: #fff;
}
/*----------contact page------------*/
.contact_info {
	display: block;
	position: relative;
	margin: 20px 0;
	text-align: center;
}
.contact_info .img_icon
{
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 15px 10px 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.contact_info .img_icon img {
	width: 40px;
}
.contact_info h4 {
	display: block;
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	color: #3e4095;
	font-family: 'Pontano Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0 15px;
	padding: 7px 0px;
}

.contact_info p span
{
	color: #ed3237;
	text-transform: uppercase
}
.enquiry_row
{
    background:#f2f2f2
}
.enquiry_row .form-control {
    margin-bottom: 30px;
    border-radius: 0;
    height: 54px;
    border-color: transparent;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .02);
}
.send_btn
{
    display: inline-block;
position: relative;
padding: 12px 25px;
font-size: 18px;
color: #fff !important;
background:#ed3237;
text-transform: capitalize;
font-family: 'Pontano Sans', sans-serif;
border:0;
}
.send_btn:hover
{
    background:#3e4095;
    color:#fff 
}
/*-------------Job Portal-----------*/
.job-block
{
	display: block;
	position: relative;
	margin: 20px 0 0;
	padding: 15px;
	border: 1px solid #efefef;
}
.job-block h3
{
	display: block;
	margin: 0 0 10px;
	/* font-weight: 600; */
	font-size: 18px;
	color: #ed3237;
	/* font-family: 'Pontano Sans', sans-serif; */
}
.job-block .comp_title
{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.job-block .exp
{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0px;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 1
}
.job-block .exp i
{
	margin-right: 5px;
	color: #ed3237;
}
.job-block .job_lbl
{
	display: inline-block;
	width: 20%;
	color: #111;
	font-size: 14px;
	position: relative;
	margin: 2px 0;
	overflow: hidden;
	vertical-align: middle;
}
.job-block .job_lbl::after
{
	content: ':';
	position: absolute;
	top: 0;
	right: 10px;
	color: #111;
}
.job-block  .job_lbl_details
{
	display: inline-block;
	width: 78%;
	font-size: 14px;
	color: #666;
	margin: 2px 0;
	overflow: hidden;
	vertical-align: middle;
}
.job-block hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.job-block:hover
{
	background: #fbfbfb;
	border: 1px dashed #ff9b9d;
}
/*----------facility------------*/
.facility_group
{
	display: block;
	overflow: hidden;
	margin-top: 43px
}
.facility_block,.certificate_block
{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 230px;
	margin: 10px 0;
	padding: 0;
	border: 5px solid rgba(0,0,0,.15);
}
.f_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 20%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.facility_block img {
	width: 100%;
	transition: ease-in-out .7s;
	-webkit-transition: ease-in-out .7s;
}
.facility_block h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
}
.facility_block:hover img {
	transform: scale(1.1);
	transition: ease-in-out .7s;
	-webkit-transition: ease-in-out .7s;
}
.certificate_block
{
	height: auto;
	border: 0;
}
.certificate_block img
{
	border: 5px solid rgba(0,0,0,.15);
	margin-bottom: 20px;
	height: 230px;
}
.certificate_block h2
{
	display: block;
	margin: 0 0 20px;
	font-size: 2rem;
	color: #ed3237;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.certificate_block p
{
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(0,0,0,.15);
}
.certificate_block p::before
{
	content: '\f0a4';
	position: absolute;
	top: 0;
	left: 0;
	color: #ed3237;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
/*-------------------matrimonial registration-------------------*/
.matrimonialRegi_row
{
    background:#f2f2f2
}
.matrimonialRegi_row h2
{
    display:block;
    margin:10px 0 30px;
    padding-bottom: 10px;
    font-size:20px;
    color:#ff0000;
    border-bottom:1px dashed #ccc;
}
.matrimonialRegi_row .form-lbl,label
{
    font-weight:500;
    font-size:14px;
}
.matrimonialRegi_row .form-control {
    margin-bottom: 30px;
    border-radius: 0;
    height: 40px;
    border-color: transparent;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .02);
}
.radio-control tr {
    display: inline-block;
    margin-right: 5px;
}
.radio-control tr td label {
    margin: 0 5px;
}
.requirefieldLbl {
  padding: 2px 10px;
  position: absolute;
  bottom: 0px;
  left: 15px;
  color: #fff !important;
  display: block;
  z-index: 100;
  background-color: red;
  border-radius: 3px;
  font-size: 1.1rem;
  letter-spacing: 0px;
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);
  animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -webkit-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -moz-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  transform-origin: left top;
}
@keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
@-moz-keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
@-webkit-keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
.requirefieldLbl::after{
  position: absolute;
  content: '';
  top: -6px;
  left: 5px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right:  6px solid transparent;
  border-bottom: 6px solid red;
  z-index: 95
}
.event_block
{
    display: block;
position: relative;
margin: 20px 0 0;
padding: 15px;
border: 1px solid #efefef;
}
.event_block .event_block_lbl {
    display: inline-block;
    width: 25%;
    color: #111;
    font-size: 14px;
    position: relative;
    margin: 2px 0;
    overflow: hidden;
    vertical-align: middle;
}
.event_block .event_block_lbl::after {
    content: ':';
    position: absolute;
    top: 0;
    right: 10px;
    color: #111;
}
.event_block .event_block_lbl_details {
    display: inline-block;
    width: 73%;
    font-size: 14px;
    color: #666;
    margin: 2px 0;
    overflow: hidden;
    vertical-align: middle;
}
.event_block .e_schedule{
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.live_link
{
    display: inline-block;
background: #ed3237;
color: #fff;
padding: 5px 10px;
margin: 0px 0 0;
border-radius: 3px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.live_link:hover
{
background: #3e4095;
color: #fff;
}

.click-here {
	background-color: red;
	padding: 5px 20px;
	border-radius: 10px;
	color: white;
}