@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.active {
	color: #fff !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #ff0000;
	color: #fff !important;
	text-transform: capitalize;
	border: 1px solid #ff0000;
	padding: 10px 30px;
}

.btn-primary:hover {
	color: #ff0000 !important;
	background: #fff;
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 18px;
	padding: 12px 30px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

#wrapper {
	position: relative;
}

.top-bar-h {
	padding: 15px 0;
}

.top-bar-h .tpb-sc {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.top-bar-h .tpb-sc li {
	float: left;
	padding: 0 6px;
}

.top-bar-h .tpb-sc li:last-child {
	padding-right: 0;
}

.top-bar-h .tpb-sc li a {
	font-size: 10px;
	color: #fff;
	height: 22px;
	width: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	transition: all .3s;
}

.top-bar-h .tpb-sc li a:hover {
	color: #ff0000;
	background: #fff;
}

header {
	background: transparent;
	position: relative;
	z-index: 9999;
}

header .navbar {
	background: transparent;
	border: 0;
	margin: 0;
	z-index: 9999;
}

.navbar-brand {
	height: auto;
	z-index: 9999;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	background-color: #ff0000 !important;
}

.navbar-toggle:hover {
	background-color: #ff0000 !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right li {
	padding: 15px 15px;
}

.navbar-right li a {
	color: #ff0000 !important;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .4s;
	font-weight: 600;
	border-bottom: 4px solid transparent;
	padding: 0;
	line-height: 40px;
}

.navbar-right li a:hover {
	border-color: #ff0000 !important;
}

.navbar-right li:last-child {
	padding-right: 0;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.carousel .item img {
	width: 100%;
}

.slider {
	width: 100%;
	position: relative;
}
.slider-over{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#00000050;
	z-index:1;
}
.slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9999;
}

.slider-text h1 {
	font-size: 100px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.93);
}

.slider-text p {
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.93);
}

.slider-text .btn {
	margin-top: 25px;
}

.carousel-control {
	background: none !important;
	opacity: 1 !important;
}

.carousel-control .left-arrow,
.carousel-control .right-arrow {
	position: absolute;
	top: 50%;
}

.carousel-indicators {
	display: none;
}

.header-bottom {
	border: 4px solid #fff;
	position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translate(-50%, -0);
}

.services {
	margin: 60px 0 60px 0;
}

.services .heading {
	font-size: 22px;
	color: #2c4058;
	margin-bottom: 20px;
}

.signature {
	margin-top: 25px;
}

.services h2 {
	color: #000;
	margin: 20px 0;
}

.services p {
	font-size: 18px;
	color: #4b5562;
	line-height: 30px;
}

.our-dishes {
	padding: 50px 0;
	background-image: url(../images/pro-bg.jpg);
	background-size: cover;
}

.pr-item {
	margin-bottom: 25px;
}

.pr-item img {
	width: 100%;
}

.pr-item .pr-text {
	padding: 25px 25px 20px 25px;
	text-align: center;
}

.pr-item .pr-name {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
}

.pr-item p {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 24px;
	margin: 19px 0;
}

.pr-item .pr-price {
	font-size: 28px;
	color: #ff0000;
	font-weight: 700;
	margin-top: 19px;
	display: block;
}

.what-we-do {
	padding: 60px 0 !important;
	display: inline-block;
	width: 100%;
	float: none;
	background: #ff0000;
}

.what-we-do .col-md-2 {
	width: 20%;
	float: left;
	text-align: center;
}

.icon-container {
	width: 212px;
	border-radius: 50%;
	transition: all .3s;
	margin: 0 auto;
	text-align: center;
}

.icon-container p {
	line-height: 24px;
	margin-top: 20px;
	color: #fff;
}

.icon-container .icon {
	text-align: center;
	position: relative;
}

.icon-container .icon img {
	width: 150px;
}

.icon-container .icon-text {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
}

.sec-heading p {
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}

.sec-heading h2 {
	color: #2c4058;
	font-weight: 600;
}

.projects-container {
	margin: 60px 0 90px 0;
}

.project {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}

.project .pr-owner {
	background-color: rgba(0, 0, 0, 0.767);
	padding: 15px;
	text-align: center;
	position: absolute;
	left: -400px;
	bottom: 0;
	width: 100%;
	transition: all .4s;
	transform: rotate(90deg);
}

.project .pr-owner .ow-name {
	font-size: 22px;
	color: #fff;
}

.project:hover .pr-owner {
	left: 0;
	transform: none;
}

.project:hover .img img {
	transition: all .4s;
}

.project:hover .img img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.more-products .col-md-6 {
	padding: 0;
}

.item-m {
	position: relative;
	border: 4px solid #fff;
}

.item-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.item-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.item-text .item-type,
.sl-text .item-type {
	color: #fff;
	background: #ff0000;
	min-width: 110px;
	padding: 4px 10px;
	text-align: center;
	font-weight: 900;
}

.item-text .item-nm,
.sl-text .item-nm {
	font-size: 45px;
	color: #ffff;
	font-weight: 700;
	display: block;
	line-height: 30px;
	margin-top: 14px;
}

.item-text p,
.sl-text p {
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}

.item-text .item-price {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
}

.product-slider {
	padding: 50px 0;
}

.slider-item .sl-img {
	width: 35%;
	float: left;
}

.slider-item .sl-content {
	width: 65%;
	float: right;
}

.sl-content {
	position: relative;
	padding-top: 10%;
	padding-left: 15px;
}

.sl-text .item-nm,
.sl-text p {
	color: #1b1b1b;
}

footer {
	background: rgb(22, 22, 22);
	padding: 72px 0 50px 0;
}

footer h4 {
	color: #fff;
	font-weight: 500;
}

footer p {
	color: #fff;
	margin-bottom: 25px;
}

footer ul li {
	float: left;
	padding: 0 10px;
}

footer ul.ft-social li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px !important;
	height: 36px;
	width: 36px;
	border: 1px solid #fff;
	line-height: 34px !important;
	text-align: center;
	transition: all .3s;
	border-radius: 50%;
}

footer ul.ft-social li a:hover {
	color: #ff0000;
	background: #fff;
}

.ft-contact .fa {
	margin-right: 10px;
}

footer .divider-2 {
	height: 1px;
	background: #fff;
	margin: 40px 0;
}

.ft-links li {
	border-right: 1px solid #fff;
}

.ft-links li:first-child {
	padding-left: 0;
}

.ft-links li:last-child {
	border: 0;
}

.ft-links li a {
	color: #fff;
}

.ft-links li a:hover {
	color: #f47a7a;
}

footer .ft-logo {
	display: block;
	margin-bottom: 45px;
}

footer .credits {
	color: #fff;
	font-size: 14px;
	float: right;
}

footer .footer-address {
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

footer .social-links {
	display: inline-block;
	margin: 10px auto 0 auto;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

.ft-social {
	display: inline-block;
	margin: 20px auto 0 auto;
}

footer .social-nav li:last-child {
	padding-right: 0;
}

footer .copy {
	font-size: 13px;
	color: #fff;
	float: right;
}

.page-heading {
	background-image: url(../images/slide2.jpg);
	background-size: cover;
	padding: 40px 0 40px 0;
}
.Service-Page {
	background-image: url(../images/service-bg.png);
}

.page-heading .pg-title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.abt-section {
	background-size: cover;
	background-position: right bottom;
	min-height: 600px;
	padding-top: 50px;
}

.abt-section,
.abt-team {
	margin: 50px 0 0 0;
}

.abt-team {
	margin-bottom: 70px;
}

.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
	-webkit-box-shadow: -1px 0px 15px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px 0px 15px -1px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 0px 15px -1px rgba(0, 0, 0, 0.3);
	padding: 25px;
	border-radius: 5px;
}

.abt-team .cr-img {
	width: 140px;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.abt-team .cr-img img {
	transition: all .9s;
	text-align: center;
	transform: scale(1.5);
}

.abt-team .e-img:hover .cr-img img {
	transform: scale(1);
}

.abt-team .e-img .overlay ul {
	display: inline-block;
	margin: 20px auto;
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li:first-child {
	padding-left: 0;
}

.abt-team .e-img .overlay ul li a {
	color: #282828;
	font-size: 23px;
}

.e-img .overlay {
	text-align: center;
}

.abt-team span.name {
	font-size: 22px;
	color: #282828;
	margin: 15px 0 15px 0;
	display: block;
}

.abt-team span.postion {
	font-size: 17px;
	color: #282828;
	margin-bottom: 10px;
	display: inline-block;
}

.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

.ct-form label {
	color: #ff0000;
	margin-bottom: 13px;
}

.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 450px;
}

.ct-section {
	background: none;
	padding-top: 50px;
}


/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.slider-text h1 {
		font-size: 60px;
	}
	.slider-text p {
		margin-top: 5px;
	}
	.our-project .img-bg {
		display: none;
	}
	.item-text .item-nm {
		font-size: 30px;
	}
}

@media screen and (max-width: 991px) {
	footer .social-nav,
	footer .ft-contact {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	.navbar-right {
		background: #ff0000;
	}
	.navbar-right li {
		padding: 5px 15px;
	}
	.navbar-right li a {
		line-height: 24px;
		color: #fff !important;
	}
	.header-txt {
		text-align: center;
	}
	.services h2 {
		font-size: 30px;
	}
	.divider-sec {
		padding: 100px 0;
	}
	.slider-text {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	header .social-nav {
		display: none;
	}
	.navbar-right-2 {
		position: relative;
		background: #ff0000;
		transform: none;
		left: 0;
		top: 0;
	}
	.our-project .img-bg {
		display: none;
	}
	.our-project img {
		width: 100%;
		margin-top: 20px;
	}
	footer,
	footer .text-right,
	footer .text-left {
		text-align: center;
		width: 100%;
	}
	footer .social-nav {
		display: inline-block;
		margin: 25px auto 0 auto;
		float: none;
	}
	.ft-links {
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	footer .copy {
		float: none;
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.what-we-do .col-md-2 {
		width: 50%;
	}
	.ct-form {
		margin-top: 45px;
	}
	.abt-section {
		background: none;
		padding-top: 0;
		min-height: 300px;
	}
	.item-text .item-nm {
		font-size: 25px;
	}
	.item-text p,
	.sl-text {
		font-size: 14px;
	}
	.slider-item .sl-img {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.slider-item .sl-content {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 420px) {
	.what-we-do .col-md-2 {
		width: 100%;
	}
	.what-we-do .icon-container {
		padding-top: 20px;
	}
	footer .footer-links li {
		padding: 0 10px;
	}
	footer .footer-links li a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}