/*************************************
 
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME
	
	4. PORTFOLIO
	
	5. BLOG
	
	6. FOOTER
	
	7. OTHER
 
 
 
************************************/

/*************************************

1. MAIN STYLE

 ************************************/

/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
address {
	font-style: italic;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
strong,
b {
	font-weight: bold;
}
em,
cite {
	font-style: italic;
}
cite {
	display: block;
}
strike,
del {
	text-decoration: line-through;
}
sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}
sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}
.italic {
	font-style: italic;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.no-margin {
	margin: 0px !important;
}
.no-bottom {
	margin-bottom: 0px;
}
.no-padding {
	padding: 0px;
}
.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.screen-reader-text {
}

.alignright {
	display: block;
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 16px auto;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}
pre,
code {
	background: #f0f0f0;
	color: #999;
	font-family: 'Courier New', Courier, monospace;
	padding: 10;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	font-family: 'Oswald', sans-serif;
	background: #ffffff;
	color: #151515;
	font-size: 18px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-weight: 400;
	line-height: 1.4em;
}

h1 {
	font-size: 54px;
	line-height: 1.2em;
}

h2 {
	font-size: 48px;
	line-height: 1.2em;
}

h3 {
	font-size: 36px;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.logo-txt,
.comment-author span {
	font-family: 'Oswald', sans-serif;
}

a {
	color: #151515;
}
a:hover {
	color: #8f8f8f;
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 18px 24px;
}

.alignc {
	text-align: center;
}
.alignr {
	text-align: right;
}
.none {
	display: none;
}

blockquote {
	font-size: 2.5rem;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	color: #151515;
	position: relative;
	border: none;
	margin: 42px 0;
	padding: 0 32px;
}

blockquote:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f10d';
	line-height: 1;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0px;
}

blockquote cite,
.wp-caption-text {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
.wp-caption-text {
	text-align: center;
	margin-top: 24px;
	text-transform: none;
	font-style: italic;
}
.wp-caption {
	margin-bottom: 24px;
}

p,
ul,
ol {
	margin-bottom: 24px;
}

p {
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 26px;
}

div p:last-of-type {
	margin-bottom: 0;
}

.padding-tb54 {
	padding-top: 54px;
	padding-bottom: 54px;
}
.padding-tb32 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.padding-tb24 {
	padding-top: 24px;
	padding-bottom: 24px;
}
.margin-tb54 {
	margin: 54px 0;
}
.margin-t54 {
	margin-top: 54px;
}
.margin-t36 {
	margin-top: 36px;
}
.margin-t32 {
	margin-top: 32px;
}
.margin-t24 {
	margin-top: 24px;
}
.margin-b54 {
	margin-bottom: 54px;
}
.margin-b36 {
	margin-bottom: 36px;
}
.margin-b32 {
	margin-bottom: 32px;
}
.margin-b24 {
	margin-bottom: 24px;
}
.img-center {
	margin: 0 auto;
}

/* definition lists */
dl dt {
	margin-bottom: 0;
}
dl dd {
	margin-left: 18px;
	margin-bottom: 24px;
}

/* tables */
table {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
table caption {
	margin-bottom: 24px;
	text-align: center;
}
table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

a,
.gallery-item .gallery-item-img:before,
.gallery-item h2,
.gallery-item .gallery-item-subtitle,
.zigzag-img-holder .gallery-item-zigzag-img:before,
#send,
.wpcf7-submit,
.faq-title {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

/*************************************

2. HEADER

************************************/

.headerHolder {
	background: #ffffff;
	z-index: 100;
	position: relative;
}

.home .headerHolder {
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	position: absolute;
}

.home .blog-holder {
	padding-top: 72px;
}

.navbar {
	text-align: left;
	margin-bottom: 0;
	padding: 12px 45px;
	border: none;
	border-radius: 0;
	min-height: 0;
	display: flex;
}

.logo-txt {
	font-size: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
}
.logo-txt a {
	border-bottom: none;
}

.nav-holder {
	flex: 2 1 auto;
	text-align: right;
	margin-right: 42px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.menu-nav {
	margin-left: 0;
	font-size: 0;
	margin-top: 35px;
}
.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 42px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
.menu-nav li:first-child {
	margin-left: 0px;
}

.menu-nav li a {
	color: #151515;
	padding: 0 0 14px 0;
	text-transform: uppercase;
	border: none;
}
.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
}
.menu-nav > li:hover > a,
.menu-nav li.current-menu-item > a {
	color: #151515;
}

.menu-nav > li.menu-item-has-children > a:after {
	content: '\f107';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav ul {
	display: block;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 16px 0;
	width: 210px;
	position: absolute;
	top: 36px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: #151515;
	z-index: 5;

	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	text-transform: none;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}
.menu-nav ul li > a {
	display: block;
	padding: 8px 16px;
	color: #ffffff;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
.menu-nav ul li.current-menu-item > a {
	color: #ffffff;
}
.menu-nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	display: block;
}
.menu-nav li ul ul {
	left: 100%;
	top: 0px;
	padding: 0;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.search-social {
}
.search-social ul,
.author-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 35px;
}
.search-social ul li,
.author-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 14px;
}
.search-social ul li a,
.author-social li a {
	color: #151515;
	display: inline-block;
	border: none;
}
.search-social ul li:first-child,
.author-social li:first-child {
	margin-left: 0;
}

.navbar-toggle {
	float: none;
	margin: 0;
	padding: 8px 0 0 0;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background: #151515;
}

/* HEADER 2 */

#header-2 .logo-2 {
	order: 3;
}
#header-2 .nav-holder {
	order: 2;
	text-align: left;
	margin-right: 0;
	margin-left: 42px;
}
#header-2 .search-social {
	order: 1;
}

/* END HEADER 2 */

/* HEADER 3 */

.inner-header-3 {
	display: flex;
	padding: 16px 25px;
	position: relative;
}

.logo-3 a {
	display: inline-block;
	border: none;
}
.logo-3 {
	flex: 1 1 auto;
}
.nav-button-holder {
	width: 25px;
	text-align: right;
	position: relative;
}

.nav-button {
	cursor: pointer;
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-button .icon-bar {
	display: block;
	height: 2px;
	width: 15px;
	background: #151515;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	background: #151515;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: -5px;
	-ms-transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.nav-button .icon-bar:after {
	bottom: -5px;
	top: auto;
}

.nav-button.active .icon-bar {
	background: none;
}
.nav-button.active .icon-bar:before {
	left: -4px;
	top: -6px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 120%;
}
.nav-button.active .icon-bar:after {
	left: -4px;
	top: 7px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 120%;
}

body.has-active-menu {
	overflow: hidden;
}
#header-3.is-active .nav-button-holder {
	right: 15px;
}

.mask-nav-3 {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 0;
	height: 0;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	-ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.mask-nav-3.is-active {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.navbar-3 {
	position: relative;
	width: 50%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#header-3.is-active {
	background: none;
}

.menu-nav-3 {
	margin-left: 0;
	font-size: 0;
	text-align: center;
}
.menu-nav-3 li {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-nav-3 li a {
	color: #151515;
	padding: 0 0 14px 0;
	display: inline-block;
	border: none;
}
.menu-nav-3 li a:hover,
.menu-nav-3 li a:focus {
	background: none;
}
.menu-nav-3 > li:hover > a,
.menu-nav-3 li.current-menu-item > a {
	color: #151515;
}

.menu-nav-3 > li.menu-item-has-children > a:after {
	content: '\f107';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 7px;
	margin-right: 0;
}
.menu-nav-3 > li > ul {
	display: none;
	background: none;
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	text-align: center;
	padding-bottom: 18px;
	z-index: 5;
	line-height: 1;
}
.menu-nav-3 > li.menu-open > ul {
	display: block;
}
.menu-nav-3 ul li {
	font-size: 18px;
	padding-top: 0px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	display: inline-block;
}
.menu-nav-3 ul li > a {
	display: block;
	padding: 4px 8px;
}
.menu-nav-3 ul li a:hover,
.menu-nav-3 li:hover ul li a:hover {
	color: #c5c5c5;
}
.menu-nav-3 ul > li:first-child > a {
	padding-top: 4px;
}
.menu-nav-3 ul > li:last-child > a {
	padding-bottom: 4px;
}

.social-header-3 {
	list-style: none;
	margin: 0;
	font-size: 0;
	text-align: center;
	margin-top: 72px;
}
.social-header-3 li {
	display: inline-block;
	font-size: 14px;
	margin-left: 14px;
}
.social-header-3 li a {
	color: #151515;
	display: inline-block;
	border: none;
}
.social-header-3 li:first-child {
	margin-left: 0;
}

/* END HEADER 3 */

/* HEADER 4 */
.header-4 .logo-3 {
	order: 2;
	text-align: right;
}
.header-4 .nav-button-holder {
	order: 1;
}
#header-3.header-4.is-active .nav-button-holder {
	right: 0;
}

/* END HEADER 4 */

/* HEADER PAGES */

.topSingleBkg {
	margin-top: 32px;
	text-align: center;
}
.topSingleBkgImg {
	width: 100%;
	height: 40px;
}
.single-post-title {
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 26px;
}
.post-subtitle {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.inner-desc {
	padding: 0 15px;
}
.topSingleBkgImg .inner-desc {
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topSingleBkgImg,
.topSingleBkgImg h1 {
	color: #000;
}

/* END HEADER PAGES */

/*************************************

3. HOME

************************************/

/* SLIDER */
.slider-container {
	max-width: 100%;
	margin: auto;
}

.slider-item-box {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}

.slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.slider-item-box {
		padding: 30%;
	}
	.slider-container {
		padding: 0 2%;
	}
}
/* .slider-container {
	position: relative;
}

.slider-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.slider-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	padding: 0 56px;
	z-index: 2;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider-caption h1 {
	font-size: 62px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 2px 2px 5px #000000;
} */

/* END SLIDER */

.home2-intro {
	padding-top: 100px;
}
.home2-intro .col-md-6 {
	margin-top: 54px;
}

/*************************************

4. PORTFOLIO

************************************/

.portfolio-container {
	margin-left: 15px;
	margin-right: 15px;
}

.layout-portfolio {
	margin-top: 10px;
}

.gallery-item {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 33.33%;
	margin: 0;
	padding: 10px;
}

.gallery-item2 {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px;
}

.gallery-item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 340px;
	position: relative;
	width: 100%;
}

.gallery-item-img2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	width: 100%;
}

.gallery-item-img:before,
.gallery-item-zigzag-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}

.gallery-item-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 10px;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: none;
	/* -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.gallery-item-desc h2 {
	font-weight: 400;
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 8px;
	opacity: 1;
	transform: none;
	/* -ms-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px); */
}

.gallery-item-subtitle {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	opacity: 1;
	transform: none;
	/* -ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px); */
}

.gallery-item:hover .gallery-item-img:before {
	opacity: 0;
}
.gallery-item:hover h2,
.gallery-item:hover .gallery-item-subtitle {
	opacity: 1;
	transform: none;
	/* -ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); */
}

/* PORTFOLIO 1 COLUMNS */
.portfolio-1col .gallery-item {
	width: 100%;
}
.portfolio-1col .gallery-item-desc {
	width: 70%;
	margin: 0 auto;
}
/* .portfolio-1col .gallery-item-img {
	height: 820px;
} */
/* END PORTFOLIO 1 COLUMNS */

/* PORTFOLIO 2 COLUMNS */
.portfolio-2cols .gallery-item {
	width: 50%;
}
/* END PORTFOLIO 2 COLUMNS */

/* PORTFOLIO 3 COLUMNS */
.portfolio-3cols .gallery-item {
}
/* END PORTFOLIO 3 COLUMNS */

/* PORTFOLIO 4 COLUMNS */
.portfolio-4cols .gallery-item {
	width: 50%;
}
.portfolio-4cols .gallery-item-img {
	height: 300px;
}
/* END PORTFOLIO 4 COLUMNS */

/* PORTFOLIO ZIGZAG */
.gallery-item-zigzag {
	margin-bottom: 20px;
}
.zigzag-img-holder {
	width: 50%;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
}
.gallery-item-zigzag-img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-item-zigzag-right .zigzag-img-holder {
	float: right;
}

.zigzag-desc-holder {
	float: left;
	width: 50%;
	height: 300px;
	position: relative;
	background: #f9a646;
}

.gallery-item-zigzag-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 10px;
	left: 0px;
	right: 0px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-item-zigzag-desc .gallery-item-subtitle {
	color: #151515;
	opacity: 1;
	margin-top: 16px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.zigzag-img-holder:hover .gallery-item-zigzag-img:before {
	opacity: 1;
}
/* END PORTFOLIO ZIGZAG */

/* PORTFOLIO SINGLE */

.gallery-container {
	margin-top: 34px;
}

/* END PORTFOLIO SINGLE */

/*************************************

5. BLOG

************************************/

.posts-holder {
	padding-right: 35px;
}
.posts-holder-push-right {
	float: right;
	padding-right: 0;
	padding-left: 35px;
}

.blog-item,
aside {
	margin-top: 54px;
}
.article-title {
	font-size: 48px;
	text-align: center;
	line-height: 1;
	margin-bottom: 8px;
}
.article-title a {
	color: #151515;
	border: none;
}
.article-title a:hover {
	color: #757575;
}
.post-meta {
	margin: 0;
	list-style: none;
	margin-bottom: 24px;
	text-align: center;
}
.post-meta li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 8px;
	letter-spacing: 1px;
}
.post-meta li:last-child {
	margin-right: 0;
}
.post-meta li.meta-category a:hover {
	border-bottom: 1px solid #ffffff;
}
.post-holder-all {
	margin-top: 24px;
}
.more-btn {
	text-align: center;
}

.blog-item-1col .post-image img {
	margin: 0 auto;
}

/*** BLOG GRID ***/

.blog-item-2col-grid .article-title {
	font-size: 32px;
}
.blog-item-2col-grid .view-more {
	padding: 10px 18px;
}
.content-grid {
	margin-top: 24px;
}

/*** END BLOG GRID ***/

/*** BLOG LIST ***/

.blog-item-1col-list .post-image {
	width: 40%;
	height: 300px;
	float: left;
	overflow: hidden;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 60%;
	float: left;
	padding-left: 24px;
	margin-top: 0;
}
.blog-item-1col-list .article-title {
	font-size: 32px;
}
.blog-item-1col-list .view-more {
	padding: 10px 18px;
	margin-top: 24px;
}
.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	float: none;
	padding: 0;
	text-align: center;
}
/*** END BLOG LIST ***/

/* SINGLE PAGE */
.blog-post-single aside,
.single-post-holder {
	margin-top: 8px;
}
.blog-post-single {
	margin-top: 54px;
}
.single-post-holder h1 {
	font-size: 54px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1;
}
.single-post-holder .post-image {
	margin-bottom: 24px;
}

.author-single-page {
	margin-top: 72px;
}

.author-avatar {
	display: block;
	float: left;
}
.author-avatar img {
	border-radius: 99em;
}
.author-content {
	margin-left: 130px;
}
.author-single-page h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.author-single-page h4 a {
	color: #151515;
	border: none;
}
.author-single-page h4 a:hover {
	color: #151515;
	text-decoration: underline;
}

.meta-nav-holder {
	margin-top: 72px;
}
.meta-nav {
	padding: 0 16px;
}
.meta-nav h4 {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	font-style: italic;
}
.meta-nav-right {
	text-align: right;
}

.single-subtitle {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	font-style: italic;
	margin-top: 54px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-bottom: 24px;
}

/* comments + contact fields */
.comm-field,
.contact-field,
#message {
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 21px;
}

.contact-btn,
.form-submit {
	text-align: right;
}
.form-submit {
	margin-bottom: 0px;
}

.comm-title-2 .section-title {
	margin-top: 24px;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 24px;
}

#send {
	padding: 10px 24px;
}

.submit {
	margin-top: 24px;
}

.comm-send {
	margin-top: 35px;
}

/**** COMMENTS STYLES*****/
.commentlist {
	margin: 0;
}
.commentlist li {
	list-style: none;
	margin: 0;
	margin-top: 32px;
}
.children li.depth-2 {
	margin: 0 0 0px 63px;
}
.children li.depth-3 {
	margin: 0 0 0px 63px;
}
.children li.depth-4 {
	margin: 0 0 0px 63px;
}
.children li.depth-5 {
	margin: 0 0 0px 63px;
}
.children li.depth-6 {
	margin: 0 0 0px 63px;
}
.children li.depth-7 {
	margin: 0 0 0px 63px;
}
.children li.depth-8 {
	margin: 0 0 0px 63px;
}
.children li.depth-9 {
	margin: 0 0 0px 63px;
}
.children li.depth-10 {
	margin: 0 0 0px 63px;
}
.comment-body {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f2f2f2;
}
.comment-details {
	position: relative;
	margin-left: 72px;
}
.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0;
}
.comment-avatar img {
	display: block;
	border-radius: 50%;
}
.comment-right {
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}
.comment-author span,
.comment-author .author a {
	color: #151515;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	font-style: normal;
}
.comment-author .author a:hover {
}
.comment-content p:last-child {
	margin: 0;
}
.comment-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 7px;
	color: #999999;
}
.reply {
	text-align: right;
	margin-top: 7px;
}
.comment-reply-link {
	margin-top: 8px;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	color: #151515;
	text-align: center;
}
.comment-reply-link:hover {
	border: none;
	text-decoration: none;
}
#cancel-comment-reply-link {
	font-size: 12px;
}
.commentlist .children {
	margin: 0;
}
#comments_wrap {
	margin-top: 16px;
}
#cancel-comment-reply {
	float: right;
	margin-top: 14px;
}
.comment-reply-title small {
	display: block;
	margin-bottom: 7px;
}
.children #commentform textarea {
	width: 95.6%;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}

/**** END COMMENTS STYLES*****/

/* END SINGLE PAGE */

/* SIDEBAR */
aside {
	text-align: center;
}
aside ul,
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside > ul > li {
	margin-top: 42px;
}
aside > ul > li:first-child {
	margin-top: 0;
}

.widgettitle {
	color: #151515;
	letter-spacing: 2px;
	margin-bottom: 24px;
	font-style: italic;
	text-align: center;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}
aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0px 3px 7px 0px;
}
aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}
.textwidget select {
	width: 100%;
}

.search-string {
	padding: 12px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 13px !important;
	color: #151515;
	border: 1px solid #e0e0e0;
	padding: 3px 12px;
	text-align: center;
	margin: 0 3px 7px 0;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: #151515;
	border-color: #151515;
	color: #ffffff;
	text-decoration: none;
}

.tags-single-page {
	margin-top: 32px;
}

/* END SIDEBAR */

/*************************************

6. FOOTER

************************************/

footer {
	background: #f5f5f5;
	margin-top: 20px;
	padding: 20px 0 20px 0;
}

#footer-instagram {
	width: 50%;
	position: relative;
	margin: 108px auto 0 auto;
	text-align: center;
}
#footer-instagram .instagram-pics {
	margin: 0;
}
#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 25%;
	margin-right: -4px;
}
#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#footer-instagram .instagram-pics li img:hover {
	opacity: 0.9;
}

#footer-instagram .clear {
	bottom: 0;
	font-size: 12px;
	left: 0;
	letter-spacing: 2px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}
#footer-instagram .clear a {
	background: rgba(0, 0, 0, 0.5);
	border: medium none;
	color: #ffffff;
	display: inline-block;
	padding: 5px 14px;
}

.foo-block {
	text-align: center;
	font-size: 16px;
}
.foo-block .widget {
	margin-bottom: 36px;
}

.footer-social {
	list-style: none;
	margin: 0;
	margin-top: 24px;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	font-size: 24px;
	margin-left: 14px;
}
.footer-social li a {
	color: #151515;
	display: inline-block;
	border: none;
}
.footer-social li:first-child {
	margin-left: 0;
}

.copyright {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin-top: 16px;
}

/*************************************

7. OTHER

************************************/

.page-content {
	margin-top: 26px;
}

.single-post-content img,
.custom-page-template img {
	display: block;
	height: auto;
	max-width: 100%;
}

.view-more,
#send,
.wpcf7-submit {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 400;
	display: inline-block;
	color: #151515;
	border: 1px solid #e0e0e0;
	text-transform: uppercase;
	padding: 12px 24px;
	margin-top: 24px;
	background: none;
}
.view-more:hover,
#submit:hover,
.wpcf7-submit:hover {
	color: #ffffff;
	border: 1px solid #151515;
	background: #151515;
}

/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {
	margin-top: 54px;
}
.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}
.page-numbers,
.nav-page a {
	color: #151515;
	margin: 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #d5d5d5;
}
.nav-page {
	letter-spacing: 1px;
}

.error-404 {
	text-align: center;
}

/*flexible embeds*/
.video-widget,
.gmaps {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup {
	display: none;
}
.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #252525;
	color: #ffffff;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	z-index: 110;
}

.nothing-found {
	margin-top: 54px;
}
.nf-text {
	margin: 24px 0;
}

/* FAQ */

.faq-title {
	padding: 8px 24px;
	cursor: pointer;
	border: 2px solid #151515;
	background: #ffffff;
	margin-bottom: 24px;
	font-size: 24px;
}

.faq-title:before {
	content: '\f107';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 8px;
}
.faq-title a {
	color: #151515;
	border: none;
}
.faq-title.active,
.faq-title:hover {
	background: #151515;
}
.faq-title.active:before {
	content: '\f106';
	color: #ffffff;
}
.faq-title.active a,
.faq-title:hover a,
.faq-title:hover:before {
	color: #ffffff;
}
.faq-section {
	display: none;
	padding: 0 24px 24px 24px;
}

/* END FAQ */

/* PRICE TABLE */

.pricing-package {
	padding: 32px 0;
	border: 1px solid #e0e0e0;
}

.pricing-head {
	text-align: center;
	padding-bottom: 42px;
	position: relative;
}
.pricing-head:before {
	content: '';
	width: 50px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.pricing-head h5 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

.pricing-head h3 {
	font-size: 18px;
	line-height: 1;
}

.pricing-head h3 span {
	font-size: 72px;
	font-weight: 700;
	vertical-align: sub;
}

.pricing-content ul {
	list-style: none;
	margin: 48px 0 24px 0;
	text-align: center;
}

.pricing-content ul li {
	padding-bottom: 16px;
}
.pricing-content ul li:last-child {
	padding-bottom: 0px;
}

/* END PRICE TABLE */

/* Owl Carousel Default Nav */
.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	z-index: 100;
	width: 22px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot {
	margin-bottom: 20px;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: #ffffff;
	display: block;
	border-radius: 99em;
	opacity: 0.8;

	-webkit-backface-visibility: visible;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.service-odd .col-md-6:first-child {
	float: right;
}

/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #252525;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #252525;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #252525;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #252525;
}

::-ms-input-placeholder {
	/* Edge */
	color: #252525;
}

:placeholder-shown {
	/* Standard one last! */
	color: #252525;
}

/*************************************

MAGNIFIC POP-UP

************************************/
.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
	height: 100%;
	width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: '';
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
	line-height: 0;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block;
}
img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}
.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/*************************************

END MAGNIFIC POP-UP

************************************/

/*************************************

JUSTFIED GALLERY

************************************/
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: 'alpha(opacity=10)';
	opacity: 0.1;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	filter: 'alpha(opacity=0)';
	opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
	display: initial;
	filter: 'alpha(opacity=70)';
	opacity: 0.7;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
	filter: 'alpha(opacity=100)';
	opacity: 1;
	background: 0 0;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
	filter: 'alpha(opacity=100)';
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
	display: none;
}
.justified-gallery > .spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: 'alpha(opacity=100)';
	opacity: 1;
	overflow: initial;
}
.justified-gallery > .spinner > span {
	display: inline-block;
	filter: 'alpha(opacity=0)';
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	border-radius: 6px;
}
li.col-md-12.mlr3.text1.text-center {
	margin-top: 78px;
}
/*************************************

END GALLERY
************************************/

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 1200px) {
	/* .slider-item-box {
		height: 125vh;
	} */
	.layout-full .container {
		width: 100%;
	}

	/* PORTFOLIO */
	.portfolio-4cols .gallery-item {
		width: 25%;
	}
	.portfolio-2cols h2,
	.portfolio-1col h2 {
		font-size: 48px;
		text-transform: uppercase;
	}
	.portfolio-2cols .gallery-item-subtitle,
	.portfolio-1col .gallery-item-subtitle {
		font-size: 14px;
	}
	/* .portfolio-2cols .gallery-item-img,
	.portfolio-1col .gallery-item-img {
		height: 450px;
	} */
	.gallery-item-zigzag-desc h2 {
		font-size: 54px;
	}
	.gallery-item-zigzag-desc .gallery-item-subtitle {
		font-size: 14px;
		letter-spacing: 3px;
	}
	/* END PORTFOLIO */

	#footer-instagram .instagram-pics li {
		width: 25%;
	}
}

@media (max-width: 1024px) {
	.navbar,
	.inner-header-3 {
		display: block;
		padding: 15px;
	}
	.nav-holder {
		flex: 0 1 auto;
		margin-top: 24px;
		text-align: center;
		margin-right: 0px;
	}
	#header-2 .nav-holder {
		text-align: center;
	}
	.menu-nav li {
		margin-left: 24px;
		font-size: 12px;
	}

	.search-social {
		position: absolute;
		top: 14px;
		right: 54px;
	}
	.topSingleBkg {
		margin-top: 24px;
	}

	#header-2 .logo-2 {
		text-align: right;
	}
	#header-2 .logo-2 img {
		margin-left: auto;
	}

	#header-2 .search-social {
		position: absolute;
		top: 14px;
		left: 54px;
		right: 0;
	}

	/* header 3+4 */
	.nav-button-holder {
		text-align: left;
		position: absolute;
		top: 50%;
		right: 20px;
	}
	#header-3.is-active .nav-button-holder {
		right: 35px;
	}
	#header-3.is-active .inner-header-3 {
		padding: 15px 30px;
	}
	.header-4 .nav-button-holder {
		right: auto;
		left: 20px;
	}
	.portfolio-2cols h2,
	.portfolio-1col h2 {
		text-transform: uppercase;
	}
	.gallery-item-img2 {
		height: 516px;
	}
}

@media (min-width: 980px) {
	/* .slider-item-box {
		height: 78vh;
	} */
	.slider-container {
		margin: 0 25px;
	}
	.border-bottom-home {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 25px;
		width: 100%;
		background: #ffffff;
		z-index: 99;
	}

	.layout-1col-fw,
	.custom-page-template-fw {
		width: 768px;
		margin: 0 auto;
	}

	.topSingleBkgImg {
		padding-left: 25px;
		padding-right: 25px;
	}

	.portfolio-2cols h2,
	.portfolio-1col h2 {
		text-transform: uppercase;
	}
	.gallery-item-img2 {
		height: 488px;
	}
}

@media (min-width: 1920px) {
	/* .slider-item-box {
		height: 105vh;
	} */
	.gallery-item-img {
		height: 512px;
	}

	.gallery-item-img2 {
		height: 970px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	/* .slider-item-box {
		height: 45vh;
	} */
	.gallery-item {
		width: 50%;
	}
	.gallery-item-img {
		height: 250px;
	}
	.zigzag-img-holder,
	.zigzag-desc-holder {
		height: 400px;
	}

	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	aside {
		margin-top: 54px;
	}

	.home .headerHolder {
		position: absolute;
	}

	.copyright {
		font-size: 11px;
	}

	.slider-container {
		padding: 0 25px;
	}
}

@media (max-width: 767px) {
	.portfolio-container {
		margin-left: 6px;
		margin-right: 6px;
	}
	#header-1 {
		margin: 0;
	}
	.home2-intro {
		padding-top: 70px;
	}
	.home2-intro .col-md-6 {
		margin-top: 32px;
	}
	.slider-caption h1 {
		font-size: 36px;
	}

	.home .headerHolder {
		position: absolute;
	}

	/* menu */
	.nav-mobile-1 {
		left: auto;
		right: 15px;
		top: 26px;
		margin: 0;
		position: absolute;
		display: block;
	}

	.nav-mobile-2 {
		left: 15px;
		right: auto;
		top: 22px;
		margin: 0;
		position: absolute;
		display: block;
	}

	.menu-nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.menu-nav li a {
		padding: 8px 0;
	}

	.menu-nav ul {
		margin: 0;
		margin-bottom: 8px;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		background: none !important;
		border: none !important;
		width: auto;
	}

	.menu-nav ul {
		text-align: center;
		opacity: 1;
		visibility: visible;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: tnone;
		transform: none;
	}

	.menu-nav ul li a:hover,
	.menu-nav li:hover ul li a:hover {
		background: none;
	}

	.menu-nav ul > li:first-child > a {
		padding-top: 0px;
	}
	.menu-nav ul > li:last-child > a {
		padding-bottom: 0px;
	}
	.menu-nav ul li > a {
		padding: 4px 0 !important;
	}
	.navbar li ul ul {
		left: 0;
		top: 0;
	}

	.navbar-collapse.in {
		max-height: 300px;
	}

	.menu-nav ul li > a,
	.menu-nav ul li.current-menu-item > a,
	.menu-nav ul li a:hover,
	.menu-nav li:hover ul li a:hover {
		color: #151515 !important;
	}

	.navbar-3 {
		width: 100%;
	}

	/* end menu */

	.single-post-title,
	.single-post-holder h1 {
		font-size: 36px;
	}
	.single-post-holder h1 {
		margin-bottom: 8px;
	}
	.post-subtitle {
		font-size: 14px;
		letter-spacing: 4px;
	}

	/* PORTFOLIO */
	.gallery-item {
		float: left;
		display: block;
		overflow: hidden;
		position: relative;
		width: 33.33%;
		margin: 0;
		padding: 10px;
	}

	/* .gallery-item,
	.portfolio-4cols .gallery-item,
	.portfolio-2cols .gallery-item {
		width: 100%;
		float: none;
		padding: 10px 0;
	} */

	.gallery-item .gallery-item-img:before {
		opacity: 1;
	}
	.gallery-item h2,
	.gallery-item .gallery-item-subtitle {
		opacity: 1;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	/* .gallery-item-img,
	.portfolio-4cols .gallery-item-img,
	.portfolio-2cols .gallery-item-img {
		height: 400px;
	} */
	.gallery-item-desc {
		left: 0;
		right: 0;
	}
	.portfolio-1col .gallery-item-desc {
		width: 100%;
	}

	.zigzag-img-holder {
		width: 100%;
		height: 250px;
		float: none;
	}
	.gallery-item-zigzag-right .zigzag-img-holder {
		float: none;
	}
	.zigzag-desc-holder {
		float: none;
		width: 100%;
		height: auto;
	}
	.gallery-item-zigzag-desc {
		position: relative;
		padding: 24px 0 42px 0;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.gallery-item-zigzag-desc h2 {
		font-size: 32px;
	}
	/* END PORTFOLIO */

	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	aside {
		margin-top: 54px;
	}
	.article-title {
		font-size: 32px;
	}

	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder {
		width: 100%;
		float: none;
	}
	.blog-item-1col-list .post-image {
		height: 300px;
	}
	.blog-item-1col-list .post-holder {
		padding-left: 0;
		margin-top: 24px;
	}

	#footer-instagram {
		width: 100%;
		margin-top: 54px;
	}
	#footer-instagram .instagram-pics {
		margin-left: -3px;
		margin-right: 1px;
	}
	footer {
		padding-top: 54px;
	}

	.pricing-package {
		margin-bottom: 32px;
	}

	.service-odd .col-md-6:first-child {
		float: none;
	}

	/*comments*/
	.children {
		margin: 28px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
}

@media (max-width: 568px) {
	/* .logo-1,
	.logo-2,
	.logo-3 {
		width: 150px;
	} */
	.logo-2,
	.header-4 .logo-3 {
		margin-left: auto;
	}

	.search-social ul,
	.author-social {
		font-size: 0;
		list-style: outside none none;
		margin: 15px 0 0;
	}
	.gallery-item-img {
		height: 150px;
	}

	.gallery-item-img2 {
		height: 268px;
	}

	.gallery-item-desc h2 {
		font-weight: 400;
		font-size: 18px;
	}
	.gallery-item {
		padding: 4px;
	}

	.gallery-item2 {
		padding: 4px;
	}
}

@media only screen and (max-width: 489px) {
	.slider-container {
		position: relative;
		margin: 0 1%;
	}

	.gallery-item-img2 {
		height: 202px;
	}
}

@media (max-width: 375px) {
	/* .logo-1,
	.logo-2,
	.logo-3 {
		width: 100px;
	} */
}
.social-profiles ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-profiles li {
	display: inline-block;
	margin-right: 20px;
}

#base {
	background: red;
	display: inline-block;
	height: 55px;
	margin-left: 20px;
	margin-top: 55px;
	position: relative;
	width: 100px;
}
#base:before {
	border-bottom: 35px solid red;
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: -35px;
	width: 0;
}
.mb30 {
	margin-bottom: 30px;
}
.vision {
	background: #f5f5f5;
	padding: 10px 0px;
	margin: 30px 0;
}

.standard-list-item-img-a {
	display: block;
	overflow: hidden;
	position: relative;
}
.standard-list-item-img {
	filter: grayscale(100%);
}
.standard-list-item-img:hover {
	filter: grayscale(0%);
}

.item {
	position: relative;
	overflow: hidden;
}
.item img {
	max-width: 100%;

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item h1 {
	background: #dbdbdb;
	text-align: center;
	font-size: 17px;
	padding: 20px 0;
	margin-bottom: 30px;
}
.mt100 {
	margin-top: 50px;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(img/preloader.gif) center no-repeat #fff;
}
.lg-thumb-outer.lg-grab {
	display: none;
}
#lg-actual-size {
	display: none;
}
.lg-autoplay-button {
	display: none;
}
.lg-fullscreen {
	display: none;
}
#lg-download {
	display: none;
}
.lg-sub-html {
	display: none;
}

.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	margin-bottom: 3px;
}
.demo-gallery > ul > li a {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}

.mlr3 {
	padding-left: 3px;
	padding-right: 3px;
}
.contact-bg {
	background: #f5f5f5;
	padding: 15px;
}
.contact-bg P {
	line-height: 31px;
}
.text1 {
	font-size: 30px;
	padding: 15px 0;
	text-transform: uppercase;
	width: 100%;
	color: #575757;
}
.sub_header {
	padding: 2% 0 0 0;
}
.beforespace2 {
	margin: 1% 0;
}
.list-unstyled {
	margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
	/* .slider-item-box {
		height: 27vh;
	} */
	.mlr3 {
		float: left;
		margin-bottom: 10px !important;
		width: 100%;
	}
	.owl-theme .owl-dots .owl-dot {
		margin-bottom: 10px;
	}
	.gallery-item-img2 {
		height: 302px;
	}
}
.a-box {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	margin: 20px 0;
	min-height: 76px;
}
.a-box h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 28px;
}
/* .mapiframe {
	margin-top: 21px;
} */
.contactformpadding {
	padding: 0;
}

.alert-success {
	z-index: 1;
	background: #04edda;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 48px;
	width: 100%;
	border-left: 8px solid #3ad66e;
	border-radius: 4px;
}

.alert-error {
	z-index: 1;
	background: #fff3cd;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 48px;
	width: 100%;
	border-left: 8px solid #ffa502;
	border-radius: 4px;
}

/* About Us */

/* Style for the form elements */
label {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	width: 100%;
	border: 1px solid #e6e7e8; /* Consistent border thickness and color */
	border-radius: 5px; /* Uniform border rounding */
	padding: 10px 14px; /* Balanced padding */
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 20px;
}

input[type='submit'] {
	background-color: #4caf50;
	color: white;
	padding: 12px 20px;
	border: 2px solid #4caf50; /* Uniform border thickness */
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
}

input[type='submit']:hover {
	background-color: #3e8e41;
	border-color: #3e8e41; /* Matching border on hover */
}

textarea {
	resize: vertical; /* Restrict resizing to vertical only */
	border-color: #ccc; /* Same border styling as input fields */
}

.work-in-progress-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh; /* Adjust height to fit the desired portion of the screen */
}

.work-in-progress-container h1 {
	font-size: 48px;
	color: #555;
	text-align: center;
}

/*Whatsapp Widget*/
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}
/*Whatsapp Widget End*/

/*New Core Team Start*/
section {
	width: 100%;
	padding: 0;
	margin: 0;
}

section img {
	width: 100%;
	/* height: auto; */
	display: block;
}

/*New Core Team End*/

/*Contact-us Media Query Start*/

/* Default Styles - Large Screens (Desktops) */
.contact-bg {
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
}

/* .contact-bg p {
	text-align: left;
} */

.contactformpadding {
	padding: 20px;
}

.mapiframe {
	width: 100%;
	height: 305px;
}

#contact-form-holder {
	margin-top: 20px;
}

.single-query input,
.single-query textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.query-submit-button input {
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Tablets and Desktops (768px to 1024px) */
@media screen and (max-width: 1024px) {
	/* .slider-item-box {
		height: 39vh;
	} */
	.contact-bg {
		padding: 10px;
	}

	.mapiframe {
		height: 280px;
	}
	.gallery-item-img2 {
		height: 416px;
	}
}

/* Mobile Devices (326px to 768px) */
@media screen and (max-width: 768px) {
	/* .slider-item-box {
		height: 28vh;
	} */

	.contact-bg p {
		text-align: left;
	}

	.mapiframe {
		height: 250px;
	}

	.row {
		display: flex;
		flex-direction: column;
	}

	.col-md-6 {
		width: 100%;
	}

	/* Adjust Maps for Mobile */
	.map-container {
		order: 2;
	}

	/* Stack Form Fields */
	.col-md-4,
	.col-md-12 {
		width: 100%;
	}

	.query-submit-button {
		text-align: center;
	}

	.gallery-item-img2 {
		height: 198px;
	}
}

/* Small Mobile Devices (less than 480px) */
@media screen and (max-width: 480px) {
	/* .slider-item-box {
		height: 28vh;
	} */
	.mapiframe {
		height: 220px;
	}

	.contact-bg {
		font-size: 14px;
		padding: 8px;
	}

	.query-submit-button input {
		width: 100%;
	}
	.gallery-item2 {
		padding: 5px;
	}
}
/*Contact-us Media Query End*/
