
body{
padding:0;
margin:0;
overflow-x:hidden;
color:#212121;
font-family:calibri, arial, sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #999;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

img, a, a:hover, a:active, a:focus, object, embed{
	outline:0;
	border: 0; 
	text-decoration:none;
}

ul, ol, p{
	list-style:none;
	padding:0;
	margin:0;
}

a:hover, a:active, a:focus{
	text-decoration:none;
}

.f-left{
float:left;
}

.f-right{
float:right;
}

.f-none{
float:none;
}

.text-left{
text-align:left;
}

.text-center{
text-align:center;
}

.text-right{
text-align:right;
}

.text-justify{
text-align:justify;
}

.text-bold{
	font-weight:bold;
}

cite, i, a{
	font-style:normal;
	display:inline-block;
}

.fluid-img{
width:100%;
}

.fluid-img2, .fluid-img3{
max-width:100%;
}
.fluid-img3{
	margin:0 auto;
}

.pos-relative{
position:relative;
}

.pd-0{
padding:0px !important;
}
.mg-0{
margin:0px !important;
}

.clr{
clear:both;
padding:0;
margin:0;
height:0;
line-height:1;
font:0;
}

.common-hd{
	margin:0;
	padding:0;
}
.hd02{
	font-size:60px;
}
.hd01{
	font-size:90px;
}
.hd03{
	font-size:45px;
}
._capF{
	text-transform:uppercase;
}

.main:before, .main:after{
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
clear:both;
}

.main{
width:100%;
padding:0px;
margin:0px;
}

.tp_wraper{
	position:relative;
}
.tp_wraper .header{
}
.tp_wraper .header .logo{
	position:absolute;
	left:50px;
	top:50px;
}
.form-wrapper{
	position:absolute;
	top:50px;
	right:50px;
	max-width:400px;
	width:100%;
	background:#fff;
	padding:30px;
}
.form-wrapper ul{
}
.form-wrapper ul li{
	padding-bottom:15px;
}
.form-wrapper ul li:last-child{
	padding-bottom:0px;
}
.m-H{
	min-height:120px;
}
.inputF, ._btn{
	outline:0;
	border:solid 1px #ddd;
	width:100%;
	padding:12px;
}
._btn{
	background:#EC1561;
	color:#fff;
	text-transform:uppercase;
	border:none;
	font-size:19px;
	font-weight:600;
	transition:.3s ease-in-out;
}
._btn:hover, ._btn:active, ._btn:focus{
	background:#7c4bd3;
}
.lbl-Tx{
	display: inline;
    font-size: 16px;
    color:#f44336;
    position: relative;
    top: -2px;
}
._foo{
	background:#fff;
	padding:25px 15px;
	font-size:16px;
}
._foo a{
	color:#333;
}
.powered-by{
	text-align:right;
}

.pg-Fx{
    background-image: url(../images/fixed-m.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color:#fff;
	text-align:center;
	padding:10% 0;
}

.pg-Fx h1{
	margin:0px;
	font-size:52px;
	position:relative;
}
.pg-Fx h1:after{
	background:#fff;
	width:75px;
	height:3px;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin:0 auto;
	content:'';
}
._foo.grayB {
    background: #cbcbcb;
}

.pd-TB{
	padding-top:25px;
	padding-bottom:15px;
}

.content-Tx{
	font-size:16px;
}
.pd-B10{
	padding-bottom:10px;
}


@media only screen and (max-width:767px){
.form-wrapper{
	position:static;
}
.tp_wraper .header .logo{
	left:15px;
	top:15px;
}
.tp_wraper .header .logo img{
	max-width:100px;
}
._foo {
    background: #cbcbcb;
	text-align:center;
	padding:15px;
}
.powered-by{
	text-align:center;
	margin-top:8px;
}

}

@media only screen and (max-width:480px){
.pg-Fx h1 {
    font-size: 31px;
	margin-bottom:20px;
}
}