/*
Theme Name: Talwar
Author: Jenny
Domain Path: /languages/

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
1.5 - Grid
2.0 - Typography
3.0 - Elements
3.5 - Layout
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

@font-face {
    font-family: 'bebasneueregular';
    src: url('../fonts/bebasneueregular/bebasneueregular.html');
    src: url('../fonts/bebasneueregular/bebasneueregulard41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneueregular/bebasneueregular-2.html') format('woff'),
         url('../fonts/bebasneueregular/bebasneueregular-3.html') format('truetype'),
         url('../fonts/bebasneueregular/bebasneueregular-4.html#bebasneueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins/poppins.html');
    src: url('../fonts/poppins/poppinsd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppins-2.html') format('woff'),
         url('../fonts/poppins/poppins-3.html') format('truetype'),
         url('../fonts/poppins/poppins-4.html#poppins') format('svg');
    font-weight: normal;
    font-style: normal;

}
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/*overflow-y: scroll;*/ /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body { background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
	outline: none;
}

/*--------------------------------------------------------------
1.5 Grid
--------------------------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
	position: relative;
}*/

.row:after, .col:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.row { /*margin-bottom: 2%;*/ }

.bottom { margin-bottom: 0; }

.col {
	display: block;
	float: left;
	margin-right: 2%;
	width: 100%;
}

.col:last-child { margin-right:0; }

.col img {
	height: auto;
	max-width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.span-1 { width: 6.5%; }
.span-2 { width: 15.0%; }
.span-3 { width: 23.5%; }
.span-4 { width: 32.0%; }
.span-5 { width: 40.5%; }
.span-6 { width: 49.0%; }
.span-7 { width: 57.5%; }
.span-8 { width: 66.0%; }
.span-9 { width: 74.5%; }
.span-10 { width: 83.0%; }
.span-11 { width: 91.5%; }
.span-12 { width: 100%; }

.offset-1 { margin-left: 6.5%; }
.offset-2 { margin-left: 17.0%; }
.offset-3 { margin-left: 25.5%; }
.offset-4 { margin-left: 34.0%; }
.offset-5 { margin-left: 42.5%; }
.offset-6 { margin-left: 51.0%; }
.offset-7 { margin-left: 59.5%; }
.offset-8 { margin-left: 68.0%; }
.offset-9 { margin-left: 76.5%; }
.offset-10 { margin-left: 85.0%; }
.offset-11 { margin-left: 93.5%; }

@media only screen and (min-width: 768px) and (max-width: 900px) {

	.header-top .span-4 { width: auto; }
	.span-8 { width: 100%; }

}

@media only screen and (min-width: 901px) and (max-width: 1279px) {

	.header-top .span-1 { width: 3%; }
	.header-top .span-7 { width: 61%; }

}

/* Tablet */

@media only screen and (max-width: 768px) {

	.col { margin-left: 0; }

	.row { margin: 0; }

	.span-1,.span-2,.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12 {
		width: 100%;
		/*margin-bottom: 2%;*/
	}

	.site-footer .span-6 { width: 49.0%; }

}

@media only screen and (max-width: 480px) {

	.site-footer .span-6 { width: 100%; }

}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'PT Serif', 'serif';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'PT Serif Caption', 'serif';
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 50px 0;
	text-align: center;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

p { margin-bottom: 1.5em; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

.lighter { color: #abaa9c; }

.entry-content-nomargin{
  margin-top: 0!important;
}
@media only screen and (max-width: 767px) {

	h1 {
		line-height: 40px;
		line-height: 4rem;
		margin: 0 0 40px 0;
	}

}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.dashed {
	background: none;
	border-top: 1px dashed #ffffff;
	display: block;
	margin: 0;
	opacity: 0.5;
	position: absolute;
		top: 105px;
	width: 100%;
	z-index: 9991;
}

.page hr.dashed { display: none; }
.home hr.dashed { display: block; }

.header-bottom hr.dashed {
	border-top: 1px dashed #abaa9c;
	display: block;
	position: absolute;
		top: 5px;
}

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure { margin: 0; }

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th { font-weight: bold; }

.required { color: #ffc90d; }

.loading-container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}

/*--------------------------------------------------------------
3.5 Layout
--------------------------------------------------------------*/

.home { background: #1a1a1a; }

.stitches {
	position: fixed;
		bottom: 0;
		top: 0;
	width: 100%;
	z-index: 1;
}

.stitches-inner {
	border-left: 0px dashed #eaeae6;
	border-right: 0px dashed #eaeae6;
	height: 100%;
	margin: 0 auto;
	max-width: 1000px;
	opacity: 0.3;
	width: 90%;
}

#page {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.page-template-page-contact-php {
	background: url(img/bg-contact.html) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-template-page-about-php {
	background: url(img/bg-about-new.html) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-template-page-craftsmanship-php {
	background: url(img/bg-careers-new.html) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-id-9 {
	background: url(../images/bg-infrastructure-new.jpg) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/*@media only screen and (min-width: 641px) {*/
@media only screen and (min-width: 768px) {

	
	.page-template-page-plain-php {
		background: url(img/bg-infrastructure.html) center 160px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.page-template-page-contact-php {
		background: url(img/bg-contact.html) center 160px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.page-template-page-about-php {
		background: url(img/bg-about-new.html) center 160px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.page-template-page-craftsmanship-php {
		background: url(img/bg-infrastructure.html) center 140px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.page-id-9 {
		background: url(../images/bg-infrastructure-new.jpg) center 140px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.page-id-130 {
		background: url(img/bg-infrastructure.html) center 140px no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

}

.site-header, .site-header.stick {
	position: absolute;
		left: 0;
		right: 0;
		top: 0;
	z-index: 9990;
}

.header-top {
	background: #1a1a1a;
	height: 100px;
	z-index: 9992;
}

.header-bottom {
	clear: both;
	background: #ffffff;
	opacity: 1;
	position: relative;
}

.home .site-header {
	position: absolute;
		left: 0;
		right: 0;
		top: 0;
	z-index: 9999;
}

.site-title {
	margin: 0;
	padding: 0;
	text-align: left;
}

.site-title img { padding-top: 34px; }

.site-footer {
	background: #1a1a1a;
	color: #abaa9c;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0;
	/*margin-bottom: 1140px;*/
}

.home .site-footer {
	margin-bottom: 0;
}

.copyright {
	padding: 10px 0 10px 0;
	text-align: center;
}

@media only screen and (min-width: 480px) {

	.copyright {
		padding: 0;
		text-align: center;
	}

}

@media only screen and (max-height: 1280px) {

	.site-footer { margin-bottom: 1140px; }

}

@media only screen and (max-height: 1080px) {

	.site-footer { margin-bottom: 940px; }

}

@media only screen and (max-height: 1024px) {

	.site-footer { margin-bottom: 884px; }

}

@media only screen and (max-height: 980px) {

	.site-footer { margin-bottom: 840px; }

}

@media only screen and (max-height: 960px) {

	.site-footer { margin-bottom: 820px; }

}

@media only screen and (max-height: 800px) {

	.site-footer { margin-bottom: 660px; }

}

@media only screen and (max-height: 768px) {

	.site-footer { margin-bottom: 628px; }

}

@media only screen and (max-height: 736px) {

	.site-footer { margin-bottom: 596px; }

}

@media only screen and (max-height: 667px) {

	.site-footer { margin-bottom: 527px; }

}

@media only screen and (max-height: 640px) {

	.site-footer { margin-bottom: 500px; }

}

@media only screen and (max-height: 600px) {

	.site-footer { margin-bottom: 460px; }

}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 99px;
	background: #ffc90d;
	color: #ffffff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	max-width: 235px;
	min-width: 235px;
	padding: 0 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #d2b243;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #d2b243;
}

input[type="checkbox"],
input[type="radio"] {
	height: auto;
	line-height: normal;
	margin-right: 10px;
	padding: 0; /* Addresses excess padding in IE8/9 */
	width: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #e6e5dc;
	border-radius: 4px;
	color: #1a1a1a;
	width: 100%;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px 15px 10px 15px;
	/*height: 50px;*/
	/*line-height: 50px;*/
}

input,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.telephone input {
	padding: 0 15px;
}*/

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 15px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.interests {
	display: block;
	margin-top: 10px;
}

.interests .wpcf7-list-item {
	display: inline-block;
	width: 40%;
}

@media only screen and (max-width: 767px) {

	.interests .wpcf7-list-item {
		display: block;
		width: 100%;
	}

}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a { color: #abaa9c; }

a:visited { color: #84826c; }

a:hover,
a:focus,
a:active {
	color: #ffc90d;
}

article a { color: #ffc90d; }

article a:visited { color: #d2b243; }

article a:hover,
article a:focus,
article a:active {
	color: #d2b243;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	z-index: 9999;
}

.main-navigation li {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}

.main-navigation a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 100px;
	outline: none;
	text-decoration: none;
}

.main-navigation a:hover { color: #ffc90d; }

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 9999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a { width: 200px; }

.main-navigation ul ul li {}

.main-navigation li:hover > a {}

.main-navigation ul ul :hover > a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover > ul { display: block; }

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #abaa9c;
	font-weight: 700;
}

/* Sub menu */

.sub-navigation {
	-webkit-box-shadow: 0 5px 5px -5px rgba(171, 170, 156, 0.5);;
	   -moz-box-shadow: 0 5px 5px -5px rgba(171, 170, 156, 0.5);;
	        box-shadow: 0 5px 5px -5px rgba(171, 170, 156, 0.5);;
	clear: both;
	display: block;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.sub-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sub-navigation li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.sub-navigation a {
	color: #abaa9c;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}

.sub-navigation a:hover { color: #ffc90d; }

.sub-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}

.sub-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.sub-navigation ul ul a { width: 200px; }

.sub-navigation ul ul li {}

.sub-navigation li:hover > a {}

.sub-navigation ul ul :hover > a {}

.sub-navigation ul ul a:hover {}

.sub-navigation ul li:hover > ul { display: block; }

.sub-navigation .current_page_item a,
.sub-navigation .current-menu-item a {
	background: #ffc90d;
	border-radius: 99px;
	color: #ffffff;
	padding: 0 20px;
}

.sub-navigation .current_page_item a:hover,
.sub-navigation .current-menu-item a:hover {
	background: #d2b243;
}

a.nav-active {
	background: #ffc90d;
	border-radius: 99px;
	color: #fff;
}

a.nav-active:hover {
	background: #ffc90d;
	color: #fff;
}

@media only screen and (max-width: 767px) {

	.sub-navigation li {
		padding: 0 5px;
	}

	.sub-navigation a {
		padding: 0 5px;
	}

}

/* Footer navigation */

.footer-navigation {
	float: right;
	margin-top: -20px;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation a {
	color: #abaa9c;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

.footer-navigation a:hover {
	color: #ffc90d;
}

@media only screen and (max-width: 767px) {

	.footer-navigation {
		float: none;
		margin-top: 0;
		text-align: center;
	}

}

/* Small menu */

.menu-toggle { display: none; }

.site-branding .site-title { max-width: 200px; }

@media only screen and (min-width: 390px) { 

	.site-branding .site-title {
		max-width: 250px;
	}

}

@media only screen and (min-width: 768px) {

	.header-bottom { opacity: 0.9; }

	.site-branding .site-title { max-width: none; }

	.site-header, .site-header.stick { position: fixed; }
	.home .site-header { position: fixed; }
	hr.dashed { position: fixed; }

}

@media screen and (max-width: 900px) {

	.menu-toggle {
		background: url(img/small-menu.html) no-repeat center center;
		cursor: pointer;
		display: block;
		height: 100px;
		position: absolute;
			right: 0;
			top: 0;
		width: 100px;
	}

	.header-top .container { width: 100%; }

	.site-title { margin-left: 5%;}

	.main-navigation ul { display: none; }

	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 2px solid #313131;
	}

	.main-navigation.toggled {
		background: #1a1a1a;
		display: block;
		float: none;
		margin-top: 12px;
		text-align: center;
		width: 100%;
	}

	.nav-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	.nav-menu li a {
		border-bottom: 1px solid #272727;
		display: block;
		height: 50px;
		line-height: 50px;
	}

}

@media screen and (max-width: 480px) {

	.menu-toggle {
		background: url(img/small-menu.html) no-repeat center center;
		display: block;
		height: 100px;
		line-height: 100px;
		position: absolute;
			right: 10px;
			top: 0;
		width: 60px;
	}

}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.right { text-align: right; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-header h1 {
width: 100%;
float: left;
font-family: 'Josefin Sans';

font-size: 28px;

margin: 30px 0 10px 0;

font-weight: 600;
     }
     .entry-content p{
     	font-family: 'poppins';

font-size: 13px;
     }
   .entry-header strong {

    border: 1px solid #888888;
    float: none;
    margin: 10px 0;
    display: inline-block;
    width: 100px;

}
.depart{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.depart li{
	list-style: none;
    width: 22%;
    float: none;
    display: inline-block;
    text-align: center;
}
.depart li span{
	width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
}
.depart li span img{
	max-width: 90%;
    float: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: 100px;
}
.depart li p{
text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-family: poppins;
    height: 50px;
    margin: 20px 0;
}

.design-studio{
	width: 100%;
background: url(../images/designstudio.jpg) fixed no-repeat 60% 100%;
height: 500px;
overflow: hidden;

margin: 0 0 0 0;
float: left;
}
.design-studio #part-1{
	padding: 100px 100px 100px 100px;
    text-align: center;
}
.entry-title-header{
  color: #fff;
}
.entry-content-para{
      color: #fff;
    width: 60%;
    float: none;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.entry-content blockquote {
	color: #abaa9c;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 32px;
	line-height: 3.2rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.entry-content blockquote p { font-family: 'poppins'; }

.entry-content img {
	display: block;
	margin: 50px auto;
}

section:last-child { margin-bottom: 0; }

.article-background { background: #ffffff; }

.article-background .container { padding-top: 300px; }

.article-background:first-child { margin-top: 0; }
.page-template-default .article-background:first-child { margin-top: 100px; }

article {
	background: #ffffff url(img/three-color-bar.html) repeat-x top left;
	/*border-left: 1px dashed #eaeae6;
	border-right: 1px dashed #eaeae6;*/
	padding: 70px 100px 30px 100px;
	text-align: center;
}

article#part-2,
article#part-3 {
	padding-top: 0;
}

article p { color: #333;

font-weight: normal;

font-family: 'poppins';

letter-spacing: 0.05em;

margin: 0 0 10px 0;
text-align: justify;
font-size: 13px;}

article h2 {
	    color: #e2cf80;
    display: inline-block;
    font-size: 24px;
    font-size: 30px;
    padding: 10px 40px;
    letter-spacing: 5px;
    font-family: 'BebasNeueRegular';
}
.top-banner-inner {
    width: 100%;
    float: left;
    background: #333;
    position: relative;
}
.top-banner-inner img {
    width: 100%;
}
@media only screen and (max-width: 767px) {

	.entry-content blockquote {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 26px;
		line-height: 2.6rem;
	}

	.article-background .container { padding-top: 170px; }

	article {
		padding: 50px 20px 50px 20px;
	}

	article h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 28px;
		line-height: 2.8rem;
		padding: 10px 0;
	}

}

@media only screen and (max-width: 359px) {

	.article-background .container { padding-top: 100px; }

}

/* About page */

.page-template-page-about-php #section-3 { margin-bottom: 0; }

.page-template-page-about-php #section-2 article,
.page-template-page-about-php #section-3 article {
	padding-bottom: 150px !important;
}

.page-template-page-about-php #section-2.article-background,
.page-template-page-about-php #section-3.article-background {
	background: #ffffff !important;
	margin-top: 0;
	padding-top: 0;
}

.page-template-page-about-php #section-2.article-background .container,
.page-template-page-about-php #section-3.article-background .container {
	padding-top: 0;
}

.page-template-page-about-php #section-2 article {
	background: none;
}

.page-template-page-about-php #section-3 article {
	background: none;
}

.page-template-page-about-php #section-2 h1,
.page-template-page-about-php #section-3 h1 {
	background: url(img/three-color-bar.html) no-repeat bottom center;
	padding: 20px 0 30px 0;
}

.page-template-page-about-php #section-2 h2,
.page-template-page-about-php #section-3 h2 {
	border: none;
}

.page-template-page-about-php #section-2 h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.page-template-page-about-php #section-3 .entry-content img {
	margin-bottom: 20px;
}

.flex-family { display: none; }

.small-screens .span-6 { width: 100%; }

.small-screens .span-6 img {
	max-width: 400px;
	width: 100%;
}

.page-template-page-about-php .flex-direction-nav a  {
	top: 50%;
}

.flexslider .slides .family-slider img {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-about-php .flexslider {
	margin-top: 70px;
}

.family-text {
	padding-left: 0;
	padding-right: 0;
}

.family-name {
	margin: 0;
	padding: 0;
}

.family-title {
	color: #abaa9c;
	font-size: 14px;
	margin-bottom: 20px;
}

.page-template-page-about-php .flex-direction-nav .flex-prev {
	background: url(img/flex-nav-arrows-dark.html) no-repeat bottom left;
	left: -70px;
}

.page-template-page-about-php .flex-direction-nav .flex-next {
	background: url(img/flex-nav-arrows-dark.html) no-repeat top left;
	right: -70px;
}

.page-template-page-about-php .flex-direction-nav .flex-prev:hover {
	background: url(img/flex-nav-arrows-dark.html) no-repeat bottom right;
}

.page-template-page-about-php .flex-direction-nav .flex-next:hover {
	background: url(img/flex-nav-arrows-dark.html) no-repeat top right;
}

@media only screen and (min-width: 900px) {

	.flex-family {
		display: block;
	}

	.small-screens {
		display: none;
	}

	.family-text {
		padding-left: 10px;
		padding-right: 10px;
	}

}

/* Infrastructure page */

.page-template-page-infrastructure-php #section-2 article { padding-bottom: 150px !important; }

.page-template-page-infrastructure-php #section-2.article-background,
.page-template-page-infrastructure-php #section-3.article-background {
	background: #ffffff !important;
	margin-top: 0;
	padding-top: 0;
}

.page-template-page-infrastructure-php #section-2.article-background .container,
.page-template-page-infrastructure-php #section-3.article-background .container {
	padding-top: 0;
}

.page-template-page-infrastructure-php #section-2 article {
	background: none;
	padding: 0;
}

.page-template-page-infrastructure-php #section-3 article {
	background: none;
}

.page-template-page-infrastructure-php #section-2 h1,
.page-template-page-infrastructure-php #section-3 h1 {
	background: url(img/three-color-bar.html) no-repeat bottom center;
	padding: 0;
}

.infra-slider .slides li {
	position: relative;
	text-align: center;
}

.infra-slider .slides h3 {
	background: #d2b243;
	color: #ffffff;
	margin-left: -15%;
	padding: 10px;
	position: absolute;
		bottom: 0;
		left: 50%;
	width: 30%;
	z-index: 99;
	font-family: poppins;
}

.text-outer-container { display: none; }

.text-outer-container, .text-container, .infra-slider .slides p {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-outer-container {
	display: none;
	position: absolute;
    z-index: 97;
}

.text-container { display: table; }

.infra-slider .slides p {
	color: #ffffff;
	display: table-cell;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 32px;
	line-height: 3.2rem;
	padding: 0 120px;
	text-align: justify;
	vertical-align: middle;
}

.overlay {
	background: #545563;
	display: none;
	height: 100%;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	width: 100%;
	z-index: 1;
}

.page-template-page-infrastructure-php #section-2 .flex-control-nav {
	display: none;
}

.small-screen-slider { display: none; }

@media only screen and (max-width: 799px) {

	.page-template-page-infrastructure-php #section-2 article { padding-bottom: 0 !important; }

	.big-screen-slider { display: none; }

	.small-screen-slider {
		display: block;
	}

	.img-container { position: relative; }

	.infra-slider .slides li { height: auto; }

	.infra-slider .slides p {
		color: #404040;
		display: block;
		font-size: 20px;
		font-size: 100%;
		line-height: 1.5em;
		padding: 20px 20px 0 20px;
		position: relative;
			top: auto;
			left: auto;
			bottom: auto;
			right: auto;
	}

	.infra-slider .slides h3 {
		font-size: 16px;
		left: 45%;
		width: 40%;
	}

	.small-screen-slider .flex-viewport {
		height: 100%;
		max-height: 100% !important;
	}

	.small-screen-slider .flex-direction-nav a  {
		top: 35%;
	}

	.small-screen-slider .flex-direction-nav .flex-next {
		background: url(img/flex-nav-arrows-small.html) no-repeat top left;
		height: 30px;
		right: 20px;
		width: 30px;
	}

	.small-screen-slider .flex-direction-nav .flex-prev {
		background: url(img/flex-nav-arrows-small.html) no-repeat bottom left;
		height: 30px;
		left: 20px;
		width: 30px;
	}

	.small-screen-slider .flex-direction-nav .flex-prev:hover {
		background: url(img/flex-nav-arrows-small.html) no-repeat bottom right;
	}

	.small-screen-slider .flex-direction-nav .flex-next:hover {
		background: url(img/flex-nav-arrows-small.html) no-repeat top right;
	}

}

@media only screen and (max-width: 640px) {

	.small-screen-slider .flex-direction-nav a  {
		top: 30%;
	}

}

@media only screen and (max-width: 480px) {

	.small-screen-slider .flex-direction-nav a  {
		top: 25%;
	}

}

@media only screen and (max-width: 400px) {

	.small-screen-slider .flex-direction-nav a  {
		top: 20%;
	}

}

@media only screen and (max-width: 360px) {

	.small-screen-slider .flex-direction-nav a  {
		top: 15%;
	}

	.infra-slider .slides h3 {
		font-size: 14px;
		left: 35%;
		padding: 10px;
		width: 60%;
	}
.design-studio{
	height: auto;
}
}

@media only screen and (min-width: 800px) and (max-width: 900px) {

	.infra-slider .slides p {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 26px;
		line-height: 2.6rem;
	}

}

/* Craftsmanship */

.page-template-page-craftsmanship-php .no-bg:first-child {
    padding-top: 100px;
}

.page-template-page-craftsmanship-php article {
	background: none;
	margin-top: 0;
	padding: 0;
	padding-bottom: 100px;
	padding-top: 50px;
}

.page-template-page-craftsmanship-php .entry-content {
	margin: 0;
}

.page-template-page-craftsmanship-php article p { padding: 70px 40px 50px 40px; }

.entry-content .flexslider img { margin: 0; }

.page-template-page-craftsmanship-php .flex-control-nav {
	display: none;
}

@media only screen and (max-width: 799px) {

	.craft-slider .flex-direction-nav .flex-next {
		background: url(img/flex-nav-arrows-small.html) no-repeat top left;
		height: 30px;
		right: 20px;
		width: 30px;
	}

	.craft-slider .flex-direction-nav .flex-prev {
		background: url(img/flex-nav-arrows-small.html) no-repeat bottom left;
		height: 30px;
		left: 20px;
		width: 30px;
	}

	.craft-slider .flex-direction-nav .flex-prev:hover {
		background: url(img/flex-nav-arrows-small.html) no-repeat bottom right;
	}

	.craft-slider .flex-direction-nav .flex-next:hover {
		background: url(img/flex-nav-arrows-small.html) no-repeat top right;
	}

}

/* Careers page */

.page-id-9 article { padding-bottom: 0; }

.page-id-9 .article-background .container {
    padding-top: 550px;
}

/* Contact page */

.page-template-page-contact-php #section-2 article,
.page-template-page-contact-php #section-3 article {
	background: none;
	padding: 0 40px 0 40px;
}

.page-template-page-contact-php #section-2 h1,
.page-template-page-contact-php #section-3 h1 {
	background: url(img/three-color-bar.html) no-repeat bottom center;
	padding: 20px 0 30px 0;
}

.page-template-page-contact-php #section-2 h2,
.page-template-page-contact-php #section-3 h2 {
	border: none;
}

.page-template-page-contact-php #section-2.article-background,
.page-template-page-contact-php #section-3.article-background {
	background: #ffffff !important;
	margin-top: 0;
	padding-top: 0;
}

.page-template-page-contact-php #section-2.article-background .container,
.page-template-page-contact-php #section-3.article-background .container {
	padding-top: 0;
}

.page-template-page-contact-php #section-2 article,
.page-template-page-contact-php #section-3 article {
	background: none;
	padding: 0 40px 0 40px;
}

.page-template-page-contact-php #section-2 article {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 100px;
}

.page-template-page-contact-php .entry-content img {
	display: block;
	margin: 0 auto 50px auto;
}

.page-template-page-contact-php article h2 {
	border: none;
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 0;
}

.location p { text-align: center; }

#map-office,
#map-factory {
	width: 100%;
	height: 590px;
}

.map-container {
	position: relative;
	width: 100%;
	height: 590px;
}

.map-container .map1 {
	position: absolute;
	z-index: 2;
}

.map-container .map2 {
	position: absolute;
	z-index: 1;
}

.map-link, .map-link:visited {
	background: #e2cf80;
	border-right: 2px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
	max-width: 160px;
}

.map-link:hover {
	background: #d2b243;
	color: #fff;
}

a.map-active { background: #d2b243 !important; }

/* Plain page */

.no-bg:first-child { padding-top: 160px; }

.no-bg {
	background: #ffffff;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {

	.page-template-page-about-php #section-2 article,
	.page-template-page-about-php #section-3 article {
		background: none;
		padding: 0 20px 0 20px;
	}

	.page-template-page-about-php #section-2 article {
		padding-bottom: 50px !important;
	}

	.page-template-page-about-php #section-3 article {
		padding-bottom: 100px !important;
	}

	.page-template-page-about-php #section-2 h1,
	.page-template-page-about-php #section-3 h1 {
		padding: 50px 0 40px 0;
	}

	.page-template-page-about-php #section-3 .entry-content {
		padding: 0;
	}

	.family-text {
		padding-top: 20px;
	}

	.page-template-page-about-php .flex-direction-nav .flex-prev {
		background: url(img/flex-nav-arrows-dark.html) no-repeat bottom left;
		left: 0;
	}

	.page-template-page-about-php .flex-direction-nav .flex-next {
		background: url(img/flex-nav-arrows-dark.html) no-repeat top left;
		right: 0;
	}

	.page-id-9 .article-background .container {
	    padding-top: 450px;
	}

}

@media only screen and (max-width: 359px) {

	.page-id-9 .article-background .container {
	    padding-top: 350px;
	}

}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.header {
    width: 100%;
    float: left;
    background: #222222;
    padding: 0 0;
    text-align: center;
    position: relative;
}
.header ul {
    float: none;
    display: inline-block;
    margin: 0;
}
.header ul li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0px 0;
    position: relative;
    line-height: 60px;
}
.header ul li a {
    color: #fff;
    font-family: 'poppins';
    font-size: 12px;
    position: relative;
    padding: 0 10px;
    z-index: 1;
    font-weight: normal;
    text-decoration: none;
}
.header ul li:last-child {
    margin: 0;
}
.header-small {
    width: 100%;
    float: left;
    background: #222222;
    padding: 10px;
    display: none;
}
.tab-bar {
    max-width: 100%;
    float: right;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.header-small ul {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
    display: none;
    margin: 0;
}
.header-small ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.header-small ul li ul{
	margin: 0 0 20px 20px;
}
.header-small ul li a {
    color: #fff;
    font-size: 13px;
    font-family: poppins;
    text-decoration: none;

}

.mega-sec {
    width: 100%;
    float: left;
    padding: 6px 10px;
}
.mega-sec h1 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: Josefin sans;
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}
.mega-sec-inner {
    width: 100%;
    float: left;
}
.mega-sec-inner ul {
    width: 100%;
    float: left;
}
.mega-sec-inner ul li {
    width: 100%;
    float: left;
    line-height: 34px;
    margin: 0 0 0 0;
    text-align: left;
}
.mega-sec-inner ul li a {
    width: 100%;
    float: left;
    padding: 0 6px;
    font-size: 12px;
    font-weight: normal;
}
.mega-sec-inner ul li a i {
    font-size: 16px;
    margin: 0 10px 0 0;
    float: right;
    line-height: 30px;
}
.header ul > li > ul {
    width: 200px;
    float: left;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    background: #222222;
    display: none;
}
.header ul > li:hover > ul{
  display: block;
  text-decoration: none;
}
.header ul > li a:hover > ul{
  text-decoration: none;
}
.header ul > li > ul > li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    line-height: 25px;
}
.header ul > li > ul > li a {
    width: 100%;
    float: left;
}
.mega-menu-tab-outer {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #acacac;
    min-height: 350px;
    display: none;
}
.mega-menu-tab-text {
    width: 30%;
    float: left;
    margin: 100px 0 0 0;
}
.megamenu-img {
    width: calc(100% - 30%);
    float: left;
    text-align: center;
    padding: 0 20px 0 0;
}
.mega-menu-tab-text p {
    width: 100%;
    float: left;
}
.mega-menu-tab-text p a {
    width: 100%;
    float: left;
    color: #333!important;
    padding: 0!important;
}
.footer {
    width: 100%;
    float: left;
    background: #222222;
    padding: 0px 0;
}
.footer p {
    color: #fff;
    font-size: 12px;
    font-family: 'poppins';
    line-height: 40px;
    margin: 0;
}
.footer ul {
    width: 100%;
    float: right;
    margin: 0 0 0 0;
}
.footer ul li {
    width: auto;
    float: right;
    list-style: none;
    margin: 10px 0 0 20px;
}
.footer ul li a {
    width: auto;
}
.footer ul li a img {
    max-width: 80%;
    float: left;
}


.megamenu{
    width: 800px;

float: left;

position: absolute;

top: 60px;

left: 0;

background: #333;

z-index: 999;
visibility: hidden;
    -moz-transform:translate3d(0,-10%,0);
    -webkit-transform:translate3d(0,-10%,0);
    -ms-transform:translate3d(0,-10%,0);
    transform:translate3d(0,-10%,0);
    opacity: 0;
    filter:alpha(opacity=0); 

    transition-delay: 0.01s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.header ul li:hover .megamenu{
    -moz-transform:translate3d(0,0%,0);
    -webkit-transform:translate3d(0,0%,0);
    -ms-transform:translate3d(0,0%,0);
    transform:translate3d(0,0%,0);
    opacity: 1;
    visibility: visible;
    filter:alpha(opacity=100); 
}
.megamenu-right{
  left: -660px;
    background: #f1f1f1;
    width: 700px;
    padding: 0;
}
.map-menu-details{
      width: 100%;
    float: left;
    background: #333;
    padding: 20px;
}
.map-menu-details h1{
  font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-family: poppins;
    text-align: left;
}
.map-menu-details p{
      text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 22px;
	font-family: poppins;
}
.map-menu{
  width: 100%;
    float: left;
    padding: 50px 0 0 10px;
}
.map-menu img{
  max-width: 100%;
  float: left;
}
.mega-sec{
    width: 100%;
    float: left;
    padding: 6px 10px;
}
.mega-sec h1{
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: Josefin sans;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.mega-sec-inner{
    width: 100%;
    float: left;
}
.mega-sec-inner img{
    max-width: 100%;
    float: left;
}
.mega-sec-inner ul{
    width: 100%;
    float: left;
}
.mega-sec-inner ul li{
    width: 100%;
    float: left;
    line-height: 34px;
   margin: 0 0 0 0;
    text-align: left;
}
.mega-sec-inner ul li a{
    width: 100%;
    float: left;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 400;
}
.mega-sec-inner ul li a i{
        font-size: 16px;
    margin: 0 10px 0 0;
    float: right;
    line-height: 30px;
    color: #333;
}
.mega-menu-tab{
    width: 100%;
    float: left;
}
.mega-menu-tab p{
    width: 100%;
    float: left;
}
.mega-menu-tab p a{
    width: 100%;
    float: left;
    padding: 0!important;
}
.mega-menu-tab-outer{
       width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #acacac;
    min-height: 240px;
    display: none;
}
.mega-menu-tab-text{
        width: 50%;
    float: left;
    margin: 0 0 0 0;
}
.mega-menu-tab-text p{
    width: 100%;
    float: left;
    line-height: 23px;
    text-align: justify;
    font-size: 12px;
    margin: 0 0 0 0;
	font-family:poppins;
}
.mega-menu-tab-text h1{
    width: 100%;
    float: left;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    margin: 0 0 0 0;
	    font-family: poppins;
}
.mega-menu-tab-text h2{
    width: 100%;
    float: left;
    line-height: 24px;
    text-align: left;
    font-size: 12px;
    margin: 0 0 16px 0;
	    font-family: poppins;
}
.mega-menu-tab-text p a{
    width: 100%;
    float: left;
    color: #333!important;
    padding: 0!important;
}
.megamenu-img{
    width: calc(100% - 50%);
    float: left;
    text-align: center;
    padding: 0 10px 0 0;
}
.megamenu-img a{
    width: auto;
    float: none;
}
.megamenu-img a img{
    max-width: 100%!important;
    float: none!important;
    display: inline-block!important;
}
.mega-sec-inner ul li a.active{
    background: #fff!important;
    color: #333!important;
    font-weight: 400;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.footer a {

    color: #fff;
    font-size: 12px;
    font-family: 'poppins';
    line-height: 40px;
    margin: 0;

}

#smallscreen-block{
		display: none;
	}
	#smallscreen-hide{
	display: inline-flex;
}
.small-menu{
	display: none;
}
@media(max-width: 767px){
	.small-menu li ul {

    display: none;

}
	.small-menu{
    width: 100%;

float: left;

background: #e0dcd3;

display: none;

margin: 0;

list-style: none;
}

.small-menu li{
    width: 100%;
    float: left;
    border-bottom: solid 1px #bfa69a;
    padding: 10px 0 10px 0;
}
.small-menu li ul{
	margin-left: 0;
}
.small-menu li:last-child{
    border-bottom: none;
}
.small-menu li a{
    color: #fff;

font-size: 13px;

padding: 3px 20px;

color: #443229;

font-family: 'poppins';

width: 100%;

float: left;
}
	.top-abput{
		display: none;
	}
	.in-header1{
        text-align: justify;
        line-height: 20px;
    }
	.entry-content-para {

    color: #fff;
    width: 100%;
    }
	#smallscreen-block{
		display: block;
	}
	#smallscreen-hide{
	display: none;
}
.design-studio #part-1 {

    padding: 50px 20px 50px 20px;
    text-align: center;

}
	.infra-slider .slides p{
		display: none;
	}
	.container{
		width: 100%;
	}
	.depart li {

    list-style: none;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;

}
.header-small{
	display: block;
}
.header{
	display: none;
}
}

.header-fixed {

    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: url(../images/transparent.png);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;

}
.visible-desktop{
    position: relative;
}
.visible-desktop a span {

    float: left;

background: url(../images/scroll.png) no-repeat;

width: 50px;

height: 52px;

position: fixed;

right: 0;

bottom: 0;
z-index: 99;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before,.hvr-underline-from-center.active:before {
  left: 0;
  right: 0;
}
.mega-sec-inner ul li a.selected{
    border-bottom: 1px solid #fff;
}
.top-abput {

    position: absolute;
    top: 40%;
    left: 14%;
    z-index: 99;

}
.top-banner-inner h3 {

    width: 100%;
    float: left;
    color: #333;
    font-size: 26px;
    font-family: 'Josefin Sans';
    padding: 0px 0;
    text-align: center;

}
.top-abput p {

    color: #333;
    font-weight: 300;
    font-family: 'poppins';
    margin: 0 0 0 0;
    font-size: 15px;

}
.nicescroll-cursors{
    border: none!important;
}
.nohover-div{
	right: 10%;
position: absolute;
z-index: 99;
top: 30%;
}
.nohover-div a {

    color: #fff;

}
