/* 
font-family: 'Poppins', sans-serif; 
font-family: 'northingtownregular';
*/

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#oswaldsemibold') format('svg');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#oswaldsemibold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#oswaldsemibold') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#oswaldsemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#oswaldsemibold') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#oswaldsemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins-Thin.svg#oswaldsemibold') format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'northingtownregular';
    src: url('../fonts/northingtown-webfont.eot');
    src: url('../fonts/northingtown-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/northingtown-webfont.woff2') format('woff2'),
         url('../fonts/northingtown-webfont.woff') format('woff'),
         url('../fonts/northingtown-webfont.ttf') format('truetype'),
         url('../fonts/northingtown-webfont.svg#northingtownregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


a{color:inherit; -webkit-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
body { font-family: 'Poppins', sans-serif; font-size: 16px; line-height:24px; color: #333; background: none; padding: 0; margin: 0; border: none;position: relative; overflow-x: hidden;}
*{padding:0; margin:0; border:none; box-sizing:border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0;   vertical-align: baseline; }
html{margin: 0 !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus, :hover, a:hover, a:focus { outline: none; text-decoration: none; }
a { text-decoration: none; }
a:focus{color: inherit;}
.wrapper { width: 100%; overflow: hidden; max-width: 2000px; margin: auto; position: relative}
.trans { -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.star { position: relative;}
.align-left { float: left;}
.align-right { float: right;}
.align-center { text-align:center;}
.clear { clear: both;}
.imgMain{position:relative; text-align:center;}
.absoImg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
img {vertical-align: middle; border: none; max-height: 100%; border-radius: 0;max-width: 100%;}
textarea{resize: none;}
input, textarea{border-radius: 0; -webkit-appearance: none;}
.comPadd {padding: 70px 0;}
.cPad{padding: 50px 0;}
.topPadd {padding: 50px 0 0;}
.bottomPadd {padding: 0 0 50px;}
:-moz-selection{background-color:rgba(0, 149, 71, 0.15)}::selection{background-color:rgba(0, 149, 71, 0.15)}::-moz-selection{background-color:rgba(0, 149, 71, 0.15)}

/*Error Message Css Start*/
label.error{position:absolute;right:0;top:-20px;width:auto;height:auto;margin:0;font-size:11px!important;line-height:11px!important;background:#fb0101;padding:5px 5px 4px!important;color:#fff;display:none;-webkit-font-smoothing: auto;}
label.error:after{border-color:#fb0101 transparent transparent;-moz-border-image:none;-o-border-image:none;border-image:none;border-right:6px solid transparent;border-style:solid;border-width:6px;content:" ";height:0;left:20px;margin-left:-10px;position:absolute;top:100%;width:0}
/*Error Message Css End*/

/*SVG default css*/
svg:not(:root).svgImg{ overflow: visible }
.svgImg{ display: inline-block; font-size: inherit; width: 1em; height: 1em; overflow: visible; vertical-align: -.125em; }
/*SVG default css*/

/*Captcha Css Start*/
.captchaField{margin-top: 40px;}
.captchaBox label.error {right: inherit;left:15px;top: inherit;bottom: 100%}
.bg {background: url(../images/sprite-steps.png) #fff; width: 34px; height: 30px; border: 2px solid #e3e3e3; float: left; border-radius: 5px;}
.bg:hover {cursor: pointer}
.captchaBox .bg span {display: inline-block; white-space: nowrap;	line-height: 20px; margin: -5px 0 0 45px; color: #333;	font-size: 17px; font-weight: 600;}
.captchaBox .bg span em {color: #ff000c;font-size: 16px; line-height: 18px; font-weight: 400;display: inline-block;vertical-align: top;margin: 0 0 0 1px;font-style: normal;}
/*Captcha Css Start*/

.sectionTitle {
	text-align: center;
	font-size: 40px;
	color: #081b2c;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.8px;
}
.inputField {
	width: 100%;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 0 15px;
	height: 54px;
	color: #000;
	font-size: 18px;
}
textarea.inputField {
	height: 83px;
	resize: none;
	padding: 13px 15px;
	line-height: 18px;
}
.inputField::-webkit-input-placeholder {
    color: #c6c6c6;
}
.inputField:-moz-placeholder {
   color: #c6c6c6;
   opacity: 1;
}
.inputField::-moz-placeholder { 
   color: #c6c6c6;
   opacity: 1;
}
.inputField:-ms-input-placeholder { 
   color: #c6c6c6;
}
.inputField::-ms-input-placeholder { 
   color: #c6c6c6;
}
.inputField::placeholder {
   color: #c6c6c6;
}
.inputField:focus {
	border: 2px solid #009447;
}
.captchaText.star:after,
.star > label::after {
	content: "*";
	color: #f00;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	top: -2px;
}
.inputbox > label {
	font-size: 16px;
	color: #081b2c;
	line-height: 21px;
	margin: 0 0 7px;
	display: inline-block;
}
.sortDown {
 position:relative
}
.sortDown span {
	color: #c6c6c6;
	font-size: 18px;
	line-height: 50px;
	height: 54px;
	left: 0;
	padding: 0 35px 0 15px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	font-weight: 400;
	border-radius: 5px;
	border: 2px solid #ddd;
}
.selectFocus.sortDown span {
	border: 2px solid #009447;
	color: #000;
}
.sortDown span.slected_now{
	color: #000;	
}
.sortDown span::after {
	content: '';
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 15px;
	margin: auto;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.selectFocus.sortDown span:after {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.sortDown select {
	min-height: 42px;
	height: 54px;
	opacity: 0;
	padding: 0 25px 0 12px;
	width: 100%;
	z-index: 1;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

/*Header CSS Start*/
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*z-index: 9;*/
	background: none;
	height: auto;
}
.header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.60) 40%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.60) 40%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.60) 40%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.header .container {
	z-index: 12;
	position: relative;
}
.logo {
	margin: 20px 0;
	float: left;
	padding: 0;
}
.logo img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.header .hphone {
	float: right;
	margin: 34px 0 34px 28px;
}
.header .hphone a {
	background: #009547;
	color: #fff;
	display: inline-block;
	padding: 11px 22px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	pointer-events: none;
}
.hphone .svgImg {
	width: 19px;
	height: 19px;
	margin-right: 5px;
	vertical-align: middle;
}
.navMenu {
	float: right;
	margin: 27px 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navMenu > ul > li {
	display: inline-block;
	position: relative;
}
.navMenu > ul > li:not(:last-child) {
	margin-right: 20px;
}
.navMenu > ul > li > a {
	color: #ffffff;
	font-size: 14px;
	line-height: 60px;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navMenu > ul > li.active > a {
	color: #009547;
}
.navMenu > ul > li > a:after {
	content: "";
	width: 10px;
	height: 1px;
	background: #009547;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navMenu > ul > li.active > a:after {
	opacity: 1;
	visibility: visible;
}
.sub-menu {
	position: absolute;
	background: #fff;
	width: 220px;
	left: -10px;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	/*display: none;*/
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.sub-menu::after {
	content: "";
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	width: 10px;
	left: 29px;
	top: -10px;
	margin: auto;
	opacity: 1;
	height: 10px;
	z-index: 1;
}
.sub-menu > li > a {
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 10px 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	color: #5f7994;
}
.sub-menu > li:not(:last-child) > a {
	border-bottom: 1px solid #eff2f4;
}
/*.navMenu li.dropDown > a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 20px;
	right: 0;
	font-size: 0;
	background: 0 0;
	margin: auto;
	position: absolute;
	-ms-transform: rotate(45deg) translate(50%,50%);
	-moz-transform: rotate(45deg) translate(50%,50%);
	-o-transform: rotate(45deg) translate(50%,50%);
	-webkit-transform: rotate(45deg) translate(50%,50%);
	transform: rotate(45deg) translate(50%,50%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navMenu li.dropDown.active > a::before {
	border-bottom: 2px solid #009547;
	border-right: 2px solid #009547;
}*/
.navMenu li.dropDown .arrow {
	position: absolute;
	right: -6px;
	top: 12px;
	bottom: -6px;
	background: 0 0;
	display: inline-block;
	width: 20px;
	height: 31px;
	z-index: 9;
	cursor: pointer;
}
.navMenu li.dropDown .arrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-ms-transform: rotate(45deg) translate(50%,50%);
	-moz-transform: rotate(45deg) translate(50%,50%);
	-o-transform: rotate(45deg) translate(50%,50%);
	-webkit-transform: rotate(45deg) translate(50%,50%);
	transform: rotate(45deg) translate(50%,50%);
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 0;
	background: 0 0;
	left: 0;
	margin: auto;
/*	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;*/
}
.navMenu li.dropDown.active .arrow::before {
	border-bottom: 2px solid #009547;
	border-right: 2px solid #009547;
}


.navMenu li.dropDown > a {
	padding-right: 13px;
}
.header.hFixed {
	background: #162f45;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: fixed;
	z-index: 99;
	-webkit-animation-name: stickyheader; 
    -webkit-animation-duration: 0.8s; 
    animation-name: stickyheader;
    animation-duration: 0.8s;
}
@keyframes stickyheader {
    from {transform: translateY(-100%);-moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);}
    to {transform: translateY(0);-moz-transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);}
}
@-webkit-keyframes stickyheader {
    from {transform: translateY(-100%);-moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);}
    to {transform: translateY(0);-moz-transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);}
}

.header.hFixed:before {
	display: none;
}
.header.hFixed .logo img {
	max-width: 170px;
}
.header.hFixed .logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header.hFixed .navMenu {
	margin-top: 8px;
	margin-bottom: 8px;
}
.header.hFixed .hphone {
	float: right;
	margin-top: 16px;
	margin-bottom: 16px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*Header CSS End*/

/*Meghamenu CSS Start*/
.subproimg {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin: 25px 0 0;
}
.megamenu {
	width: 445px;
	box-shadow: 0 1px 59px rgba(5,28,45, 0.37);
}
.megamenu:after {
	display: none;
}
.megamenu .leftsub {
	width: 50%;
	float: left;
	border-right: 1px solid #eff2f4;
	padding: 15px;
}
.megamenu .rightsub {
	width: 50%;
	float: left;
	padding: 15px;
}
.megamenu ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.megamenu ul > li > a {
	font-size: 14px;
	color: #5f7994;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*.leftsub ul {
	padding: 0 0 0 5px;
}*/
.leftsub ul > li > a {
	font-weight: 500;
}
.meghmenuttl {
	text-transform: uppercase;
	color: #091c2d;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 7px;
}
.sub-menu > li.active > a,
.megamenu ul > li.active > a {
	color: #009547;
}
/*Meghamenu CSS End*/



/*Main Slider CSS Start*/
.sitems .slideimg img {
	position: relative;
	max-width: inherit;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.mainslider .sitems {
	position: relative;
	overflow: hidden;
}
.fadeInTop { -webkit-animation-name: fadeInTop; animation-name: fadeInTop; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; opacity:1;}
.mainslider .text1 { opacity:0;}
.mainslider .text2 { opacity:0; text-align: left;}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform:translateY(0);
  }
}
.mainslider .slick-arrow {
	font-size: 0;
	background: none;
	border: 0;
	width: 23px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 46%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.mainslider .slick-prev {
	left: 15%;
	background: url(../images/arrow-left.svg) no-repeat center center;
	background-size: cover;
}
.mainslider .slick-next {
	right: 15%;
	background: url(../images/arrow-right.svg) no-repeat center center;
	background-size: cover;
}
.mainslider .slick-arrow.slick-disabled {
	opacity: 0.4;
}
.mainslider .slidetext {
	position: absolute;
	left: 0;
	right: 0;
	top: 41.5%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.slidetext .sliderheading {
	font-family: 'northingtownregular';
	font-size: 136px;
	line-height: 120px;
	color: #ffffff;
	letter-spacing: 1px;
}
.slidetext .slidercap {
	display: inline-block;
	position: relative;
	padding: 0 35px;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}
.slidetext .slidercap::before {
	content: "";
	width: 18px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
}
.slidetext .slidercap::after {
	content: "";
	width: 18px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
}
.mainslider .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	z-index: 3;
}
.mainslider .slick-dots li {
	display: inline-block;
}
.mainslider .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.mainslider .slick-dots li button {
	background: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 50%;
}
.mainslider .slick-dots li.slick-active button {
	border: 2px solid rgba(255,255,255,1);
}
.mainslider {
	height: 905px;
	overflow: hidden;
}
.linkbox {
	width: 120px;
	height: 120px;
	background: #006cbd;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	box-shadow: 0 2px 26px rgba(0, 108, 189, 0.5);
}
.linkbox.callnow {
	position: absolute;
	top: -87px;
	left: 19%;
	z-index: 3;
}
.linkbox.contus {
	position: absolute;
	top: -114px;
	left: 39%;
	z-index: 3;
}
.linkbox.dldbrochure {
	position: absolute;
	top: -144px;
	right: 34.6%;
	z-index: 3;
}
.linkbox.getquote {
	position: absolute;
	top: -179px;
	right: 16%;
	z-index: 3;
}
.linkbox .linkinner {
	display: table-cell;
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.extralinks {
	position: relative;
	padding-bottom: 110px;
}
.extralinks .linkrow::before {
	content: "";
	background: url(../images/shape-img.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 355px;
	position: absolute;
	left: 0;
	right: 0;
	top: -355px;
	z-index: 2;
}
.extralinks .linkrow::after {
	content: "";
	z-index: 2;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	display: inline-block;
	height: 110px;
}
.linkbox a {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 14px;
	display: inline-block;
	color: #fff;
}
.linkicon .svgImg {
	font-size: 45px;
	margin-bottom: 5px;
}
.dldbrochure .linkicon .svgImg {
	font-size: 33px;
}
.getquote .linkicon .svgImg {
	font-size: 49px;
	margin: -5px -5px 10px 0;
}
.cmnlinkcircle::before {
	content: "";
	width: 184px;
	height: 184px;
	background: rgba(0, 108, 189, 0.14);
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.cmnlinkcircle::after {
	content: "";
	width: 254px;
	height: 254px;
	background: rgba(0, 108, 189, 0.05);
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cmnlinkcircle.callnowclc {
	position: absolute;
	left: 15.5%;
	top: -150px;
	width: 254px;
	height: 254px;
	border-radius: 50%;
}
.cmnlinkcircle.contusclc {
	position: absolute;
	left: 35.4%;
	top: -180px;
	width: 254px;
	height: 254px;
	border-radius: 50%;
}
.cmnlinkcircle.dwlbroclc {
	position: absolute;
	right: 31.2%;
	top: -210px;
	width: 254px;
	height: 254px;
	border-radius: 50%;
}
.cmnlinkcircle.getquoteclc {
	position: absolute;
	right: 12.5%;
	top: -245px;
	width: 254px;
	height: 254px;
	border-radius: 50%;
}
/*Main Slider CSS Start*/

/*About Kitchen CSS Start*/
.rightkitchenimg {
	float: right;
	width: 45%;
	text-align: right;
}
.leftkitechentext {
	float: left;
	width: 55%;
	padding-right: 30px;
}
.innnerkitechenimg {
	position: relative;
	margin: -123px -59px 0 0;
	z-index: 3;
}
.ebayinner {
	background: #fff;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 5px 25px rgba(120,120,120,0.25);
}
.ebaycircle {
	background: rgba(255,255,255,0.14);
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: absolute;
	top: 12%;
	z-index: 1;
	left: 0;
}
.ebaytext {
	display: table-cell;
	vertical-align: middle;
	width: 184px;
	height: 184px;
	text-align: center;
}
.visitbtn {
	margin: 5px 0 0;
}
.visitbtn a {
	padding: 9px 12px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	border-radius: 5px;
	text-transform: uppercase;
	background: #ed1b2f;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}
.aboutkitchen {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 0 0 100px;
}
.aboutsmallttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	color: #888888;
	margin: -5px 0 9px;
	letter-spacing: 1px;
}
.aboutbigttl {
	color: #081b2c;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 25px;
	letter-spacing: -1px;
}
.aboutdesc, .aboutdesc p {
	font-size: 15px;
	/*color: #5f7994;*/
	color: #58595b;
	line-height: 22px;
}

.leftkitechentext h1{color: #081b2c; font-weight: 600; font-size: 40px; line-height: 1.3; margin: 0 0 25px; letter-spacing: -1px; display: inline-block; width: 100%;}
.leftkitechentext h2{color: #081b2c; font-weight: 600; font-size: 26px; line-height: 1.3; margin: 5px 0; display: inline-block; width: 100%; text-transform: capitalize;}
.leftkitechentext h3{color: #081b2c; font-weight: 600; font-size: 20px; line-height: 1.3; margin: 5px 0; display: inline-block; width: 100%; text-transform: capitalize;}
.leftkitechentext h4{color: #081b2c; font-weight: 600; font-size: 18px; line-height: 1.3; margin: 5px 0; display: inline-block; width: 100%;text-transform: capitalize;}
.leftkitechentext h5{color: #081b2c; font-weight: 600; font-size: 16px; line-height: 1.3; margin: 5px 0; display: inline-block; width: 100%;text-transform: capitalize;}
.leftkitechentext h6{color: #081b2c; font-weight: 600; font-size: 14px; line-height: 1.3; margin: 5px 0; display: inline-block; width: 100%;text-transform: capitalize;}
/*.cmsPage > h1, .cmsPage > h2, .cmsPage > h3, .cmsPage > h4, .cmsPage > h5, .cmsPage > h6{margin-top: 0 !important;}*/
.greyBg {background: #fdfdfd;}
.aboutleftDiv{float: left; width: 65%; padding: 0 30px 0 0;}
.aboutrightDiv{float: right; width: 35%; text-align: right; padding: 0 0 20px 20px;}
.aboutleftDiv.rightDiv{float: right; padding: 0 0 0 30px;}
.aboutrightDiv.leftDiv{float: left; padding: 0 20px 20px 0;}

.aboutdesc p {
	margin: 0 0 13px;
}
.aboutSecCont .cmsPage h1, .aboutSecCont .cmsPage h2, .aboutSecCont .cmsPage h3, .aboutSecCont .cmsPage h4, .aboutSecCont .cmsPage h5, .aboutSecCont .cmsPage h6{color: #081b2c;}

.aboutdesc p a, .aboutSecCont .cmsPage a{color: #58595b; text-decoration: underline; font-weight: 500;}
.aboutSecCont .cmsPage, .aboutSecCont .cmsPage ul li, .aboutSecCont .cmsPage p, .aboutSecCont .cmsPage strong, .aboutSecCont .cmsPage ol li strong{color: #58595b;}
/*.aboutSecCont .cmsPage p{margin: 0;}*/
.aboutrightDiv.aboutImgDiv {
    background: url(../images/pattern-bkg.png) no-repeat left 0% bottom -200%;
    padding: 45px 0px 45px 45px;
    background-size: 400px;
}
.aboutrightDiv.leftDiv.aboutImgDiv{
	padding: 15px 45px 45px 0px;
    background: url(../images/pattern-bkg.png) no-repeat right 0% top -100%;
    background-size: 400px;
}


.aboutdesc {
	/*height: 390px;*/
}
.mCustomScrollbar {
    /*max-height: 360px;*/
    overflow: auto
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    direction: ltr;
}
.mCSB_container {
    height: auto;
    overflow: hidden;
    width: auto;
    margin-right: 30px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	margin: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    height: 30px;
    width: 100%;
    z-index: 1
}
.mCSB_dragger_bar {
    background-color: #006cbd;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 4px
}
.mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .2)
}
/*About Kitchen CSS End*/


/*Room Type CSS Start*/
.homeroomtype {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.roombox .roomimg {
	position: relative;
	overflow: hidden;
}
.homeroomtype .roombox {
	width: 25%;
	float: left;
}
.roombox .roominner {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.homeroomtype .roombox .roominner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.roombox .roomhoverbox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 20px;
	height: 75px;
	overflow: hidden;
	text-align: center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.roomhoverbox .roomboxinner {
	position: relative;
	color: #ffffff;
	/*top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
}
.roomboxinner .roomtypettl {
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 0 0 15px 35px;
	margin: 0 0 15px;
	position: relative;
}
.roomboxinner .roomtypettl a {
	color: #ffffff;
}
.roomboxinner .roomtypettl:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 17px;
	left: 0;
}
.roomboxinner .rommdesc {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
}
.readmorebtn a {
	display: inline-block;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 13px 25px;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.readmorebtn .svgImg {
	margin: 0 0 0 5px;
	font-size: 18px;
	vertical-align: -4px;
}
.readmorebtn .svgImg path {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*Room Type CSS End*/

/*Client Slider CSS Start*/
.clientslider .clientimg {
	position: relative;
	overflow: hidden;
	filter: grayscale(100%);
	opacity: 0.4;  	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out; cursor: pointer;
}
.clientslider .slick-arrow {
	font-size: 0;
	background: none;
	border: 0;
	width: 23px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 46%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.clientslider .slick-prev {
	left: -25px;
	background: url(../images/arrow-left-black.svg) no-repeat center center;
	background-size: cover;
}
.clientslider .slick-next {
	right: -25px;
	background: url(../images/arrow-right-black.svg) no-repeat center center;
	background-size: cover;
}
.clientslider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.clientsec {
	border-bottom: 1px solid #ebebeb;
}
.clientslider .cslide {
	padding: 0 5px;
}
.clientslider .slick-dots {
	text-align: center;
	margin: 20px 0 0;
}
.clientslider .slick-dots li {
	display: inline-block;
}
.clientslider .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.clientslider .slick-dots li button {
	background: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #009447;
	border-radius: 50%;
}
.clientslider .slick-dots li.slick-active button {
	background: #009447;
}
/*Client Slider CSS End*/

/*Send Enquiry CSS Start*/
.sendenquiryfrm .sqform {
	border: 6px solid #ebebeb;
	padding: 50px 50px 40px 50px;
	box-shadow: 0 20px 40px rgba(211,211,211,0.4);
	margin: 50px 0 60px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 2;
	background: #fff;
}
.sendenquiryfrm::after {
	background: url(../images/pattern-bkg.png) no-repeat center center;
	width: 458px;
	height: 382px;
	position: absolute;
	left: -80px;
	bottom: 0;
	content: "";
	z-index: 1;
}
.sendenquiryfrm {
	position: relative;
	z-index: 1;
}
.messagecircle {
	width: 174px;
	height: 174px;
	display: inline-block;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: -87px;
	right: 60px;
}
.messagecircle .msggreen {
	width: 113px;
	height: 113px;
	background: #009447;
	border-radius: 50%;
	box-shadow: 0 4px 26px rgba(0, 148, 71, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.messagecircle .msginner {
	width: 113px;
	height: 113px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;	
}
.msginner .svgImg {
	color: #fff;
	font-size: 60px;
}
.mandatoryDiv {
	font-size: 15px;
	color: #666;
	line-height: 21px;
	margin: 0 0 20px;
}
.mandatoryDiv span {
	color: #ff0000;
}
.form-group {
	display: inline-block;
	width: 100%;
	margin: 0 0 23px;
}
.form-group.threeCol {
	width: 33.33%;
	padding: 0 15px;
	float: left;
}
.form-group.twoCol {
	width: 50%;
	padding: 0 15px;
	float: left;
}
.form-group.fullCol {
	width: 100%;
	padding: 0 15px;
	float: left;
}
.form-group.sixCol {
	width: 66.66%;
	float: left;
	padding: 0 15px;
}
.formrow {
	margin: 0 -15px;
}
.sendenquiryfrm .captchaBox {
	margin: 40px 0 0;
	float: left;
}
.sendenquiryfrm .submitbtn {
	float: right;
	margin: 0;
}
.sendenquiryfrm .capthadiv .g-recaptcha {
	float: left;
}
.cmnBtn {
	background: #006cbd;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 60px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.cmnBlueBtn {
	background: #006cbd;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 30px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.cmnGreenBtn {
	background: #009547;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 30px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*Send Enquiry CSS End*/

/*Latest Blog CSS Start*/
.blogbox .blogimg {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.blogslider {
	padding: 0 27px;
}
.blogslider .blogbox {
	width: 50%;
	float: left;
	padding: 0 45px;
	position: relative;
	text-align: center;
}
.blogslider .clientimg {
	position: relative;
	overflow: hidden;
}
.blogslider .slick-arrow {
	font-size: 0;
	background: none;
	border: 0;
	width: 23px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 34%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.blogslider .slick-prev {
	left: 0;
	background: url(../images/arrow-left-black.svg) no-repeat center center;
	background-size: cover;
}
.blogslider .slick-next {
	right: 0;
	background: url(../images/arrow-right-black.svg) no-repeat center center;
	background-size: cover;
}
.blogslider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.latestblog {
	background: url(../images/latest-blog-bkg.jpg) no-repeat center center;
	background-size: cover;
}
.latestblog .sectionTitle {
	margin: 0 0 30px;
}
.blogslider .blogcontent {
	padding: 0 50px;
	margin: -30px 0 0;
	position: relative;
	z-index: 2;
	text-align: left;
}
.blogcontent .bloginner {
	background: #f8f8f8;
	padding: 20px 25px;
}
.blogcontent .blogttl {
	display: inline-block;
	margin: 0 0 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.blogttl > a {
	font-size: 20px;
	color: #081b2c;
	font-weight: 600;
}
.blogcontent .blogdesc {
	font-size: 14px;
	line-height: 21px;
	color: #5f7994;
	margin: 0 0 20px;
}
.readmoretxt > a {
	text-transform: uppercase;
	font-size: 14px;
	color: #081b2c;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.readmoretxt .svgImg {
	margin: 0 0 0 4px;
	font-size: 16px;
	vertical-align: -3px;
}
.readmoretxt .svgImg path {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.blogdate .dateinner {
	width: 91px;
	height: 91px;
	background: #009447;
	border-radius: 50%;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	box-shadow: 1px 2px 13px rgba(0, 147, 71, 0.6);
}
.blogbox .blogdate {
	display: inline-block;
	position: absolute;
	width: 91px;
	height: 91px;
	right: 10px;
	top: 11%;
}
.blogdate strong {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
}
.opacitycircle {
	width: 150px;
	height: 150px;
	position: absolute;
	right: -74px;
	top: 7%;
	background: rgba(0, 147, 71, 0.24);
	border-radius: 50%;
}
.blogslider .slick-dots {
	text-align: center;
	margin: 20px 10px 0;
}
.blogslider .slick-dots li {
	display: inline-block;
}
.blogslider .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.blogslider .slick-dots li button {
	background: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #009447;
	border-radius: 50%;
}
.blogslider .slick-dots li.slick-active button {
	background: #009447;
}
/*Latest Blog CSS End*/

/*Tetimonial CSS Start*/
.testimonialsec .testitleft {
	width: 42%;
	float: left;
}
.testimonialsec .testiright {
	width: 58%;
	float: left;
	background: #009346 url(../images/testimonial-right-bkg.png) no-repeat right top;
	color: #ffffff;
}
/*.testimonialsec .testiright:after {
	content: "";
	background: url(../images/testimonial-right-bkg.png) no-repeat center center;
	width: 467px;
	height: 358px;
	position: absolute;
	right: 0;
	top: 0;
}*/
.testimonialsec {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.trightinner {
	padding: 80px 50px 80px 85px;
	display: inline-block;
	width: 100%;
}
.trightinner .testiInner {
	float: left;
	width: 100%;
	max-width: 740px;
}
.trightinner .sectionTitle {
	text-align: left;
	color: #fff;
	margin: 0 0 30px;
}
.testidesc {
	margin: 0 0 40px;
}
.testidesc, .testidesc p {
	font-size: 16px;
	line-height: 30px;
}
.testidesc p {
	margin: 0 0 20px;
}
.testiauthor {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 20px;
}
.testislider .slick-dots {
	text-align: left;
	margin: 20px 0 0;
	float: left;
}
.testislider .slick-dots li {
	display: inline-block;
}
.testislider .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.testislider .slick-dots li button {
	background: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}
.testislider .slick-dots li.slick-active button {
	border: 2px solid #ffffff;
}
.testiright .customArrowsTesti .slick-arrow {
	font-size: 0;
	background: none;
	border: 0;
	width: 23px;
	height: 16px;
	display: inline-block;
	z-index: 1;
	cursor: pointer;
}
.testiright .customArrowsTesti .customLeft {
	background: url(../images/arrow-left.svg) no-repeat center center;
	background-size: cover;
}
.testiright .customArrowsTesti .customRight {
	background: url(../images/arrow-right.svg) no-repeat center center;
	background-size: cover;
	margin: 0 0 0 10px;
}
.testiright .customArrowsTesti .slick-arrow.slick-disabled {
	/*display: none !important; */
	opacity: 0.4;
}
.testiright .customArrowsTesti {
	float: left;
	margin: 21px 0 0 20px;
}
.tleftinner {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/testimonial-img.jpg) no-repeat center center;
	background-size: cover;
	vertical-align: top;
}
.tleftinner > img {
	display: none;
}
.testislider .testitem {
	padding: 0 10px;
}
.testislider {
	margin: 0 -10px;
}
/*Tetimonial CSS End*/

/*Newsletter CSS Start*/
.nlinputField {
	width: 100%;
	background: #f8f8f8;
	height: 64px;
	border-radius: 5px;
	padding: 0 30px;
	color: #081a2e;
	font-size: 20px;
	border: 2px solid #f8f8f8;
}
.nlinputField:focus {
	border: 2px solid #009447;
}
.nlinputField::-webkit-input-placeholder {
    color: #081a2e;
}
.nlinputField:-moz-placeholder {
   color: #081a2e;
   opacity: 1;
}
.nlinputField::-moz-placeholder { 
   color: #081a2e;
   opacity: 1;
}
.nlinputField:-ms-input-placeholder { 
   color: #081a2e;
}
.nlinputField::-ms-input-placeholder { 
   color: #081a2e;
}
.nlinputField::placeholder {
   color: #081a2e;
}
.nlbutton .cmnBtn {
	padding: 19px 32px;
	display: inline-block;
}
.nlbutton {
	float: left;
	width: 209px;
}
.nlinputbox {
	float: left;
	width: calc(100% - 209px);
	padding: 0 20px 0 0;
	position: relative;
}
.nlinputbox label.error {
	right: auto;
	left: 0;
}
.newslettersec .sectionTitle {
	margin: 0 0 20px;
}
.nlbutton .cmnBtn .svgImg {
	font-size: 26px;
	margin: 0 5px 0 0;
	vertical-align: -6px;
}
.newsletterfrm {
	display: inline-block;
	width: 100%;
	max-width: 990px;
}
.newslettersec {
	text-align: center;
	border-top: 1px solid rgba(22,47,69,0.06);
}
/*Newsletter CSS End*/

/*-----Back To Top CSS Start-----*/

.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.back-to-top .btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
   border-radius: 0; 
  border: 3px solid #006cbd;
  box-shadow: 0 0 8px rgba(255,255,255,.2);
  transition: all .3s ease;
  color: #006cbd;
  text-align: center;
  display: inline-block;
  background: #006cbd;
}
.scrollTop .fa-angle-up {
    width: 20px;
    height: 25px;
}
.back-to-top .svgImg {
  width: 20px;
}
.scrollTop span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 0;
  position: relative;
  top: -4px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.scrollTop::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  margin-top: 0;
  top: 12px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/*-----Back To Top CSS End-----*/


/*Breadcrumb CSS Start*/
.breadcrumbSec {
	position: relative;
}
.breadcrumbSec .extralinks .linkrow::before {
	background: url(../images/breadcrumb-shape.png) no-repeat center center;
	background-size: cover;
	height: 282px;
	top: -282px;
	z-index: 9;
}
.breadcrumbSec .linkbox {
	width: 134px;
	height: 134px;
	top: -114px;
	z-index: 10;
	right: 15.4%;
}
.breadcrumbSec .linkbox .linkinner {
	width: 134px;
	height: 134px;
}
.breadcrumbSec .cmnlinkcircle::before {
	width: 206px;
	height: 206px;
}
.breadcrumbSec .cmnlinkcircle::after {
	width: 284px;
	height: 284px;
}
.breadcrumbSec .cmnlinkcircle.getquoteclc {
	right: 11.5%;
	top: -185px;
	width: 284px;
	height: 284px;
}
.breadcrumbSec .linkbox a {
	font-size: 14px;
	line-height: 16px;
}
.breadcrumbSec .breadcont {
	position: absolute;
	left: 0;
	right: 0;
	top: 43%;
	z-index: 9;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.breadcrumbSec .breadttl {
	font-family: 'northingtownregular';
	font-size: 100px;
	line-height: 120px;
	color: #ffffff;
	letter-spacing: 1px;
}
.breadcrumbSec .breadttl.breadSmall {
	font-size: 55px;
	line-height: 70px;
}
.breadcrumbSec .breadcaption {
	display: inline-block;
	position: relative;
	padding: 0 35px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}
.breadcrumbSec .breadcaption::before {
	content: "";
	width: 18px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
}
.breadcrumbSec .breadcaption::after {
	content: "";
	width: 18px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
}
.removeCaption .breadcaption {
	display: none;
}
.breadcrumbSec .breadpath {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	z-index: 10;
}
.breadpath ul > li {
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.breadpath ul > li:not(:last-child) {
	margin-right: 14px;
}
.breadpath ul > li:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: -10px;
	top: 0;
}
.breadpath ul > li > a {
	color: #ffffff;
}
.breadcrumbSec .extralinks {
	padding-bottom: 100px;
}
.breadcrumbSec .extralinks .linkrow::after {
	height: 100px;
}
.breadcrumbimg img {
	max-width: inherit;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/*Breadcrumb CSS End*/

/*CMS Page CSS Start*/

.cmsPage, .cmsPage p{font:400 17px/30px 'Poppins', sans-serif;color:#5f7994}
.cmsPage img{width:auto;height:auto;}
.cmsPage{/*padding-top:48px;padding-bottom:48px;*/}
.cmsPage p{margin-bottom:15px;}
.cmsPage p:last-child{margin-bottom:0}
.cmsPage h1,.cmsPage h2,.cmsPage h3,.cmsPage h4,.cmsPage h5,.cmsPage h6,.cmsPage ul{display:block;margin-bottom:18px;color:#000;position:relative;}
.cmsPage h1,.cmsPage h2,.cmsPage h3{margin-bottom:17px;}
.cmsPage h1{font-size:38px;line-height:44px;margin-bottom:10px;font-weight: 600;padding: 0;}
.cmsPage h2{font-size:30px;line-height:35px;margin-bottom:10px;font-weight: 600;padding: 0;}
.cmsPage h3{font-size:24px;line-height:30px;margin-bottom:10px;font-weight: 600;padding: 0;margin-top: 30px;}
.cmsPage h4{font-size:22px;line-height:25px;margin-bottom:10px;font-weight: 600;padding: 0;}
.cmsPage h5{font-size:18px;line-height:20px;margin-bottom:10px;font-weight: 600;padding: 0;}
.cmsPage h6{font-size:16px;line-height:18px;margin-bottom:10px;font-weight: 600;padding: 0;}
/*.cmsPage h1:before,.cmsPage h2:before,.cmsPage h3:before{position:absolute;content:"";border-bottom:3px solid #e0182a;width:60px;bottom:-14px;clear:both;}*/
.cmsPage h2 > strong, .cmsPage h3 > strong{display:inline-block;font-weight:600;}
.cmsPage strong{font-weight:500;color: #0661a4;}
.cmsPage .underline,.underline{text-decoration:underline}
.bold,.cmsPage .bold{font-weight:700}
.cmsPage .italic,.cmsPage em,.italic{font-style:italic}
.cmsPage ol li,.cmsPage ul li{font:400 16px/24px 'neris', sans-serif;}
.cmsPage a{color:#006cbc;font-weight:600;text-decoration:underline;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.cmsPage h2 > a, .cmsPage h3 > a{text-decoration:none;color:#000;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.cmsPage li h1:before, .cmsPage li h2:before, .cmsPage li h3:before{display:none;}
.cmsPage li h1, .cmsPage li h2, .cmsPage li h3{font-size:25px;line-height:28px;margin-bottom:8px;}
.cmsPage h2 > a:hover, .cmsPage h3 > a:hover{color:#e0182a}
.cmsPage .bold a{font-weight:700;}
/*.cmsPage ul li{position:relative;margin-bottom:2px;display:table}
.cmsPage ul>li:before{content:"";display:inline-block;background:#fff;width:9px;height:9px;border-radius:50%;border:1px solid #e0182a;position:absolute;top:7px;margin:auto;left:0;}*/
.cmsPage ul {margin: 10px 0 25px;display: inline-block;width: 100%;}
/*.cmsPage ul:last-child,.cmsPage ol:last-child{margin-bottom: 0;}*/
.cmsPage ul li {position: relative;padding: 0 0 0 20px;font: 400 16px/24px 'Poppins', sans-serif;color: #5f7994;letter-spacing: -0.2px;}
.cmsPage ul li:not(:last-child) {margin: 0 0 10px;}
.cmsPage ul li::before {width: 10px;height: 10px;position: absolute;left: 0;top: 7px;content: "";background: #009447;background-size: cover;border-radius: 50%;}
.cmsPage ol li>span,.cmsPage ul li>span{padding-left:20px;padding-right:10px;display:table-cell;padding-bottom:10px;font-size:16px;line-height:24px;}
.cmsPage ul li strong, .cmsPage ol li strong {color: #333; font-weight: 600;}
.cmsPage ol{margin-bottom:15px;counter-reset:list}
.cmsPage ol li{position:relative;margin-bottom:5px;font: 400 16px/24px 'Poppins', sans-serif;color: #5f7994;padding: 0 0 0 20px;}
.cmsPage ol li:before{content:counter(list) '.';counter-increment:list;color:#333;display:table-cell;vertical-align:top;margin:0 5px 0 0;float:left;position: absolute;font-weight: 600;left: 0;top: 1px;}
.cmsPage ol li:not(:last-child) {margin: 0 0 10px;}
/*.cmsPage ol:last-child,.cmsPage ul:last-child{margin-bottom:0}*/
/*.cmsPage ol{margin-left:15px;}*/
.alignleft{text-align:left}
.alignright{text-align:right}
.aligncenter{text-align:center}
img.alignleft{float:left;margin-right:15px;margin-bottom:15px}
img.alignright{float:right;margin-left:25px;margin-bottom:15px}
img.aligncenter{display:block;margin:0 auto 28px}
.cmsPage a.cmsButton{font-size:14px;line-height:35px;font-weight:600;padding:8px 20px;background:#818285;border:2px solid #818285;border-radius:50px;color:#fff;text-transform:uppercase;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.cmsPage h2 .bold{display:block;}
.cmsPage p:empty,.cmsPage p:blank{margin:0;}


.cmsPage, .cmsPage p {
	font-size: 17px;
	color: #5f7994;
	line-height: 30px;
	text-align: justify;
}
.cmsPage p {
	margin: 0 0 11px;
}
.cmsPage p strong {
	font-weight: 600;
}
.cmsPage ul.twoColLi li {
	width: 50%;
	float: left;
	padding-right: 10px;
}
/*CMS Page CSS End*/

/*Kitchen Page CSS Start*/
.mageKitchenSec {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 0 0 40px;
}
.madeKitImgInner {
	display: inline-block;
	box-shadow: 10px 20px 60px rgba(146,146,146,0.4);
}
.madeKitLeft {
	float: left;
	margin: -11px 0 0;
	width: 59.3%;
	padding-right: 55px;
}
.madeKitRight {
	float: right;
	width: 40.7%;
	text-align: right;
}
.madeKitImg {
	padding: 40px 11px 63px 63px;
	margin: -46px 0 0 0;
	background: url(../images/pattern-bkg.png) no-repeat left bottom;
}
.madeKitTitle {
	color: #081b2c;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin: 0 0 33px;
}
 h1.madeKitTitle,h1.aboutbigttl{color: #169855; font-weight: 500; margin: 0 0 20px;}
.madeKitTitle strong {
	font-weight: 600;
}
.ktRow {
	margin: 0 -15px;
}
.kitchenTypeLeft {
	width: 50%;
	float: left;
	padding: 45px 15px 45px 15px;
	text-align: right;
	background: url(../images/pattern-bkg.png) no-repeat 26% bottom;
}
.kitchenTypeRight {
	width: 50%;
	float: left;
	padding: 45px 15px 45px 15px;
	text-align: left;
	background: url(../images/pattern-bkg.png) no-repeat 65% top;
}
.ktLeftInner {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ktRightInner {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ktLeftInner .ktImg img, 
.ktRightInner .ktImg img, 
.accessoriesBoxInner .accessImg img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.kitchenType .sectionTitle {
	margin: 0;
}
.ktTitle {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 70px;
}
.ktTitle a {
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.kitchenType {
	display: inline-block;
	width: 100%;
	padding: 70px 0 0;
}
.ktTitle .svgImg {
	margin: 0 10px;
	font-size: 18px;
	vertical-align: middle;
}
.ktTitle .svgImg path {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.ktImg > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.kitchenAccessSec {
	display: inline-block;
	width: 100%;
	background: #ffffff url(../images/kitchen-accessories-bkg.png) no-repeat center top;
	background-size: cover;
}
.accessoriesBox .accessImg {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.accessoriesBox .accessImg > a {
	display: block;
	position: relative;
}
.accessoriesBox .accessImg > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.55) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.accessoriesBox {
	float: left;
	width: 27.5%;
}
.accessoriesBox.accesBigImg {
	width: 45%;
}
.kitAccessBoxInner {
	text-align: center;
	margin: 0 -10px;
}
.kitchenAccessSec .sectionTitle {
	margin: 0 0 45px;
}

.accessoriesBoxInner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding: 0 10px;
	margin: 0 0 18px;
}
.accessImg .accessHoverBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 10px 15px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.accessHoverBox .accessHoverBoxInner {
	position: relative;
	color: #ffffff;
}
.accessoriesBoxInner .accessttl {
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px 40px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	text-align: left;
}
.accessoriesBoxInner .accessttl a {
	color: #ffffff;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
}
.accessoriesBoxInner .accessttl a:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
}
.accessHoverBoxInner .accessDesc {
	font-size: 14px;
	line-height: 21px;
}
.accessHoverBoxInner .morebtn {
	margin: 10px 0 0;
}
.morebtn a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.accessImg .mobbigtrans {
	display: none;
}
/*Kitchen Page CSS End*/

/*404 Page CSS Start*/
.notFoundSec {
	text-align: center;
	padding: 0 0 60px;
}
.notFoundSecInner {
	display: inline-block;
	position: relative;
	padding: 68px 0 62px 0;
}
.notFoundSecInner:before {
	content: "";
	background: url(../images/notfound-before.png) no-repeat center center;	
	width: 121px;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.notFoundSecInner::after {
	content: "";
	background: url(../images/notfound-after.png) no-repeat center center;
	width: 121px;
	height: 120px;
	position: absolute;
	right: -55px;
	top: -7px;
	z-index: 2;
}
.notfoundhead {
	text-transform: uppercase;
	font-weight: 600;
	color: #006cbd;
	font-size: 36px;
	line-height: 40px;
	margin: 22px 0 9px;
	letter-spacing: 2px;
}
.notfoundtext {
	font-size: 18px;
	color: #676767;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	line-height: 26px;
}
/*404 Page CSS End*/

/*Thank You Page CSS Start*/
.thankyouSec {
	text-align: center;
	padding: 0 0 90px;
}
.thankyouInner {
	display: inline-block;
	position: relative;
	padding: 42px 0 92px 0;
}
.thankyouInner::before {
	content: "";
	background: url(../images/notfound-before.png) no-repeat center center;
	width: 121px;
	height: 120px;
	position: absolute;
	left: -54px;
	bottom: 0;
}
.thankyouInner::after {
	content: "";
	background: url(../images/notfound-after.png) no-repeat center center;
	width: 121px;
	height: 120px;
	position: absolute;
	right: -81px;
	top: 26px;
	z-index: 2;
}
.thankuText {
	text-align: left;
	font-size: 18px;
	color: #676767;
	line-height: 28px;
	max-width: 370px;
	width: 100%;
	margin: -91px 0 0 53px;
}
/*Thank You Page CSS End*/

/*Contact Us Page CSS Start*/
.contactSec {
	display: inline-block;
	width: 100%;
	margin: -12px 0 0;
	position: relative;
	z-index: 2;
	padding: 0 0 80px;
}
.contactusBox {
	display: inline-block;
	width: 100%;
	border-radius: 25px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	margin: 10px 0;
	overflow: hidden;
}
.contactusBox .enquireLeft {
	width: 58.4%;
	float: left;
}
.contactusBox .gitRight {
	width: 41.6%;
	float: right;
}
.enquireLeftInner .submitbtn {
	float: right;
}
.mesaagediv textarea.inputField {
	height: 102px;
}
.enquireLeftInner .form-group {
	margin: 0 0 12px;
}
.enquireLeftInner .form-group.capthadiv {
	margin: 10px 0 0;
}
.contactTitle {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 30px;
	color: #081b2c;
}
.gitRightInner .contactTitle {
	color: #fff;
}
.enquireLeftInner {
	padding: 45px 58px 35px 58px;
	display: inline-block;
	width: 100%;
}
.gitRightInner {
	padding: 45px 58px 35px 58px;
	height: 100%;
	background: -moz-linear-gradient(121deg, rgba(0,148,71,0.9) 0%, rgba(0,107,187,0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,107,187,0.9)), color-stop(100%, rgba(0,148,71,1)));
	background: -webkit-linear-gradient(121deg, rgba(0,148,71,0.9) 0%, rgba(0,107,187,1) 100%);
	background: -o-linear-gradient(121deg, rgba(0,148,71,0.9) 0%, rgba(0,107,187,0.9) 100%);
	background: -ms-linear-gradient(121deg, rgba(0,148,71,0.9) 0%, rgba(0,107,187,0.9) 100%);
	background: linear-gradient(329deg, rgba(0,148,71,0.9) 0%, rgba(0,107,187,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbb', endColorstr='#009447',GradientType=0 );
}
.contactInfo {
	color: #fff;
	display: inline-block;
	width: 100%;
	margin: 8px 0 0;
}
.contactInfo .infoLbl {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}
.infoLbl .svgImg {
	font-size: 29px;
	vertical-align: -10px;
	margin: 0 10px 0 0;
}
.contactInfo .infoDesc {
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
}
.contactInfo .contactBox {
	display: inline-block;
	width: 100%;
	margin: 0 0 57px;
}
.infoDesc .openDay {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 9px;
	font-weight: 400;
}
.infoDesc .openTime {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.infoDesc .openTime span {
	font-size: 14px;
	font-weight: 400;
}
.contactLogo {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: -30px 0 0;
}
.enquireLeftInner .inputbox > label {
	margin: 0 0 9px;
}
.contactInfo .infoDesc a {
	color: #fff;
	pointer-events: none;
}
.mapDiv, .mapDiv iframe {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.enquireLeftInner .capthadiv .g-recaptcha {
	float: left;
	margin-right: 10px;
}
/*Contact Us Page CSS End*/

/*About Us Page CSS Start*/
.aboutPageSec .madeKitRight {
	float: left;
	margin: 0 0 0 -60px;
}
.aboutPageSec .madeKitLeft {
	padding: 0 0 0 55px;
}
.yourProjectSec {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.yourProjectSec .yourProjectRight {
	float: right;
	width: 36.6%;
}
.yourProjectSec .yourProjectLeft {
	float: left;
	width: 63.4%;
}
.yourProjectLeft .projectText {
	height: 100%;
	background: #009346;
	color: #fff;
	padding: 50px 50px 30px 50px;
	display: inline-block;
	width: 100%;
}
.projectText .projectTextInner {
	max-width: 870px;
	float: right;
	width: 100%;
}
.projectImg img {
	display: none;
}
.projectImg {
	width: 100%;
	height: 100%;
	background: url(../images/project-img.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.projectImg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 220px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.projectTitle {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 30px;
}
.projectContent, .projectContent p {
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
}
.projectContent p {
	margin: 0 0 25px;
}
.productBoxx .productImg {
	position: relative;
	overflow: hidden;
}
.ourProductSec .productBoxx {
	width: 16.66%;
	float: left;
	position: relative;
}
.ourProductSec {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 70px 0 0;
}
.ourProductSec .sectionTitle {
	margin: 0 0 30px 0;
}
.ourProductSec .customArrowsTesti .slick-arrow {
	font-size: 0;
	background: none;
	border: 0;
	width: 23px;
	height: 16px;
	display: inline-block;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ourProductSec .customArrowsTesti .customLeft {
	background: url(../images/arrow-left-black.svg) no-repeat center center;
	background-size: cover;
	margin: 0 35px 0 0;
}
.ourProductSec .customArrowsTesti .customRight {
	background: url(../images/arrow-right-black.svg) no-repeat center center;
	background-size: cover;
}
.ourProductSec .customArrowsTesti .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.ourProductSec .arrowDiv {
	margin: -55px 0 40px;
}
.ourProductSec .arrowDiv .customArrowsTesti {
	display: inline-block;
	float: right;
}
.productBoxx .proTtl {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	padding: 15px 20px 15px 60px;
	right: 0;
}
.productBoxx .proTtl::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 27px;
	left: 30px;
	z-index: 9;
}
.productBoxx .productImg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.65) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.productBoxx .proHoverBox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: -moz-linear-gradient(121deg, rgba(0,148,71,0.7) 0%, rgba(0,107,187,0.7) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,107,187,0.7)), color-stop(100%, rgba(0,148,71,1)));
	background: -webkit-linear-gradient(121deg, rgba(0,148,71,0.7) 0%, rgba(0,107,187,1) 100%);
	background: -o-linear-gradient(121deg, rgba(0,148,71,0.7) 0%, rgba(0,107,187,0.7) 100%);
	background: -ms-linear-gradient(121deg, rgba(0,148,71,0.7) 0%, rgba(0,107,187,0.7) 100%);
	background: linear-gradient(329deg, rgba(0,148,71,0.7) 0%, rgba(0,107,187,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbb', endColorstr='#009447',GradientType=0 );
}
.proHoverBox .proHoverInner {
	text-align: center;
	color: #fff;
	font-size: 90px;
	font-weight: 200;
	line-height: 80px;
	position: relative;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/*About Us Page CSS End*/

/*New custom css start*/
.customeStyle { margin: 0 -10px }
.kitchen-style .proImg { width: 25%; height: auto; float: left; position: relative; padding: 0 10px; box-sizing: border-box }
/*.customeStyle img { min-height: 220px; object-fit: cover }*/
.proImg a { position: relative }
.proImg a:after, .proImg a:before { content: ''; position: absolute; top: 0; bottom: 0; opacity: 0 }
.proImg a:before { width: 100%; height: 100%; background: #0C0805; -webkit-transition: all .3s; transition: all .3s }
.proImg a:after { background: url(../images/hover_pic.png) center no-repeat; left: 0; width: 80px; height: 80px; margin: auto; right: 0; -webkit-transition: all .3s; transition: all .3s }
.proImg a:hover:after { opacity: 1 }
.proImg a:hover:before { opacity: .8 }
#overlay { position: fixed!important }
.kitchen-style .benchtpImg-shdow, .kitchen-style .proImg-shdow, .proImg1-shdow { background: url(../images/pro-img-shadow.png) bottom no-repeat; height: 20px; margin: 0; width: 100%; position: relative }
.kitchen-style .proImg1 { width: 100%; height: auto; display: inline-block; text-align: center; position: relative }
.proImg a:hover:before {   opacity: .8;}
.proImg a {display: block;}
.conImgMain.before_after_img {    display: block;    text-align: left;}
    .before_after_img .ImageBox { display: inline-block; width: 50%; max-width: 276px; float: none; margin: 15px;      position: relative;}
 .Imgbe {    background: #31a5cc;    color: #fff;    font: 16px/31px neris, sans-serif;  display: inline-block;    padding: 0 10px; position: absolute;  top: 0;    right: 0; }
  .logo_imges_brand_inpage img {  margin: 15px 20px;}
.three_imge_logo{margin: 5px 0 25px 0; text-align: center;}
.three_imge_logo img {  margin: 5px 20px;}
.conImgMain.before_after_img {display: block;}
.before_after_img .ImageBox {display: inline-block; width: 50%; max-width: 276px; float: none; margin: 15px; position: relative;}
.Imgbe {background: #31a5cc; color: #fff; font: 16px/31px neris, sans-serif;  display: inline-block; padding: 0 10px; position: absolute; top: 0; right: 0; }
.logo_imges_brand_inpage img {  margin: 15px 20px;}
/*.three_imge_logo{margin: 5px 0 25px 0; text-align: center;}*/
.three_imge_logo img {  margin: 5px 20px;}
/*New custom css end*/

.inputCls {
	position: relative;
}
.capthadiv .inputCls {
	float: left;
}
.captcha{position: relative;}
.capthadiv label.error, .captcha label.error{
	right: auto;
	left: 0;
}
.newsletterfrm .success_msgsub {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 10px;
	color: #09ae22;
}
.newsletterfrm .error_msgsub {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 10px;
	color: #ff0000;
}
.megamenuBtn .cmnBlueBtn {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 35px 10px;
	text-align: center;
	color: #fff;
	background: url(../images/megamenu-btnbkg.png) no-repeat center center;
	background-size: cover;
}
.megamenuBtn {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
}
.numberText {
	display: none;
}


.modalmobMain .modal-header {
	padding: 10px 20px;
	border-bottom: 0;
	background: #c4161c;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.modalmobMain .modal-body,
.modalmobMain .modal-footer {
    padding: 20px 15px 20px;
    background: #fff;
    border-radius: 0;
}
.modalmobMain .modal-footer {
    border-top: 0;
    margin-top: -1px
}
.modalmobMain,
.popupoverlayer {
    opacity: 0;
    visibility: hidden;
    right: 0
}
.popupoverlayer {
    background-color: rgba(0, 0, 0, .8);
    transition: .3s all;
    -webkit-transition: .3s all
}
.modalmobMain {
    z-index: 999999;
    text-align: center;
    overflow: auto;
    transition: .3s all;
    -webkit-transition: .3s all;
    padding: 15px
}
.modalmobMain,
.popupoverlayer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}
.modalmobMain.popVisible,
.modalmobMain.popVisible .popupoverlayer {
    opacity: 1;
    visibility: visible
}
.modalmobMain.popVisible .modal-dialog {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.modalmobMain .modal-middle {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.modalmobMain .modal-dialog {
    text-align: left;
    position: relative;
    z-index: 99;
    -webkit-transition: .6s all;
    transition: .6s all;
    max-width: 300px;
    width: 100%;
    padding: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    /*box-shadow: rgba(33, 10, 31, .2) 0 0 10px;*/
    border-radius: 5px;
    /*overflow: hidden;*/
    display: table-cell;
    vertical-align: middle;
}
.modalmobMain .modal-title {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    float: left;
}
.modalmobMain .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    font-weight: 700;
    /* width: 35px; */
    /* height: 35px; */
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 0;
    line-height: 28px;
    font-size: 40px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font-weight: 400;
}
body.fixedPopupBody {
	overflow: hidden;
}
.modalmobMain .modal-content {
	background: #fff;
	color: #000;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 10px 20px 10px;
	border-radius: 5px;
}
.modalmobMain .closebtn a {
	float: right;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: -5px 0 0 0;
}
.modalmobMain .closebtn {
	display: inline-block;
	width: 100%;
}
.callHead {
	text-align: center;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: -15px 0 10px;
	text-transform: capitalize;
}
.linkbox .mobilecall {
	display: none;
}
.mobilecalltext {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #006cbc;
}
.ratingDiv {
	background: #006cbd;
	padding: 12px 20px 10px 20px;
	display: inline-block;
	margin: 20px 0 0;
	border-radius: 3px;
}
.ratingDiv .ratingText {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.ratingDiv .ratingText strong {
	font-size: 18px;
	font-weight: 600;
}
.ratingStar .svgImg {
	font-size: 20px;
}
.fontPoppins {
	font-family: 'Poppins';	
}
.testidesc > p > a {
	color: #fcb100;
	text-decoration: underline;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
}
.newAddTestimonoal .testicol4 {
	width: 25%;
}
#testimonial-7 {
	clear: both;
}

.madeKitDesc{width: 100%; float:left;}
.madeKitDesc.cmsPage ul.half li{width: 50%; float: left;}
.madeKitDesc.cmsPage ul.half{margin-bottom: 10px;}
.before_after_img.kbenchtopcls {
	text-align: center;
}

/*30-05-2019 start*/
.vanityMain{margin: 0 0 20px;}
.vanityBox{float: left; margin: 0 0 20px; border: 1px solid #eee; background-color: #f9f9f9; padding: 20px 15px 0;}
.vanityListTitle,.vanityTitle{color: #58595b; font-size: 20px; font-weight: 600; margin-bottom: 10px;}
.vanityTitle{margin-bottom: 0;}
.vanityList{color: #58595b; font-size: 16px; line-height: 1.5; font-weight: 300;}
.vanityList li{position: relative; padding-left: 15px; margin: 0 0 5px;}
.vanityList li:last-child{margin: 0;}
.vanityList li:before{content: ""; position: absolute; top: 8px; left: 0; width: 7px; height: 7px; border-radius: 100%; background-color: #009547;}

.dispNone{display: none;}

.vanityTxtBox{float: left;}
.vanityImgBox{float: right; width: auto;}

.vanityImgBox ul{margin: 0;}
.vanityImgBox li{float: left; width: auto; margin: 0 0 20px 0; padding: 0 15px;}
.vanityImgBox li img{max-height: 200px;}
.vanityBox2 .vanityImgBox li img{max-height: 365px;}
.vanityBox1{width: 38%;}
.vanityBox2{width: 60%; float: right;}
.vanityBox1 .vanityImgBox{float: left; width: 100%;}
.vanityBox1 .vanityImgBox ul{margin: 0 -15px;}
.vanityBox1 .vanityImgBox li{margin: 20px 0;}

/*30-05-2019 end*/

.aboutSecCont.cPad .cmsPage p {text-align: center;}
.christmas_note{width: 100%;  display: block;  color: #fff;  z-index: 1;  line-height:1.3;    font-size: 14px;  position: relative;  text-align: center;  padding:5px 15px;  background: #af0505;}

@media screen and (max-width: 1366px){
.christmas_note span{display: block;}

	}

@media screen and (max-width: 767px){
.christmas_note{font-size: 13px; line-height: 1.4}
.christmas_note span{display: contents;}
.christmas_note ~ .container > .logo{    margin:10px 0;}
.header .christmas_note ~ .container > .hphone {    margin: 15px 15px 34px 0;}
.header .christmas_note ~ .container > .menuIcon{    margin: 15px 0}
}

@media screen and (max-width:666px){
.christmas_note { font-size: 11px;}
}

@media only screen and (max-width: 479px){
.header .christmas_note ~ .container > .menuIcon {
    margin: 12px 0;
}

.header .christmas_note ~ .container > .hphone {
    margin: 12px 15px 22px 0;
}

.christmas_note ~ .container > .logo {
    margin: 5px 0;
}

.christmas_note {
    font-size: 10px;
}

}
@media only screen and (max-width: 374px){
	.christmas_note {
    font-size: 9px;
}
	}