@charset "utf-8";
/* CSS Document */

*
{
	font-family:'dinregular', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#1d1d1d;
}
* {max-height: 10000px;}
html,
body{
    height:100%;
    margin:0;
}
body
{
	margin:0;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img{
	border:0;
}
.bgwidth{
    width:100%;
}
.bgheight{
    height:100%;
}
.header-wrap
{
	width:100%;
	background:#1D1D1D;
	position:relative;
	z-index:900;
}
.wrapper
{
	max-width:956px;
	margin:0 auto;
	overflow:hidden;
}
.logo
{
	max-width:30%;
	margin-top:32px;
	float:left;
}
.logo img{
	display:block;
	width:100%;
	height:auto;
}
.menu-wrapper
{
	width:68%;
	float:right;
}
.menu-wrapper ul, .footer-menu ul{
	margin:0;
	padding:0;
}
.menu-wrapper ul li, .footer-menu ul li{
	float:left;
	width:16.6%;
	text-align:center;
	list-style:none;
}

	.menu-wrapper a{
		background:url(images/menu-border-bg.png) right repeat-y;
		display:block;
		height:97px;
		line-height:97px;		
		font-family: 'dinregular';
		text-transform:uppercase;
		color:#5a5a5a;
		font-size:15px;
		text-decoration:none;
		text-shadow: 0px 1px 0px #070707;
        filter: none;
	}
	.menu-wrapper a:hover, .menu-wrapper a.active
	{
		color:#FFF;
	}
	.menu-wrapper a:hover, .menu-wrapper li.current-menu-item a
	{
		color:#FFF;
	}
.parent-holder{
	min-height:100%;
}
.homepage-content-wrap
{
	width:100%;
	padding:10% 0 0;
	position:relative;
	z-index:900;
	text-align:right;
	padding-bottom:35px;
	box-sizing:border-box;
}
.homepage-content-wrap:after{
	content:"";
	display:block;
	clear: both;
}
	.homepage-content-wrap .homepage-box
	{
		max-width:470px;
		padding:0 15px 20px;
		text-align:right;
		display:inline-block;
		z-index:10;
	}
	.homepage-content-wrap .homepage-box h1
	{
		font-size:38px;
		font-family: 'dinregular';
		text-transform:uppercase;
		line-height:39px;
		font-weight:normal;
		width:100%;
		text-align:left;
		margin:0;
		padding:0;
	}
	.homepage-content-wrap .homepage-box .text
	{
		width:100%;
		float:left;
		font-size:15px;
		line-height:20px;
		text-align:justify;	
		padding-top:5px;
	}
	.homepage-content-wrap .homepage-box a
	{
		color:#ff9c00;
		font-size:13px;
		text-transform:uppercase;
		float:left;
		background:url(images/arrow.png) no-repeat left center;
		padding-left:17px;
		margin-top:16px;
		text-decoration:none;
	}
	.homepage-content-wrap .homepage-box a:hover
	{
		color:#FFF;
		background:url(images/arrow-hover.png) no-repeat left center;
	}
	a.learnmore{
		 background: url("images/bullet-link-bg.png") no-repeat scroll left top transparent;
		 color:#ff9c00;
		 float:left;
		font-size: 12px;
    margin-top: 6px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: none;
	}
	
	a.learnmore:hover{
	background:url(images/bullet-link-bg-hover.png) no-repeat left top;
		color:#656565;
	}	
	.footer-wrapper 
	{ 
		margin:0 auto; 
		width:100%; 
		z-index:4;
		background:#000;
		padding: 5px 0 2px;
		position:relative;
		height:29px;
		margin-top:-36px; 
	}
		.first-row
		{
			float:right;
		}
			.first-row .footer-menu
			{
				width:auto;
				float:left;
				margin-top:-1px;
				
			}
				.first-row .footer-menu a
				{
					font-size:12px;
					text-decoration:none;
					color:#5f5f5f;
					text-transform:uppercase;
					margin-right:33px;
					line-height:45px;
					height:45px;
					float:left;
					margin-top:1px;
				}
				.first-row .footer-menu a:hover, .first-row .footer-menu a.active
				{
					background:url(images/footer-link-bg.png) no-repeat center top;
					color:#ff9c00;
				}
				.first-row .footer-menu a:hover, .first-row .footer-menu li.current-menu-item a
				{
					background:url(images/footer-link-bg.png) no-repeat center top;
					color:#ff9c00;
					
				}
				
			.first-row .social
			{
				width:auto;
				float:right;
				
			}
				.first-row .social a
				{
					
					margin-right:5px;
					width:27px;
					float:left;
				}
				.copyright a{
					color: #fff;
					font-size: 11px;
					text-decoration: none;
				}				
				.copyright
				{
					float:right;
					padding: 2px 10px 0 10px;
					line-height:23px;
					font-size:11px;
					text-align:right;
					color:#fff;
				}	
.subpage-header-wrap
{
	width:100%;
	float:left;
	background: url("images/header-bg.jpg") repeat-x scroll 0 0 #1D1D1D;
}
.subpage-footer-wrapper 
	{ 
		float:left;
		width:100%; 
		background:#000;
		padding:5px 0 2px;
		margin:-38px 0 0;
	}	
.subpage-heading
	{
		width:100%;
		float:left;
		/*height:112px;*/
		height:auto;
		border-bottom:#e8e8e8 1px solid;
	}
	
	.subpage-heading h1
	{
		font-family: 'dinregular';
		font-size:39px;
		color:#1d1d1d;
		font-weight:normal;
		padding:0 15px;
		margin:0;
		text-transform:uppercase;
		margin-top:35px;
		margin-bottom:33px;
	}
	
	.subpage-heading .breadcrumbs
	{
		width:100%;
		float:left;
		height:23px;
	}
		.subpage-heading .breadcrumbs a 
		{
			float:left;
			text-decoration:none;
			font-size:10px;
			line-height:23px;
			height:23px;
			text-transform:uppercase;
		}
		.subpage-heading .breadcrumbs a:hover
		{
			color:#FFF !important;
		}
			.subpage-heading .breadcrumbs a.one, .subpage-heading .breadcrumbs a.site-home
			{
				width:49px;
				background:url(images/1.png);
				text-indent:10px;
				color:#bdbdbd;
			}
			
			.subpage-heading .breadcrumbs a.two, .subpage-heading .breadcrumbs a.post-our-team-archive, .subpage-heading .breadcrumbs a.category,.subpage-heading .breadcrumbs a.our-team-root, .subpage-heading .breadcrumbs a.post-page.current-item
			{
				width:70px;
				background:url(images/2.png);
				text-indent:11px;
				margin-left:-6px;
				color:#ffa414;
			}
			.subpage-heading .breadcrumbs a.gray-colour, .subpage-heading .breadcrumbs a.post-our-team-archive, .subpage-heading .breadcrumbs a.category,.subpage-heading .breadcrumbs a.our-team-root
			{
				color:#bdbdbd !important;
			}
			.subpage-heading .breadcrumbs a.gray-colour:hover, .subpage-heading .breadcrumbs a.post-our-team-archive:hover, .subpage-heading .breadcrumbs a.category:hover,.subpage-heading .breadcrumbs a.our-team-root:hover
			{
				color:#FFF !important;
			}
			
			.subpage-heading .breadcrumbs a.three, .subpage-heading .breadcrumbs a.current-item
			{
				width:115px;
				background:url(images/3.png);
				text-indent:13px;
				margin-left:-6px;
				color:#ffa414;
			}
			

.subpage-content-wrapper
{
	width:100%;
	float:left;
	background:#fbfbfb;
	padding-top:33px;
	padding-bottom:30px;
}
	
	.left-wrapper
	{
		width:76%;
		float:left;
	}
	
	.right-wrapper
	{
		width:23%;
		float:right;
		padding-left:20px;
		min-height:590px;
		border-left:#e7e7e7 1px solid;
		box-sizing: border-box;
	}
ul.team-wrap
{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
	ul.team-wrap li
	{
		width:202px;
		height:200px;
		float:left;
		list-style:none;
		padding:0;
		margin:0 45px 25px 0; 
	}
		
		ul.team-wrap li .head
		{
			width:100%;
			float:left;
			font-size:16px;
			color:#ff9c00;
			text-transform:uppercase;
		}
		ul.team-wrap li .head:hover
		{
			color:#000;
		}
		ul.team-wrap li .head:hover span
		{
			color:#ff9c00;
			border-bottom:#ff9c00 1px solid;
		}
		
		ul.team-wrap li .head span
		{
			color:#9a9a9a;
			font-size:14px;
			text-transform:none;
			padding-bottom:9px;
			border-bottom:#fdcb7d 1px solid;
			float:left;
			width:100%;
		}
		
		ul.team-wrap li .text
		{
			float:left;
			width:100%;
			margin-top:10px;
			color:#656565;
			font-size:14px;
			line-height:18px;
			text-align:justify;
		}
		
	ul.client-wrap
{
	text-align:center;
	overflow:hidden;
	margin:0 0 25px;
	padding:0;
	list-style:none;
}
ul.client-wrap li
{
	list-style:none;
	padding:0;
	width: 100%;
	border-bottom:solid 1px #E8E8E8;
}
#toppad{ padding-top:8px !important; }
.box-main {
	display:inline-block;co
	max-width: 210px;
	margin: 30px 0 30px 20px;
	background-color: #FFF;
	
}
.box-main:first-child{
	margin: 30px 0;
}
.client-logo{
	background-color: #FFFFFF;
    float: left;
    height: 114px;
    line-height: 110px;
    text-align: center;
    width: 214px;
	position: relative;
	overflow:hidden;
}
.client-logo img{
	margin-bottom: 0;
    margin-top: 0;
    text-align: center;

}

html>body .client-logo img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
	}

ul.team-links
{
	width:100%;
	float:left;
	margin: 0 0 25px;
	padding:0;
	list-style:none;
}
	ul.team-links li
	{
		width:100%;
		height:auto;
		float:left;
		list-style:none;
		padding:0;
		margin-bottom:10px;
		background:url(images/list-border-bg.png) bottom repeat-x;
	}
	ul.team-links li.extra-padding{
		margin-top:15px;
	}
	
	ul.team-links li a
	{
		float:left;
		width:100%;
		background:url(images/bullet-link-bg.png) no-repeat left top;
		padding-left:13px;
		font-size:13px;
		color:#525252;
		text-decoration:none;
		text-transform:uppercase;
	}
	ul.team-links li a.active
	{
		background:url(images/bullet-link-bg-hover.png) no-repeat left top;
		color:#FF9C00;
	}
	ul.team-links li a:hover
	{
		background:url(images/bullet-link-bg-hover.png) no-repeat left top;
		color:#000;
	}
		ul.team-links li a span
		{
			float:left;
			width:100%;
			color:#a8a8a8;
			font-size:12px;
			text-transform:none;
			padding: 3px 0 15px;
			
		}		
	.team-head
	{
		font-size:25px;
		text-transform:uppercase;
		color:#ff9c00;
		margin: 0 15px 16px;
		padding: 0 0 30px;
		border-bottom:#fce3bc 1px solid;
	}
	.entry-header .team-head{
		width:100%;
	}
	.team-head span
	{
		float:left;
		width:95%;
		color:#9a9a9a;
		font-size:15px;
		text-transform:none;
	}	
	.text-content
	{
		color:#656565;
		font-size:15px;
		line-height:20px;
		text-align:justify;
		padding:0 15px 40px;
	}
	.wpcf7-text,
	.wpcf7-textarea{
		width:285px!important;
	}
	.text-content img{
		display:block;
		width:100%;
		height:auto;
	}
    .text-content img.ajax-loader{
        width: auto;
        display: inline;
    }
	.text-content p, .text-content ul li, .contact-left-box p{
	color:#656565;
	}
	.contact-left-box{
		float:left;
		width:50%;
		color:#656565;
	}
	.form-box{
		float: right;
    width: 40%;
	}
	div.captcha{
	float: right;
    width: 264px;
	}
	.form-txt {
    color: #656565;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    width: 120px;
}
.but{
	margin-top:10px;
	 background: none repeat scroll 0 0 #656565 ;
    border: 0 none ;
    border-radius: 0 0 0 0 ;
    color: #FFFFFF ;
    display: block ;
    float: left ;
    font-size: 17px ;
    font-weight: bold;
    height: 25px ;
    line-height: 25px ;
    padding: 0 10px ;
	cursor:pointer;
}
.form-feald, .wpcf7-captchar{
	border: 1px solid #E8E8E8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 25px;
    padding: 0 5px;
    width: 250px;
}
.form-feald-2{
	border: 1px solid #E8E8E8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 125px;
    padding: 3px 5px;
    width: 250px;
}
.advisory{
	color: #4D4D4D;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 15px;
}
.map{
	float: left;
    margin-top: 40px;
    width: 100%;
}
.text-content iframe{
	width:100%!important;
}
	h2
	{
		font-size:20px;
		color:#000000;
		padding-bottom:5px;
		border-bottom:#cccccc 1px solid;
		margin-bottom:16px;
	}
.nav{
	display:none;
}
@media only screen and (max-width: 915px){
	.client-logo{
		 width: 170px;
	}
}
@media only screen and (max-width: 768px){
	.logo {
		float: none;
		margin: 32px auto 32px;
		max-width: 283px;
		text-align: center;
	}
	.subpage-header-wrap .logo {
		float: none;
		margin: 32px auto 15px;
		max-width: 283px;
	}
	.logo  img{
		width: 283px;
		height:35px;
	}
	.menu-wrapper {
		float:none;
		width:100%;
	}
	.menu-wrapper a{
		background: url("images/menu-border-bg.png") repeat-y scroll left center;
	}
	.menu-wrapper li:first-child a{
		background: none;
	}
	.left-wrapper,
	.right-wrapper {
		float:none;
		width:100%;
	}
	.right-wrapper{
		padding: 0 15px;
		min-height:200px;
	}
	.text-content table {
		margin:0 0 30px;
	}
	.text-content table td{
		width:100%!important;
		display:block;
		text-align:center!important;
	}
	.text-content table td:first-child{
		text-align:left!important;
	}
	.wpcf7 {
		padding: 0 10px 0 0;
	}
    #supersized img{
        left: -200px !important;
    }
}
@media only screen and (max-width: 650px){
	#supersized img{
		left: -10px!important;
		top:0 !important;
		transform: scale(0.99);
		zoom: 0.99;
	}
    #supersized,
    #supersized li{
        position: absolute !important;
    }
	.homepage-content-wrap{
		padding:10% 0 290px;
	}
	.menu-wrapper ul {
		width:100%;
		margin:0 0 -17px!important;
		padding:0;
		list-style:none;
		text-align:justify;
	}
	.menu-wrapper ul:after{
		display:inline-block;
		width:100%;
		content:'';
		height:0;
		font-size:0;
		line-height:0;
	}
	.menu-wrapper ul  li{
		display:inline-block;
	}
	.menu-wrapper a{
		font-size:11px;
		line-height:25px;
		height:26px;
		text-transform:none;
		text-transform: uppercase;
	}
	.subpage-content-wrapper  {
		padding-bottom: 53px;
	}
	.homepage-content-wrap .homepage-box{
		padding: 0 24px 20px;
	}
	.homepage-content-wrap .homepage-box h1{
		font-size: 25px;
		line-height:24px;
	}
	.subpage-heading h1{
		font-size: 30px;
		line-height:34px;
		margin: 35px 0 21px;
		padding: 0 13px;
	}
	.homepage-content-wrap .homepage-box .text{
		display:none;
	}
	.homepage-content-wrap {
		text-align:left;
	}
/*
	.nav{
		display:block;
		left: 0;
		bottom:71px;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		width: 100%;
		position:absolute;
	}
	.nav li,
	.nav li+li+li+li,
	.nav li+li+li+li+li{
		float:left;
		width:50%;
		box-sizing: border-box;
		background:#343432 url("images/bg-arrow.png") no-repeat 87% 14px;
		height:47px;
		padding: 18px 32px 14px 23px;
		border-bottom: 1px solid #3b3b38;
	}
	.nav li a{		
		color:#fff;
		text-align: left;
		text-transform: uppercase;
		display:block;
		text-decoration:none;
	}
	.nav li+li,
	.nav li+li+li,
	.nav li+li+li+li+li+li{
		background:#242422 url("images/bg-arrow.png") no-repeat 87% 14px;
		color:#b6b6b6;
		border-bottom: 1px solid #2b2b28;
	}
	.nav li a+a{
		color:#b6b6b6;
	}
	.nav a:hover{
		text-decoration:underline;
	}
*/
	.team-head{
		float:none;
		display:block;
		padding: 0 15px 30px;
	}
	.footer-wrapper,
	.subpage-footer-wrapper{ 
		padding: 16px 0 2px;
		height:53px;
		margin: -71px auto 0; 
	}
	.first-row {
		padding:0 25px;
		float:none;
	}
	.first-row .social{
		float:left;
		width:100%;
	}
	.copyright {
		float:none;
		padding:0 25px;
		text-align:left;
		line-height: 17px;
		font-size: 8px;
	}
	.copyright a{
		font-size: 8px;
	}
	.footer-wrapper{
		height: 53px;
		margin: -71px auto 0;
		position:relative;
	}
	.box-main {
		max-width: 210px;
		margin: 5px 0 -3px;		
	}
	.box-main:first-child{
		margin: 5px 0 -3px;
	}
	ul.client-wrap li{
		padding: 0 0 5px;
	}
}
/*380 sumsung(landscape)*/
/*
@media only screen and (max-width: 640px) {
	.homepage-content-wrap {
		padding: 20px 0 170px;
		position: relative;
	}
	#supersized img{
		left:-40px!important;
		top:50px!important;
		transform: scale(0.9);
		-webkit-transform:scale(0.9);
		zoom: 0.9;
	}
}
*/
/*htc 360 (landscape)*/
@media only screen and (max-width: 640px){
	.subpage-header-wrap,
	.header-wrap{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.subpage-header-wrap{
		height: 109px;
	}
	.subpage-heading{
		padding: 108px 0 0
	}
	.homepage-content-wrap{
		padding: 155px 0 53px;
	}
	.homepage-content-wrap {
		padding: 150px 0 150px;
		position: relative;
	}
	#supersized img {
		left:0!important;
		top:20px!important;
		transform: scale(1);
		-webkit-transform:scale(1);
		zoom: 1;
	}
}
/*320 htc(landscape)*/
@media only screen and (max-width: 540px) {
	#supersized img{
		left:-55.5px!important;
		top:53px!important;
		transform: scale(0.9);
		-webkit-transform:scale(0.9);
		zoom: 0.9;
	}
}
@media only screen and (max-width: 400px){
	#supersized img {
		left: -250.5px !important;
		top: 0 !important;
		transform: scale(0.8);
		-webkit-transform:scale(0.8);
		zoom:0.8;
	}
	.text-content {
		padding: 0 15px 20px;
	}
	.text-content table{
		margin:0 0 30px;
	}
}
@media only screen and (max-width: 380px){
	#supersized img{
		left: -270.5px  !important;
		top: 0 !important;
		transform: scale(0.8);
		-webkit-transform:scale(0.8);
		zoom: 0.8;
	}
}
@media only screen and (max-width: 360px){
	#supersized img {
		left:-251.5px!important;
		top: 0 !important;
		transform: scale(0.8);
		-webkit-transform:scale(0.8);
		zoom:0.8;
	}
	.client-logo {
		width: 210px;
	}
	ul.client-wrap li{
		border:none;
		padding:0;
	}
}
@media only screen and (max-width: 359px){
	.menu-wrapper ul  {
		text-align:left;
		overflow:hidden;
		margin:0!important;
	}
	.menu-wrapper ul:after{
		display:block;
	}
	.menu-wrapper ul li {
		width:auto;
		float:left
	}
	.nav-menu li a{
		padding:0 5px;
	}
}
@media only screen and (max-width: 320px){
	#supersized img {
		left: -120.5px !important;
		top: 45px !important;
		transform: scale(0.9);
		-webkit-transform:scale(0.9);
		zoom:0.9;
	}
}



/* CSS LOGOS */



.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.logo-item {
  text-align: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

