a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
clicktodown{
	color:#6b6dcc;
	text-decoration: underline;
	font-weight:bold;
}
a{
	color:white;
}
a.theme-btn {
	border: 1px solid #910f63 ;
	border-radius: 3px;
	color: #910f63;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.theme-btn:hover {
	background: none repeat scroll 0 0 #910f63;
		color: #fff !important;
		text-decoration: none !important;
		cursor: pointer;
}


button.theme-btn {
	border: 1px solid #910f63;
	border-radius: 3px;
	color: #910f63;
background: #fff ;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
button.theme-btn:hover {
	background: none repeat scroll 0 0 #910f63;
		color: #fff;
}

a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	background: none repeat scroll 0 0 #910f63;
	border-bottom: 1px solid #51113a;
	padding: 0.3125em 0 !important;
}
#topbar p {
	color: #ffffff;
	font-size: 0.75em;
	opacity: 1;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 1;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	cursor: pointer;
	opacity: 1;
		font-size: 1.5em;
}
nav {
	background: none repeat scroll 0 0 rgba(255,255,255,1);

}

/* unvisited link */
footer a:link {
    color: white;
}

/* visited link */
footer a:visited {
    color: green;
}

/* mouse over link */
footer a:hover {
    color: hotpink;
}

/* selected link */
footer a:active {
    color: blue;
}


header {
	border-bottom: 1px solid rgba(0, 40, 58, 0.05);
	position: fixed !important;
	width: 100%;
	z-index: 10;

}
p.logo {
	color: #910f63;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	color: #910f63;
	font-size: 0.95em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #910f63;
	color: #ffffff;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}

.testimonials{
	padding: 10% ;
	background: white;
	text-align: left;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #910f63;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
	color:white ;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(145, 55, 99, 0.5);
	color: #fff;
	display: inline-block;
	font-size: 2em !important;
	font-weight: 500;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	font-size: 1.1em !important;
	background: none repeat scroll 0 0 #910f63;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}

#carousel .text a {
	color: #fff;

}

#carousel .text a:hover{
	text-decoration: underline;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(145, 55, 99, 0.5);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(145, 55, 99, 0.0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 rgba(215, 47, 154, 1);
}
#first-block {
	background: none repeat scroll 0 0 #ffffff;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #910f63;
	margin-top: 0;

	font-size: 3em !important;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 0.9;
}
#first-block p {
	color: #6c7c84;
	font-size: 1.1em  !important;
}

#first-block a {
	color: #910f63;

text-decoration: underline;

}

#first-block a:hover{
		color: #910f63;
	text-decoration: underline;
}


#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#features p {
	color: #777;
	font-size: 0.85em  !important;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #910f63;
	clear: both;
}

#about-us a {
	color: #ffffff;


}

#about-us2 {
	background: none repeat scroll 0 0 #ffffff;
	clear: both;
}

#about-us2 a {
	color: #910f63;


}



#about-us a:hover{
		color: #ffffff;
			cursor: pointer;
	text-decoration: underline;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}


#about-us2 a:hover{
		color: #910f63;
			cursor: pointer;
	text-decoration: underline;
}
#about-us2:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us2 article {
	padding: 2em;
}


article h2 {
	font-size: 4em !important;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}

#about-us2 article h1, #about-us2 article h2, #about-us2 article h3, #about-us2 article h4, #about-us2 article h5, #about-us2 article h6 {
	color: #910f63;
}

.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}

.myline{
	height:1px;
	background:#ba2886;
	width:200px;
	margin:0 auto;
	margin-top: 10px;

}

.mylineno{
	height:1px;
	background:#ba2886;
	width:200px;
	margin-top: 10px;

}


article p, article li {
	color: #fff;
	font-size: 1.1em !important;
	opacity: 1;
}

article p{
	text-align: justify;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #880559 none repeat scroll 0 0;
	color: white;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em !important;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}



.changelist  li {
    color: red !important;
    font-size: 1.1em !important;
    opacity: 1;
}

.changelist ul li:before {
    background:  none repeat scroll 0 0;
    color: #880559;
    content: "\f006";
    display: inline-block;
    font-family: "mfg";
    font-size: 0.8em !important;
    height: 20px;
    line-height: 20px;
    margin-left: -1em;
    margin-right: 0.625em;
    text-align: center;
    width: 20px;
}

mylist2 p, mylist 2li {
	color: #fff;
	font-size: 16px !important;
	opacity: 1;
}
mylist2 ul  {
	padding: 1.25em 0;
}
mylist2 ul li {
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
mylist2 ul li:before {
	background: white none repeat scroll 0 0;
	color: #880559 !important;
		content: "\2212" !important;
	display: inline-block;
	font-family: "mfg";
		font-size: 16px !important;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}


mylist p, mylist li {
	color: #fff;
	font-size: 0.85em;
	opacity: 1;
}
mylist ul {
	padding: 1.25em 0;
}
mylist ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
mylist ul li:before {
	background: #880559 none repeat scroll 0 0;
	color: white;
		content: "\2212" !important;
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}

.mylist{


}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 3em;
	height: 100px;
	line-height: 100px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em !important;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;

}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
	border: 1px solid #e8e6e6;
	box-shadow: 5px 5px 2px #e8e6e6;
}

.white-line{
	background:#910f63;;
	height:2px;
	width:120px;

	margin: 0 auto;
}

.message{
	margin-bottom:20px;
}

.name{
	font-weight: 400;
	font-size: 20px;
	color: #c5388e;
	margin-top:20px;
}

.patient{
	font-weight: 400;
	font-size: 20px;
	color: #c5388e;
}
.service{

	color:gray;
		font-size: 12px;
		font-style: italic;
			margin-bottom:20px;
}
.company-info{
	color:gray;
		font-size: 12px;
		font-style: italic;
}

.subtest{
	width:100%;
	text-align: right;
}

.themelink{
	color: #8f2867 !important;
	text-decoration: underline !important;
}
.our-work-text {
	background: rgba(146, 4, 99,1) none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}

.makeanapp:hover{
text-decoration: underline;
cursor: pointer;
}

.whitelink{
	color:white !important;
}


.whitelink:hover{
text-decoration: underline;
cursor: pointer;
}
.our-work-text h4 {
	color: #fff;
	font-size: 2em !important;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: rgba(146, 4, 99,0.3) none repeat scroll 0 0;
	color: #959595;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: rgba(146, 4, 99,1);
	color: #fff;
}
#services {
	background: #6f9600 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background:rgba(146, 4, 99,1) none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block !important;
	float: none;
	height: 125px;
	padding: 0.625em;
	text-align: center !important;
	width: 100%;
}

.dashline{
	height:2px;
	margin-top:27%;
		margin-left:1%;
	left: 15px;
	position:absolute;
	border: 1px dashed #87185d;
	width:100%;
}
.day {
	font-size: 3em !important;
	font-weight: 700;
	padding:0 !important;
	margin: 0  auto !important;
}
.month, .year {
	font-size: 1em !important;
	padding:0 !important;
	margin:0 !important;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}
#contact {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color: rgba(146, 4, 99,1) ;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: rgba(146, 4, 99,1)  none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}

#contact a {
	color: gray;
}

#contact a:hover {
	color: #910f63;
text-decoration: underline;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0  #910f63;
	padding: 3.5em 0;
}

footer p,  footer a  {
	color: #fff;
	font-size: 1em !important;
}

 footer a:visited, footer a:hover {
	 	color: #fff;
text-decoration: underline;
}
@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: white none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em !important;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }

	#about-us2 article {
		padding: 4em 2.5em;
	}
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}
