@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Inshot
  Version: 1.1
  Last change: 19/02/2019 ]
  /*------------------------------------------------------------------
[Table of contents]

1. Import fonts
2. General Style
3. Page preload
4. Typography
5. Content Styles
6. Header
7. Navigation
8. Sidebar
9. Footer
10. Button
11. Home
12. Section
13. Skills
14. Facts
12. Team
13. Services
1$. Portfolio
13. Testimonials
14. Search
12. Contacts
13. Share
15. Video
16. Blog
17. Responsive
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Ek+Mukta:200,300,400,500,600,700,800&subset=devanagari,latin-ext');
/*-------------General Style---------------------------------------*/

/*------ search ------------------------------------------------*/
.fixed-search, .fixed-search_{
	display:none;
	position:fixed;
	z-index:10;
	top:10px;
	left:0;
	right:0;
	bottom:0;
}
.search-form-bg, .search-form-bg_ {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background: #fff;
}
.search-form-wrap {
	position:relative;
	z-index:2;
	float:left;
	top:12%;
	width:100%;
}
.fixed-search form  {
	float:left;
	width:100%;
}
.fixed-search_ form  {
	float:left;
	width:100%;
}
.fixed-search form input,.fixed-search form select {
	float:left;
	background:none;
	border:none;
	padding:20px;
	background:#f7f7f7;
	width:100%;
	color:#000 !important;
	text-align:left;
	font-weight:700;
	font-size:18px;
	z-index:1;
	position:relative;
	padding-right:50px;
}
.fixed-search_ form input {
	float:left;
	background:none;
	border:none;
	padding:20px;
	background:#f7f7f7;
	width:100%;
	color:#000 !important;
	text-align:left;
	font-weight:700;
	font-size:18px;
	z-index:1;
	position:relative;
	padding-right:50px;
}
.fixed-search .container {
	position:relative;
}
.fixed-search_ .container {
	position:relative;
}
.fixed-search .container:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:'\f002';
	position:absolute;
	top:18px;
	right:10px;
	width:40px;
	height:50px;
	line-height:30px;
	z-index:2;
	color:#999;
	font-size:14px;
}
.fixed-search_ .container:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	/*content:'\f002';*/
	position:absolute;
	top:18px;
	right:10px;
	width:40px;
	height:50px;
	line-height:30px;
	z-index:2;
	color:#999;
	font-size:14px;
}


