@font-face {
      font-family: "Gotham";
		 // src: url("gotham-regular/gotham-regular.otf");
		//src: url("gotham-regular/GOTHAM-MEDIUM.ttf");
		//src: url("gotham-regular/Gotham-Book-1.otf");
		 src: url("gotham-regular/Gotham-Book.otf"); 
		//src: url("gotham-regular/gotham.otf"); 
		//src: url("gotham-regular/loretta.otf"); 
}
 
.coming-soon {
	  font-family: "Gotham";
}
.inner-body {
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:50px 0;
}

.inner-body h1 {
	font-size:24px;
	margin-bottom:100px;
}
.inner-body h2 { 
	font-weight:400;
	margin-bottom:100px;
}
.fs-16 {
	font-size:18px;
}
.fs-18 {
	font-size:18px;
}
.inner-body p {
	margin-bottom:0px;
}
.fm-sec {
	margin-top:50px;
	position:relative;
}
.txt {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #fff;
	outline:none;
	width:100%;
	color:#fff;
}
.smt {
	position:absolute;
	top:0;
	width:15px;
	height:25px;
	background-color:transparent;
	border:none;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='512' height='385' viewBox='0 0 512 385' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M502.6 214.675C515.1 202.175 515.1 181.875 502.6 169.375L342.6 9.375C330.1 -3.125 309.8 -3.125 297.3 9.375C284.8 21.875 284.8 42.175 297.3 54.675L402.7 160.075H32C14.3 160.075 0 174.375 0 192.075C0 209.775 14.3 224.075 32 224.075H402.7L297.3 329.475C284.8 341.975 284.8 362.275 297.3 374.775C309.8 387.275 330.1 387.275 342.6 374.775L502.6 214.775V214.675Z' fill='white'/%3E%3C/svg%3E%0A");
	font-size: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
	right: -15px;	
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid  {
	border-bottom:1px solid #f00!important;
}
.wpcf7-spinner { 
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width:991px) {
	.fm-sec {
		margin-top:30px; 
	}
	.inner-body h1 {
		font-size:24px;
		margin-bottom:50px;
	}
	.inner-body h2 { 
		margin-bottom:50px;
	}
	.fs-18 {
		font-size:16px;
	}
}