/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 * HEADER
 * FOOTER

 * ELEMENTS
 - Header And Banner
 - About Section
 - Services Section
 - Work Section
 - Tetstimonial Section
 - Contact Section Section
 - Preloader
 ================================================
 */
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v5-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('../fonts/poppins-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../fonts/poppins-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #6f6f6f;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 40px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 23px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	text-transform: none;
}
h2 span {
	color: #ffb400;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #444;
}
.inner-intro h1 {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.inner-intro h1 {
		font-size: 35px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 23px;
	}

	h3, .h3 {
		font-size: 20px;
	}
}

/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no-padding {
	padding: 0;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.mt-sm-20 {
		margin-top: 20px;
	}
	.mt-sm-15 {
		margin-top: 15px;
	}
	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ptb-xs-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}

/*gernal*/
button:focus {
	outline: none
}

ul li {
	list-style: none;
}
img {
	max-width: 100%;
	width: 100%;
}

.italic {
	font-style: italic;
}
p.lead, .lead {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 0;
}
figure{
	margin: 0;
}
/*Form Style   ||-----------*/

button:focus, a:focus {
	outline: none;
	box-shadow: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 0px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}

/*header*/
/*
 * ----------------------------------------------------------------------------------------
 * Header And Banner
 * ----------------------------------------------------------------------------------------
 */
a:focus, a:hover {
	color: #ababab;
}
.welcome-area {
	height: 100%;
}
.welcome-area .logo {
	padding-top: 0px;
}
.welcome-area .logo img {
	width: 100px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu-bg .logo img {
	width: 100px;
}
.welcome-area .logo a {
	padding: 0px 10px 0px 10px;
}
@media (max-width: 991px) {
	.welcome-area .logo a {
		padding: 12px 0;
	}
}

.welcome-image-area {
	position: relative;
	height: 100%;
	background: url(../images/banner/slider1.jpg);
	background-size: cover;
	z-index: 1;
}
.inner-img {
	background: url(../images/2.jpg);
	background-size: cover;
}
.welcome-area__inner {
	height: 450px;
}
.welcome-image-area:after {
	position: absolute;
	/*background:rgba(21, 34, 53, 0.48);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af8b1c+0,062287+100 */
	background: rgb(175,139,28); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(175,139,28,1) 0%, rgba(6,34,135,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(175,139,28,1) 0%,rgba(6,34,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(175,139,28,1) 0%,rgba(6,34,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8b1c', endColorstr='#062287',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	opacity: 0.9;
}

.particle-bg {
	position: relative;
	height: 100%;
	background: url(../images/slider.jpg);
	background-size: cover;
	z-index: 1;
}

.particle-bg:after {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.header-text h1 {
	color: #fafafa;
	font-size: 40px;
	font-weight: 400;
	text-transform: capitalize;
}

.header-top-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.logo {
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
	.logo {
		padding-top: 20px;
	}

}
@media (max-width: 480px) {
	.logo {
		padding-top: 10px;
		width: 95px;
	}

}

.logo a {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
}
.menu-bg .logo a {
	color: #232323;
}
.navbar-toggler {
	z-index: 9;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
}
.mainmenu ul {
	list-style-type: none;
	width: 100%;
}
.mainmenu .navbar-nav li a {
	color: #fff;
	font-size: 12px;
	padding: 21px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
}
.mainmenu .navbar-nav > li > a {
	font-weight: 500;
	letter-spacing: 0.5px;
}
.mainmenu .navbar-nav li a:hover {
	background: none;
	color: #fff;
}
.nav li a:focus, .nav li a:hover {
	background: none;
	color: #fff;
}
.nav li a:focus {

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
	.mainmenu .navbar-nav li a:hover {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.nav li a:hover {

		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
.navbar {
	margin: 0;
	padding: 0.2rem 1rem;
}

.menu-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #fff !important;
	box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.25);
}

.menu-bg .logo {

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
	color: #757474;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 700;
}
.menu-bg .mainmenu .navbar-nav li a.active {
	color: #232323;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
	color: #232323;
}

@media only screen and (max-width: 991px) {
	.header-top-area {
		height: 65px;
	}
	.header-top-area .container {
		width: 100%;
	}
	.mainmenu {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
	.mainmenu .navbar-collapse {
		border: 0px;
		border-radius: 0px;
		float: none;
		margin: 0;
		max-height: 325px;
		overflow: auto;
		width: 100%;
	}
	.site-header .navbar-collapse {
		opacity: 1;
		visibility: visible;
	}
	.navbar-toggler {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.navbar-toggler .icon-bar {
		background: #fff;
	}
	.navbar-toggler {
		margin-top: -32px;
		margin-right: 5px;
	}
	.navbar {
		min-height: 0px;
		padding: 0px;
	}
	.mainmenu .navbar-nav li a {
		padding: 11px 15px;
		color: #232323;
	}
	.menu-bg .mainmenu .navbar-nav li a {
		padding: 11px 15px;
	}
	.mainmenu .navbar-nav li a:hover {
		color: #ccc;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 420px;
	}
	.navbar-collapse {
		background: #fff;
	}
	.inner_page .navbar-collapse {
		background: #fff;
	}
	.menu-bg .navbar-collapse {
		background: #fff;
		margin-top: 6px;
	}
	.welcome-image-area, .welcome-video-area {
		padding-top: 120px;
	}
	.welcome-image-area h2, .single-slide-item h2, .welcome-video-area h2 {
		font-size: 20px;
	}
	.header-text h1 {
		font-size: 30px;
	}
	.navbar-toggler .icon-bar {
		background: #fff;
	}
	.inner_page .navbar-toggler .icon-bar {
		background: #232323;
	}
	.menu-bg .navbar-toggler .icon-bar {
		background: #232323;
	}
	.header-text h1 {
		font-size: 30px;
	}
	.welcome-image-area, .welcome-video-area {
		padding-top: 120px;
	}
}
/*Menu Hangbuger */

/* Icon 2 */

#nav-icon2 {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9;
	visibility: hidden;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 15px;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-bg #nav-icon2 span {
	background: #232323;
}
#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 0;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 20px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 0;
	top: 6px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 4px);
	top: 6px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 0;
	top: 17px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 4px);
	top: 17px;
}

@media (min-width: 992px) {
	.mainmenu ul {
		float: right;
		margin-right: -30px;
		opacity: 0;
		transition: all 0.3s ease 0s;
		visibility: visible;
	}
	.mainmenu ul.nav-menu-show {
		margin-right: 25px;
		opacity: 1;
		visibility: visible;
	}
}

/*
 * ----------------------------------------------------------------------------------------
 * Side Navigatin
 * ----------------------------------------------------------------------------------------
 */
@media (min-width: 992px) {
	.second_nav .logo {
		padding: 20px 0;
	}
	.mainmenu ul.side_dot_nav {
		display: block;
		position: fixed;
		top: 50%;
		right: 50px;
		transform: translateY(-50%);
		z-index: 9;
		opacity: 1;
		visibility: visible;
		width: 20px;
		margin: 0;
	}
	.mainmenu ul.side_dot_nav li {
		display: block;
		margin-bottom: 20px;
	}
	.mainmenu ul.side_dot_nav li a {
		position: relative;
		width: 12px;
		height: 12px;
		background: #000;
		display: block;
		border-radius: 50%;
		padding: 0;
		display: block;
		text-indent: -999999px
	}
	.mainmenu ul.side_dot_nav li a:hover, .mainmenu ul.side_dot_nav li a.active {
		background: #afafaf;
	}
	.mainmenu ul.side_dot_nav li a:before {
		position: absolute;
		display: block;
		top: -5px;
		right: 100%;
		margin-right: -15px;
		text-align: right;
		content: attr(data-title);
		text-indent: 0;
		white-space: nowrap;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.mainmenu ul.side_dot_nav li a:hover:before, .mainmenu ul.side_dot_nav li a.active:before {
		opacity: 1;
		visibility: visible;
		margin-right: 12px;
	}
	.second_nav .social-icons {
		margin: 0;
	}
	.second_nav .social-icons i {
		color: #fff;
	}
	.menu-bg.second_nav .social-icons i {
		color: #232323;
	}
}
/*---------------Parallax Banner---------------*/
.banner-area.banner-1 {
	background: url(../images/maxiDOC.jpg) 50% no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: 50% 50%;
}
.banner-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
}
/*---------------Banner Title Style---------------*/
.slider-title {
	width: 100%;
	height: 100vh;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index:10;
}
.slider-title h1 {
	z-index: 9;
	color: #fff;
	font-size: 55px;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.slider-title h1 {
		font-size: 30px;
		text-align: center;
	}
}
.slider-title p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 15px;
	text-transform: none;
}
.follow-me ul{
	margin: 0;
	padding: 0;
}
.follow-me li {
	z-index: 9;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}
.follow-me li a i {
	color: #fff;
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
}
.follow-me li a:hover i {
	color: #222;
}
.overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
}
/*images_zoom*/
.img_scale {
	overflow: hidden;
	position: relative;
}
.img_scale img {
	transition: transform .25s;
	width: 100%;
}
.img_scale:hover img {
	transform: scale(1.2);
}

/*con_css*/
.svg_bottum {
	position: absolute;
	bottom: -2px;
	width: 100%;
	background: url(../images/svg_corve.png) no-repeat;
	height: 170px;
	background-size: cover;
	background-position: center center;
	z-index: 99;
}
.diagonal {
	position: absolute;
	left: 0;
	top: 100%;
	pointer-events: none;
	background: #fff;
	z-index: 1;
}
.gray_path path {
	fill: #f2f2f2;
	stroke: #f2f2f2;
	stroke-width: 0;
}
.white_path {
	background: #f2f2f2;
}
.white_path path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 0;
}
.top_90 {
	margin-top: 90px;
}
@media (max-width: 767px) {
	.diagonal {
		display: none;
	}
	.svg_bottum {
		display: none;
	}
	.top_90 {
		margin-top: 0px;
	}
}

/*top_part*/
.position_rel {
	position: relative;
}

/*section_hedding*/
.heding_sec {
	position: relative;
}
.bot_line {
	margin: 0 auto;
	width: 50px;
	height: 2px;
	background: #444;
	display: block;
}
.equal_line {
		line-height: 1.5;
	}

/*button_Style*/
.btn_style {
	background: #636262;
	border-color: #636262;
	color: #fff;
	font-weight: 600;
	border-radius: 0px;
	cursor: pointer;
	padding: 0 15px;
	line-height: 44px;
	height: 44px;
	position: relative;
	z-index: 2;
}
.btn_style:focus {
	box-shadow: none;
	color: #fff;
}
.btn_style:after {
	content: '';
	position: absolute;
	background-color: #232323;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_style:hover {
	color: #fff;
}
.btn_style:hover:after {
	opacity: 1;
	transform: scaleX(1);
}
/*about_Sec*/
.gray_bg {
	background: #f2f2f2;
}
.color_gray {
	color: #9e9e9e;
}
.about_conte {
	padding: 0px 18px;
}
@media (max-width: 767px) {
	.about_conte {
		padding: 0px;
	}
}
.hed-forment h2 {
	font-size: 25px;
	line-height: 1.3;
}

/*three_cloume*/
.gool_cloume {
	overflow: hidden;
	background: #fff;
	padding: 31px 20px 11px;
}
@media (max-width:991px){
.gool_cloume {	
	padding: 40px 30px 20px;
}
}
.left_icon {
	float: left;
	width: 50px;
	position: relative;
}
.left_icon i {
	font-size: 40px;
	color: #6f6f6f;
}
.left_icon .small_brd {
	height: 40px;
	width: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #6f6f6f;
}
.right_text {
	float: right;
	width: calc(100% - 70px);
	margin-left: 16px;
}
.right_text h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #222;
}
.feature-box p{
	margin-bottom: 0;
}
/*parallax*/
.parallax {
	position: relative;
	background-size: cover;
	background-attachment: fixed
}
.opacity-extra-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}

.bg-black {
	background-color: #000;
}
.position-relative {
	position: relative !important;
	padding: 120px 15px;
}

.pop_section a img {
	width: 150px;
}
.pop_section h4, .pop_section p {
	color: #fff;
}

.mar_bottum {
	bottom: -168px;
	background: none;
	top: auto;
}
/*Testimonial*/

.single_carousel > p {
	background: #f2f2f2;
	padding: 25px 35px 40px;
	position: relative;
}

.single_carousel > p::after {
	background: #f2f2f2;
	border-radius: 50%;
	bottom: -23px;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 18px;
	height: 50px;
	left: 20px;
	line-height: 49px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.author_img__block {
	display: table;
	padding-top: 30px;
}
.author_tablecell__block {
	display: table-cell;
	vertical-align: middle;
}
.author_tablecell__block > img {
	border: 5px solid #f2f2f2;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	max-width: 80px;
}
.author_tablecell__block > p {
	display: inline-block;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 15px;
}
.author_tablecell__block span {
	display: block;
	font-weight: normal;
}

.testimonial_carosule-wrap .owl-nav div {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.testimonial_carosule-wrap .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.testimonial_carosule-wrap .owl-nav div:hover {
	background: #0c1f38 none repeat scroll 0 0;
}
.but_prive .owl-controls .owl-nav {
	text-align: center;
}
.but_prive .owl-controls .owl-nav .owl-prev, .but_prive .owl-controls .owl-nav .owl-next {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

/*Team*/
.team_view {
	position: relative;
	overflow: hidden;
}
.team_view figure {
	margin: 0px;
}
.team_discoption{
	background: #fff;
    margin-top: 0;
    padding: 10px;
    margin: -27px 20px 0;
    position: relative;
    z-index: 1;
}
.team_discoption span.team_name {
	color: #232323;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.team_discoption span {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}
.team_hover {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease;
	padding: 0px 20px;
}
.team_head:hover .team_hover {
	top: 0px;
	transition: all 0.5s ease;
}
.team_hover ul {
	padding: 0px;
	width: 100%;
}
.team_hover ul li {
	list-style: none;
	height: 25px;
	width: 25px;
	display: inline-block;
}

/*blog*/
.post-details a {
	display: block;
	padding: 22px 0px;
	border-bottom: 1px solid #cecece;
}
.author {
	margin-top: 12px;
}
.author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-top: 5px;
}
.author span {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 20px;
	line-height: 1.3;
	color: #b7b7b7;
}

/*footer_contect*/
.contcat {
	border: 10px solid #cacaca;
	display: inline-block;
	padding: 20px;
	width: 100%;
}
.foot_logo a {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
	color: #232323;
	display: inline-block;
}
.contcat ul {
	padding: 0px;
	margin-bottom: 0;
}
.cont_info li {
	list-style: none;
	margin-bottom: 11px;
}
.social-icons {
	margin-top: 13px;
	margin-bottom: 0px;
	float: left;
}
.social-icons li {
	list-style: none;
	float: left;
	width: 30px;
	text-align: center;
}

.page-signin .main-body {
	max-width: 480px;
	margin: 10px auto;
}
.page-signin .body-inner {
	position: relative;
	padding: 0 20px 20px;
}
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 20px 0;
	border-radius: 2px;
}
.mdl-shadow--2dp, .card-panel, .card {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.bg-white {
	background-color: #fff;
	color: #3D4051;
}
.z-depth-2, .page-signin .card {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.card .card-content {
	padding: 20px;
	border-radius: 0 0 2px 2px;
}
.page-signin .card .card-content {
	padding: 30px 20px;
}
.page-signin .logo {
	font-size: 26px;
	font-weight: normal;
}
.page-signin .form-group {
	position: relative;
	margin: 0;
}
.ui-input-group {
	position: relative;
	margin: 18px 0 26px;
}
.ui-input-group:first-child {
	margin-top: 0px;
}
.color-primary, a.color-primary {
	color: #2196f3;
}

.page-signin .additional-info {
	text-align: center;
	font-size: 12px;
}
.page-signin .additional-info a {
	color: #fafafa;
}
.page-signin .additional-info .divider-h {
	border-right: 1px solid #fafafa;
	margin: 0 15px;
}
.page-signin .additional-info {
	text-align: center;
	font-size: 12px;
}
.page-signin .body-inner:before {
	z-index: -1;
	content: ' ';
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2196f3;
	height: 220px;
}
.ui-input-group > input, .ui-input-group > textarea {
	padding-left: 0;
	padding-right: 0;
	border: none;
	border: none;
	border-bottom: 1px solid #CBD5DD;
	margin: 0;
	background: transparent;
	border-radius: 0px;
}
.ui-input-group > input:focus, .ui-input-group > textarea {
	border-bottom: 1px solid #CBD5DD;
	box-shadow: 0 0 0 #fff;
	background-color: transparent !important;
}
.page-signin .ui-input-group .form-control {
	color: #555;
}
.ui-input-group .input-bar {
	position: relative;
	display: block;
	width: 100%;
}
.ui-input-group .input-bar:before {
	left: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2196f3;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > textarea
.ui-input-group .input-bar:after {
	right: 50%;
}

.ui-input-group > textarea {
	resize: none;
	width: 100%;
	font-size: 13px;
	padding: 20px 0 0 10px;
	height: 119px;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2196f3;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -4px;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0;
}
@media (max-width: 767px) {
	.ui-input-group > label {
		top: 0px;
	}
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~ label,
.ui-input-group > textarea:focus ~ label, .ui-input-group > textarea:valid ~
label {
	top: -19px;
	left: 0;
	font-size: 12px;
}

.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~ label,
.ui-input-group > textarea:focus ~ label, .ui-input-group>textarea:focus ~
label {
	color: #2196f3;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~ .input-bar:after,
.ui-input-group > textarea:focus ~ .input-bar:before, .ui-input-group > textarea:focus ~
.input-bar:after {
	width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~ .input-bar:after,
.ui-input-group > textarea:focus ~ .input-bar:before, .ui-input-group > textarea:focus ~
.input-bar:after {
	width: 50%;
}

.checkbox-field label {
	font-size: 12px;
}
.checkbox-field #check_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.custom-check {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #2196f3;
	top: 4px;
	position: relative;
	margin-right: 10px;
}
.custom-check:before {
	content: "";
	font-family: "Ionicons";
	color: #2196f3;
	font-size: 24px;
	position: absolute;
	top: -3px;
	left: 5px;
}
.checkbox-field #check_box:checked + .custom-check:before {
	content: "\f3fd";
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}
/*footer*/
.foot_logo img {
	width: auto;
}
.social_foot .social-icons {
	margin: 0px;
	display: inline-block;
	float: left;
	margin: 0px;
}
.social_foot span {
	float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	.social_foot {
		text-align: center;
	}
	.social_foot span, .social_foot .social-icons {
		float: none;
		display: block;
		padding: 0px;
	}
	.social_foot .social-icons li {
		display: inline-block;
		float: none;
	}
}

@media (max-width: 767px) {

	.social_foot {
		text-align: center;
	}
	.social_foot span, .social_foot .social-icons {
		float: none;
		display: block;
		padding: 0px;
	}
	.social_foot .social-icons li {
		display: inline-block;
		float: none;
	}
}

/*inner_page*/
.inner_page .header-top-area {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #fff !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.inner_page .logo a {
	color: #232323;
}
.inner_page #nav-icon2 span {
	background: #232323;
}
.inner_page .mainmenu .navbar-nav li a {
	color: #232323;
}

/* Blog Page   --------------------------------------------------------- */

.blog-post {
	display: inline-block;
	width: 100%;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.post-media img {
	width: 100%;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-header h2 {
	margin: 20px 0px;
	font-weight: 600;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-entry ul {
	color: #202020;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #F2184F;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit !important;
}
.post-meta .post-more-link a.btn-Blue {
	background: #f2f2f2;
	border: 2px solid transparent;
	padding: 8px 15px;
}
.post-meta .post-more-link a.btn-Blue:hover {
	background: none;
	border: 2px solid #f2f2f2;
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 18px;
	margin: 0;
	background: none;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #F2184F;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-post blockquote {
	border-left: none;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
	background: #f2f2f2;
}
.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.post-author img {
	width: 120px;
}
.post-author .post-author-details {
	padding-left: 20px;
}

.blog-post .fa-tag {
	padding-right: 10px;
}
.post-author h6 {
	margin-top: 0px;
	margin-bottom: 0;
}
.post-author-blog {
	overflow: hidden;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
	font-weight: 300;
}
.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}
.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
	padding-top: 0px;
}
.post-comment .comment-list li {
	padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
	padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}
.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 85px;
}
.post-comment .comment-avatar img {
	width: 100%;
}
.post-comment-star .star-rat {
	display: inline-block;
}
.post-comment-star label {
	margin-right: 6px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f2f2f2;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}

.post-media img {
	display: block;
}
.event-calender span {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	width: 100%;
}
.blog-post-hr textarea {
	padding-top: 10px;
	height: 120px;
	resize: none;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #000;
}
.input-lg {
	height: 45px;
}
/*====Loader css===*/
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #000;
}
.spinner{
	    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*Work Section*/
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
    font-size: 15px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 3px;
    border: none;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.container-filter li a.active,
.container-filter li a:hover{
	color: #787878;
    background: #fff;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display:inline-block;
}


.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img{
	width: 100%;
}

.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	color: #fff;
	z-index: 1;
	background: #333;
	text-align: center;
	padding-bottom: 10px;
}
.gallery-heading p{
	margin-bottom:0;
}

.item-container {
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);
	width: 100%;
	    transition: transform .25s;
}
.item-box:hover .item-container {
	 -webkit-transform: translateY(-66px);
	 transform: translateY(-66px);
}

.item-box>a{
	display: block;
	position: relative;
	z-index: 2;
}
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;

}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}


.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
    width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}
