
/*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    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #888;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size:60px;
	color: #222;
	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:71px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size:50px;
	font-weight: 800;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	color: #222;
	text-transform: uppercase;
}
h2 span {
	color: #2ecc71;
}
h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	color: #222;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #222;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
	color: #222;
	margin: 0px;
}
h3, h4, h4, h6 {
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
button:focus {
	outline: none;
}
a {
	color: #222;
}
.inner-intro h1 {
	font-size: 60px;
	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: 25px;
	}

	h3, .h3 {
		font-size: 20px;
	}
	.single-fact {
		margin-top: 0!important;
		text-align: center;
		color: #fff;
	}
}

/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 100px;
}
.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-25 {
	margin-top: 25px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-50 {
	margin-bottom: 50px;
}
.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;
	}
	.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-30 {
		padding-top: 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*/

img {
	max-width: 100%;
}

.italic {
	font-style: italic;
}

/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #000;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}

.gray_bg {
	background: #f9f9f9;
}
figure {
	margin: 0px;
}
.light-color * {
	color: #fff;
}
/*back-to-top*/
#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: block;
	display: none;
	background: #2ecc71;
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.text-color span{
	color:#da181c;
}


/*
============== background Color====================
*/
.stricky, #back-to-top, .progress .progress-bar, .textimonial_section:before, .textimonial_section:after,
.price-value, .price-value.two, .price-value.three, .footer_social a:hover, .btn-text {
  background: #da181c;
}

/*
============== Text Color====================
*/
h2 span, .btn-text:hover, a:hover, .rial_info span, .left_icon, .ser_detail i, .team_detail h3, .more_info i, .icon_conunt, 
.copy_right strong, .more_info a:hover {
  color: #da181c;
}
.copy_right a{
  color: rgba(255, 255, 255, 0.71);
}

/*
============== Border Color====================
*/
.price-value, .price-value.two, .price-value.three, .cart1, .cart2, .cart3, .footer_social a:hover, .btn-text {
  border-color: #da181c;
}


/*header*/
/*
 * ----------------------------------------------------------------------------------------
 * Header And Banner
 * ----------------------------------------------------------------------------------------
 */
a:focus, a:hover {
	color: #ababab;
}
.welcome-area {
	height: 100%;
}
.welcome-area .logo {
	padding-top: 0;
}
.welcome-area .logo img {
	width: 122px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu-bg .logo img {
	width: 80px;
}
.welcome-area .logo a {

	padding: 15px 0;
}
@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: 80px;
	font-weight: 900;
	text-transform: capitalize;
}

.header-top-area {
	position: absolute;
	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: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
.logo {
		padding-top: 3px;
}
.menu_space{
	    padding: 12px 0 10px;
}
}
.stricky{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
}
.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: #000;
	font-size: 12px;
	padding:21px 0px 21px 30px;
	-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) {
    .stricky .mainmenu .navbar-nav li a {
        color: #fff;
    }
	.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: 54px;
	}
	.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;
}

#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: hidden;
	}
	.mainmenu ul.nav-menu-show {
		margin-right: 25px;
		opacity: 1;
		visibility: visible;
	}
	.navigation_maine ul{
		visibility: visible;
		opacity: 1;
	}
}

.top_patti {
    padding: 10px 0px;
}
.header-top-area .info {
    text-align: right;
}
.header-top-area .info-item {
    display: inline-table;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    border-right: 1px solid #000;
}
.header-top-area .info-item:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.header-top-area .info-item .fa {
    margin-right: 5px;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}
.info-item a {
    color: #000;
}
.menu_space{
	border-top: 1px solid #7d7b80;
    border-bottom: 1px solid #7d7b80;
}
.menu_space.stricky{
	border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-bg .top_patti{
	display: none;
	transition: all 0.3s;
}
/*
 * ----------------------------------------------------------------------------------------
 * 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;
	}
}

.menu_space .imgb,
.menu_space.stricky .imgc{
	display: none;
}
.menu_space.stricky .imgb{
	display: block;
}


/*images_zoom*/
.img-scale figure {
	overflow: hidden;
	margin: 0px;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.form-control:focus {
	border-color: #da181c;
}
/*button_CSS*/
.btn-text {
	display: inline-block;
	text-decoration: none;
	padding: 10px 25px;
	background-color: #da181c;
	color: #fff;
	border: none;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	transform: perspective(1px) translateX(0px);
	transition: all 0.2s ease 0s;
	border: 1px solid #da181c;
	cursor: pointer;
}
.btn-text:before {
	content: "";
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}
.btn-text:hover {
	color: #da181c;
}
.btn-text:hover:before {
	transform: scaleX(1);
}
/* section_heading */
.sec_heading{
	display: inline-block;
	position: relative;
}
.sec_heading:before{
	content: "";
	position: absolute;
	left: -80px;
	top: 50%;
	width: 70px;
	height: 2px;
	background: #000;
	    transform: translateY(-50%);
}
.sec_heading:after{
	content: "";
	position: absolute;
	right: -80px;
	top: 50%;
	width: 70px;
	height: 2px;
	background: #000;
	    transform: translateY(-50%);
}
.sec_heading h2 {
	margin: 0px;
}
@media (max-width:767px){
.sec_heading:after,.sec_heading:before{
	width:50px;
}
.sec_heading:after{
	right: -66px;
}
.sec_heading:before{
	left: -63px;
}
}

/*---------------Parallax Banner---------------*/
.banner-area.banner-1 {
	background: url(../images/banner.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.78);
	z-index: 2
}
/*---------------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: 44px;
	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: capitalize;
}
.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:#da181c;
}
.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);
}

/* About_Section */
.progress_box p {
	margin: 0px;
}

.progress {
	border-radius: 0px;
	margin-bottom: 30px;
	overflow: visible;
}
.progress:last-child {
	margin-bottom: 0px;
}
.progress .progress-bar {
	background: #009fe0;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
	position: relative;
	animation: animate-positive 2s;
	height: 25px;
}
.progress .progress-bar span {
	text-align: left;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
}
.progress .progress-value {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	position: absolute;
	bottom: 4px;
	right: 10px;
	text-shadow: none;
}

@-webkit-keyframes animate-positive {
0% { width: 0%; }
}
@keyframes animate-positive {
0% { width: 0%; }
}

/* Counter */
.counter_sec {
	position: relative;
	background: url(../images/bg_2.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
}
.counter_sec:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.72);
}
.achivment p {
	color: #fff;
	font-size: 35px;
	line-height: 1.3;
	margin: 0px;
}
.single-fact {
	margin-top: 60px;
	text-align: center;
	color: #fff;
}
.icon_conunt {
	color: #fff;
	font-size: 60px;
}
.single-fact h3 {
	color: #fff;
	position: relative;
	padding-bottom: 10px;
	margin: 14px 0px 30px;
	text-transform: uppercase;
	font-weight: 600;
}
/*.single-fact h3:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 2px;
	width: 50px;
	background: #da181c;
	transform: translateX(-50%);
}*/
.counter {
	font-size: 35px;
}
@media (max-width: 991px){
.achivment{
	text-align:center;
}
.single-fact{
	margin-bottom:20px;
}
}
@media (max-width: 767px) {
	.achivment p{
		text-align: center;
	}
	.single-fact h3{
		    padding-bottom: 15px;
    margin: 15px 0px 25px;
	}
}
/* Service */
.big_text p {
	margin-bottom: 0px;
}
.effect_box {
	position: relative;
	margin-bottom: 10px;
}
.ser_detail {
	background: #fff;
	padding: 50px 20px;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 7px rgba(102, 102, 102, 0.09);
	-moz-box-shadow: 0 0 20px 7px rgba(102, 102, 102, 0.09);
	box-shadow: 0 0 20px 7px rgba(102, 102, 102, 0.09);
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
/*.effect_box:hover .ser_detail {
	background: rgba(0,0,0,.7);
}
.effect_box:hover .ser_detail h3 a, .effect_box:hover .ser_detail p {
	color: #fff;
}*/
.ser_detail h3 {
	margin: 10px 0px;
}
.ser_detail p {
	margin: 0px;
	line-height: 1.9;
}
.show_ser img {
	width: 100%;
}
.ser_detail i {
	font-size: 60px;
	color: #2ed3ae;
	font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.big_text {
		margin-bottom: 45px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.big_text {
		margin-bottom: 45px;
		text-align:center;
	}
	.big_text h2{
		font-size:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.big_text {
		margin-bottom: 45px;
		text-align: center;
	}
	.big_text h2{
		font-size:30px;
	}
}
@media (max-width: 991px) {
	.effect_box {
		max-width: 400px;
		margin: 0 auto;
	}
	.show_ser img {
		width: 100%;
	}
}

/* Testimonial */
.textimonial_section {
	background: #000;
	position: relative;
	overflow: hidden;
}
.textimonial_section:before {
	content: '';
	width: 25%;
	height: 100%;
	background: #da181c;
	position: absolute;
	top: 0;
	right: 0;
}
.textimonial_section:after {
	content: '';
	position: absolute;
	top: 0;
	right: 27%;
	margin-right: -128px;
	height: 100%;
	width: 23%;
	background: #da181c;
	transform: skewX(-25deg);
}
.textimonial_section .container {
	z-index: 1;
}
.text_slider {
	max-width: 600px;
}
.picher_box {
	padding: 0px 10px;
}
.designation {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.designation h4 {
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
}
.text_folder {
	display: inline-block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	vertical-align: middle;
}
.text_folder figure img {
	border-radius: 50%;
}
.text_item p {
	margin-top: 30px;
	color: #fff;
	padding: 0 10px;
}
.nav_next_prive .owl-nav .owl-prev, .nav_next_prive .owl-nav .owl-next {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 30%;
	display: none;
}
.nav_next_prive .owl-nav .owl-prev {
	left: 0px;
}
.nav_next_prive .owl-nav .owl-next {
	right: 0px;
}
.nav_next_prive .owl-nav .owl-prev i {
	font-size: 25px;
	color: #fff;
}
.nav_next_prive .owl-nav .owl-next i {
	font-size: 25px;
	color: #fff;
	/* display: none; */
}
.quote_icon {
	font-size: 200px;
	color: #fff;
	text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text_slider {
		max-width: 550px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.quote_icon {
		font-size: 89px;
	}
	.textimonial_section:after {
		width: 27%;
		right: 22%;
	}
	.textimonial_section:before{
		width: 18%;
	}
}
@media (max-width: 767px) {
	.textimonial_section:before, .textimonial_section:after{
		display: none;
	}
	.quote_icon {
    font-size: 100px;
    }
.text_folder,.designation {
	display:block;
	text-align:center;
	margin:0;

}
.text_folder{
	margin:0 auto 20px;
}
.text_item{
	text-align:center;
}
.big_text{
	text-align:center;
}
.big_text h2{
	font-size:23px
}
}
/*--pricing--*/
.pricing-grid1, .pricing-grid2, .pricing-grid3 {
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 0;
	border: none;
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-o-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
}
.pricing-grid3 {
	margin-right: 0;
}
.pricing-grid1:hover, .pricing-grid2:hover, .pricing-grid3:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3) {
	margin-right: 0;
}
.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
	font-size: 40px;
	color: #fff;
}
.price-value, .price-value.two, .price-value.three {
	background: #ff546c;
	padding: 30px;
	border-bottom: 2px solid #ff546c;
	border-top-left-radius: 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	position: relative;
}
.price-value ul, .pricing-grid1 ul, .pricing-grid2 ul, .pricing-grid3 ul {
	padding: 0;
}
.price-value ul li, .pricing-grid1, .pricing-grid2 ul li, .pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li {
	list-style: none;
}
.price-value  h5 span {
	color: #222;
	font-size: 19px;
}
.price-value lable {
	color: #222;
	font-size: 17px;
}
.price-value.two h5 span {
	color: #222;
}
.price-value.two h5 i, .price-value h5 i {
	color: #222;
	font-style: normal;
}
.price-value.three h5 span {
	color: #222;
}
.price-value.three h5 i {
	color: #222;
	font-style: normal;
}
.price-value h5 {
	padding: 11px 0;
}
.sale-box, .sale-box.two, .sale-box.three {
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 130px;
	width: 143px;
	text-align: center;
	z-index: 0;
	right: 0;
	border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale {
	font-size: 14px;
	color: #fff;
	background: #222;
	text-transform: uppercase;
	padding: 50px 35px 17px 91px;
	width: 281px;
	text-align: center;
	display: block;
	position: absolute;
	left: -47px;
	top: -41px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(40deg);
	box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.sale-box.two.sale-box span.on_sale {
	background: #222;
}
.sale-box.three.sale-box span.on_sale {
	background: #222;
}
.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	color: #8f8c8c;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	font-weight: 400;
}
.pricing-grid1 ul li.whyt a, .pricing-grid2 ul li.whyt a, .pricing-grid3 ul li.whyt a {
	background: #f8f9fa;
}

.price-bg {
	background: #fff;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li {
	list-style: none;
}
.cart1, .cart2, .cart3 {
	padding: 2.7em 0em 2.7em;
	display: block;
	border-bottom: 2px solid #ff546c;
}

/*--------------*/
@media (max-width: 1366px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 17px;
	}
}
@media (max-width: 1024px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.price-value, .price-value.two, .price-value.three {
		padding: 2em 0 1em 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
		font-size: 1.6em;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 2.6em;
	}
}
@media (max-width: 991px) {
	.pricing-grid1,.pricing-grid2,.pricing-grid3{
		max-width:500px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 20px !important;
	}
}
@media (max-width: 768px) {
	.pricing-grid1 h3 a, .pricing-grid2 h3 a, .pricing-grid3 h3 a {
		padding: 0.4em 1em;
		font-size: 0.7em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.cart1, .cart2, .cart3 {
		padding: 2em 0em 2em;
	}
}
@media (max-width: 640px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		float: none;
		text-align: center;
		margin: 0em auto;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
		padding: 13px 0;
	}

}

@media (max-width: 320px) {
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		margin-right: 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
		font-size: 1.2em;
	}
	.price-value h5 span, .price-value lable {
		font-size: 16px;
	}

}

/* Team */
.team_box {
	padding: 35px;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.team_box:hover {
	box-shadow: 0px 40px 100px 0 rgba(20,52,92,0.3);
	border-radius: 5px;
	transform: translate(0px, -10px);
}

.team_box .team_img {
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-bottom: 25px;
}
.team_box .team_img img {
	border-radius: 50%;
}
.team_detail h3 {
	margin-bottom: 9px;
	line-height: 1;
}

/*blog*/
.blog-post {
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
	padding: 18px 20px 25px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.blog-post:hover {
	box-shadow: 0px 40px 100px 0 rgba(20,52,92,0.3);
	transform: translate(0px, -10px);
}
.post-details a {
	display: block;
	padding: 22px 0px;
	border-bottom: 1px solid #cecece;
}
.post-details a:hover {
	color: #da181c;
}
.blog-post-images {
	overflow: hidden;
}
.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;
}
@media (min-width:992px) and (max-width:1199px){
	.author span{
		font-size: 13px;
	}
}
/* Contcat */
form .error {
	border-color: #e1534f !important;
}
.form_cont {
	box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
	padding: 40px;
}
.form-control {
	border-radius: 0px;
	resize: none;
	border: 2px solid rgba(0, 0, 0, 0.18);
	height: 52px;
}
textarea.form-control{
	height: 160px;
}

.full_contact {
	background: url(../images/contact-us.jpg) no-repeat 0 0;
	background-size: cover;
	margin-top: 90px;
	position: relative;
}
.full_contact:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.more_info {
	color: #fff;
	text-align: center;
	padding: 80px 25px;
}
.more_info h3 {
	color: #fff;
	margin-bottom: 11px;
}
.more_info i {
	font-size: 50px;
}
.more_info span, .more_info a {
	display: block;
	color: rgba(255, 255, 255, 0.71);
	line-height: 2;
}
.more_info a:hover {
	color: red;
}
.bor_lr {
	border-left: 1px solid rgba(255, 255, 255, 0.26);
	border-right: 1px solid rgba(255, 255, 255, 0.26);
}
.form-group{
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.more_info{
		padding: 30px 0px;
	}
	.bor_lr{
		border-left: none;
		border-right: none;
		border-top: 1px solid rgba(255, 255, 255, 0.26);
		border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	}
}
.content_mentions{
	margin-top: 20px;
}
.content_mentions h3{
	text-align: left;
}
.mentions_leg{
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	line-height: 18px;
	text-align: left;
	}
.titre_mentions_leg{
	font-weight: bolder;
}	
.adresse_mentions{
	margin-left:60px;
}	
.imgvideo{
	margin: 5px 0;
}
.imgalarme{
	margin: 4px 0 0 0;
}


.footer{
	background:#1d1d1d;
}
.footer_logo{
	display: inline-block;
}
.copy_right a{color: rgba(255, 255, 255, 0.71)#009fe0;}

.copy_right{
	margin:25px 0px;
}
.footer_social{
	margin: 0px;
}
.footer_social a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 0px 5px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
	transition: all 0.3s;
}
.footer_social a:hover{
	background:#009fe0;
	border-color: #009fe0;
	color: #fff;
}


.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
    bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
            filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}


/*Image Brun effect*/
.page-cover {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 0;
}

.page-cover .cover-bg {
    background: url(../images/vegas/bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 99;
}
.vegas-overlay{
	 opacity: .2 !important;
	background: url(../images/02.png) center center;
}
.full-size {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pos-abs {
    position: absolute;
    height: 100vh !important;
}
.content_pos{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.banner-area.banner-1{
	overflow: hidden;
}
