
	.displ_m{
 display: none !important;
 visibility:visible;}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

 
.clearfix {
    *zoom: 1;
}


nav {
	height: 42px;
	width: 100%;
	background: #656870;
	font-family:open-sans-regular;
	position: relative;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width:100%;
	height: 42px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	padding: 0 21px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	font-size:14px;
	text-transform:uppercase;
	
}
nav li a {
	border-right: 1px solid #555860;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover {
	background-color: #ff9933;
	color:#fff;
}
nav a#pull {
	display: none;
}
	
.our_team{
color: #313131;
float:left;
padding-top: 26px;
line-height: 18px;
text-align:left!important;}	



.our_team_space{
margin-bottom:20px;
float:left;
padding:0px 0 10px 0;
border-bottom:1px dotted #ccc;


}


.CSS-TableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSS-TableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSS-TableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSS-TableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSS-TableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSS-TableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSS-TableGenerator tr:hover td{
	background-color:#b1e4fd;
		

}

.CSS-TableGenerator td{
	vertical-align:middle;
	
	background-color:#f8f8f8;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:12px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#555;
}.CSS-TableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSS-TableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSS-TableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSS-TableGenerator tr:first-child td{
	

	background-color:#006ebf;
	border:0px solid #ffffff;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSS-TableGenerator tr:first-child:hover td{
	
	background-color:#006ebf;
}
.CSS-TableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSS-TableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.map{
width:100%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:380px;}


.information{
width:30%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}

.margin_top{
margin:12px 0 0 0 ;
}


.actve{
background-color: #ff9933;
height:41px;
border-bottom:#ff7900 1px solid;
color:#fff;

}




.white_bg{
    width:100%;
    height:1000px;
    background:#ffffff;
	clear:both;
}

.st-accordion ul li{
					height:auto;
				}
				.st-accordion ul li > a span{
					
				}
.heading_bg{
    background: url('../images/heading_bg.png') no-repeat;
    background-position:center;
    width:100%;
    height:126px;
}

.parallelogram {
 width: 90%; 
   height:208px;
   padding:18px 0 0 22px;
   background: rgb(222,229,235); /* Old browsers */
background: -moz-linear-gradient(left, rgba(222,229,235,1) 0%, rgba(247,249,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,229,235,1)), color-stop(100%,rgba(247,249,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5eb', endColorstr='#f7f9fa',GradientType=1 ); /* IE6-9 */
   /* Skew */
   -webkit-transform: skew(-15deg); 
   -moz-transform: skew(-15deg); 
   -o-transform: skew(-15deg);
   transform: skew(-15deg);
}
.clients_space{
margin:10px 0;
float:left;
}

.fit{
float:left;
position:fixed;}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 930px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: 42px;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		height: 42px;
  	}
  	nav li a {
		border-bottom: 1px solid #555860;
		border-right: 1px solid #555860;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	
	.border_none a{

border-bottom:none;


}


.map{
width:98%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:380px;}

.information{
width:30%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}

	

.parallelogram {
 width: 90%; 
   height:auto;
   padding:18px 0 0 22px;
   background: rgb(222,229,235); /* Old browsers */
background: -moz-linear-gradient(left, rgba(222,229,235,1) 0%, rgba(247,249,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,229,235,1)), color-stop(100%,rgba(247,249,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5eb', endColorstr='#f7f9fa',GradientType=1 ); /* IE6-9 */
   /* Skew */
   -webkit-transform: skew(-15deg); 
   -moz-transform: skew(-15deg); 
   -o-transform: skew(-15deg);
   transform: skew(-15deg);
}


}

@media only screen and (max-width : 1024px) {

.our_team{
color: #313131;
float:left;
padding-top: 13px;
line-height: 18px;
text-align:left!important;}	

.information{
width:40%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}

.map{
width:96%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:380px;}

}

@media only screen and (max-width : 800px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
		
	}
	nav a#pull {
		display: block;
		background-color: #656870;
		border-top: 1px solid #555860;
		width: 84%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

 
 .information{
width:50%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}
 
 .map{
width:96%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:410px;}
	
}



/*Styles for screen 515px and lower*/
@media only screen and (max-width : 650px) {
.clients_space{
margin:10px 0;
}

 .map{
width:96%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:680px;}
	
}

.information{
width:44%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}
}



/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {


	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
		
	}
	nav a#pull {
		display: block;
		background-color: #656870;
		border-top: 1px solid #555860;
		width: 84%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.displ_m{
 display: inherit !important;
 visibility:visible;}
 
 .information{
width:70%;
z-index:100;
padding:20px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}
 
 .map{
width:94%;
margin:0 auto;
padding:10px;
border:4px solid #d8d5d0;
height:680px;}
 
 .parallelogram {
   width:86%; 
   height:auto;
   padding:18px 0 0 22px;
   background: rgb(222,229,235); /* Old browsers */
background: -moz-linear-gradient(left, rgba(222,229,235,1) 0%, rgba(247,249,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,229,235,1)), color-stop(100%,rgba(247,249,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5eb', endColorstr='#f7f9fa',GradientType=1 ); /* IE6-9 */
   /* Skew */
   -webkit-transform: skew(-8deg); 
   -moz-transform: skew(-8deg); 
   -o-transform: skew(-8deg);
   transform: skew(-8deg);
}
	
}

/*Smartphone*/

@media only screen and (max-width : 360px) {

.map{
width:96%;
margin:0 auto;

border:4px solid #d8d5d0;
height:700px;}

.information{
width:230px;
z-index:100;
padding:10px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}

}

@media only screen and (max-width : 320px) {




	nav li {
		display: block;
		float: none;
		width: 100%;
			
	}
	nav li a {
		border-bottom: 1px solid #555860;
		
	}

.map{
width:96%;
margin:0 auto;

border:4px solid #d8d5d0;
height:700px;}

.information{
width:210px;
z-index:100;
padding:10px;
border:2px solid #f6f6f6;
background:rgba(0,0,0,0.9);
position:absolute;
float:left !important;
}

.CSS-TableGenerator td{
	vertical-align:middle;
	
	background-color:#f8f8f8;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#555;
}
.CSS-TableGenerator tr:first-child td{
	

	background-color:#006ebf;
	border:0px solid #ffffff;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

	

.CSSTableGenerator tr:nth-child(even)    { background-color:#f8f8f8; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #fff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px ;
	font-size:13px;
font-family:open-sans-regular;
	font-weight:normal;
color:#111;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		

	background-color:#f3f3f3;
	border:0px solid #fff;
	text-align:left;
		padding:10px;
	font-size:13px;
font-family:open-sans-regular;
	font-weight:normal;
	color:#111;
}
	
 .parallelogram {	
 width:90%; 
   height:auto;
   padding:18px 0 0 22px;
   background: rgb(222,229,235); /* Old browsers */
background: -moz-linear-gradient(left, rgba(222,229,235,1) 0%, rgba(247,249,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,229,235,1)), color-stop(100%,rgba(247,249,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(222,229,235,1) 0%,rgba(247,249,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5eb', endColorstr='#f7f9fa',GradientType=1 ); /* IE6-9 */
   /* Skew */
   -webkit-transform: skew(-6deg); 
   -moz-transform: skew(-6deg); 
   -o-transform: skew(-6deg);
   transform: skew(-6deg);
}	
.owl-carousel .owl-item{
	float: left;
	width:100%;
 
   /* Skew */
   -webkit-transform: skew(-4deg); 
   -moz-transform: skew(-4deg); 
   -o-transform: skew(-4deg);
   transform: skew(-4deg);
}
	
	
	
.displ_m{
 display: inherit !important;
 visibility:visible;}		
}