* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background: #fff;
	font-size: 14px;
	/**/
	font-family: 'Roboto', sans-serif;
	color: #646464;
	line-height: 18px;
	width: 100%;
	overflow-x: hidden;
}
input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
ul {
	list-style: none;
}
a {
	color: #646464;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	color: #333;
	text-decoration:none;
}
a:focus {
	outline: none;
}
h1 {
}
h1 {
}
h1 {
}
h1 {
}
h5 {
	font-size: 14px;
	color: #00a6aa;
}
h6 {
	font-size: 14px;
}
img {
	border: none;
	outline: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.fixed_width {
  height: 150px;
  width: 320px;
}



.wraper {
	max-width: 1024px;
	margin: auto;
}
.wraper:after {
	clear: both;
	content: "";
	display: block;
}
.header {
	background: none repeat scroll 0 0 #fff;
	width: 100%;
	padding: 10px 0px;
}
.logo {
  float: left;
  position: relative;
  top: 5px;
}
.top-right {
	float: right;
	width: 590px;
	padding-top: 35px;
}
.top-cell1 {
	color: #78797d;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	width: 185px;
}
.top-cell2 {
	color: #0b3462;
	float: left;
	font-size: 26px;
	padding-top: 8px;
	width: 165px;
}
.top-cell1 > span {
	display: inline-block;
	float: left;
	margin: -5px 6px 0 0;
}
.top-cell3 {
	float: right;
	width: 215px;
	border: solid 2px #5e92ce;
	border-radius: 2px;
	height: 34px;
}
.top-cell3 input[type="text"] {
	border: none;
	height: 28px;
	padding: 4px;
}
.top-cell3 button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #75787d;
	cursor: pointer;
	float: right;
	font-size: 18px;
	margin: 4px 6px;
}
.top-strip {
  float: right;
  margin-left: 0;
  padding-top: 10px;
}
.logo-strip {
	float: left;
}
.logo-strip:after {
	clear: both;
	content: "";
	display: block;
}
.top-strip li {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}
.top-strip li a {
  color: #78797d;
  padding: 7px 22px;
}


.top-strip li a:hover,
.top-strip li.active a {
	background: #52a98d;
	color: #fff;
	border-radius: 5px;
	text-decoration:none;
}
.logo-box {
	float: left;
}
.top-social {
	float: right;
	margin-top: 10px;
}
.top-social li {
	display: inline-block;
	padding: 0 1px;
}
.top-social li a {
	display: block;
	border: solid 1px #52a98d;
	color: #52a98d;
	border-radius: 100%;
	font-size: 20px;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	padding-top: 5px;
}
.top-social li a:hover {
	color: #333;
	border-color: #333;
}
.deve-row {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,238,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,238,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,238,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,238,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,238,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,238,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eef0', GradientType=0 );
	color: #454545;
	min-height: 360px;
	padding: 70px 0;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;

}
.mdl-form-row {
  margin-top: 30px;
}
.state-mdl {
	max-width: 760px;
	margin: auto;
}
.state-mdl h3 {
	color: #52a98d;
	font-size: 24px;
	padding-bottom: 55px;
	position: relative;
	margin:0;
	text-transform:uppercase;
}
.state-mdl h3:after {
	background: url(../images/diveder.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	content: "";
	display: block;
	top: 45px;
	width: 100px;
	height: 13px;
}
.banner-box .wraper {
	position: relative;
	height: 455px;
}
.banner-box {

	position: relative;
}
.banner-box:after {
	border-bottom: solid 1px #5b9a84;
	position: absolute;
	bottom: -2px;
	content: "";
	display: block;
	left: 0;
	width: 100%;
}
.banner-left {
  background: rgba(82, 169, 141, 0.9) none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  left: 35px;
  position: absolute;
  text-align: center;
  bottom: 115px;
  width: 320px;
  z-index: 9;
  padding-bottom:10px;
}
.banner-left h2 {
	font-size: 36px;
	line-height: 54px;
	text-transform: uppercase;
}
.banner-left p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.banner-right img{
	width:100%;
	
}
.main-continer {
}
.nati-box {
  background: #edf6f3 none repeat scroll 0 0;
  float: left;
  margin-right: 10px;
  min-height: 385px;
  overflow: hidden;
  padding: 25px 30px 5px;
  position: relative;
  width: 334px;
}
.nati-box:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 40px;
	position: absolute;
	right: -25px;
	top: -20px;
	transform: rotate(230deg);
	width: 40px;
	z-index: 100;
}
.nati-box h3{
	color:#52a98d;
	font-size:18px;
	line-height:30px;
	margin:0 0 16px 0;
}
.nati-box li {
  background: rgba(0, 0, 0, 0) url("../images/right-icon.png") no-repeat scroll left 8px;
  color: #454545;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 7px;
  padding-left: 20px;
}
.nati-box li a{
	color:#454545;
	line-height:30px;
}
.nati-box:nth-child(2) {
	background: #dceee8;
}
.nati-box:last-child {
	margin-right: 0;
	background: #cbe5dd;
}
.txt-cmn-row {
	margin-bottom: 10px;
}
.txt-cmn-row:after {
	clear: both;
	display: block;
	content: "";
}
.featured-txt {
	background: #eae8ec;
	min-height: 390px;
}
.featu-left {
	float: left;
}
.featu-right {
	float: left;
	padding-left:10px;
}
.featu-right h3 {
  color: #52a98d;
  font-size: 24px;
  font-weight: bold;
  margin: 45px 0 30px -50px;
}
.featu-right li {
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll left 1px;
  padding: 0 0 22px 20px;
  color:#454545;
  font-size:16px;
	font-weight:600;
}
.featu-right li a{
	color:#454545;
}
.featu-right li a:hover{
	text-decoration:none;
	color:#52a98d;
}
.news-box {
	float: left;
	margin-right: 15px;
	background: #fafafa;
	width: 285px;
	padding: 0 0 5px 0;
	 min-height: 480px;
}
.news-box:last-child {
	margin-right: 0;
}
.news-box.nasp {
	width: 424px;
	float: right;
}
.news-box h3 {
	background: #52a98d;
	position: relative;
	height: 54px;
	padding-top: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	overflow: hidden;
	margin:0;
}
.news-box h3:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 40px;
	position: absolute;
	right: -25px;
	top: -20px;
	transform: rotate(230deg);
	width: 40px;
	z-index: 100;
}
.news-box.nasp h3{
	padding-top:9px;
}
.news-list {
	padding: 15px 15px 0;
}
.news-list li {
	border-bottom: solid 1px #eae8ed;
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.news-list li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #52a98d;
	padding-bottom: 7px;
	margin:0;
}
.more-txt {
	text-align: right;
}
.more-txt a {
	color: #52a98d;
	text-decoration: underline;
}
.more-txt a:hover {
	color: #333;
	text-decoration: none;
}
.view-all-btn {
	background: #52a98d;
	display: inline-block;
	height: 34px;
	line-height: 36px;
	border-bottom: solid 2px #458e76;
	color: #fff;
	border-radius: 25px;
	padding: 0 22px;
	text-transform: uppercase;
	font-weight:bold;
}
.view-all-btn:hover {
	color: #fff;
	background: #333;
	border-bottom: solid 2px #000;
	text-decoration:none;
}
.btn-row {
	text-align: center;
}
.event-list {
    padding: 15px 15px 0;
}
.event-list li{
	border-bottom: 1px solid #eae8ed;
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.event-list li:after{
	clear:both;
	content:"";
	display:block;
}
.date-txt {
  background: #52a98d none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  height: 65px;
  line-height: 23px;
  padding: 8px 5px 5px;
  position: relative;
  text-align: center;
  width: 65px;
  overflow:hidden;
}
.date-txt:after {
  background: #fafafa none repeat scroll 0 0;
  content: "";
  height: 40px;
  position: absolute;
  right: -25px;
  top: -24px;
  transform: rotate(230deg);
  width: 30px;
  z-index: 100;
}
.eve-txt {
  float: left;
  padding-left: 20px;
  width: 65%;
  color:#454545;
  margin:0;
  padding-top:10px;
}

.assp-txt {
  padding: 20px;
}
.assp-txt > p {
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  padding: 25px 25px 0;
}
.mdl-form-row .view-all-btn{
	border-top:none;
	border-left:none;
	border-right:none;
	height:46px;
	line-height:46px;
}

.pull-right {
  float: none !important;
}
.mdl-form-row .check-mark{
	display:none;
}
.mdl-form-row .dropdown-toggle, .mdl-form-row .dropdown-toggle:hover, .mdl-form-row .dropdown-toggle:focus {
  border: 1px solid #52a98d;
  box-shadow: none;
  height: 46px;
  width:370px;
  border-radius:25px;
  color:#52a98d;
  font-size:16px;
  font-weight:bold;
  background:none;
  position:relative;
  text-align:right;
}
.dropdown-menu .dropdown-menu{
	position:absolute;
}
.mdl-form-row .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background:none;
}
.mdl-form-row .caret {
  background: url(../images/select-arrow.png) no-repeat;;
  border: medium none;
  display: inline-block;
  
  height: 25px;
  margin-left: 2px;
 
  vertical-align: middle;
  width: 25px;
}
.mdl-form-row .dropdown-menu {
  border: medium none;
  box-shadow: none;
  left: 0;
  max-height: 100px !important;
  
  width: 100%;
  
}
.mdl-form-row ul.dropdown-menu{
	top: 0px;
}
.mdl-form-row  .dropdown-menu.open{
	height:200px;
	border:solid 1px #ccc;
	
	
}
/***********footer css******************/
.upper_footer {
	background: #26282a;
	border-top: 1px solid #fff;
	padding: 65px 0px 56px 0px;
	font-family: 'Lato', sans-serif;
}
.footer-part h2 {
	margin: 0px 0 20px 0;
	color: #52a98d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
ul.list-part {
	margin: 0px;
	padding: 0px;
}
ul.list-part li {
	list-style: none;
	display: block;
	margin-top: 13px;
}
ul.list-part li a {
	color: #fff;
	font-size: 16px;
}
ul.list-part li a i {
	margin-right: 8px;
}
ul.list-part li:hover a,
ul.list-part li:focus a {
	color: #52a98d;
	text-decoration: none;
}
.footer-text {
	margin-top: 50px;
}
.footer-text p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer-text.contact-footer {
	margin: 0px;
}
.contact-list.top {
	margin-top: 20px;
}
.contact-list {
	margin-top: 10px;
}
label.text-part {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 0px;
}
span.email,
span.email a {
	color: #fff;
	font-weight: normal;
}
span.email a:hover {
	color: #52a98d;
	text-decoration: none;
}
ul.social_link {
	margin: 0px;
	padding: 0px;
}
.footer-text ul.social_link li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
	border-radius: 4px;
}
ul.social_link li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 33px;
  margin-left: 5px;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  vertical-align: middle;
  width: 33px;
  text-align:center;
}
.footer-text ul.social_link li a {
	color: #fff;
	margin: 0px;
	border: 0px;
	background: transparent;
	width: 25px;
	height: 25px;
}
.footer-text ul.social_link li a i {
	font-size: 20px;
	line-height: 28px;
}
.footer-text ul.social_link li:hover {
	background: #fff;
}
.footer-text ul.social_link li:hover a i {
	color: #52a98d;
}
input.srch_footer {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 20px;
	width: 100%;
	padding: 9px 16px;
	margin-bottom: 16px;
}
.btn_part.white_btn a {
	background: #52a98d;
	color: #fff;
	text-align: center;
	min-width: 175px;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
}
.btn_part.white_btn a:hover {
	background: #fff;
	color: #52a98d;
	text-align: center;
	min-width: 175px;
}
.lower_footer {
	display: block;
	background: #000000;
	padding: 28px 0;
}
.lower_footer p {
	margin: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
}

.btn_part a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  min-width: 220px;
  padding: 9px 10px 10px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s linear 0s;
}

.manu-icon{
	display:none;
}
.time-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 10px;
  text-align: center;
}
.time-row:last-child{
	border:none;
}
.time-row:after{
	clear:both;
	display:block;
	content:"";
}
.time-row > h3 {
  font-size: 20px;
  font-weight: 300;
  margin:0;
  padding:0px 0 15px 0;
}
.timer-r {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 16px;
}
.txt2 {
  color: #52a98d;
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  margin-top: -2px;
  padding: 0 5px 0 7px;
  vertical-align: top;
}
.txt1{
	color:#52a98d;
}
.timer-r sub {
  bottom: 0;
  font-size: 16px;
}
.ttl-txt {
  font-size: 20px;
  font-weight: 300;
  padding-right: 15px;
}
.ttl-itme {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #52a98d;
  display: inline-block;
  font-size: 20px;
  padding: 7px 14px;
}
.bnr-mdl{
	width:245px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:125px;
	
}
.bnr-mdl a {
  background: #53a98d none repeat scroll 0 0;
  box-shadow: 0 3px 0 rgba(82, 169, 141, 0.9);
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.bnr-mdl a:hover{
	text-decoration:none;
	opacity:.9;
}

.banner-right-dtl {
  background: rgba(82, 169, 141, 0.9) none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 60px;
  color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  position: absolute;
  right: 35px;
  text-align: left;
  width: 320px;
  z-index: 9;
}
.banner-right-dtl h2{
	font-size:22px;
	margin:0;
	padding:10px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.items-list li{
	display:inline-block;
	height:40px;
	width:40px;
	border:solid 1px #aaadac;
	text-align:center;
	line-height:40px;
	font-size:18px;
	background:#fff;
	border-radius:100%;
	font-weight:600;
}
.items-list li a{
	color:#52A98D;
}
.items-list li.cl2 a{
	color:#000000;
}
.items-list li.cl3 a{
	color:#FF0000;
}

.items-list {
  padding: 10px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.items-list ul{
	margin:0;
}
.ticket {
  border: 1px solid #ccc;
}
.drw-list li{
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	 color:#fff;
	 font-size:20px;
	 padding:9px 10px 9px 15px;

}
.drw-list li:last-child{
	border:0;
}
.drw-list li a{  
color:#fff;
}
.drw-list li  .tt-sp{
	min-width:180px;
	display:inline-block;
}
.drw-list li  .tt-al{
	color:#000;
	display:inline-block;
	font-weight:600;
}
/*--------------login--------------*/
.login-box {
  background: #fff none repeat scroll 0 0;
  /*border-radius: 10px;*/
  box-shadow: -1px 2px 17px #999;
  color: #242424;
  margin: 15px auto 40px;
  max-width: 550px;
  padding: 35px 30px;
  width: 100%;
}

.form-signin-heading::after {
  background: #333 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100px;
}
.login-box label{
	width:100%;
}
.login-box input[type="text"], .login-box input[type="password"]{
  box-shadow: none;
  display: inline-block;
  font-family: "Open Sans","sans-serif";
  font-size: 14px;
  height: 40px;
  width: 100%;
  border: 2px solid #d9d9d9;
  font-weight:400;
  margin-bottom:10px;
  padding:0 10px;
}
.smal-title {
  font-size: 16px;
  margin: 5px 0 35px;
}

.sgp-row-txt {
  background: #ededed none repeat scroll 0 0;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 15px;
  padding: 14px 30px;
  text-align: center;
}

.sub_mitb {
  background: #52A98D none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  width: 124px;
  color:#fff;
  line-height:40px;
  font-weight:400;
  text-transform:uppercase;
}
.form-signin-heading {
  font-size: 22px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}
.fr-log:after{
	clear:both;
	display:block;
	content:"";
}
.l-bn {
  float: left;
  width: auto !important;
}
.fr-lk {
  float: right;
  margin-top: 5px;
}
.fr-log {
  padding: 15px 0;
}


/*contact page css*/
.send-form ul li .form-control {
  border: 1px solid #7d7d7d;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  height: 34px;
  max-width: 268px;
}
.send-form ul li {
  list-style: outside none none;
  margin: 0 0 22px;
}
.contact_ctn h2 {
  color: #333333;
  font-size: 22px;
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
}

.contact-left {
  float: left;
  text-align: left;
  width: 48%;
}
.contact-right{
	float: right;
  text-align: left;
  width: 48%;
}
.send-btn {
  background: #52A98D;
  border: 0 none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 170px;
}
.send-form ul li .textarea {
  font-size: 13px;
  height: 84px;
  max-width: 80%;
  resize: none;
}
.map-list ul li {
  border-bottom: 1px solid #eaeaea;
  list-style: outside none none;
  padding: 15px 0;
}

.map-list ul li span {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.inner-banner {
  max-height: 200px;
  overflow: hidden;
  position:relative;
}
.inner-banner > img {
  width: 100%;
}
.inner-banner::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.in-caps {
  color: #ccc;
  font-size: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 44%;
  width: 100%;
  z-index: 9;
}
.in-caps span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}

/*profile page css*/

.dav-inner {
  padding: 0;
  text-align: left;
}
.prf-dtl-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  padding: 8px 6px;
  text-transform: capitalize;
}
.prf-cl1 {
  float: left;
  font-weight: 400;
  width: 45%;
}
.prf-cl2 {
  float: left;
  width: 55%;
}
.profile-l-dtl {
  padding: 20px 0 50px;
}
.profile-left-in {
  background: #3b3035 none repeat scroll 0 0;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 15px;
}
.pro-btn2 {
  float: right;
}
.pro-btn {
  float: left;
}
.white-title {
  background: #2d2529 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
}
.wht-btn {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 8px;
}
.reaply-box {
  background: #eeeeee none repeat scroll 0 0;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
}
.reply-in {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ddddde;
  min-height: 92px;
  position: relative;
}
.text-in {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #b0afaf;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  height: 60px;
  overflow: auto;
  padding: 5px;
  resize: none;
  width: 100%;
}
.rp-btns {
  border-top: 1px solid #ddddde;
  margin: 0;
  padding: 0;
  text-align: right;
}
.prf-dtl-row::after {
  clear: both;
  content: "";
  display: block;
}
.post-btn {
  background: #3b3035 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  line-height: 29px;
  margin: 3px 0;
  padding: 0 14px;
  text-decoration: none;
}
.rp-btns li {
  color: #b0afaf;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 10px;
  position: relative;
}

/*profile 2 page css*/
.profile-lft {
  background: #52a98d none repeat scroll 0 0;
  color: #fff;
  float: left;
  margin-bottom: -10000px;
  padding: 10px 10px 10000px;
  width: 24%;
}
.profile-rgt {
  float: right;
  padding: 0 0 20px;
  width: 72%;
}
.conatiner { max-width: 1200px; margin: auto; f}
.profile-rgt input[type="text"] { border: solid 2px #ccc; height: 36px; padding: 0 10px; width: 100%; font-size: 15px; }
.inp-cl { margin: 10px 0; }
.prf-dtl { text-align: center; }
img { max-width: 100%; }
.profile-img {
 
  margin: auto;
  overflow: hidden;

  margin-bottom:5px;
}
.prf-desp span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.prf-desp {
  padding: 10px 0;
}
.sv-rpf {
  padding-top: 15px;
  text-align: right;
}
.sv-btn {
  background: #26282a none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
}
.profile-links a {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  color: #fff;
  display: block;
  line-height: 20px;
  margin: 0 -10px 5px;
  padding: 7px 10px;
  text-decoration: none;
}
.profile-links li{
	margin-bottom:3px;
}

.profile-links h4 {
  background: #52a98d none repeat scroll 0 0;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.sign-link a {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.sign-link{
	padding:10px 0;
}
.prf-desp h3 {
  font-size: 20px;
  margin: 0;
}
.profile-m {
  overflow: hidden;
}
.profile-links h4::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  top: 48%;
  width: 160%;
}
.top-dsp {
  line-height: 20px;
  padding-bottom: 25px;
  padding-right: 25px;
  position: relative;
}
.m-prfl .inp-cl {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0;
  padding-left: 0;
}

.edit-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.edit-icon a {
  background: #52A98D;
  border-radius: 100%;
  color: #fff;
  display: block;
  height: 30px;
  padding-top: 6px;
  text-align: center;
  width: 30px;
}
.tm-txt {
  font-weight: normal;
  height: 200px;
  line-height: 20px;
  margin-bottom: 25px;
  overflow: auto;
  padding: 10px;
  width: 100%;
}

/*draw box css*/
.draw-in {
    border: solid 1px #ccc;
    padding: 5px 15px;
    border-radius: 2px;
    box-shadow: 5px 5px 5px #eee;
}
.prof-draw {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dr-title {
    display: inline-block;
    min-width: 120px;
  
    font-weight: bold;
    text-transform: uppercase;
}
.drw-r {
    border-bottom: solid 1px #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 16px;
}
.drw-r:last-child{
	border:none;
	padding-bottom:0;
}
.draw-in h4 {
    margin: 0;
    padding: 0;
    font-size:18px;
    text-transform: uppercase;
    color: #52a98d;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: solid 2px #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding: 7px 12px;
}
.prof-draw .col-sm-6{
	margin-bottom:30px;
}
.prt-btn {
    display: inline-block;
    background: #52a98d;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.bnt-r{
	text-align:right;
	margin:5px -15px;
}

.profile-rgt table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
.profile-rgt table td, .profile-rgt table th {
	padding: 5px 10px;
	border: solid 1px #ccc;
}

.profile-rgt table th {
	background: #52a98d ;
	color: #fff;
}

.profile-lft a {
	color: #fff;
}
.profile-img ul {
	margin-top: 15px;
}