/*=========================================================
| Created, Developed and maintained by: Manoj (Max)
| Website: http://maxmediapixels.com
| e-mail: max@maxmediapixels.com
| Contact: +91 801 765 7078
/*=========================================================*/

*{
	margin: 0;
	padding: 0;
}

body{
	/*font-family: 'avenirnextltproregular';*/
	font-family: "AvenirNextLTProDemi";
	font-size: 14px;
	background: #000;
}

.clear {
	clear: both;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

a{
	text-decoration: none;
	color: #000;
	-webkit-transition: background .3s ease;
         -moz-transition: background .3s ease;
          -ms-transition: background .3s ease;
           -o-transition: background .3s ease;
              transition: background .3s ease;
}

a:hover, a:active, a:focus{
	text-decoration: none;
	-webkit-transition: background .3s ease;
         -moz-transition: background .3s ease;
          -ms-transition: background .3s ease;
           -o-transition: background .3s ease;
              transition: background .3s ease;
}

ul, li{
	list-style-type: none;
}

::-moz-selection { 
	background: #ff8a65; 
	color: #fff;
}
::selection { 
	background: #ff8a65; 
	color: #fff;
}

input{
	border: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 1%;
    width: 97%;
}

input.button, .button{
	width: auto;
	display: inline-block;
	padding: 10px 25px;
	border: none;
	border-radius: 0;
	background: #7c4dff;
	color: #fff;
	text-decoration: none;
	color: #fff;
	-webkit-transition: background .3s ease;
         -moz-transition: background .3s ease;
          -ms-transition: background .3s ease;
           -o-transition: background .3s ease;
              transition: background .3s ease;
}

input.button:hover, .button:hover{
	cursor: pointer;
	background: #6200ea ;
	-webkit-transition: background .3s ease;
         -moz-transition: background .3s ease;
          -ms-transition: background .3s ease;
           -o-transition: background .3s ease;
              transition: background .3s ease;
}

h3.box-header::after {
    margin-right: auto;
    margin-top: 10px;
    width: 80px;
}

.box-header::after {
    background: #CC2127 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-top: 13px;
    width: 40px;
}