body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #777;
	text-transform: uppercase;
}
h3, h4 {
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #C54DAA;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #C54DAA;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}


#logo {
	padding-top: 10px;
	margin-bottom: 10px;

	}
#logo p{
	font-size:44px;
	font-weight: 400;
    color: #cd65b5;
	}	
	#logo {
      float: left;
	}


/* Navigation */
/* About Section */
#about {
	padding: 30px 0 30px;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
.about-text h3{
	font-size:25px;}
#about .about-text h3 {
	font-weight: 400;
	color: #C54DAA;
}
#about img {
	float: right;
}
#about p {
	margin: 30px 0;
	line-height: 22px;
}
/* Services Section */
#services {
	padding: 30px 0;
}
#services h4 {
	color: #C54DAA;
	text-transform: uppercase;
}
#services i.fa {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	background: #C54DAA;
	border-radius: 50%;
}
/* Tab Section */
#desktab {
	padding: 35px 0 60px 0;
	background: #FFF;
}

/* Contact Section */
#contact {
	padding: 0px 0 0px 0;
}
#contact .social {
	margin-top: 40px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 28px;
	padding: 4px;
	color: #C54DAA;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54daa+0,1b71d6+100 */
	/* background-color: #000; 
	background: rgb(197,77,170); /* Old browsers */
	/*background: -moz-linear-gradient(left, color: #000 0%, color: #CCC 100%); /* FF3.6-15 */
	 /*background: -webkit-linear-gradient(left, color: #000 0%, color: #CCC 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, color: #000 0%, color: #CCC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54daa', endColorstr='#1b71d6', GradientType=1 ); /* IE6-9 */
	/*color: rgba(255,255,255,0.5); 
*/
 	
	padding: 10px 0 5px 0;
}
#footer .footer-payment  a {
display: inline-block;
  line-height: 1;
padding: 30px 0 40px 0;
}

#footer a {
	color: #F30;
}
#footer a:hover {
	color: #fff;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}


#about {
	padding: 20px 0 30px;
}
}

/* contact form */
input[type=text] {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
textarea {
  width: 100%; /* Full width */
  height : 160px;
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
label,a 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px; 
}
p1 {
margin-top: 10px;	
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #C54DAA;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin-top: -5px;
  cursor: pointer;
}
