html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;	
}
body{
	background: #fff;
	font-size: 16px;
	line-height: normal;
	font-family: 'Conv_CircularStd-Book';
}
body.body_overflow{
	overflow:hidden;
	-webkit-text-size-adjust: none;
	position:fixed;
}
img{
	max-width: 100%;
}
@font-face {
	font-family: 'Conv_CircularStd-Book';
	src: url('../fonts/CircularStd-Book.eot');
	src: local('☺'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.main_section {
	height: 100vh;
	display: flex;
	flex-direction: column;
}
.header_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0px 0px;
}
.right_login a {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	text-transform: uppercase;
	position:relative;
	font-weight:600;
}
.right_login a:hover,
.right_login a.active{
	text-decoration:none;
	color:#E10A4E;
}
.right_login a:hover::after,
.right_login a.active::after{
	background:#E10A4E;
}
.right_login a::after {
	background: rgba(0, 0, 0, 0.85);
	content: "";
	top: 6px;
	left: -15px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
}
.right_login a + a{
	margin-left: 40px;
}
.center_section {
	display: flex;
	height: calc(100% - 150px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.copy_text {
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
}
.center_part {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.center_part > div + div {
	margin-left: 50px;
}
.center_part h1 {
	font-size: 38px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Conv_CircularStd-Book';
	font-weight: 600;
}
.logos {
	border: 1px dashed #8B8B8B;
	border-radius: 8px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	background: #fff;
}
.logos + .logos{
	margin-top:35px;
}
.logos img {
	max-width: 220px;
}
.center_part div img {
	max-width: 300px;
}
.center_section.inner_page {
	padding-bottom: 0px;
	align-items: flex-start;
	justify-content: flex-start;
}
.page_heading {
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom:30px;
}
.page_heading span {
	font-size: 38px;
	font-weight: bold;
	background: #fff;
	padding: 0px 60px;
	position: relative;
}

.page_heading::after {
	position: absolute;
	content: "";
	left: 0px;
	width: 100%;
	height: 1px;
	background: #707070;
	top: 22px;
	z-index: -1;
	opacity: 0.5;
}
.page_heading span::after {
	background: #262626;
	position: absolute;
	content: "";
	top: 13px;
	left: 0px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 0.5;
}
.page_heading span::before {
	background: #262626;
	position: absolute;
	content: "";
	top: 13px;
	right: 0px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 0.5;
}
.page_detail{
	margin-top:10px;
}
.page_detail p.big_text {
	line-height: 32px;
	font-size: 20px;
	font-weight: 500;
}
.page_detail p {
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}
.page_detail p + p{
	margin-top:15px;
}




footer.foot{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(255,242,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(255,242,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(255,242,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff2f6',GradientType=0 ); /* IE6-9 */
	padding: 50px 0px 25px;
}
.circle-01{
	position:absolute;
	top:100px;
	left:100px;

}
.circle-02{
	position:absolute;
	top:100px;
	right:100px;
}
.circle-03{
	position:absolute;
	bottom:100px;
	right:100px;
}
.circle-04{
	position:absolute;
	left:100px;
	bottom:100px;
}
.circle-05{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.small{
	width:100px;
}
.small img{
	max-width:100%;
}



.conatct_form {
	background: rgba(255, 255, 255, 1);
	padding: 15px;
	margin: 0px 0px 0px;
}
.form-group{
	margin-bottom:20px;
}
label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #4d4d4d;
	font-family: 'Conv_CircularStd-Book';
}
.form-control {
	border-radius: 0px;
	height: 44px;
	font-size: 15px;
	color: #000;
}
.form-group textarea {
	width: 100%;
	height: 140px;
	resize: none;
	padding: 6px 10px;
	border-radius: 0px;
	font-size: 15px;
	color: #000;
	border:1px solid #ced4da;
}
input.sbmt_btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-radius: 25px;
	padding: 10px 0px;
	font-family: 'Open Sans', sans-serif;
	min-width: 200px;
	text-align: center;
	background: #E10A4E;
	border: none;
}
.thankyou_header p {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    margin: 50px 0px 0px;
}

a.go-home {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-radius: 25px;
	padding: 10px 0px;
	font-family: 'Open Sans', sans-serif;
	min-width: 200px;
	text-align: center;
	background: #E10A4E;
	border: none;
}
a.go-home:hover{
	text-decoration:none;
}
.thankyou_header p + p {
	margin-top: 20px;
}
.center_section.inner_page.contct_page {
	height: 100%;
	display: block;
	margin-bottom: 100px;
}
.captcha-row div {
	width: 100% !important;
}











@media (max-width:1199px){
	



}

@media (max-width:991px){
	.center_section.inner_page{
		height:100%;
	}



}

@media (max-width:767px){
	.header_section {
		padding-top: 15px;
		flex-direction: column;
	}
	.logo {
	max-width: 150px;
}
.right_login a{
	font-size:16px;
}
.center_section {
	height: auto;
	padding:0px 0px;
}
.center_part {
	flex-direction: column;
}
.center_part img {
	max-width: 150px;
}
.center_part > div + div{
	margin:0px;
}
.center_part h1 {
    margin-top: 50px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: -webkit-center;
}
.center_part h1 br{
	display:none;
}
.copy_text {
	margin-bottom: 15px;
}
.logos + .logos {
	margin-top: 20px;
}
.page_detail p.big_text{
	line-height:32px;
	font-size:18px;
}
.page_detail p{
	font-size:16px;
	line-height:26px;
}
.page_detail {
	margin-top: 10px;
}
.page_heading::after,
.page_heading span::after,
.page_heading span::before{
	display:none;
}
.page_heading span {
	font-size: 24px;
	padding: 0px;
}
.page_heading {
	margin-top: 40px;
	margin-bottom:0px;
}
.right_login {
	margin: 10px 0px 0px;
}
.logo {
	margin: 0px 0px 0px;
}
.center_part div img {
	max-width: 180px;
}
.center_section.inner_page{
	height:auto;
}
body.body_overflow{
	overflow:auto;
	position:inherit;
}



.circle-01,
.circle-02,
.circle-03,
.circle-04,
.circle-05{
	display:none;
}
.copy_text{
	font-size:16px;
}
.center_part.homepage {
    padding: 50px 0px 0px;
}
footer.foot{
	padding:30px 0px 0px;
}
.right_login a::after{
	top:3px;
}



}