/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
 
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a {text-decoration:none !important;  }
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea { font-family: 'Varela Round', sans-serif; }
/* * Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; font-family: Verdana, Geneva, sans-serif;}
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
 .clr{ clear:both;}
h1 { font-size: 40px;  color: #353535;line-height:45px !important; }
h2 { font-size: 28px; margin: 0.53em 0; }
h3 { font-size: 25px; margin: 1em 0; }
h4 { font-size: 20px; margin: 1.33em 0; }
h5 { font-size: 20px; margin: 1.67em 0; }
h6 { font-size: 14px; margin: 0.47em 0 0.47em 0;}

h1, h2, h3, h4, h5, h6 {color: #000;font-family: "open-sans";line-height: 20px;}
h2 {
    font: 400 23px/26px 'PT Serif', sans-serif;
}

a { color: #353535; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #FC6E51; text-decoration: none; }
p { /*color: #8c9398;*/color:#333; /*word-spacing: 1px; */line-height: 22px; font-size: 12px;font-family:'verdana';font-weight:200; }


h5::after { content: " "; /*border: solid 1px #F4842E; */display: block; /*width: 35px;*/ margin: 8px 0 20px; }

h2::after {/* content: " "; border: solid 2px #6B6967; display: block; width: 35px; margin: 25px auto;*/ }


/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol{ margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol ,li{ list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
-moz-appearance: button;
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none;}
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
/* ==========================================================================
Global Styles
========================================================================== */




/*======================= Top header section =================================*/

.top-header-section{width:100%;/*border-bottom:1px solid #f7f7f7;*/background:#000;/*border-top:4px solid #E94D51;*/}
.top-header-section li{float:right;padding: 10px;}
.top-header-section li a{color:#fff;font-size:11px;-webkit-transition-property:color, text;
-webkit-transition-duration: 1s, 1s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property:color, text;
-moz-transition-duration:1s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:1s;
-o-transition-timing-function: linear, ease-in;
}

/*.top-header-section li a:hover{color:#000;}*/



/* ======================  Navigation  ========================================== */
nav { /*background-color: #242830;*/ margin-top: -1px;right: 6%;}
nav ul { list-style: none; padding: 0;   white-space: normal !important;text-shadow: none !important;text-transform: none !important;
font-variant: normal !important;}
nav ul li {color: rgba(255, 255, 255, 0.6);; /*display: block;*/display: inline-block; /*border-bottom: 1px dotted rgba(255, 255, 255, 0.2);*/ transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; float:left;}
nav ul li:last-child { border: none; }
nav ul li a { color: rgba(255, 255, 255, 0.6);display: block; padding:20px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; /* text-transform: uppercase;*/
  font-size: 11px;
  font-family:Verdana, Geneva, sans-serif; }
nav ul li a:hover, nav ul li a:focus { text-decoration: none;color: rgba(255, 255, 255, 1); }
#nav-toggle { position: absolute; right: 15px; top: 0; }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.navicon { position: relative; height: 26px; }
.indicator { /*position: absolute;*/ right: 0 !important; }
.indicator1{margin-left: -15px;margin-right: 15px;cursor:pointer;}
.indicator2{margin-left: -15px;margin-right: 15px;cursor:pointer;}
.pull { /*display: none;*/ display:block;position:absolute;z-index:999;/*float:right;*//*right:0%;*/}
.top-nav{
	/*padding:20px 0;*/
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:-6px;
	}
.nav-img img{
	position:absolute;
	z-index:999;
	float:left;
	padding: 40px 30px;
	}	
	#hero{
		display:none;
		}	

/* ================================  Header Section ===================================*/
.header{    background: #6CEAFF;/* position: absolute;*/ top: 0; z-index: 99;width: 100%;}
.header li a{color:#000;/*opacity: 0.6;*/}
.header ul li a{color:#fff;opacity: 0.9;}
.destination-head {
	margin-bottom:5px;
	padding-top:0;
	padding-bottom:0px
	
	}
.top-header{
	background: #fff !important;
	/*position: fixed;*/
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #ccc;
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin-bottom: 0px;
	margin-top: 0px;
	z-index:999;
    margin: 15px 0 0 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top:10px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 27px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 12px;
	color: #000 ;
	background-color: #6CEAFF;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 18px 13px;

}


.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
li a.active{
	color: #900 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

.menu-section{background:#990000;    border-bottom: 1px solid #fff;}
.header img{/*padding:20px 0;*/}
.header h2{text-align:right;padding-right:10px;    font-size: 14px;}
.header h2 span{color:#990000;    font-weight: 500;}
.header li{/*padding:0 10px;*/font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#000;}
.top-social a{float: right !important; padding: 17px 0 17px 22px !important;color:#000;font-size:15px;}
.top-social{/*background:#990000;*/border-bottom-left-radius:8px;border-bottom-right-radius:8px;float:right !important;}

.product-ul h4{margin:10px 0 0 0;font-size:15px;font-weight:600;}

/* ====================  Search and show message Section  ============================================= */

.search {float:right !important;     margin-top: 12px;  background: #fff; padding-right: 35px;position: relative;}
.search i{float: right;padding: 5px 10px; font-size: 20px;position: absolute;}
.search input{width:180px;    padding: 7px;}



.show-message {
	background:#E94D51;
	border-bottom:1px solid #ccc;
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans";
    padding: 10px;
    text-align: center;
}	

.show-li{position:relative;cursor:pointer;}
.show-ul{position:absolute;background:#000;padding:0 0 0 10px;width:170px;z-index:9999999999999;top:29px;}
.show-ul li{padding:10px;border-bottom:1px solid #444;color:#fff;float:left;margin:0;}




/* ======================   Home Section 1 ========================================= */

.section-1-a p{margin-top:0;margin-bottom:5px;}
.section-1 h2{padding-bottom:10px;}
.section-1-c i{text-align:center;font-size:40px;margin-top:10px;color:#72A230;}


/* ======================  Home Section 2  ========================================= */

.section-2{padding:30px 0;}
.section-2-a,.section-2-b{border:3px solid #72A230;padding-bottom:20px;}
.section-2 h1 i{color:#72A230;padding:30px 0 10px 0;font-size:60px;}
.section-2-c h5{color:#72A230;}
.section-2-c h3{margin-top:0;}
.red-background {background: #c62026;}
.perfection {padding: 50px 0 50px;margin: 0 auto;background-size: cover;}

/* ======================   Home Section 3  ========================================= */

.section-3 h2{margin:0;padding:0 0 20px 0;}
.section-3 h6{margin-bottom:30px;}
.section-3 h4{margin:5px 0 10px 0;font-size:16px;}



/* ======================   Home Section 4  ========================================= */

.section-4 h1 {
    color: #000;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 48px;
    text-transform: uppercase;
    opacity: 0.8;
    line-height: 200px !important;
    color: #044B56;
}
.section-4 h2, .section-4 p{color:#044B56;}
.section-4 h2{    margin-top: 0;  border-bottom: 1px solid rgba(41,31,41,0.3); padding-top: 0; margin-bottom: 15px; padding-bottom: 5px;font-size:18px; }
.section-4-a p{margin:0;}
.section-4-a h6{margin-top:0;padding-top:0;}
.section-4 i{font-size:35px;    color: #044B56;}



/* ================================  Home Section 5  ================================== */
.section-5 p{margin-top:8px;line-height:16px;margin-bottom:0px;}
.section-5 h2{margin:20px 0;}



/* ================================  Portfolio Section  ================================== */

.portfolio .col-md-4{padding:3px;}
.portfolio .col-md-12{padding:0 5px;}


/* ================================ About Page Section  ================================== */
.about-box {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    background: #B6F1FF;
}
.about-section-1 h1,.about-section-1 h2,.about-section-2 h2,.about-section-2 h1,.about-section-2 i{color:#044B56;}
.about-section-2 i{font-size:22px;text-align:left;}
.about-section-2 h2,.about-section-1 h6{color:#044B56;}
.about-section-1 h6{font-weight:600;}
.about-section-4 li{padding:15px 10px; border-bottom:1px solid #ccc; width:70%;}
.about-section-4 li i{font-size:16px;color:#F16068;}

/* ==========================  contact us Page  ======================================== */

.contact-table td{padding:5px 0;}


/* ==========================  Cart Page  ======================================== */



/* ==========================  Checkout Page  ======================================== */





/* ==========================  overlay section  ======================================== */

.portfolio{/*background:#111;*//*padding: 90px 0 90px;*/}
.effects { /*padding-left: 15px;padding-top: 15px;*/ }
.slides h5:hover{ color:#c6783c;}
.effects .img { position: relative;/* margin-bottom: 50px;*/ position: relative; z-index: 1; overflow: hidden; }

.effects .img:nth-child(n) { margin-right: 5px; }
.effects .img:first-child {/* margin-left: -15px;*/ }
.effects .img:last-child { margin-right: 0; }
.effects .img img { display: block; margin: 0; padding: 0; height: auto;width: 100%; }
.overlay { display: block; position: absolute; z-index: 20; background: rgba(241,96,104, 0.8); overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; background-color: #000; cursor: pointer; }
a.close-overlay.hidden { display: none; }
a.expand { display: block; position: absolute; z-index: 100; text-align: center; color: #fff; font-weight: 600; font-size: 11px; text-transform: uppercase; line-height: 30px;text-decoration:none !important; }
a.expand span{ text-transform:none;}
.overlay-effect .img i { font-size: 30px; }
.overlay-effect .overlay { bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; }
.overlay-effect .overlay a.expand { left: 0; right: 0; bottom: 47%; margin: 0 auto -30px auto; }
.overlay-effect .img.hover .overlay { height: 100%; opacity: 1; }
.img img {
	/* width: -webkit-calc(100% + 5px) !important; 
	 width: calc(100% + 5px) !important; */
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s; 
	  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
	   -o-transition: opacity 0.35s, -o-transform 0.35s;
	    -webkit-transform: translate3d(0, 0, 0);
		 transform: translate3d(0, 0, 0); 
		 -ms-transform: translate3d(0, 0, 0); }
.img:hover img { -webkit-transform:scale(1.1);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
		
		 }
.portfolio	.img:hover img{/*transform: scale(1.2) rotate(10deg);*/}	
.designs { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; /*top: 50px; */top:0px;}


.orange{color:#FC6E51 !important;}


/* =================  Social Button Section  ============================================== */

ul.social-buttons { list-style: none; margin: 0; padding: 0; }
ul.social-buttons li { display: inline-block; margin-right: 3px; }
ul.social-buttons li:last-child { margin-right: 0; }
.social-btn { width: 35px; height: 35px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%;/* background: #242830;*/background:#00A8BA; display: inline-block; color: #fff; font-size: 17px; line-height: 35px; text-align: center; }
.social-btn:hover, .social-btn:focus { background: #6CEAFF; color: #fff; }
.social-btn:hover .social-btn i{ color: #fff; }
.social { margin-top: 25px }
.social-btn i{padding-right:0 !important;}




/*============================ right side social button =============================*/

.side-move-right {position: fixed; right: 0px;top: 22%; z-index: 99;}
ul.social-buttons-right { list-style: none; margin: 0; padding: 0; }
ul.social-buttons-right li:last-child { margin-right: 0; }
.social-buttons-right a{ width: 45px; height: 45px; display: inline-block; color: #fff; font-size: 20px; line-height: 46px; text-align: center; }
.social-buttons-right a:hover{color:#fff;}
.social-buttons-right li:first-child {background: #2b62ae;}
.social-buttons-right li:nth-child(2) {background:#12b3e1;}
.social-buttons-right li:nth-child(3) {background:#df8010;}
.social-buttons-right li:nth-child(4) {background:#dc4a36;}

.social-buttons-right li:first-child:hover {background: #2f6abb;}
.social-buttons-right li:nth-child(2):hover {background:#16c0f0;}
.social-buttons-right li:nth-child(3):hover {background:#ee8912;}
.social-buttons-right li:nth-child(4):hover {background:#eb513c;}

/* =================  Up Button n Down Arrow button Section  ============================================== */

.up-btn { width: 50px; height: 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(0,0,0, 0.5); display: block;/* margin: 0 auto;*/ color: #fff; font-size: 18px; line-height: 46px; text-align: center; position: fixed;/* top: -26px; left: 0; */right: 30px;/* margin-left: auto; margin-right: auto;*/ 
bottom: 50px;}
.up-btn:hover, up-btn:focus { color: #fff; background: rgba(0, 0,0, 1); }


.down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(0, 136, 204, 0.8); display: inline-block; margin: 20px auto 20px; color: #fff; font-size: 16px; line-height: 40px; text-align: center; }
.down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(0, 136, 204, 1); }


/*================================= for all product index page =========================================*/


.img-border-category{border:none !important; margin-top:25px;}


/* =======================  Subscribe  ======================================= */


.subscribe input[type=text], .subscribe select { background-color: rgba(255, 255, 255, 0.4); border: solid 1px #006272; padding:7px 10px; width: 45%; color: #000;margin:5px 0; }
.subscribe h1{color:#fff;text-align:left;font-family:Arial, Helvetica, sans-serif;}
.subscribe  option{ background-color:#ccc; border: solid 1px #fff; padding: 20px; width: 100%; color: #fff;margin:5px 0; }
.subscribe textarea { background-color: rgba(255, 255, 255, 0.4); border: solid 1px #ccc; padding: 20px; width: 100%; color: #000;margin:5px 0; height:190px;}
.subscribe input[type=submit] { background: rgba(7, 132, 152, 1); border: solid 1px rgba(7, 132, 152, 1); padding: 9px 28px; border-radius:2px; color: #fff; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;  margin: 0 10px; }
.subscribe input[type=submit]:hover { background: rgba(	108, 234, 255, 1); border: solid 1px rgba(108, 234, 255, 1); color: #000; }

#eighth{
	background: url(../images/subscribe-bg1.jpg) 50% 0 no-repeat fixed;
	padding: 100px 0 100px;
	background-size: cover;
}




.sub-all h1{color: #000; margin-bottom: 40px;letter-spacing:2px;font-size: 48px;text-transform:uppercase;opacity:0.7;}
.sub-all h1 span{ display: block; font-size: 58px; text-transform: none;font-weight: normal; margin-top: 20px; letter-spacing:0px;font-family:"Dancing Script";opacity:1 !important;color: #000 ;line-height: 50px;}





/* ======================  Contact ================================================ */


.contact-wrap {/*background:url(../images/footer-bg.jpg) no-repeat top center;background-size:100% 100%;*/background:#B6F1FF;}

  .contact-list{
	 /* color:#fff;*/
	 text-align:left;
	  }
   .contact-list h3{
	  color:#000;
	  font-size:14px;
	 line-height: 40px;
	  border-bottom:1px dashed #047284;
	  font-family:"Verdana";
	  font-weight:300;
	  width: 75%;
	  padding:0;
	  }  
  .contact-left i{
	  padding-right:10px;
	  } 
	 .contact-right li{padding:3px 0;/*color:#fff;*/}
	   .contact-right input[type=submit]{padding:5px 8px;border:0;}
  .contact-list ul i{

	 /*color: #00B2CA;*/
	 color:#000;
	  padding-right:10px;
	  } 
   .contact-right ul i{color:#000;padding-right: 0;}
   .contact-list ul{
	  list-style:none;
	  padding-left:0px;
	  } 
   .contact-list ul li{
	 line-height:25px;
	 
	  }   
   .contact-list ul li a{
	  color:#000;
	  } 
.footer-middle h2{color:#fff;border-bottom:1px solid #fff;    line-height: 30px;padding-top: 0;}
.footer-middle p,.footer-middle h4{color:#fff;}

/* =======================  Logo Section  ============================================ */
.logo-section{background:#f7f7f7;}
.logo-section h1{color:#E94D51;padding-bottom:8px;}


/* =======================  Footer  ============================================ */

footer  a { color: #fff }
.footer-p a{ color: #fff !important;}
footer {background-color: #111; padding: 10px; border-top: 1px solid #555;	}
footer p { color: #fff;margin:0;font-size: 12px; }
ul.legals { list-style: none; color: #fff; line-height: 55px; }
ul.legals li { display: inline-block; }
ul.legals li::after { content: " |"; }
ul.legals li:last-child::after { content: ""; }
.legals { text-align: left;color:#fff; }
.credit { text-align: right; }
.credit p{ text-align: right; }

/* ========================  FlexSlider Custom CSS  ======================================= */

/* ==========================  Waypoints  ======================================= */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-5s { animation-delay: 5s; -webkit-animation-delay: 5s; }




/*=====================  popup contact form  =====================================*/

#contact-form{
	position:fixed;background-color:#666;border:2px solid #c6783c;
	}
.contact-top-area i{
	color:#111;
	font-size:18px;
	text-align:right;
	float:right;
	}	
.contact-top-area {
text-align:center;
background-color:#c6783c;
color:#000;
padding:10px;
	}	
#contact-form input{width:90%;}
#contact-form textarea{width:90%;}

/*index product section*/




/* =======================  Common Section  ============================================ */

.section-padding { padding: 30px 0 30px }
img {border: 0;}
.img-width{width:100%;}

.float-right{float:right;}


.border{border:1px solid #ccc; padding: 5px !important;}
.border-right{border-right:1px solid #ccc;}
.border-left{border-left:1px solid #ccc;}
.border-top{border-top:1px solid #fff;}
.border-bottom{border-bottom:1px solid #ccc;}
.border-separate{border-bottom:10px solid #e7e7e7;}
.border-radius{border-radius:50%;}
.border-bottom-thik{border-bottom:10px solid #f7f7f7; padding:0px 0px 12px ;}

.padding-border{border:1px solid #ccc;padding:5px !important;}
.box-shadow{box-shadow: 0 2px 4px 5px rgba(0,0,0,.04);}

.padding-top{padding-top:10px !important;}
.padding-bottom{padding-bottom:10px !important;}
.left-zero-padding{padding-left:0;}
.right-zero-padding{padding-right:0;}
.margin-top{margin-top:10px;}
.margin-bottom{margin-bottom:10px;}
.zero-margin{margin:0;}
.zero-padding{padding:0;}


.light-white-background{background:rgba(255,255,255,0.75);}
.light-grey-background{background:#fff;}
.light-grey-background-2{background:#e7e7e7;}
.background-orange{background:#B6F1FF;}
.background-orange-2{background:#EBE9E8;}
.background-white{background:#fff;}

.color-white{color:#fff;}
.color-red { color:#E94D51;}
.color-orange { color:#000;}

.label-product > span.sale {
    background: rgb(238, 55, 42);
}
.sale-div{position: absolute;bottom:80px;right:9px;z-index:999;}
.sale-div span {
    position: relative;
    float: left;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    margin: 0px 5px 0px 0px;
    padding: 2px 8px 4px;
}
.sale-span{ background: #E94D51;}
.new-span{background: rgb(35, 205, 220);}

.sale-span::before{ border-color: #E94D51 transparent transparent;}
.new-span::before{border-color: rgb(35, 205, 220) transparent transparent;}

.sale-div span::before {
    content: ".";
    font-size: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 22px;
    left: 0px;
    border-style: solid;
    border-width: 6px 6px 0px 0px;

}



.arrow { /* text-transform: uppercase;*//* color: #000; *//*letter-spacing: 1px;*/ background: url('../images/h1-bg.png') no-repeat center bottom; padding-bottom: 30px; }
.info{
	    padding: 15px 20px;
        background: #43BC9B;
		font-size:11px;
		text-transform:uppercase;
		/*line-height: 120px;*/
		font-family: Verdana;
		color:#fff;
		font-weight:normal;
		}	
.info:hover,.info-border:hover{background:#6CEAFF;color:#000;}	
.line {
background: url(../images/line.png) no-repeat left bottom;
padding: 20px 0 25px;
margin-bottom:15px;
color:#044B56 !important;
}
.icon { height: 140px; width: 140px; line-height: 130px; max-width: 100%; /*background: #025569;background:#BA6928;*/ border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: block; color: #fff; font-size: 55px; text-align: center; vertical-align: middle; position: relative; margin: 0 auto 15px; }
.icon i{color:#fff;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}




input[type="text"], select, textarea, input[type="email"], input[type="password"] {
	padding: 5px 10px;
    color: #5a5a5a;
    line-height: 1.5em;
    width: 100%;
    border: 1px solid #D8D8D8;}





/* Gallery section */
 #filters,.filters {
	margin: 3% 0;
	margin-left:10%;
	margin-right:10%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span,.filters li span {
	    font-weight: 700;
    letter-spacing: 1px;
    font-size: 11px;
	font-family:"Open Sans",sans sarif;
    text-transform: uppercase;
	border-radius:2px;
	/*background:#ffffff;*/
	padding: 5px 10px 5px 10px;
	cursor:pointer;
}
#filters li span.active,.filters li span.active {
	background:#F16068;
      border:1px solid #C16928;	
	/*  color:#ce181e;*/
	color:#fff;
}
			
#filters li span.filter:hover,.filters li span.filter:hover{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
#filters li label,.filters li label {
	background:#cdcfd2;
}	
#filters li label.active,.filters li label.active {
	background:#ecf0f1;
}
			
#filters li label.filter:hover,.filters li label.filter:hover{
	background:#ecf0f1;
}				 
#filters li,.filters li {
	display: inline-block;
	margin:5px 5px;
	border: 1px solid #ccc;
}	
 #portfoliolist .portfolio-div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	overflow:hidden;
}
.gallery .col-md-4 {
    padding: 8px;
}

.gallery .effects .img:last-child { margin-right: 5px; }

.overlay-effect .img img{display: block;margin: 0;padding: 0;height: auto;}


/* ===================== Modular Kitchen Design ========================== */

.procedure-div {
    border: 10px solid #f1f1f1;
    background: #fff;
}
.procedure-div ul {
    margin: 0;
    padding: 0;
}
.procedure-div ul li {
    width: 25%;
    float: left;
    display: block;
    position: relative;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.procedure-div ul li a {
    background-color: #fff;
    color: #a8a7a7;
    font-size: 12px;
    margin-right: 0;
    padding: 30px 0px;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.procedure-div ul li a.active {
    background-color: #B6F1FF;
    color: #084B56 !important;
}

.padding-5px{padding:5px 10px;}
.padding-5{padding:5px;}
.modular-kitchen-2 h1{font-size:28px;line-height:28px !important;}

.enquiry-form li {
    background: #fafafa;
    padding-right: 35px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0 !important;
}
.enquiry-form input[type=text], .enquiry-form textarea {
    border: transparent;
    padding: 5px 10px;
    width: 90% !important;
    /* background: #fafafa; */
}
.enquiry-form li i {
    float: right;
    padding: 5px 10px;
    font-size: 20px;
    position: absolute;
    color: #999 !important;
}

.overlay-effect .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(1,46,91, 0.7);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.section-padding {
    padding: 20px 0 20px;
}

