@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}
body {
	margin: 0;
	padding: 0;
	font: 400 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	background: #fff;
}
chexbox, div, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, option, p, radiobutton, select, td, textarea, tr, ul {
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
ol {
	padding: 0;
	margin: 0;
	list-style-type: none
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	color: #444444;
}
img {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0
}
chexbox {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px
}
.clr, .spacer {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
		 url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
		 url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
		 url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
		 url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'impactregular';
	src: url('../fonts/impact-webfont.eot');
	src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/impact-webfont.woff2') format('woff2'),  
		 url('../fonts/impact-webfont.woff') format('woff'),  
		 url('../fonts/impact-webfont.ttf') format('truetype'),  
		 url('../fonts/impact-webfont.svg#impactregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*============== header part start =============*/
.banner {
	padding: 69px 0 0 0;
	margin: 0;
	background: url(../images/header_bg.jpg) center top no-repeat;
	height: 1008px;
}
.banner .scroll_btn {
	background: url(../images/scroll.png) 50% 50% no-repeat;
	display: block;
	height: 83px;
	margin: 0 0 0 -41px;
	width: 83px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
header nav {
	background: url(../images/menu_bg.png) center top no-repeat;
	padding: 0 0 0px 0px !important;
	margin: 69px 0 0 0;
}
header nav .navbar-brand {
	position: absolute;
	left: 50%;
	top: -45px;
	margin: 0 0 0 -83px;
	z-index: 9;
	transition: all .5s ease 0s;
}
header nav ul.navbar-nav {
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
	display: block !important;
	width: 100%;
}
header nav ul.navbar-nav li {
	display: inline-block;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 54px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 35px;
	float: none;
	position: relative;
	right: -28px;
	letter-spacing: 5px;
}
header nav ul.navbar-nav li:nth-child(3) {
	padding: 0;
	width: 200px;
}
header nav ul.navbar-nav li a {
	display: inline-block;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 54px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0px;
	float: none;
	text-decoration: none;
	background: none;
}
header nav ul.navbar-nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}
header nav ul.navbar-nav li a.active, header nav ul.navbar-nav li.active a {
	color: #fff;
	text-decoration: none;
	background: none;
}
/*============== header part end =============*/
/*============== abouts =============*/
#abouts {
	background: #fff;
	padding: 100px 0 214px 0;
}
#abouts .container {
	width: 1342px;
	padding: 0;
	position: relative;
}
#abouts .container .main_abouts_content figure {
	width: 475px;
	float: left;
}
#abouts .container .main_abouts_content figure img {
	margin: 250px 0 0 0px;
	max-width: 100%;
	height: auto;
	display: block;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
#abouts .container .main_abouts_content figure img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}
#abouts .container .main_abouts_content .about_main_container {
	width: 445px;
	float: left;
	background: #000;
	padding: 48px 24px;
}
#abouts .container .bottom_icon {
	position: absolute;
	left: 347px;
	bottom: -122px;
}
#abouts .container .main_abouts_content .about_right_img {
	width: 422px;
	float: left;
	position: relative;
	margin: 60px 0 0 0px;
}
#abouts .container .main_abouts_content .about_right_img aside {
	position: relative;
}
#abouts .container .main_abouts_content .about_right_img aside:after {
	position: absolute;
	left: 38px;
	top: 38px;
	right: 38px;
	bottom: 38px;
	background: none;
	border: 8px solid #fff;
	border-radius: 10px;
	margin: 0;
	content: "";
	transition: all .5s ease 0s;
	pointer-events: none;
}
#abouts .container .main_abouts_content .about_right_img aside:hover:after {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: none;
	border: 8px solid #fff;
	border-radius: 10px;
	margin: 0;
	content: "";
	transition: all .5s ease 0s;
	pointer-events: none;
}
#abouts .container .main_abouts_content .about_right_img img {
	display: block;
	max-width: 100%;
	height: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
#abouts .container .main_abouts_content .about_right_img img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}
#abouts .container .main_abouts_content:after, #abouts .container .main_abouts_content:before {
	clear: both;
	padding: 0;
	margin: 0;
	display: block;
	content: "";
}
#abouts .container .main_abouts_content .about_main_container h1 {
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 8px;
}
#abouts .container .main_abouts_content .about_main_container h2 {
	font: normal 52px "impactregular";
	line-height: 55px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#abouts .container .main_abouts_content .about_main_container h2 span {
	font: normal 41px "impactregular";
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin: 0;
	display: block;
}
#abouts .container .main_abouts_content .about_main_container p {
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #fff;
	padding: 32px 0 0 0;
	margin: 0;
}
#abouts .container .main_abouts_content .about_main_container p strong {
	font: bold 16px Arial, Helvetica, sans-serif;
}
#abouts .container .main_abouts_content .about_main_container p span {
	font: bold 22px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #fff;
	padding: 0px 0 0 0;
	margin: 0;
	display: block;
}
/*============== abouts end=============*/
/*==============our process=============*/
.our_process {
	background: url(../images/our_pro_bg.jpg) center top no-repeat;
	height: 1234px;
	position: relative;
}
.phone_part {
	display: none;
}
/*==============our process end=============*/
/*==============bespoke options=============*/
.bespoke_options, .products, .all_gallery, .before_after {
	padding: 44px 0 44px 0;
	margin: 0;
	text-align: center;
}
.bespoke_options h2, .products h2, .all_gallery h2, .before_after h2 {
	font: normal 60px "impactregular";
	line-height: 64px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.bespoke_options h2:after, .products h2:after,  .all_gallery h2:after, .before_after h2:after{
	position: absolute;
	left: 22%;
	right: 22%;
	bottom: 0;
	content: "";
	border-bottom: 8px solid #616161;
	transition: all .5s ease 0s;
}
.bespoke_options h2:hover:after, .products h2:hover:after, .all_gallery h2:hover:after, .before_after h2:hover:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-bottom: 8px solid #616161;
	transition: all .5s ease 0s;
}
.before_after{
		text-align:center;
}
.before_after img{
		display:inline-block;
		margin:40px 0 0 0px;
}
.bespoke_options h2 span, .products h2 span, .all_gallery h2 span, .before_after h2 span{
	font: normal 40px "impactregular";
	line-height: 44px;
	color: #616161;
	display: block;
}
.bespoke_options h2 small, .products h2 small {
	font: normal 36px "impactregular";
	line-height: 44px;
	color: #616161;
	display: block;
}
.bespoke_options .bespoke_options_custom {
	padding: 60px 0 0 0px;
}
.bespoke_options .bespoke_options_custom h3 {
	display: inline-block;
	position: relative;
	font: bold 25px Arial, Helvetica, sans-serif;
	line-height: 54px;
	color: #fff;
	background: #c47d1e;
	padding: 0 40px;
	border-radius: 10px;
	margin: 0 0 62px 0px;
}
.bespoke_options .bespoke_options_custom h3:after {
	position: absolute;
	content: "\f107";
	font: normal 40px "FontAwesome";
	line-height: 50px;
	color: #fff;
	text-align: center;
	width: 46px;
	height: 46px;
	background: #c47d1e;
	border-radius: 50%;
	left: 50%;
	bottom: -22px;
	margin: 0 0 0 -23px;
	z-index: -1;
}
.bespoke_options .bespoke_options_custom ul {
	text-align: center;
}
.bespoke_options .bespoke_options_custom ul li {
	display: inline-block;
	margin: 0 13px;
}
.bespoke_options .bespoke_options_custom ul.bxslider li {
	display: inline-block;
	margin: 0 0px;
}
/*==============bespoke options end=============*/
/*==============product part start=============*/
.products .cuntry {
	border-bottom: 1px solid #323232;
	border-top: 1px solid #323232;
	margin: 50px 0 50px 0px;
	display: inline-block;
	padding: 15px 0;
}
.products .cuntry a {
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 46px;
	color: #323232;
	padding: 0 12px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #323232;
	margin: 0 3px;
	outline: none;
}
.products .product {
	padding: 0;
	margin: 0;
}
.products .product img{
	max-width: 100%;
	height: auto;
}
.all_gallery .product_gallery .col-sm-3 img{
	width: 100%;
	height: auto;
}
.products .product .col-sm-3, .all_gallery .product_gallery .col-sm-3 {
	padding: 0;
	margin: 0 0 2px 0;
	position:relative;
}
.all_gallery .product_gallery{
		margin:70px 0 0 0px;
}
.all_gallery .product_gallery:after, .all_gallery .product_gallery:before{
		display:block;
		padding:0;
		margin:0;
		content:"";
		clear:both;
}
.products .product .col-sm-3 span{
		display:none;
}
.products .product .col-sm-3:hover span{
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		right:0;
		background:rgba(0,0,0,0.8);
		text-align:center;
		font:bold 16px Arial, Helvetica, sans-serif;
		line-height:50px;
		color:#fff;
}
.products .product:after, .products .product:before {
		clear: both;
		padding: 0;
		margin: 0;
		display: block;
		content: "";
}
/*==============product part end=============*/
/*==============contact us=============*/
#contact {
	padding: 44px 0 44px 0;
	margin: 0px 0 0 0;
}
#contact h4 {
	font: normal 30px "impactregular";
	line-height: 30px;
	color: #464646;
	padding: 44px 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
#contact input[type=text], #contact input[type=email], #contact input[type=tel] {
	background: #eeeeee;
	height: 54px;
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 54px;
	color: #696969;
	padding: 0 0 0 20px;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#contact textarea {
	background: #eeeeee;
	height: 164px;
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #696969;
	padding: 15px 0 0 20px;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#contact input[type=submit] {
	background: #000;
	padding: 0 34px;
	margin: 15px 0 0 0;
	border-radius: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
#contact .center-content {
	text-align: center;
	padding: 0 0 70px 0px;
}
#contact ul {
	text-align: center;
}
#contact ul li {
	display: inline-block;
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	padding: 0 15px;
}
#contact ul li a {
	color: #000;
}
#contact ul li.phone:before {
	font: normal 25px "FontAwesome";
	line-height: 20px;
	color: #000;
	content: "\f095";
	margin: 0 10px 0 0px;
	float: left;
}
#contact ul li.email:before {
	font: normal 20px "FontAwesome";
	line-height: 20px;
	color: #000;
	content: "\f0e0";
	margin: 0 15px 0 0px;
	float: left;
}
#contact ul li strong {
	font: bold 16px Arial, Helvetica, sans-serif;
}
.footer {
	background: #252525;
	padding: 30px 0;
	text-align: center;
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer a {
	color: #fff;
}
.scrollup {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .8;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
	background: #ff1600;
	opacity: 1;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}
/*==============contact us end=============*/
header .menu-scroll {
	background: rgba(0,0,0,0.9);
	padding: 0 0 10px 0px;
	border-radius: 0;
}
header .menu-scroll nav {
	background: none;
	padding: 0 0 0px 0px !important;
	margin: 0px 0 0 0;
	border-radius: 0;
}
header .menu-scroll nav .navbar-brand {
	position: relative;
	left: 0;
	top: 0px;
	margin: 0 0 0 0px;
	z-index: 9;
	float: left;
	transition: all .5s ease 0s;
}
header .menu-scroll nav .navbar-brand img {
	width: 35%;
	height: auto;
	margin: -18px 0 0 0;
}
header .menu-scroll ul.navbar-nav {
	float: right;
	width: auto;
	margin: 10px 0 0 0px;
}
header .menu-scroll ul.navbar-nav li:nth-child(3) {
	width: auto;
}
.fancybox-overlay-part {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
.fancybox-overlay-part .module-popup {
	width: 600px;
	background: #fff;
	text-align: center;
	padding: 20px;
	position: absolute;
	left: 30%;
	top: 50%;
	font: 500 15px 'Quicksand', sans-serif;
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
}
.fancybox-overlay-part .module-popup .close-popup {
	width: 30px;
	height: 30px;
	background: #b2cd48;
	border-radius: 50%;
	font: 700 13px 'Quicksand', sans-serif;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -13px;
	cursor: pointer;
}
.iphone_part {
	display: none;
}
.bespoke_options_custom.pho .bx-wrapper{
		display:none;
}
@media only screen and (max-width:760px) {
img {
	max-width: 100%;
	height: auto;
}
.iphone_part {
	display: block;
	margin: 48px 0 0 0;
}
.navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
}
header nav ul.navbar-nav li {
	right: 0;
}
header .menu-scroll nav .navbar-brand img {
	margin: -18px 0 0 15px;
}
.banner {
	padding: 0px 0 0 0;
	margin: 0;
	background: none;
	height: auto;
}
header nav {
	margin: -1px 0 0 0;
}
.main_menu_bg .navbar-toggle {
	display: none;
}
.main_menu_bg.menu-scroll .navbar-toggle {
	display: block;
	margin-top: 19px !important;
}
#abouts {
	background: #fff;
	padding: 20px 0 20px 0;
}
.scrolldown {
	display: none;
}
.iphone_part ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.iphone_part ul li {
	display: block;
	background: #c37d1e;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1px 0px;
}
#abouts .container {
	width: auto;
	padding: 0;
	position: relative;
	text-align: center;
}
#abouts .container .main_abouts_content figure {
	width: auto;
	float: none;
	padding: 0 20px;
}
#abouts .container .main_abouts_content figure img {
	margin: 0;
}
#abouts .container .main_abouts_content .about_main_container {
	width: auto;
	float: none;
	background: #000;
	padding: 48px 24px;
}
#abouts .container .main_abouts_content .about_right_img {
	width: auto;
	float: none;
	position: relative;
	margin: 0px 0 0 0px;
}
.our_process {
	background: none;
	height: auto;
	position: relative;
}
.our_process .phone_part {
	display: block;
	text-align: center;
}
.our_process .phone_part h2 {
	font: normal 60px "impactregular";
	line-height: 64px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.our_process .phone_part ol {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: decimal;
}
.our_process .phone_part ol li {
	display: block;
	background: #c27b1e;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px 0px;
	padding: 8px;
}
.bespoke_options .bespoke_options_custom h3 {
	font-size: 19px;
}
.bespoke_options_custom .bx-wrapper, .bespoke_options_custom .pho .bx-wrapper {
	width: 261px;
	margin: 0 auto;
}
.bespoke_options .bespoke_options_custom ul li {
	margin: 5px 15px;
}
.products .cuntry a {
	margin: 0 3px 3px 3px;
}
.products .product .col-sm-3 {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px;
}
.main_menu_bg #bs-example-navbar-collapse-1 {
	opacity: 0;
}
.main_menu_bg.menu-scroll #bs-example-navbar-collapse-1 {
	opacity: 1;
}
#contact ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0 0 0 0px;
}
header nav ul.navbar-nav li {
	display: block;
}
header .menu-scroll ul.navbar-nav {
	float: none;
}
header .menu-scroll ul.navbar-nav li:nth-child(3) {
	width: auto;
	display: none;
}
.bespoke_options_custom.pho .bx-wrapper{
		display:block;
}
.deskp{
		display:none;
}
}