@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'pt_serifregular';
	src: url('../font/PTF55F-webfont.eot');
	src: url('../font/PTF55F-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../font/PTF55F-webfont.woff') format('woff'),  url('../font/PTF55F-webfont.ttf') format('truetype'),  url('../font/PTF55F-webfont.svg#pt_serifregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bamini';
	src: url('../font/Bamini.ttf') format('truetype');
}
#tamil_title
{
	font-family: 'Bamini';
	src: url('../font/Bamini.ttf') format('truetype');
	font-size: 20px;	
	color: #212121;
}
#main_title
{
	font-size: 18px;	
	color: #3b276c;
	text-align: center;
	font-weight: bolder;
	text-shadow: 1px 1px rgb(251, 250, 250);
	/* background-color: white; */
}
#index_notofocation
{
	font-size: 18px;	
	color: #f50404;
	text-align: center;
	font-weight: bolder;
	text-shadow: 1px 1px rgb(251, 250, 250);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'pt_serifregular';
	font-size: 13px;
	background: #fff;
	color: #212121;
	background-size: cover;
	background-color: hsl(89deg 18.24% 87.67% / 30%); /* hsla(89, 43%, 51%, 0.3)!important; */
	
}
.skiptranslate iframe
{
	display:contents;	
}
.spacer {
	display: block;
	height: 15px;
}

label {
	display: block;
	margin-bottom: 5px;
}

.top {
	/* background: url(../images/body-bcg.jpg) bottom repeat-x; */
	
	/* background-color:#d4dec9; */
	font-size: 28px;
	color: #212121;
	padding: 5px 0;

	
}
/* .top img{
	border-radius: 12px;
} */
.top a {
	text-decoration: none;
	color: #3b276c;

	font-size: 18px;
	line-height: 24px;
	padding: 5px 2px;
	cursor: pointer;
}
.top a:hover {
	color: rgb(255, 252, 251);
	cursor: pointer;
}
.top a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.top-right {
	text-align: right;
}


.header .container{
	/* background: url(../images/header_bg.jpg) center top repeat-x; */
}
.logo {
	padding: 10px 0;
}
.button {
	padding-top: 35px;
	text-align: right;
}
.container-bg
{
	/* background-image: url("../images/gif1.gif")!important;
	background-size: cover; */
}
.contactbcg {
    /* background:url(../images/live-help.png) bottom left no-repeat; */
    /* float: right; */
    /* padding: 0px 8px 0px 84px; */
    font-weight: bold;
	margin-top: 25px;
	color:black;
	text-shadow: 0 0 3px #f6f4f4, 0 0 5px #f9f9fb;
	font-size: large;
}

.navbar {
	/* margin-bottom: 0;
	min-height: 0px; */
	/* font-weight: bold; */
	background-color: #3b276c;
}
/*.navbar-brand {
    float: left;
    padding: 15px 15px;
    line-height: 20px;
}
.navbar-brand img.logo {
    width: 350px;
}*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
/*.navbar-collapse.collapse {
	width: 100%;
    display: table!important;
}
.navbar-nav {
	float: none;
	display: table-row;
}
.navbar-nav > li {
	float: none;
	text-align: center;
	display: table-cell;
}
@media(max-width: 768px){
	.navbar-collapse.collapse {
		display: block!important;
	}
	.navbar-nav {
		display: block;
	}
	.navbar-nav > li {
		float: none;
		text-align: center;
		display: block;
	}
}*/
.nav>li>a {
    position: relative;
    display: block;
    /* padding: 10px 18px; */
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.nav>li>a:hover,
.nav>li.active>a {
	color: #8c0507;
    /* background-color: #f9f9f9; */
	background-color: #fae445;
	border-radius: 5px;
	cursor: pointer;
}
.navbar-toggle {
   background-color: #f9f9f9;
   border: 2px solid transparent;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #af0207;
}
.navbar-toggle:hover {
   background-color: #af0207;
   border: 2px solid #f9f9f9;
}
.navbar-toggle:hover>.icon-bar {
	background-color: #f9f9f9;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 6px 12px #616161;
    box-shadow: 0 6px 12px #616161;
}
.dropdown-menu>li>a {
	background-color: #f9f9f9;
	padding: 5px 10px;
}
.dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #af0207;
}
@media(min-width: 768px) {
	.navbar-nav>.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu:hover .navbar>.nav>a {
		color: #404040;
	    background-color: #f9f9f9;
	}
}
@media(max-width: 768px) {
	.top,
	.top-right {
		text-align: center;
	}
	.top-right {
		line-height: 32px;
	}
	.logo {
		text-align: center;
		padding: 0;
	}
	.button {
		padding-top: 5px;
		text-align: center;
	}
	.contactbcg {
	    /* background: #ffffff url(../images/live-help.png) bottom center no-repeat; */
	    padding: 0px 0px 0px 86px;
	    font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
	.navbar-brand {
	    padding: 10px 10px;
	}
	.navbar-brand img.logo {
	    width: 220px;
	}
	ul.navbar-nav {
		float: none;
	}
	.nav>li>a {
	    padding: 10px 0;
		text-align: center;
	}
	.navbar-nav {
	    margin: 7.5px 15px;
	}
	.dropdown-menu>li>a {
		background-color: #f9f9f9;
		padding: 5px 10px;
		text-align: center;
	}
}

#wrapper {
	
}
#page {
	
}

input:focus {
    border:#f10303 solid 1px;
}

textarea:focus {
    border:#f10303 solid 1px;
}

.mainhdrbcg {
	background: url(../images/header-bcg.jpg) center top no-repeat;
	height: 87px;
	margin-top: 3px;
}
.srchbcg {
	background: url(../images/search-bcg.jpg) no-repeat;
	width: 302px;
	height: 48px;
	margin-top: 5px;
	margin-right: 20px;
}
.search {
	background: url(../images/serch-field.jpg) no-repeat;
	width: 244px;
	height: 35px;
	border: none;
	padding: 0 5px;
	line-height: 30px;
	margin-top: 7px;
	margin-left: 7px;
}
.serchbuton {
	background: url(../images/srch-buton.jpg) no-repeat;
	width: 31px;
	height: 35px;
	cursor: pointer;
	border: none;
}
.addcrtdetail {
	padding-top: 22px;
	color: #a61d17;
	font-size: 13px;
	line-height: 19px;
}
.addcrtdetail a span {
	color: #ffa700;
}
.addcrtdetail a {
	padding: 0 2px;
	color: #a61d17;
	font-size: 13px;
	line-height: 19px;
	text-decoration: none;
}
.addcrtdetail a:hover {
	color: #212121;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.margintp {
	margin-top: 15px;
}
.marginbtm {
	margin-bottom: 15px;
}
.toplinkbcg {
	background: #af0207; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmMDIwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjA1MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #af0207 0%, #bf050a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af0207), color-stop(100%, #bf050a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #af0207 0%, #bf050a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #af0207 0%, #bf050a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #af0207 0%, #bf050a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #af0207 0%, #bf050a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0207', endColorstr='#bf050a', GradientType=0 ); /* IE6-8 */
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ultoplink {
	padding: 0px;
	margin: 0px;
}
.ultoplink li {
	list-style: none;
	float: left;
	color: #fff;
}
.ultoplink li a {
	background: url(../images/sprater.jpg) right top no-repeat;
	text-decoration: none;
	padding: 0 18px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: block;
}
.ultoplink li a:hover {
	background: #efefef;
	color: #212121;
}
/*Top Navigation Styling*/

#mainmenu3 {
	height: 40px;
	margin-top: 0px;
	background: #af0207; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmMDIwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjA1MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #af0207 0%, #bf050a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af0207), color-stop(100%, #bf050a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #af0207 0%, #bf050a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #af0207 0%, #bf050a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #af0207 0%, #bf050a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #af0207 0%, #bf050a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0207', endColorstr='#bf050a', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: 'pt_serifregular';
}
#mainmenu3 ul {
	height: 50px;
	position: relative;
	z-index: 1000;
	list-style: none;
	padding: 0
}
#mainmenu3 ul li {
	display: block;
	float: left;
	background: url(none.html);
	margin: 0;
	padding: 0 3px 0 0;
}
#mainmenu3 ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: none;
	padding: 0 15px 0 15px;
	background: url(../images/sprater.jpg) right top no-repeat;
}
#mainmenu3 ul li a span {
	float: left;
	display: block;
	height: 36px;
	cursor: pointer;
	padding: 0 3px;
}
#mainmenu3 ul li a span.down {
	padding-right: 3px;
	padding-left: 3px;
	background: url(../images/menu-down.html) no-repeat right 17px;
}
#mainmenu3 ul li a.active {
	color: #000;
	background: #f2f2f2;
	border-bottom: 1px solid #2E81AA;
}
#mainmenu3 ul li:hover a {
	color: #000;
	background: #f2f2f2;
	text-shadow: none;
}
#mainmenu3 ul li:hover a span.down {
	background: url(../images/menu-down-hover.html) no-repeat right 17px;
}
#mainmenu3 ul li:hover {
	position: relative;
	z-index: 200;
}
#mainmenu3 ul li:hover ul {
	left: 0;
	top: 35px;
	width: 230px;
	height: auto;
	z-index: 300;
	background: #ecf0f2;
	margin: 0;
	padding: 0px;
}
#mainmenu3 ul li:hover ul li {
	display: block;
	float: left;
	position: relative;
	width: 230px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #CCC;
	text-transform: none;
	margin: 0;
	padding: 0;
}
#mainmenu3 ul li:hover ul li a {
	display: block;
	width: 220px;
	color: #11445E;
	text-decoration: none;
	line-height: 34px;
	height: 35px;
	padding-right: 0;
	padding-left: 0;
	font-size: 13px;
	padding-left: 10px;
}
#mainmenu3 ul li ul li a.fly span {
	display: block;
	width: 230px;
	background-image: url(../images/sub_menu-arrow.html);
	background-repeat: no-repeat;
	background-position: 210px center
}
#mainmenu3 ul li:hover ul li a:hover {
	background: #B50308;
	color: #fff
}
#mainmenu3 ul li:hover ul li a.fly:hover {
	background: url(../images/sub_menu-hover.html) repeat-x left top
}
#mainmenu3 ul li:hover li:hover ul, #mainmenu3 ul li:hover li:hover li:hover ul, #mainmenu3 ul li:hover li:hover li:hover li:hover ul, #mainmenu3 ul li:hover li:hover li:hover li:hover li:hover ul {
	left: 206px;
	top: 0;
	width: 205px;
	z-index: 400;
	height: auto;
	margin: 0;
	padding: 0
}
#mainmenu3 ul ul, #mainmenu3 ul li:hover ul ul, #mainmenu3 ul li:hover li:hover ul ul, #mainmenu3 ul li:hover li:hover li:hover ul ul, #mainmenu3 ul li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0
}
#mainmenu3 ul li:hover li:hover a.fly, #mainmenu3 ul li a:hover li:hover li:hover a.fly, #mainmenu3 ul li:hover li:hover li:hover li:hover a.fly, #mainmenu3 ul li:hover li:hover li a:hover li a:hover li a:hover a.fly {
	color: #11445E;
	border-bottom: 0
}
/******************/


.serch {
	background: #FFF;
	border-radius: 3px;
	width: 220px;
	height: 30px;
	margin-top: 7px;
	padding: 0 10px;
	color: #212121;
	border: none;
}
.mrgnright {
	margin-right: 20px;
}
.mrgnleft {
	margin-left: 20px;
}
.mrgntop15 {
	margin-top: 15px;
}
.mrgnbmtom15 {
	margin-bottom: 15px;
}
.bannerwidth {
	width: 624px;
	margin-right: 6px;
}
.registersrchpart {
	padding: 10px 20px;
	background: #f3f3f3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #e7e7e7;
}
.registersrchpart h1 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	padding: 5px 0px;
	margin-bottom: 20px;
}
.newsltr {
	background: url(../images/newsletr-bcg.html) no-repeat;
	width: 224px;
	height: 135px;
}
.newsltrsrch {
	background: url(../images/news-leter-srch.html) no-repeat;
	width: 199px;
	height: 36px;
	margin: 50px 0 0 8px;
	border: none;
	padding: 0 5px;
}
.newsltrsubmit {
	float: right;
	background: url(../images/submit-buton.html) no-repeat;
	width: 74px;
	height: 31px;
	cursor: pointer;
	border: none;
	margin: 10px 5px 0 0;
}
.width224 {
	width: 224px;
}
.freebcg {
	margin-top: 10px;
	padding: 5px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
}
.freebcg p {
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	color: #000;
}
.freebcg2 {
	margin-top: 10px;
	padding: 5px;
	background: #a0c3be; 
	
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NzgxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmEzMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a0c3be 0%, #c9dede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0c3be), color-stop(100%, #c9dede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a0c3be 0%, #c9dede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a0c3be 0%, #c9dede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a0c3be 0%, #c9dede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a0c3be 0%, #c9dede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c3be', endColorstr='#c9dede', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;

}
.freebcg2 p {
	font-size: 18px;
	text-align: justify;
	line-height: 36px;
	color: #044648;
}
.contctoption {
	background: #e57816; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NzgxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmEzMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e57816 0%, #f2a30a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e57816), color-stop(100%, #f2a30a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e57816 0%, #f2a30a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e57816 0%, #f2a30a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e57816 0%, #f2a30a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e57816 0%, #f2a30a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57816', endColorstr='#f2a30a', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	margin-right: 5px;
}
.contctoption h1 {
	background: url(../images/contact-option.png) no-repeat;
	background-position: 10px 10px;
	color: #fff;
	font-size: 20px;
	padding: 10px 0 5px 50px;
	font-style: normal;
}
.contctoption p {
	font-size: 15px;
	color: #fff;
	padding: 20px 15px;
	line-height: 24px;
	text-align: justify;
}
.complete-free {
	background: #023663; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMzY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTM2ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #023663 0%, #053688 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023663), color-stop(100%, #053688)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #023663 0%, #053688 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #023663 0%, #053688 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #023663 0%, #053688 100%); /* IE10+ */
	background: linear-gradient(to bottom, #023663 0%, #053688 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023663', endColorstr='#053688', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	margin-right: 5px;
}
.complete-free h1 {
	background: url(../images/complete-free.png) no-repeat;
	background-position: 10px 10px;
	color: #fff;
	font-size: 20px;
	padding: 10px 0 5px 50px;
	font-style: normal;
}
.complete-free p {
	font-size: 15px;
	color: #fff;
	padding: 20px 15px;
	line-height: 32px;
	text-align: justify;
}
.width225 {
	width: 225px;
	margin: 0 10px;
}
.width225 h2 {
	font-size: 18px;
	color: #000;
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e5e0;
	text-align: center;
}
.width225 p {
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}
.othersucess a {
	text-decoration: none;
	color: #1776cc;
	font-weight: bold;
	padding-right: 15px;
}
.othersucess a:hover {
	color: #000;
}
.anayrvdc {
	font-size: 18px;
	color: #d22429;
	line-height: 28px;
	text-align: left;
	margin-bottom: 10px;
}
.width496 {
	width: 496px;
	margin: 0 18px;
}
.metrimonial {
	background: #869970;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.metrimonial h3 {
	margin-top: 8px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}
.metrimonial p {
	font-size: 12px;
}
.success_box {
	background: #dae9c9;
	color: #080000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	display: block;
	height: 120px;
	font-size: 18px !important;
}
.success_box a {
	font-size: 11px;
	padding-left: 5px;
}
.success_box p {
	font-size: 16px;
}
@media(max-width: 768px) {
	.success_box {
		margin-top: 20px;
		text-align: center;
	}
}

.width256 {
	width: 253px;
	background: #d0024e;
	color: #fff;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.width256 a {
	font-size: 11px;
	padding-left: 5px;
}
.width256 p {
	font-size: 11px;
}
.content {
	padding: 0px;
	margin: 0px;
	color: #6f6e6c;
	line-height: 20px;
	text-align: justify;
}
.content h1 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #303030;
	font-weight: normal;
}
h3 {
	/* background: #fbb024; */
	font-size: 22px;
	border-radius: 5px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 10px;
	margin-top: 0;
}
.content p {
	font-size: 13px;
	line-height: 21px;
	color: #333;
	padding: 2px 0 5px 0;
}
.content p a {
	text-decoration: none;
	color: #900;
	font-size: 15px;
	padding-left: 10px;
}
.content p a:hover {
	color: #333;
}
.content ul {
	padding-left: 20px;
	font-size: 14px;
	color: #333;
}
.content ul li {
	padding-left: 5px;
	line-height: 22px;
}
.content h2 {
	background: #cf2428;
	border-radius: 3px;
	color: #fff;
	line-height: 25px;
	font-size: 16px;
	margin: 10px 0;
	font-family: "Segoe UI";
	font-weight: normal;
	padding: 3px 10px;
}
.content h1 span {
	color: #cf2428;
}
.banner {
	background: url(../images/banner.jpg) center top no-repeat;
	height: 436px;
}
.width220 {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.botomlink h1 {
	margin: 5px;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	font-size: 14px;
	color: #59ad11;
	padding: 10px;
}
.botomlink ul {
	padding-left: 25px;
	margin-bottom: 5px;
}
.botomlink ul li a {
	color: #030;
	line-height: 22px;
}
.botomlink ul li a:hover {
	color: #ca6500;
	text-decoration: none;
}
.botomlink .btn-subs {
	margin-top: 12px;
	margin-bottom: 12px;
}

.copyright {
	background: #b40308;
	padding: 10px;
	line-height: 30px;
	color: #ffffff;
}
.copyright p a {
	text-decoration: none;
	color: #FFF;
}
.copyright p a:hover {
	color: #333;
}
.copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
}
.copyright p.social_links {
	text-align: right;
}

.left_marquee {
	height: 500px;
}

@media(max-width: 768px) {
	.copyright p,
	.copyright p.social_links {
		text-align: center;
	}
	.left_marquee {
		height: 200px;
	}
}

.findpartner {
	background: #fbb024;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
	text-align: center;
	padding: 8px;
}
.mytextfield {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 220px;
	margin-right: 10px;
	height: 28px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mytextfield3 {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 170px;
	margin-right: 10px;
	height: 28px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mytextfield1 {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 100px;
	height: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.yearmytextfield {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 70px;
	height: 21px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.monthmytextfield {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 76px;
	height: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.datemytextfield {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 50px;
	height: 25px;
	margin-bottom: 5px;
	margin-left: 12px;
}
.mytextfieldage {
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 95px;
	height: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.myButton {
	margin: 0;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
	background-color: #ffec64;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #d40000;
	/* font-family: arial; */
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	cursor: pointer;
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
	background-color: #ffab23;
	text-decoration: none;
}
.myButton:active {
	position: relative;
	top: 1px;
}

.width250 {
	width: 250px;
}
.width730 {
	width: 730px;
	margin-left: 20px;
}
/* sucess Stories------- */
.sucesstories {
	padding: 10px;
}
.sucesstories p {
	padding: 3px 5px;
	font-size: 12px !important;
}
.sucesstories p a {
	padding: 3px 0;
}
.sucesstories .col1 {
	background: #FFF;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom:20px;
	padding: 8px;
	/* height:335px; */
}
.sucesstories .col1 img{
	align-items: center;
}
.sucesstories .col2 {
	background: #FFF;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	margin-right: 10px;
	padding: 5px;
}
.sucesstories .col3 {
	background: #FFF;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	padding: 5px;
}
.sucesstories h2 {
	font-size: 14px;
}
/* sucess Stories----end------ */
	
h4 {
	padding: 5px;
}
.imgpading {
	padding: 5px;
}




/* ---------------------------------------- USER PANEL CSS ---------------------------------------- */

/* Starter CSS for Flyout Menu */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #F3F3F3;
	border-left: none;
	border-radius: 5px;
	margin-bottom: 2px;
}
#cssmenu ul {
	position: relative;
	z-index: 597;
	float: left;
}
#cssmenu ul li {
	float: left;
	min-height: 1px;
	line-height: 1em;
	vertical-align: middle;
}
#cssmenu ul li.hover, #cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
#cssmenu ul ul {
	margin-top: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 99%;
	z-index: 598;
	width: 100%;
}
#cssmenu ul ul li {
	float: none;
}
#cssmenu ul ul ul {
	top: 1px;
	left: 99%;
}
#cssmenu ul li:hover > ul {
	visibility: visible;
}
#cssmenu ul li {
	float: none;
}
#cssmenu ul ul li {
	font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
#cssmenu ul a, #cssmenu ul a:link, #cssmenu ul a:visited {
	display: block;
	color: #404040;
	text-decoration: none;
}
#cssmenu > ul {
	float: none;
}
#cssmenu ul {
	background: #fff;
}
#cssmenu > ul > li {
	border-left: 3px solid #d7d8da;
}
#cssmenu > ul > li > a {
	padding: 10px 20px;
}
#cssmenu > ul > li:hover {
	border-left: 3px solid #cf0404;
}
#cssmenu ul li:hover > a {
	color: #cf0404;
}
#cssmenu > ul > li:hover {
	background: #f6f6f6;
}
/* Sub Menu */
#cssmenu ul ul a:link, #cssmenu ul ul a:visited {
	font-weight: 400;
	font-size: 14px;
}
#cssmenu ul ul {
	width: 180px;
	background: none;
	border-left: 20px solid transparent;
}
#cssmenu ul ul a {
	padding: 8px 0;
	border-bottom: 1px solid #eeeeee;
}
#cssmenu ul ul li {
	padding: 0 20px;
	background: #fff;
}
#cssmenu ul ul li:last-child {
	border-bottom: 3px solid #d7d8da;
	padding-bottom: 10px;
}
#cssmenu ul ul li:first-child {
	padding-top: 10px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom: none;
}
#cssmenu ul ul li:first-child:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: -20px;
	top: 13px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.others {
	display: block;
	visibility: visible;
}
.smartphones {
	display: none;
	visibility: hidden;
}
@media(max-width: 768px){
	.others {
		display: none;
		visibility: hidden;
	}
	.smartphones {
		display: block;
		visibility: visible;
	}
}




.footer-heading, .footer-heading a
{
  color:#00001f;
  /* font-weight:bold; */
  font-size: 18px!important;
}
.sub-footer-heading{
  color:#8f0000;
  font-size: 16px!important;
  /* font-weight: bold; */
}
.footer-value, .footer-value a
{
  color:rgb(40, 20, 144) !important;
  font-size: 16px!important;
  /* font-weight: bold; */
}
div.footer-container{
  /* background-color: hsl(88.13deg 17.56% 65.61%)!important; */
  color:rgb(164, 88, 88) !important;
  width:100% !important;
  /* font-weight: bold; */
}
.footer-container a{
  /* background-color: hsla(89, 43%, 51%, 0.3)!important; */
  color:#6a69b2 !important;
  /* color:#d50000 !important; */
  /* font-weight: bold; */
  font-size: 14px!important;
}


/* signup tab */
.signup_tab {
	display: none;
  }
  .signup_tab.active {
	display: block;
  }
  .signup_nav-buttons {
	margin-top: 20px;
  }
/* signup tab */


a{
    cursor: pointer;
}
#mass_francies tr td div
{
	Padding:30px !important;
	color: green;
	margin:10px !important;
	border-radius: 10%;
	background-color: #dae9c9 !important;
	
}

























.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.col-resize {cursor: col-resize;}
.context-menu {cursor: context-menu;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}
