@charset "utf-8";

/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
  


/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}


p {
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}


.container {
	width: 1200px;
	max-width:90%;
}

.mob_header {
    display: none;
}

/*top_header_section*/

.coming {
    padding: 100px 0;
	background:url("../images/bg.jpg") no-repeat 0 0;
	background-size:cover;
	background-attachment: fixed;
}

.logo{
	max-width:350px;
	margin:0 auto;
}
.coming h1{
	font-size:80px;
	text-align:center;
	padding:40px 0;
	color:#fff;
}
.coming h2{
	font-size:18px;
	text-align:center;
	color:#fff;
}
.coming h3{
	font-size:32px;
	text-align:center;
	padding:50px 0;
	color:#fff;
}
.fform{
	max-width:460px;
	margin:0 auto 50px auto;
	background:rgb(255,255,255,0.2);
	padding:30px;
	border-radius:5px;
}
.fform input[type=text],input[type=email],textarea{
	margin:7px 0;
	padding:10px 15px;
	width:100%;
	font-size:14px;
	font-weight:400;
}
.fform input[type=submit]{
	padding: 12px 44px;
	font-size: 14px;
	font-weight: 600;
	background: #1a6aa8;
	border-radius: 5px;
	display: block;
	cursor: pointer;
	margin: 7px auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	transition:0.5s ease;
}
.fform input[type=submit]:hover{
    background:#000;
}
::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}
.copy{
	color: #fff;
  font-size: 14px;
  text-align: center;
}
.copy a{
    color:#fff;
}
.copy i{
	font-size:20px;
	margin:0 2px;
}
.copy a:hover{
	color:#aadcf6;
}




















  
  
/*responsive css*/  
  
  
@media only screen and (max-width:1250px) {
	 
	 
	 
}


 @media only screen and (max-width:1199px) {
    .container {
         width: 1024px !important;
         margin: 0 auto;
    }
	

	
	

	
}



 @media screen and (max-width: 1024px) {
    .container {
         width: 980px !important;
         margin: 0 auto;
    }
	
}

 @media screen and (max-width: 980px) {
    .container {
         width: 700px !important;
         margin: 0 auto;
    }
	
	
}
 @media screen and (max-width: 767px) {
    .container {
         width: 400px !important;
         margin: 0 auto;
    }
	

	
}
 @media only screen and (max-width: 480px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }   
	.coming h1 {
		font-size: 60px;
		padding: 20px 0;
	}
	.coming h3 {
		font-size: 26px;
		padding: 30px 0;
	}

}



 @media only screen and (max-width: 360px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	
	
}
 

 @media only screen and (max-width: 320px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	
	
	
	
} 