/* template */
html,body
{
	background:#293730;	
}
.page-site-main-cont
{
	position:relative;
	overflow:hidden;
}
.page-site-cont
{
	position:relative;
}
.pagePadding
{
	padding:0 9%;
}
.pageTopBigPadding
{
	padding-top:170px;
}
.pageBottomBigPadding
{
	padding-bottom:180px;
}
.pageTopPadding
{
	padding-top:150px;
}
.pageBottomPadding
{
	padding-bottom:140px;
}
.home-header
{
	position:absolute;
	z-index:99;
	width:100%;
}
/* video */
.home-screen-main-cont
{
	background: #050708;
	background-size:cover;
	display: table;
	width: 100%;
	position:relative;
}
.home-bg-img
{
	background: #050708 url(../images/home-header.jpg) no-repeat center center;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
	opacity:1;
}
.home-video-bg
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	z-index:2;
	opacity:1;
	overflow:hidden;
}
.home-video-bg video
{
	position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#video-bg{
	position:relative;
	width: auto;
	height: auto;
	min-width:100%;
	min-height:100%;
	z-index: -1000;
	overflow: hidden;
}
.home-bg-mask-img
{
	background:#050708;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	z-index:3;
	opacity:0;
}
.home-slider-content
{
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	//background:#ff0;
}
/*Home page*/

.home-screen-cont
{
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 100%;
}
.home-screen-content
{
	display: table;
	width: 100%;
	height: 100%;
}
.homes-content
{	
	position: relative;
	text-align: left;
	display: table-cell;
	vertical-align: bottom;
}
.homes-content h2
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #d1ab2a;
	position: relative;
	margin-bottom: 30px;
}
.homes-content h3
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	font-size: 48px;
	line-height: 1.3;
	color: #fff;
}
.vertical-line
{
	width: 1px;
	background: #fff;
	margin-top: 60px;
}
.vertical-line-bottom
{
	width: 1px;
	background: #fff;
}
.homeshcont
{
	position:relative;
}
.stamp-cont
{
	position: absolute;
	right: 0;
	bottom: -69px;
}
/* image hover effect */
.hfw-main-cont
{
	position: relative;
	z-index: 1;
}
.hfw-hovereffect
{
	
}
.hfw-hovereffect {
	width:100%;
	height:100%;
	//float:left;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.hfw-hovereffect .hfw-overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;	
	background-color:rgba(0,0,0,0.5);
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	
}
.hfw-hovereffect img {
	display:block;
	position:relative;
	width:100%;
	transition:all .4s linear;
	-webkit-transition:all .4s linear;	
	-moz-transition:all .4s linear;
	-ms-transition:all .4s linear;
}
.hfw-hovereffect:hover img {
	transform:scale(1.01);
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);

}
.hfw-hovereffect:hover .hfw-overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hfw-content-main-cont
{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}
.hfw-content-cont
{
	height: 100%;
	position: relative;
}
.hfw-content
{
	
}
.hPadding
{
	padding:50px;
}
.hfw-uppercont
{
	position: absolute;
	bottom: 50px;
}
.hfw-uppercont h4
{
	font-family: 'MarkBook', Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.hfw-uppercont h3
{
	font-family: 'MarkBold', Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
}


/* background traingles */
.main-rectangle, .home-main-rectangle
{
	background:#2c3a33;
	width:100%;
	position:absolute;
}
.all-triangle
{
	position:relative;
}
.top-triangle {
	//border-left-width: 500px;
	border-right: 0 solid transparent;
	height: 0;
	width: 0px;
	border-style: solid;
	border-left-color: transparent;
	//border-top-width: 498px;
	border-top-color: #33443c;
	position: absolute;
	top: 0;
	right: 0
}
.bottom-left-triangle
{
	//border-right-width:370px;
	border-left: 0 solid transparent;
	height: 0;
	width: 0px;
	border-style: solid;
	border-right-color: transparent;
	//border-bottom-width: 375px;
	border-bottom-color: #33443c;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottom-right-triangle
{
	//border-left-width:1550px;
	border-right: 0 solid transparent;
	height: 0;
	width: 0px;
	border-style: solid;
	border-left-color: transparent;
	//border-bottom-width: 1550px;
	border-bottom-color: #33443c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.underlinelink
{
	border-bottom: 2px solid #fff;
}
.underlinelink:hover
{
	border-bottom: 2px solid #d1ab2a;
}
.underlinelink:after
{
	content:'';
}
/* service page */
.page-int-main-cont
{
	
}
.page-int-cont
{
	padding-top:100px;
}
.pageint-top-cont
{
	
}
.pageint-cont
{
	
}
.pageint-content
{
	
}
.pageint-content h1
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #d1ab2a;
	font-size: 18px;
	line-height: 1.4;
	border-bottom: 2px solid #d1ab2a;
	display: inline-block;
	margin-bottom: 22px;
}
.pageint-content h2
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 1.3;
	width: 100%;
	max-width: 700px;
	margin-bottom: 34px;
}
.pi-content
{
	width: 100%;
	max-width: 870px;
}
.pi-content p
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #b2ada9;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom:34px;
}
.service-top-main-cont
{
	
}
.service-top-cont
{
	position:relative;
}
.service-left-cont
{
	float: left;
	width: 75%;
}
.service-left-cont img
{
	
}
.service-right-cont
{
	float: right;
	position: absolute;
	right: 194px;
	top: -77px;
}
.service-top-cont:after
{
	content:'';
	display:block;
	clear:both;
}
.srgrey-box
{
	background: #b2ada9;
	max-width: 780px;
	width: 100%;
}
.servicer-padding
{
	padding: 104px 116px;
}
.servicer-content
{
	
}
ul.srul
{
	
}
ul.srul li
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	padding: 9px 0 9px 60px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 18px 0;
	vertical-align: middle;
}

.serviceb-left-cont
{
	float: right;
	width: 75%;
	z-index:1;
	position:relative;
}
.serviceb-right-cont
{
	float: left;
	position: absolute;
	left: 0;
	bottom: -77px;
	z-index:2;
}
.servicerb-padding
{
	padding:100px;
}
.servicerb-content
{
	
}
.servicerb-content h3
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 34px;
}
.servicerb-content p
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #203134;
	font-size: 18px;
	line-height: 1.6;
}
.servicerb-content ul
{
	
}
.servicerb-content li
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #203134;
	font-size: 18px;
	line-height: 1.6;
	background: url(../images/service-list-icon.png) no-repeat left top;
	padding-left: 40px;
	padding: 1px 0 1px 40px;
	margin: 16px 0;
}
.service-mid-main-cont
{
	
}
.service-mid-cont
{
	width:100%;
	max-width:75%;
}
.servicem-left-cont
{
	float:left;
	width:51%;
}
.servicem-left-cont img
{
	
}
.servicem-right-cont
{
	float: right;
	width: 38%;
	padding-top:100px;
}
.serm-content
{
	
}
.serm-content h3
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #d1ab2a;
	font-size: 18px;
	line-height: 1.4;
	border-bottom: 2px solid #d1ab2a;
	display: inline-block;
	margin-bottom: 22px;
}
.serm-content p
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
}
/*studio page */
.page-id-17 .pageint-content h2
{
	max-width: 880px;
	margin-bottom: 50px;
}

/* common form */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form input[type="file"], .wpcf7-form input[type="number"], .wpcf7-form select
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	background: transparent;
	outline: none;
	border: 0;
	border-bottom: 2px solid #fff;
	padding: 23px 0;
	line-height: 1.3;
	margin-bottom: 26px;
	width: 100%;
	border-radius: 0;
}
.wpcf7-form select
{
	height:47px;
	cursor:pointer;
}
 .wpcf7-form input[type="file"]
 {
	text-indent: 0 !important;
	padding:15px 5%;
	width:90% !important;
 }
.wpcf7-form textarea
{
	height: 60px;
	margin-bottom: 10px;
}
.wpcf7-form input[type="submit"]
{
	font-family: 'CircularStdBold', Arial, sans-serif;
	font-size: 24px;
	background: #d1ab2a;
	color: #fff;
	border: 0;
	outline: none;
	box-shadow: none;
	padding: 25px 58px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	border-radius: 0;
	margin-top: 60px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-ms-transition: all 0.3s ease-in;
}
.wpcf7-form input[type="submit"]:hover
{	
	background: #b2ada9;
	color:#33443c;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-ms-transition: all 0.3s ease-in;
}
.wpcf7-form label.error {
position: absolute;
top: 40px;
right: 0;
border: 1px solid #bbb;
background: #fbfbfb url(../images/tool-tip.png) no-repeat top 7px left 7px;
border-radius: 3px;
padding: 4px 7px 1px 34px;
color: #000 !important;
font-weight: normal;
font-size: 14px;
z-index: 9999;
box-shadow: 0px 2px 2px #333;
line-height: 26px;
font-family: sans-serif;
text-transform: none;
}
.wpcf7-form label.error:before {
display: block;
content: "";
border-color: transparent transparent #bbb transparent;
border-style: solid;
border-width: 8px;
height: 0;
width: 0;
position: absolute;
top: -16px;
left: 8px;
}
.wpcf7-form label.error:after {
display: block;
content: "";
border-color: transparent transparent #fbfbfb transparent;
border-style: solid;
border-width: 7px;
height: 0;
width: 0;
position: absolute;
top: -14px;
left: 9px;
}
span.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-form br
{
	display:none;
}

/* Select */

::-webkit-input-placeholder {
   color: #fff;
}

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

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

:-ms-input-placeholder {  
   color: #fff;
}

div.wpcf7-mail-sent-ok
{
	border: 0;
	font-family: 'MontSemiBold', Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	padding: 30px 0 0;
	margin: 0;
}

.wpcf7-form select option
{
	color:#000;
}
/* contact social menu */
/* social menu */
ul.sc-menu
{

}
ul.sc-menu li
{
	display:block;
	float:left;
	text-indent:-999999px;
}
ul.sc-menu li a
{
	display: block;
	width: 120px;
	height: 37px;
	margin-right: 18px;
}
ul.sc-menu li:last-child a
{
	margin-right:0 !important;
}
ul.sc-menu a:hover
{
	opacity:0.8;
}
ul.sc-menu li.s-facebook a
{
	background: url(../images/contact-fb.png) no-repeat center center;
}
ul.sc-menu li.s-linkdin a
{
	background: url(../images/contact-li.png) no-repeat center center;
}
ul.sc-menu li.s-instagram a
{
	background: url(../images/contact-insta.png) no-repeat center center;
}
ul.sc-menu li.s-google-plus a
{

}
ul.sc-menu:after
{
	content:'';
	display:block;
	clear:both;
}
.hwcontent-left .work-content-cell
{
	
}
.single-img-cont img
{
	width:100%;
	margin-bottom:40px;
}
.singecontent, .singecontent p
{
	font-family: 'CircularStdBook', Arial, sans-serif;
	color: #b2ada9;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 34px;
}