/*****Abid*****/

@import url('https://fonts.googleapis.com/css?family=Orbitron');

@font-face {
    font-family: 'Bank Gothic';
    src: url('../fonts/BankGothic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Anjali';
    src: url('../fonts/Anjali.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
*
{
	margin:0;
	padding:0;
	font-family: 'Anjali', Arial, Helvetica, sans-serif;
	}
	
header{
	background-image:url('../images/header-bg.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.logo img{
	padding: 40px 0px 20px 0px;
	display:inline-block;
}
.main-section
{
	margin:0 auto;
	}
.section
{
	background:#fff;
	margin-top:50px;
	padding:0px 0px 50px 0px;
	}
.heading
{
	font-family: 'Orbitron', sans-serif;
	font-size: 25px;
    padding: 12px 0px;
	font-weight:normal;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    color: #01b2aa;
}
.form-group{
	width:80%;
}
input,textarea,select
{
	outline:0;
	border-radius:0px;
	box-shadow:none;
	}
input[type="text"],input[type="email"]
{
	padding: 10px 7px;
    width: 100%;
    border: 1px solid #e4e4e4;
    display: block;
	}
select, .dropdown-toggle
{
	padding:10px 7px;
	width:100%;
	border: 1px solid #e4e4e4;
	background:url(../images/caret.png) no-repeat;
	background-position:96% 50%;
	display:block;
	appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
.border-rt:after{
	content:"";
	width:2px;
	height:80%;
	background-color:#01b2aa;
	position:absolute;
	top: 50%;
	right:-16px;
    transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

input[type="submit"]
{
	color: #fff;
    padding: 10px 7px;
    width: 155px;
    border: 1px solid rgba(11,153,139,1);
    background: rgba(1,178,170,1);
    display: block;
    font-size: 18px;
	}
input[type="submit"]:active
{
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);
	}
textarea{
	border: 1px solid #e4e4e4;
	width: 100%;
    height: 85px;
    padding: 10px 7px;
	resize:vertical;
}
/*
.col-md-6
{
	text-align:center;
	}*/
.para
{
	color:#808080;
	margin:20px 0px 40px 0px;
	font-size:16px;
	}

@media(max-width:992px)
{
.section
{
	margin-top:20px;
}
.border-rt:after
{
	display:none;
}
}
@media(max-width:480px)
{
.logo{
	text-align:center;
}
.section
{
	margin-top:20px;
	width:100%;
}
.form-group{
	width:100%;
}
}
