body {
	font-family: 'librefranklin', sans-serif;
	background:#fff;
}
p {
	line-height: 24px;
}
a {
	outline: medium none;
	transition: all 0.8s ease 0s;
	color:#d72478;
}
a:focus, a:hover {
	outline: medium none;
	color:#777;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
	border-bottom: solid 1px #f2f2f2;
}
@font-face {
 font-family:'librefranklin';
 src: url('../fonts/librefranklin/LibreFranklin-Medium.ttf');
 src: url('../fonts/OpenSans-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light_gdi.woff') format('woff'), url('../fonts/OpenSans-Light_gdi.ttf') format('truetype'), url('../fonts/OpenSans-Light_gdi.svg#OpenSans-Light') format('svg');
 font-weight: 300;
 font-style: normal;
 font-stretch: normal;
 unicode-range: U+0020-25CA;
}©1
@font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/opensans-regular.eot');
 src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'open_sansbold';
 src: url('../fonts/opensans-bold.eot');
 src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt18 {
	margin-top: 18px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.logo {
	float: left;
}
.logo img {
	max-height: 80px;
}
.navbar-nav {
	float: right;
	margin: 0;
}
.border_bottom {
	border-bottom: 1px solid #eee;
}
.border_left {
	border-left: 1px solid #eee;
}
.navbar {
	margin-bottom: -1px;
}
.demo_call {
	font-size:16px;
	color:#fff;
	margin-top: 10px;
	padding:0px;
	text-align: center;
	line-height:18px;
}
.demo_form {
	width: 100%;
	position: relative;
	padding:0;
	overflow: hidden;
	border-radius: 4px;
	margin: 12px 0 10px 0;
	box-sizing: border-box;
}
.demo_form .col-md-1, .demo_form .col-md-2, .demo_form .col-md-3 {
	padding-right: 2px;
	padding-left: 2px;
}
.demo_wrap {
	font-size: 18px;
	text-align: left;
	color: #fff;
	line-height: 34px;
	font-weight: 100;
	background: #3b1f00;
	z-index: 1;
	top: 0;
	position: relative;
	width: 100%;
}
.header_social {
	text-align: right;
	margin-top: 20px;
}
.header_social i {
	width: 30px;
	height: 30px;
	background: #000;
	text-align:center;
	padding: 6px 0 0 0;
	color: #fff;
	font-size: 18px;
}
.header_social i:hover {
	background: #a05c04;
}
/*footer open*/
.footer {
	margin: 0px;
	padding: 30px 0;
	width: 100%;
	position: relative;
	background:#252525;
}
.footer .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .sub_title {
	color: #fff;
	font-size: 17px;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight:500;
	border-bottom:solid 1px #404040;
	padding-bottom:10px;
	position:relative;
	text-transform:uppercase;
}
.footer .sub_title span {
	border-bottom:solid 2px #d72478;
	width:100px;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.footer p {
	font-size:13px;
	color:#838383
}
.footer a {
	color:#d72478
}
.footer a:hover {
	color:#fff
}
.footer ul {
	margin-bottom:20px;
	padding:0px;
}
.footer ul li {
	padding: 0px;
	line-height: 30px;
	list-style: none;
	color: #838383;
	margin: 0;
	text-align:left;
	font-size: 14px;
}
.footer ul li a {
	color:#838383;
}
.footer ul li a:hover {
	color:#fff;
}
.footer ul li .fa {
	margin-right:5px;
}
.copyright {
	background:#1c1c1c;
	text-decoration:none;
	color:#838383;
	padding:10px;
	font-size:13px;
}
.copyright a {
	color: #d72478;
	text-decoration:none;
}
.copyright a:hover {
	color: #fff;
}
/*--footer End---*/
/*Social Icon open*/
.social_icon {
	overflow: hidden;
	margin: 0 auto;
	width: auto;
	padding: 0;
}
.social_icon li {
	width: auto;
	height: auto;
	padding:12px !important;
	margin: 0 !important;
	display: inline-block;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.social_icon li:hover {
	opacity: 1;/*height: 180px;*/
}
.social_icon li.fb:hover {
	border-bottom: 4px solid #7ac7ff;
}
.social_icon li.gp:hover {
	border-bottom: 4px solid #00539a;
}
.social_icon li.tw:hover {
	border-bottom: 4px solid #64c71e;
}
img.icon {
	background: rgba(194, 146, 4, 0.9);
	padding: 7px;
	border-radius: 100%;
	margin: 0px auto;
	display: block;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}
.social_icon li:hover img.icon {
	background: rgba(194, 146, 4, 0.9);
	box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
.social_icon li span {
	text-align: center;
	display: block;
	padding-top: 15px;
	color: rgba(255, 255, 255, 1);
	font-size: 0.9em;
	transition: padding-top 0.4s;
	-webkit-transition: padding-top 0.4s;
}
.social_icon li:hover span {
	padding-top: 20px;
}
.fb {
	background: #00539a;
}
.gp {
	background: #009a3e;
}
.tw {
	background: #7ac7ff;
}
/*Social Icon End*/
.list-group .glyphicon {
	color:#286090;
	font-size: 17px;
	width: 24px;
}
.list-group-item {
	padding: 11px 10px;
	font-size:17px;
}
.nav-pills > li {
	margin-top: 24px;
	margin-left: 0;
}
.nav > li > a {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.nav-pills > li > a {
	padding:5px 7px;
	border-radius: 0;
	color: #c6dff2;
	font-size: 14px !important;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: transparent;
	font-weight: 600;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	padding: 0;
}
.navbar-nav > li {
	margin-top: 14px;
}
.navbar-default {
	background:transparent;
	border-radius: 0;
	z-index: 2;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.banner_wrap {
	padding:0;
}
.how_earn_top {
	min-height:329px;
	background:#ececec;
	padding:15px;
}
.how_earn_top .btn {
	padding: 8px 15px;
	font-size: 16px;
}
.font15 {
	font-size:15px;
}
.paddLR {
	padding:0 6px;
}
.min_height150 {
	height:150px;
	overflow-y:auto;
}
.min_height150 .list-group-item {
	padding: 2px 10px;
	font-size: 14px;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	background-color: #e7e7e7;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #b3b3b3;
	font-weight:normal !important;
}
input[type=checkbox]:checked + label:before {
	content: "\2714";
	color: #333;
	text-align: center;
	line-height: 20px;
	text-shadow: 0px 0px 3px #eee;
	font-weight:normal !important;
}
label {
	font-weight: normal;
}
.persent {
	display: inline-block;
	min-width: 10px;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #f7941e;
	border-radius: 0;
}
.persent:after {
 content:
 border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.list-group-item-text {
	line-height: 1.6;
}
.list-group-item {
	font-size: 14px;
color: #666 !important;

}
.panel-body .date {
	font-size:12px;
	color:#f00;
	position: absolute;
	right: 15px;
	top: 2px;
}
.hr {
	border-bottom:dashed 1px #ccc;
	margin: 15px 0;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 0px;
	outline:none;
	color: #fff;
}
.breadcrumb a:first-child:before {
	left: 14px;
	outline:none;
	color: #fff;
}
.breadcrumb a:last-child {
	padding-right: 5px;
	outline:none;
	color: #fff;
}
.breadcrumb {
	margin: 5px 0;
	background-color: transparent;
	border-radius: 0;
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	width: 36px;
	z-index: 1;
	outline:none;
	color: #fff;
}
.breadcrumb > .active {
	color: #2db7ff;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	width: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	font-weight: bold;
	outline:none;
}
.breadcrumsep {
	float: left;
	padding: 0 8px;
	color: #8f8e8e;
	outline:none;
}
.margin_none {
	margin:0px;
}
.img_responsive {
	max-width:100%;
}
.pad10 {
	padding:10px;
}
/*-- agileits --*/
.welcome-top {
	padding-bottom: 4em;
}
.welcome-w3agile h3 {
	font-size: 20px;
	color: #fff;
	margin: 12px 0px;
}
.welcome-w3agile p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.welcome-w3agile {
	text-align: center;
	padding: 10px 10px 30px 10px;
}
.wel-1 {
	background:#112b54;
}
.wel-2 {
	background: #f18a2e;
}
.wel-3 {
	background:#03C0CA;
}
.wel-4 {
	background:#00a388;
}
.welcome-w3agile span {
	width: 60px;
	height: 60px;
	display: block;
	margin: 15px auto;
}
i.wel-num {
	position: absolute;
	top: 0;
	left: 0;
}
.welcome-w3agile span.wel-icon1 {
	background:url(../images/ic1.png)no-repeat center;
}
.welcome-w3agile span.wel-icon2 {
	background:url(../images/ic2.png)no-repeat center;
}
.welcome-w3agile span.wel-icon3 {
	background:url(../images/ic3.png)no-repeat center;
}
.welcome-w3agile span.wel-icon4 {
	background:url(../images/ic4.png)no-repeat center;
}
ul.service_grid {
	padding:0;
	list-style:none;
	margin-bottom:3em;
}
ul.last {
	margin-bottom:0;
}
i.s1 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -32px -249px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s2 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -132px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s3 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -241px -250px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s4 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -345px -252px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s5 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -466px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s6 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -580px -255px;
	float: left;
	margin: 1em 2em 0 0;
}
ul.service_grid li.desc {
	overflow:hidden;
}
.desc h4 a {
	color: #555;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
}
.desc h4 a:hover {
	color: #05ceaa;
	text-decoration:none;
}
.desc p {
	color:#555;
	font-size:0.8125em;
	line-height:1.5em;
}
h5.m_1 {
	text-transform:uppercase;
	font-size:1.4em;
	padding:1em 0 0.5em;
	text-transform: uppercase;
}
h5.m_1 a {
	color:#fff;
}
h5.m_1 a:hover {
	color: #E1E1E1;
	text-decoration:none;
}
p.m_2 {
	color:#fff;
	font-size:1em;
	line-height:1.6em;
}
i.two {
	width: 50px;
	height: 50px;
	background: url(../images/img-sprite.png) no-repeat -111px -364px;
	display: inline-block;
}
i.three {
	width: 50px;
	height: 50px;
	background: url(../images/img-sprite.png) no-repeat -193px -364px;
	display: inline-block;
}
.post_block:hover i.one, .post_block1:hover i.two, .post_block2:hover i.three {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
span.thick {
	font-weight:300;
}
.link {
	vertical-align: text-top;
}
.access-right {
}
.access-right p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 200;
	margin-bottom:2em;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 1%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.panel-title {
	position: relative;
}
.head1 {
	font-size:24px;
	margin:0 0 25px;
	border-bottom:solid 2px #777;
	color:#d72478;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.head1 span {
	color:#777;
}
.head2 {
	border-bottom: solid 1px #ccc;
	padding: 0 0 15px;
	margin: 15px 0;
}
.head2 span {
	font-size: 30px;
    margin: 0;
    color: #a1a1a1;
    line-height: 40px;
    padding: 0 6px 0 10px;
    border-left: 3px solid #d72478;
    font-weight: 300;
    display: block;
}
.head3 {
	border-bottom: solid 1px #ccc;
	padding: 0 0 15px;
	margin: 15px 0;
}
.head3 span {
	font-size: 24px;
	margin: 0;
	color: #a1a1a1;
	line-height:22px;
	padding: 0 6px 0 10px;
	border-left: 3px solid #d72478;
	font-weight: 300;
	display: block;
	margin-top: 32px;
}
.head4 {
	padding: 0 0 10px;
	margin: 15px 0 10px;
}
.head4 span {
	font-size: 16px;
	margin: 0;
	color: #a1a1a1;
	line-height:22px;
	padding: 0 6px 0 10px;
	border-left: 3px solid #d72478;
	font-weight: 300;
	display: block;
}
table thead {
	background:#0494b4;
	color:#fff;
}
#accordion .table {
	margin: 1%;
	width: 98%;
	box-sizing: border-box;
}
#accordion .panel-heading {
	padding: 8px 10px;
	border-bottom: 1px solid transparent;
	border-radius: 4px;
	background: #006ba2;
	color:#fff;
}
#accordion .panel-heading h4 {
	color:#fff;
}
#accordion .panel-heading a {
	color:#fff;
}
#accordion .panel-group .panel {
	border-radius: 2px;
}
#accordion h4 {
	color: #0494b4;
	font-size: 15px;
	outline:none;
}
#accordion p {
	padding:8px 15px 0 15px;
}
#accordion ol, #accordion ul {
	padding: 10px 10px 10px 30px;
}
#accordion .panel-default {
    border-color: transparent;
}
.list1 {
	list-style-image: url(../images/list.png);
	line-height: 40px;
	list-style-position: outside;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color:#0884c4;
}
.list2 {
	list-style-position: outside;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	font-size: 14px;
	padding-left: 22px;
}
.list2 a {
	color:#03a953;
}
.list3 {
	list-style-image: url(../images/list3.png);
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 20px;
	font-weight: 400;
}
.list3 a {
	color:#8f8e8e;
}
.inner_page ol {
	margin:0px;
	padding:0px;
	padding-left: 30px;
}
.inner_page ol li {
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 0px;
	font-weight: 400;
}
.form-control {
	padding: 5px 7px;
	height: 40px;
	display: block;
	width: 100%;
	background: none repeat scroll 0% 0% #fff;
	border: medium none;
	outline: medium none;
	color: #333;
	font-size: 14px;
	border: solid 1px #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*Header Section open*/
header {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
.headerTop {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	background: #d72478;
	min-height:28px;
}
.headerTop .left {
	float:left;
}
.headerTop .right {
	float:right;
}
.navTop {
}
.textEdit {
	border-right: thin none;
	border-width: thin;
	border-style: none;
	color:#fff;
	font-size:11px;
	border-color: -moz-use-text-color;
	background-color: transparent;
	text-align:center;
}
.headerTop .navTop ul {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #fff;
}
.headerTop ul li {
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-right: 1px;
}
.headerTop ul li:last-child {
	border-right: none;
}
.headerTop ul li .fa {
	font-size: 14px;
	color: #fff;
	padding: 7px 10px;
	background: #a1004b;
	width: 33px;
}
.headerTop ul li .fa:hover {
	background:#c80862;
}
.headerTop ul li a {
	color: #fff;
	text-decoration: none;
}
.headerTop ul li a:hover {
	color: #ffe611;
	text-decoration: none;
}
.header {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0px;
	background: #fff;
	float: left;
}
.plus_sign {
	background:url(../images/plus.gif) no-repeat center right;
	display:table;
	height:90px;
}
.tegline {
	font-size: 19px;
	text-align: right;
	color: #ec2e3b;
	padding: 20px 0 0;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
	text-shadow:none;
}
.slide_thum {
	width: 220px !important;
	padding: 10px;
	margin-right: 14px !important;
	background: rgba(0, 0, 0, 0.1);
	border: solid 1px #d8d8d8;
	overflow: hidden;
}
.the_heads {
	width:100%;
	float:left;
}
.the_heads ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.the_heads ul li {
	width: 100%;
	float: left;
	margin: 0px;
	list-style: none;
	padding: 10px;
}
.the_heads ul li .img {
	max-width:230px;
	max-height:172px;
	float:left;
	margin:0px 10px 0 0;
	overflow: hidden;
}
.the_heads ul li .img img {
	max-width:100%;
}
.the_heads ul li .desc {
	width:auto;
	font-size: 14px;
	line-height: 20px;
}
.the_heads ul li span {
	color:#03a953;
}
.the_heads ul li a {
	font-size:11px;
}
.topper_list {
	width:104%;
	margin: 0 auto 0 -5px;
}
.topper_list .slide_thum {
	position: relative;
	padding: 3px;
	margin-right: 3px !important;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #0494b4;
	width: 116px !important;
	height: auto !important;
	margin: 0 auto;
}
.topper_list .slide_thum .title {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	color: #000;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 5px;
}
.topper_list .bx-wrapper .bx-viewport {
	/*width: 116px !important;
	height: 145px !important;*/
	padding: 0px;
	margin: 0 auto;
}
.topper_list .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.bx-wrapper img {
	width: 100%;
	display: block;
	max-height: 145px;
}
.birthday_list {
	width:104%;
	margin:0 auto;
}
.birthday_list .slide_thum {
	position: relative;
	padding: 3px;
	margin-right: 3px !important;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #0494b4;
	width: 116px !important;
	height: auto !important;
	margin: 0 auto;
}
.birthday_list .slide_thum .title {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	color: #000;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 5px;
}
.birthday_list .bx-wrapper .bx-viewport {
	width: 116px !important;
	height: 145px !important;
	padding: 0px;
	margin: 0 auto;
}
.red {
	color:#f00;
}
.gallery ul {
	margin:0px;
	padding:0px;
}
.gallery ul li {
	display: inline-block;
	width: 32%;
	padding: 7px;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: 3px;
	overflow: hidden;
}
.gallery ul li img {
	max-width:100%;
}
.topper_list_warp {
	width:100%;
	margin: 0 auto 0 -5px;
}
.topper_list_warp ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.topper_list_warp ul li {
	width: 22%;
	padding: 5px;
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 1% 10px 1%;
}
.topper_list_warp ul li .img {
	width: 100%;
	position: relative;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.topper_list_warp ul li .img img {
	max-width: 100%;
}
.topper_list_warp ul li .title {
	position: relative;
	background: #484848;
	color: #fff;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 5px;
	min-height: 40px;
}
.events_list {
	width:100%;
	margin: 0 auto 0 -5px;
}
.events_list ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.events_list ul li {
	width: 31%;
	padding: 0;
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	border-radius: 0px;
	margin: 10px 6px;
	background:#fff;
}
.events_list ul li .img {
	width: 100%;
	position: relative;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.events_list ul li .img img {
	width: 100%;
	height:auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.events_list ul li .img:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s ease 0s;
}
.events_list ul li .title {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight:600;
	text-transform:uppercase;
	position: absolute;
	background: rgba(233, 225, 225, 0.8);
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	top: 20px;
	width: 100%;
	line-height: 20px;
	padding: 10px;
}
.events_list ul li .view a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	background:rgba(0, 0, 0, 0.9);
	white-space: nowrap;
	bottom: 20px;
	width: 124px;
	line-height: 20px;
	padding: 8px 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.events_list ul li .view a:hover {
	background:rgba(255, 120, 0, 0.9);
	color:#fff;
}
.navbar-fixed-bottom, .navbar-fixed-top {
}
.teaching_staff img {
	max-width:150px;
}
.teaching_staff h4 {
	margin: 5px 0;
	font-size: 14px;
}
.teaching_staff p {
	line-height:18px;
	font-size:14px;
}
.teaching_staff .col-md-3 {
	padding:0 7px;
}
.teaching_staff_wrap {
	border: solid 1px #ccc;
	border-radius: 4px;
	margin:0 auto 15px;
	padding:10px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-align:center;
}
.latest_news .panel-primary > .panel-heading {
	background:#ec2e3b;
	border-color: #ec2e3b;
}
.latest_news .panel-primary {
	border-color: #ec2e3b;
}
.latest_news .panel-primary a {
	color: #ec2e3b;
}
.latest_news h4 {
	color:#ec2e3b;
}
.view_mre {
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	text-transform:capitalize;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
}
.view_mre a {
	color:#000;
}
.view_mre a:hover {
	color:#666;
}
.text_white {
	color:#fff;
}
.college_wrap {
	padding:10px;
}
.panel-primary {
	border-color: #ccc;
	border-radius: 0px;
}
.panel-heading {
	border-radius: 0;
}
.carousel-indicators li {
	background:#fff;
	width: 14px;
	height: 14px;
	border:none;
}
.carousel-indicators .active {
	background:#ffa200;
	width: 14px;
	height: 14px;
	border:none;
}
.newsletter {
	background: #51a832;
	margin-top:50px;
	padding: 50px 0 25px 0;
	text-align: left;
	color: #fff;
}
.newsletter .form-control {
	height: 54px;
	font-size: 18px;
	border-radius: 2px;
	margin:0px;
}
.newsletter h1 {
	color: #fff;
	font-size:36px;
	text-transform:uppercase;
	font-weight: 500;
	margin: 10px 0;
}
.btn_orange2 {
	display: inline-block;
	padding: 10px 45px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px;
	background: transparent;
	border: solid 2px #fff;
	color: #fff;
	text-transform:uppercase;
}
.btn_orange2 a, .btn_orange2 a:hover, .btn_orange2 a:focus {
	color:#ffd200;
	background:#459827;
}
.btn_orange2:hover {
	border: solid 2px #fff;
	color: #fff;
	background:#459827;
}
.btn_orange3 {
	display: inline-block;
	padding: 10px 45px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px;
	background: transparent;
	border: solid 2px #d72478;
	color: #d72478;
}
.btn_orange3 a, .btn_orange3 a:hover, .btn_orange3 a:focus {
	color:#c50860;
}
.btn_orange3:hover {
	border: solid 2px #c50860;
	color: #c50860;
}
.btn_orange4 {
	display: inline-block;
	padding: 10px 35px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px;
	background: transparent;
	border: solid 2px #29a8fa;
	color: #fff;
}
.btn_orange4 a, .btn_orange4 a:hove, .btn_orange4 a:focus {
 color:#fff;
}
.btn_orange4:hover {
	border: solid 2px #ffb400;
	background:#ffb400;
	color: #fff;
}
.carousel-inner > .item > img {
	margin: auto;
}
.carousel-indicators {
	z-index: 1;
	text-align:left;
	left:40%;
}
.bannerTextWrap {
	color: #fff;
	position: absolute;
	width: 80%;
	top: 60px;
	left: 0px;
	right:0;
	margin:auto;
}
.bannerTextWrap .title {
	font-size: 60px;
	text-align:left;
	color: #fff;
	margin: 20px 0px;
	line-height:60px;
	font-weight:700;
	/*text-transform:uppercase;*/
	display:block;
}
.bannerTextWrap .title span {
	font-size: 30px;
	color: #29a8fa;
	display:block;
	line-height:30px;
}
.bannerTextWrap .sub_title {
	font-size: 20px;
	text-align:left;
	color: #fff;
	margin-bottom: 30px;
}
.banner_wrap {
	background-color: #045991;
	background: -webkit-linear-gradient(180deg, #0473ba, #045990);
	background: -o-linear-gradient(180deg, #0473ba, #045990);
	background: -moz-linear-gradient(180deg, #0473ba, #045990);
	background: linear-gradient(180deg, #0473ba, #045990);
}
.health_areas {
	padding-bottom: 10px;
	min-height: 310px;
}
.health_areas ul {
	margin: 0px;
	padding: 0px;
}
.health_areas ul li {
	padding: 10px;
	width: 100%;
	border-bottom: solid 1px #e1e1e1;
	float:left;
	list-style:none;
}
.health_areas ul li:nth-child(odd) {
background:#f8f8f8;
}
.health_areas ul li:nth-child(even) {
background:#fff;
}
.health_areas ul li .img {
	float:left;
	width:113px;
	height:75px;
	border: solid 1px #dadada;
	padding: 5px;
	margin-right:10px;
}
.health_areas ul li .img img {
	max-width:100%;
	max-height:70px;
}
.health_areas ul li .title {
	float:left;
	font-size:17px;
	color: #d72478;
	line-height: 24px;
	list-style: none;
}
.btn_pink {
	padding: 12px 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px;
	background: #d62576;
	outline: none;
	border: none;
	color: #fff;
	display: block;
	width: 100%;
	border-radius: 6px;
}
.btn_pink a, .btn_pink a:hover, .btn_pink a:focus {
	color:#fff;
}
.btn_pink:hover {
	opacity:0.9;
	color:#fff;
}
.btn_orange {
	display: inline-block;
	padding: 8px 22px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px;
	background: #777;
	outline: none;
	border: none;
	color: #fff;
}
.btn_orange a, .btn_orange a:hover, .btn_orange a:focus {
	color:#fff;

}
.btn_orange:hover {
	opacity:0.9;
	color:#FFF;
	background: #d72478;
}
.news_wrap {
	background:#f4f4f4;
	padding:50px 0;
}
.news_wrap p {
	font-size:16px;
	color:#777;
	line-height:24px;
}
.products {
	padding:50px 0;
}
.products h1 {
	font-size:46px;
	color:#666;
	line-height:26px;
	text-align:center;
	margin-bottom:40px;
	text-transform: uppercase;
}
.products h1 span {
	border-bottom:solid 3px #d72478;
	display: block;
	width: 70px;
	margin: auto;
	padding-top: 20px;
}
.products .title {
	font-size:18px;
	color:#d72478;
	line-height:26px;
	text-align:left;
	margin-bottom:10px;
}
.products p {
	font-size:15px;
	color:#777;
	line-height:24px;
}
.products .fa {
	font-size: 26px;
	color: #fff;
	background: #d72478;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}
.products .fa:hover {
	opacity:0.9;
}
.photo_gallery {
}
.photo_gallery ul {
	margin:0px;
	padding:0px;
}
.photo_gallery {
}
.photo_gallery ul li {
	list-style: none;
	padding: 0 7px 7px 0;
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	float: left;
}
.photo_gallery ul li img {
	max-width:100%;
}
.photo_gallery ul li:last-child {
	padding-right:0px;
}
.home_contact_wrap {
	padding:50px 0;
	background: #d72478;
}
.contact_wrap {
	padding:50px 0;
	/*background: #d72478;*/
}
.contactus{
    /*font-family: 'Oswald', sans-serif;*/
    /* background: #8B8F96; */
    background: #d72478;
    text-align: center;
    padding: 5em 0;
}
.contact_wrap .icon{
	width: 100px;
	background: #006ba2;
	height: 100px;
	border-radius: 50%;
	display: table;
	margin: 20px auto;
}
.contact-info p {
    /*font-family: 'Muli', sans-serif;*/
    color: #fff;
    font-weight: 200;
    font-size: 1em;
    text-align: left;
    line-height: 1.8em;
    /*margin: 0px 143px 18px;*/
    margin-bottom: 20px;
}
.contact-info h4 {
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    margin: 0 0 1em 0;
}
.contactus textarea {
    /*font-family: 'Muli', sans-serif;*/
    width: 100%;
    height: 215px;
    outline: none;
    resize: none;
    border: 1px solid #FFF;
    color: #fff;
    background: none;
    font-size: 0.875em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 16px 0 0px 16px;
}
.contactus input[type="submit"] {
    /*font-family: 'Muli', sans-serif;*/
    /*border: 1px solid #d72478;*/
    outline: 0;
    color: #d72478;
    padding: 11px 69px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background-color: #FFF;
    font-size: 0.875em;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;*/
    margin-top: 18px;
}
.contactus input.text {
    /*font-family: 'Muli', sans-serif;*/
    width: 100%;
    outline: none;
    margin-bottom: 1em;
    padding: 16px;
    border: 1px solid#FFF;
    color: #fff;
    font-size: 0.875em;
    background: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.contactus textarea:hover, .contact textarea:focus {
    /* border: 1px solid #000; */
    /* text-decoration: none; */
    background-color: #fff;
    text-decoration: none;
    color: #d72478;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contactus input.text:hover, .contact input.text:focus {
    outline: none;
    /* border: 1px solid#000; */
    background-color: #fff;
    /* text-decoration: none; */
    color: #d72478;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contactus input[type="submit"]:hover {
    background-color: #d72478;
    color: #FFF;
    text-decoration: none;
    /*border: 1px solid #FFF;*/
}
.contact_wrap .icon:hover{
	background: #d72478;
}

.contact_wrap .icon .glyphicon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	color: #fff;
	

}
.contact_wrap label {
	font-size:16px;
}
.contact_wrap .form-control {
	padding: 4px 7px;
	min-height: 46px;
	border-radius:0px;
	font-size:16px;
	border: solid 1px #a5a5a5;
}
.inner_page_heading {
	padding: 0;
	color:#fff;
	text-align:left;
	background: #006ba2;
}
.inner_page .glyphicon {
	font-size: 20px;
	margin-right: 10px;
	color: #aeacac;
	line-height: 26px;
}
.inner_page {
	padding: 20px 0 40px;
	min-height: 400px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 100%;
}
.inner_page p {
	line-height: 22px;
	color: #777;
	font-weight: 400;
	font-size: 16px;
}
.inner_page h4 {
	color: #E65900;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.inner_page h4 span {
	color: #ec2e3b;
}
.inner_page h5 {
	color: #E60700;
	font-size: 14px;
	font-weight: 600;
	text-transform:uppercase;
	padding-left:10px;
}
.orange_bg {
	background:#ff3a00 !important;
	color: #fff !important;
}
.green_bg {
	background:#076f36 !important;
	color: #fff !important;
}
.red_bg {
	background:#ec2e3b !important;
	color: #fff !important;
}
.grey_bg {
	background:#575757 !important;
	color: #fff !important;
}
.white_bg {
	background:#fff;
}
.fixed {
	background:rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	animation: slide-down 0.7s;
	opacity: 0.98;
	font-size: 12px;
	z-index: 2001;
	width: 100%;
}
.fixed .logo img {
	max-height: 50px;
}
.fixed #cssmenu {
	margin-top: 21px;
}
blockquote {
	font-size: inherit;
}
.border_bottom {
	border-bottom: solid 1px #ccc;
}

.rel_pro{}
.rel_pro .img{max-height:240px; min-height:240px; width:100%; border:solid 1px #ccc; border-radius:4px;}
.rel_pro .img img{max-height:240px; max-width:100%;}
.rel_pro .img img:hover{opacity:0.6;}


.list-item {
    border-bottom: 1px solid #d7d7d7;
    padding: 35px 0 20px 0;
}

.list-item a {
    color: #000!important;
}

.list-item .image {
    float: left;
    width: 25%;
}

.list-item .image div {
    margin-right: 20px;
}

.list-item .text {
    float: left;
    width: 65%;
}

.list-item h3 {
    margin-bottom: 10px;
}

.content-wrapper .content p {
    margin-bottom: 20px;
    line-height: 22px;
}

.list-item .arrow {
    float: left;
    width: 10%;
}

.list-item .arrow div {
    max-width: 42px;
    margin-top: 10px;
    margin-left: 10px;
}

.list-item .arrow div img {
    min-height: 20px;
}

.health_areas_section{
	width: 640px;
    float: left;
    padding: 0 32px 36px 16px;
}

.list-item a {
    color: #000!important;
}
.list-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.about_us_para{
	margin-top: 20px;
	margin-left: 20px;
}

.pro_img{
	display: block;
    max-width: 100%;
    height: auto;
}

.product_row{
	margin-bottom: 40px;
}

.product_name{
	margin:auto; 
	display:table;
	padding:15px;
}

.map iframe {
    width: 100%;
    min-height: 500px;
    border: none;
    margin-bottom: -.5em;
}