@font-face {
	font-family: 'EurostileLTStd-DemiOblique';
	src: url('../fonts/EurostileLTStd-DemiOblique.eot');
	src: local('☺'), url('../fonts/EurostileLTStd-DemiOblique.woff') format('woff'), url('../fonts/EurostileLTStd-DemiOblique.ttf') format('truetype'), url('../fonts/EurostileLTStd-DemiOblique.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'EurostileLTBoldOblique';
    src: url('../fonts/EurostileLTBoldOblique.eot');
    src: url('../fonts/EurostileLTBoldOblique.eot') format('embedded-opentype'),
         url('../fonts/EurostileLTBoldOblique.woff2') format('woff2'),
         url('../fonts/EurostileLTBoldOblique.woff') format('woff'),
         url('../fonts/EurostileLTBoldOblique.ttf') format('truetype'),
         url('../fonts/EurostileLTBoldOblique.svg#EurostileLTBoldOblique') format('svg');
}

/*CSS Document */

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding-top: 176px;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #fff;
	opacity:1;
}
*:-moz-placeholder { 
	color: #fff;
	opacity:1;
}
*::-moz-placeholder { 
	color: #fff;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #fff;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#1898ED;
}
body a:hover {
	color:#333333;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Open Sans', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #58585A;
  font-family: 'EurostileLTStd-DemiOblique';
  font-style: italic;
  font-weight: normal;
  line-height: 120%;
  margin: 0 0 15px;
  -webkit-transform:-skewX(-3deg);
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
	margin-bottom: 0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
  color: #58585a;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  line-height: 200%;
  margin: 0 0 9px;
  padding: 0;
  text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1330px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.no-scroll, html.main-menu-show{
	overflow: hidden;
}
html.no-scroll body,  html.main-menu-show body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
	padding-bottom: 100px;
	padding-top: 100px;
}
.section-gapping-none {
	padding-bottom: 0;
	padding-top: 0;
}
.gapping-bottom-none{
	padding-bottom:0;
}
.gapping-top-none{
	padding-top:0;
}
/*Gapping close*/
/*Default-CSS close*/

/*Bootstrap*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
	clear:both;
	content:"";
	display:block;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/*Bootstrap close*/



/* header */
header {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.header-top {
  padding: 20px 0 20px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky_header .header-top {
  padding: 12px 0;
}
.logo > a {
  display: inline-block;
  line-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: top;
}
.sticky_header .logo > a {
  max-width: 150px;
}
.logo > a img {
  display: block;
}
.contact-header > * {
	float: left;
	margin-right: 22px;
}
.contact-header > *:last-child{
	margin-right:0;
}
header .contact-header {
	padding-top: 17px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky_header header .contact-header {
	padding-top: 1px;
}
.close-button, .menu {
  display: none;
}
.contact-phone {
  color: #333;
  display: block;
  font-family: "EurostileLTStd-DemiOblique";
  font-size: 20px;
  font-style: italic;
  line-height: 45px;
  padding-top: 5px;
  position: relative;
}
.contact-phone:before {
  background-image: url("../images/sprite.png");
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 1px;
  margin-top: -4px;
  vertical-align: middle;
  width: 25px;
}
.contact-phone > a {
  color: #333;
}
.contact-phone > a:hover {
  color: #1898ed;
}
.client-btn > a {
  background-color: #1898ed;
  color: #fff;
  display: inline-block;
  font-family: 'EurostileLTStd-DemiOblique';
  font-weight: bold;
  font-size: 16px;
  line-height: 46px;
  min-width: 250px;
  padding: 4px 58px 0 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.client-btn > a:after {
  background-color: #0f75bc;
  bottom: 0;
  content: "";
  font-family: Fontawesome;
  font-size: 25px;
  font-weight: normal;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 58px;
}
.client-btn > a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.client-btn > a:hover {
  background-color: #58585a;
  color: #fff;
}

.header-bottom {
  background-color: #58585a;
}
.main-menu > li {
  display: table-cell;
  position: relative;
}
.menu-act > ul {
  display: table;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.main-menu a {
  color: #fff;
  display: block;
  font-family: 'EurostileLTStd-DemiOblique';
  font-size: 14px;
  font-style: italic;
  line-height: 50px;
  padding: 2px 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
   -webkit-transform:skewX(-3deg);
}
.main-menu li:after, .main-menu li:first-child:before {
  border-left: 1px solid #707072;
  border-right: 1px solid #4e4e50;
  bottom: 0;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  z-index: 9;
}
.main-menu li:first-child:before {
  left: 0;
  right: auto;
}
.main-menu .active a, body.featured-product .main-menu li:nth-child(5n) > a{
  background-color: #0F75BC;
  color: #fff;
}
.main-menu a:hover {
  color: #fff;
}
.main-menu a:before {
  background-color: #0f75bc;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.main-menu a:hover:before {
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}
/* header close */

/* slider */
.owl-dots {
  bottom: 32px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
html .owl-carousel .owl-dot, .product-item.section-product-item .products-wrap .owl-dot {
  background-color: #0f75bc;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 20px;
  margin: 0 4px;
  width: 20px;
}
html .owl-carousel .owl-dot.active {
  background-color: #fff;
}
/* slider close*/
 
html body .main-title {
  color: #0f75bc;
  font-size: 36px;
  margin: -3px 0 27px;
  text-align: center;
}
html body .main-title > span {
  color: #58585a;
}
html p.title-description {
  margin: -6px 0 24px;
  text-align: center;
}

/* provide section */
.provide-detail {
  display: block;
  list-style: none outside none;
  margin: 0 -7px;
  padding: 0;
  text-align: center;
}
.provide-detail > li {
  float: left;
  padding: 0 7px;
  width: 20%;
}
.box-provide {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(228, 234, 243, 0.8);
  height: 240px;
  padding-top: 168px;
  position: relative;
}
.box-provide > h4 {
  color: #000;
  font-size: 23px;
  margin: 0;
  padding-right: 4px;
}
.provide-detail li .box-provide:before {
  background-image: url("../images/provide-sprite.png");
  background-repeat: no-repeat;
  content: "";
  height: 86px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 53px;
  width: 86px;
}
.provide-detail li .installation.box-provide:before {
  background-position: -161px 0;
}
.provide-detail li .integration.box-provide:before {
  background-position: -330px 0;
}
.provide-detail li .provide-sevice.box-provide:before {
  background-position: -495px 0;
  width: 128px;
}
.provide-detail li .maintenance.box-provide:before {
  background-position: -702px 0;
}
/* provide section close*/

/* about section */
html .about-section {
  padding-top: 0;
}
.about-section .main-title > img {
  margin: 0 0 0 33px;
  max-width: 164px;
  vertical-align: middle;
}
.about-content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  text-align: center;
}
/* about section close */

/* products section */
.products-section {
  background-color: #f5f7fb;
}

.product-carousel, .product-page {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.product-box {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  height: 340px;
  margin-bottom: 45px;
  padding: 48px 16px;
  position: relative;
  text-align: center;
}
.product-box:last-child {
  margin-bottom: 0;
}
.product-img {
  background-color: #f4f4f4;
  background-image: url("../images/product-sprit.png");
  background-position: -90px 29px;
    background-repeat: no-repeat;
  border-radius: 50px;
/*
  cursor: pointer;
*/
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
}
.product-img:hover {
  background-color: #0f75bc;
  background-position:28px 29px;
}
.product-img.people {
  background-position: -90px -81px;
}
.product-img.people:hover {
  background-position: 30px -81px;
}
.product-img.abw:hover {
    background-position: 30px -193px;
}
.product-img.abw {
    background-position: -87px -193px;
}
.product-img.access:hover {
    background-position: 32px -300px;
}
.product-img.access {
    background-position: -88px -300px;
}
.product-img.electronic:hover {
    background-position: 28px -404px;
}
.product-img.electronic {
    background-position: -91px -404px;
}
.product-img.software:hover {
    background-position: 23px -601px;
}
.product-img.software {
    background-position: -87px -601px;
}
.product-img.ip:hover {
    background-position: 32px -502px;
}
.product-img.ip {
    background-position: -87px -502px;
}
.product-img.electronic-ls:hover {
    background-position: 29px -703px;
}
.product-img.electronic-ls {
    background-position: -91px -703px;
}
.product-box > h4 {
  color: #58585a;
  font-size: 18px;
  margin: 27px 0 10px;
}
.product-box > h4 a {
  color: inherit;
}
.product-box > h4 a:hover{
  color:#1898ed;
}
.product-box > p {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.products-section .owl-carousel .owl-dot, .featured-carousel.owl-carousel .owl-dot, .product-item.section-product-item .products-wrap .owl-dot {
  background-color: transparent;
  border: 1px solid #58585a;
  height: 15px;
  width: 15px;
}
.products-section .owl-carousel .owl-dot.active, .featured-carousel.owl-carousel .owl-dot.active, .product-item.section-product-item .products-wrap .owl-dot.active,
.products-section .owl-carousel .owl-dot:hover, .featured-carousel.owl-carousel .owl-dot:hover, .product-item.section-product-item .products-wrap .owl-dot:hover {
  background-color: #0f75bc;
  border-color: #0f75bc;
}
.products-section .btn-wrap {
  padding-bottom: 51px;
}
.products-section .owl-dots {
  bottom: -123px;
}
.btn-wrap {
  margin-top: 30px;
  text-align: center;
}
.btn-regular {
  background-color: #0f75bc;
  color: #fff;
  display: inline-block;
  font-family: 'EurostileLTStd-DemiOblique';
  font-style: italic;
  line-height: 38px;
  min-width: 151px;
  padding: 4px 20px 0;
  text-align: center;
  vertical-align: top;
}
.btn-regular:hover {
  background-color: #58585a;
  color: #fff;
}
/* products section close*/

/* featured section */
.featured-section {
  background-image: url("../images/featured-products-bg.jpg");
  background-size: cover;
  background-position:center center;
}
html body .featured-section .main-title > span {
  color: #fff;
}
.featured-box {
  background-color: #fff;
}
.featured-img {
  height: 220px;
  position: relative;
}
.feature-prj .featured-img {
  height: 100%;
}
.featured-img video {
  height: auto;
  width: 100%;
}
.featured-img > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.play-icon {
  background-image: url("../images/sprite.png");
  background-position: -50px 0;
  background-repeat: no-repeat;
  border-radius: 50px;
  bottom: 0;
  cursor: pointer;
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.play-icon:hover {
  background-position: -50px -74px;
}
.feature-prj .play-icon {
  background-position: 0 -272px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
  height: 70px;
  width: 70px;
}
.feature-prj .play-icon:hover {
  background-position: 0 -362px;
}
.featured-description {
  padding: 24px 17px 29px;
  text-align: center;
}
.featured-description h3 {
  color: #0070ac;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 8px;
}
.featured-description > p {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}


html .product-item.section-product-item .product-dtc:before {
  box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), -8px 0 8px -8px rgba(0, 0, 0, 0.15);
  left: auto;
  right: 100%;
}
html .product-item.section-product-item .product-dtc {
  box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), 8px 0 8px -8px rgba(0, 0, 0, 0.15);
  float: left;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 0;
}
html .section-product-item.product-item .product-dtc .product-play {
  left: auto;
  right: 0;
}
.text-carousel.owl-carousel {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.text-carousel .item p {
  font-size: 16px;
  line-height: 180%;
}
html .owl-carousel.text-carousel .owl-dot {
  background-color: transparent;
  border: 1px solid #0f75bc;
  border-radius: 5px;
  height: 8px;
  margin: 0 6px;
  width: 8px;
}
html .owl-carousel.text-carousel .owl-dot.active {
  background-color: #0f75bc;
  width: 22px;
}
html .owl-carousel.text-carousel .owl-dot:hover {
  background-color: #0f75bc;
}
.section-product-item .product-dtc > h2 {
  color: #0c72b9;
  float: right;
  font-size: 55px;
  margin-top: 20px;
  margin-bottom: -5px;
  text-align: right;
  white-space: nowrap;
   position: relative;
}
.featured-img-mobile {
  display: none;
}
.featured-carousel.owl-carousel {
  display: block;
}
.product-item.section-product-item .owl-nav {
  display: none;
}
.featured-carousel .owl-dots {
  bottom: -123px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.featured-section .btn-wrap {
  padding-bottom: 51px;
}
/* featured section close*/


/* footer */
footer{
	background:#58585A;
}
footer .footer-topbar{
	position: relative;
}
.inquiry-logo-block {
	background: #fff;
	position: relative;
}
.inquiry-logo-block:after{
	content:"";
	display:block;
	clear:both;
}
.inquiry-logo-block .footer-logo-block {
  float: left;
  padding:140px 85px 116px 0;
  position: relative;
  text-align: center;
  width: 51%;
}
.inquiry-logo-block .footer-inquiry {
  background-color: #0f75bc;
  float: left;
  padding: 53px 28px 64px;
  width: 49%;
  position: relative;
}
 .inquiry-logo-block .footer-inquiry::before {
	background: url("../images/form-shape.jpg") no-repeat 0 0;
	background-size:100% 100%;
	bottom: 0;
	content: "";
	height: auto;
	position: absolute;
	right: 100%;
	top: 0;
	width: 85px;
}
footer ul {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.footer-menu.margin-top {
  padding: 60px 0;
  text-align: center;
}
.inquiry-logo-block::before {
	background: #0f75bc;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: 85px 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.footer-topbar .footer-map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 460px;
}
.footer-inquiry > h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 11px;
}
.social-link > h4 {
  font-family: 'Open Sans',sans-serif;
  font-size: 25px;
  font-style: normal;
  margin: 20px 0 21px;
}
.social-link li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.social-link li a {
  background-color: #3b5998;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
}
.social-link li a.linkedin {
  background-color: #0177b5;
}
.social-link li a.youtube {
  background-color: #cc3300;
}
.social-link li a:hover {
  background-color: #58585a;
}

.group-half .form-group {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.group-half {
  margin: 0 -15px 24px;
}
.inquiry-form form {
  padding-top: 1px;
  position: relative;
}
.inquiry-form form > .form-group {
  margin-bottom: 30px;
}
#quick-enquiry-form #error {
  background-color: #fff;
  border: 1px solid red;
  color: red;
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.inquiry-form .result {
  background-color: #fff;
  border: 1px solid green;
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.inquiry-form .loader {
  background-color: #fff;
  border-radius: 30px;
  float: left;
  height: 25px;
  margin: 25px 0 0 5px;
  padding: 3px 0;
  text-align: center;
  width: 25px;
}
.form-btn:after {
  clear: both;
  content: "";
  display: block;
}
.form-btn input {
  background-color: #58585a;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-family: 'EurostileLTStd-DemiOblique';
  font-size: 24px;
  font-style: italic;
  height: 60px;
  line-height: 64px;
  margin-top: 7px;
  min-width: 160px;
  float: left;
  padding: 0 19px 0 13px;
}
.form-btn input:hover {
  background-color: #464648;
}
.recaptcha-wrap {
  float: left;
  margin-right: 15px;
  position: relative;
}

.footer-menu.margin-top li {
  display: inline-block;
  float: none;
  padding: 0 25px;
  vertical-align: top;
}
.footer-menu.margin-top li:first-child {
  padding-left: 0;
}
.footer-menu.margin-top li:last-child {
  padding-right: 0;
}

.footer-menu.margin-top li a {
  color: #fff;
  font-family: 'EurostileLTStd-DemiOblique';
  font-size: 15px;
  font-style: italic;
}
.footer-menu.margin-top li a:hover, .footer-menu.margin-top li.active a {
  color: #1898ed;
}
.footer-logo > a {
  display: inline-block;
  vertical-align: top;
}
.footer-contact > ul {
  text-align: center;
	display: block;
    margin-left: 125px;
    width: auto;
}
.footer-contact li {
  float: left;
  width:32.33%;
}
.footer-icon {
  background-color: #0f75bc;
  background-image: url("../images/sprite.png");
  background-position: 17px -31px;
  background-repeat: no-repeat;
  border: 2px solid #acacad;
  border-radius: 50px;
  display: block;
  height: 62px;
  margin: 0 auto 17px;
  width: 62px;
}
.footer-contact li:nth-child(2) .footer-icon {
  background-position: 15px -81px;
}
.footer-contact li:nth-child(3) .footer-icon {
  background-position: 13px -131px;
}
.footer-contact li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  line-height: 170%;
  font-size: 16px;
}
.footer-contact address {
  font-style: normal;
}
.footer-contact a {
  color: #fff;
}
.footer-center {
  padding-bottom: 34px;
  position: relative;
  z-index: 3;
}
.footer-address {
  color: #fff;
  font-size: 17px;
  line-height: 43px;
  position: relative;
  text-align: center;
  background: #0f75bc;
  z-index: 2;
}
/*
.footer-address:after {
	background: #0f75bc;
	bottom: 0;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: -1;
}*/
.footer-address:before {
  background-image: url("../images/footer-bg-img.jpg");
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 171px;
  left: 0;
  position: absolute;
  right: 100%;
  width: 260px;
  z-index: -1;
}
.copyright {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
}
.copyright a {
  color: #fff;
}
.footer-contact a:hover, .copyright a:hover {
  color: #1898ed;
}
select.custemselect{
    cursor: pointer;
    width: 100% !important;
}
#contact-enquiry-form .input-class .newListSelected {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #808080;
  cursor: pointer;
  float: left;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 10px 15px;
  width: 50%;
}
.selectedTxt {
  color: #808080;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}
ul.newList {
  background:#ffffff;
  border: 1px solid #cccccc;
  color: #333;
  font-family: 'Lato',sans-serif;
  left: -1px !important;
  list-style: none outside none;
  margin: 7px 0 0 !important;
  max-height: 150px !important;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 41px !important;
  width: 100.8%;
  z-index: 9999;
}
.newListSelected ul li {
  background:#f7f7f7;
  border-bottom: 1px dashed #cccccc;
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}
.newListSelected ul li:last-child {border:0;}
.newListSelected ul li a {
    color: #808080;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    margin: 0;
    line-height: 35px;
    transition: none 0s ease 0s ;
    padding: 0 0 0 10px;
    text-decoration: none;
}
.newListSelected ul li a.hiLite, .newListSelected ul li a:hover  {
  background:#3176B5;
  color: #ffffff;
}
.selectedTxt:after {
  color: #808080;
  content: "ï„‡";
  font-family: FontAwesome;
  font-weight: bold;
  margin-top: 0;
  position: absolute;
  right: 0;
  vertical-align: top;
}
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/page-loader.gif") no-repeat center center;
    background-color: #fff;
}
.scrollToTop {
  background: #0f75bc;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  height: 44px;
  line-height: 37px;
  margin: 0 15px 20px 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 44px;
  z-index: 9;
}
.scrollToTop:hover{
	color:#fff;
	background:#58585A;
}
.menu-trigger-wrap{
	display:none;
}
.inquiry-form .result:empty{
	display:none;
}

.footer-inquiry input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.footer-inquiry select, 
.footer-inquiry textarea {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	border-top:0;
	border-left:0;
	border-right:0;
	resize:none;
	display:block;
	color: #fff;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.footer-inquiry input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.footer-inquiry select{
	/*height: 50px;*/
	height: 40px;
	line-height:normal;
	padding-top:0;
	padding-bottom:0;
}
.footer-inquiry select option {
	background: #fff;
}
.footer-inquiry textarea{
	padding-top:10px;
	padding-bottom:10px;
	height:80px;
	line-height:120%;
}
.footer-inquiry select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url("../images/select-arrow.png") no-repeat right center;
}

.footer-inquiry select::-ms-expand {
    display: none;
}

/* footer close */


/*404 page*/
.error404 {
  text-align: center;
}
.error404-icon {
  color: #0f75bc;
  font-family: 'EurostileLTStd-DemiOblique';
  font-size: 180px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 10px;
  line-height: 120%;
  margin: -17px 0 0;
  text-align: center;
  text-shadow: 5px 5px 0 #00263d;
}
.error404 h2 {
  color: #58585a;
  font-family: 'EurostileLTStd-DemiOblique';
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 20px;
  padding: 0 0 25px;
  position: relative;
  text-align: center;
}
.error404 h2:before, .error404 h2:after {
  background: none repeat scroll 0 0 #e1e1e1;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 190px;
}
.error404 h2:after {
  margin-bottom: -3px;
  width: 140px;
}
.error404 p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.errorClass {
  border-color: red !important;
}
/*404 page close*/

/* featured products page*/
.product-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 95px 0;
	position: relative;
}
.product-item.first {
  background-position: right center;
  background-size: 100% 103%;
}
.products-wrap .product-dtc p {
  text-align: justify;
  padding-bottom: 30px;
}
.product-item.section-product-item .owl-stage {
  display: table;
}
.product-item.last {
  background-size: 100% auto;
}
.product-dtc {
	background: #fff;
	box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), 8px 0 8px -8px rgba(0, 0, 0, 0.15);
	max-width: 48%;
	padding: 65px 50px 65px 0;
	position: relative;
	width: 550px;
}
.product-dtc::before, .product-item.section-product-item .owl-item .product-dtc.right::before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), -8px 0 8px -8px rgba(0, 0, 0, 0.15);
	left: auto;
	position: absolute;
	right: 100%;
	top: 0;
	width: 5000px;
}
.product-item:nth-child(2n+2) .product-dtc, .product-item.section-product-item .owl-item .product-dtc.right {
	box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), -8px 0 8px -8px rgba(0, 0, 0, 0.15);
	float: right;
	padding-left:50px;
	padding-right:0;
}
.product-item:nth-child(2n+2) .product-dtc:before, .product-item.section-product-item .owl-item .product-dtc.right::before {
	box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.15), 0 8px 8px -8px rgba(0, 0, 0, 0.15), 8px 0 8px -8px rgba(0, 0, 0, 0.15);
	left:100%;
	right:auto;
}
html .section-product-item.product-item .product-dtc.right .product-play {
  left: 0;
  right: auto;
}
.product-item.section-product-item .owl-item {
  float: left;
}
.product-item.section-product-item {
  padding-bottom: 0;
}
.product-dtc .product-logo {
	line-height: 100%;
	margin:0 0 16px;
}
.product-dtc h4 {
	color: #585859;
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%;
	margin: 0 0 3px;
}
.product-dtc p {
  text-align: left;
}
.inner-banner > img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.product-dtc .product-play {
	margin: auto -25px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-dtc .product-play .product-play-link {
	background: #0F75BC;
	border-radius: 50%;
	display: block;
	position:relative;
	cursor: pointer;
	height: 50px;
	width: 50px;
}
.product-dtc .product-play .product-play-link:hover{
	background:#58585A;
}
.product-dtc .product-play .product-play-link:before{
	content:"";
	display:block;
	position:absolute;
	background:url("../images/sprite.png") no-repeat 0 -200px;
	left:0;
	right:0;
	top:2px;
	bottom:0;
	margin:auto;
	width:17px;
	height:22px;
}
.product-item:nth-child(2n+2) .product-dtc .product-play{
	right:auto;
	left:0;
}
/* featured products close*/

/* Products page*/
.product-page-section {
  background-color: transparent;
}
.product-page-section p.title-description {
  margin-bottom: 50px;
  margin-top: 0;
}
.product-page {
  margin: 0 -10px;
}
.product-page li {
  float: left;
  margin-bottom: 45px;
  padding: 0 10px;
  width: 25%;
}
.product-page li:nth-child(4n+5) {
  clear: both;
}
.product-page li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.product-page .product-box {
  box-shadow: 0 0 12px #ecf0f7;
}
.product-page .product-box {
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(236, 240, 247, 0.65), 0 0 12px rgba(236, 240, 247, 0.65), 0 0 12px rgba(236, 240, 247, 0.65);
}
/* Products page close*/

/* About page close*/
.about-page-content {
  margin-bottom: 55px;
}
.about-page-content p {
  margin-bottom: 15px;
}
/* About page close*/


/* Our Approach page */
.approach-content p {
  text-align: center;
}
.approach-boxes {
  margin-top: 50px;
  display: block;
}
.approach-boxes::after {
  clear: both;
  content: "";
  display: block;
}
.approach-boxes .box {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 6px 6px 15px rgba(236, 240, 247, 0.65);
  float: left;
  margin-right: 3.8%;
  min-height: 438px;
  padding: 60px 15px 15px;
  position: relative;
  text-align: center;
  width: 30.8%;
}
.approach-boxes .box:nth-child(3n) {
  margin-right: 0;
}
.approach-boxes .box:nth-child(3n+1) {
  clear: both;
}
.approach-boxes .box:nth-child(n+4) {
  margin-top: 48px;
}
.approach-boxes .box:last-child {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
}
.box-image {
  background-color: #f4f4f4;
  border-radius: 50%;
  display: inline-block;
  height: 129px;
  margin-bottom: 30px;
  width: 129px;
  position: relative;
  cursor: pointer;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-image:before {
  background-image: url("../images/approach-sprite.png");
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 65px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
}
.box2 .box-image:before {
  background-position: 0 -96px;
}
.box3 .box-image:before {
  background-position: 0 -192px;
}
.box4 .box-image:before {
  background-position: 0 -288px;
}
.box5 .box-image:before {
  background-position: 0 -385px;
}

.box-image:hover {
  background-color: #0f75bc;
}
.box-image:hover:before {
  background-position: -127px 0;
}
.box2 .box-image:hover:before {
  background-position: -127px -96px;
}
.box3 .box-image:hover:before {
  background-position: -127px -192px;
}
.box4 .box-image:hover:before {
  background-position: -127px -288px;
}
.box5 .box-image:hover:before {
  background-position: -127px -385px;
}

.approach-boxes .box > p {
  font-size: 16px;
  line-height: 160%;
}
.approach-boxes .box > h3 {
  font-size: 22px;
  margin-bottom: 18px;
}
.box6.box a {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}

/****************** Our Approach page close ************************/

/****************** featured projects ************************/
.feature-prj .row > .col-sm-6:nth-child(2),
.feature-prj .row > .col-sm-6:first-child{
  margin-top:0px;
}
.feature-prj .row > .col-sm-6 {
  margin-top: 60px;
}
.f-video > video {
  width: 100%;
}
.feature-prj .f-content {
  margin-top: 25px;
}
.f-content > h2 {
  color: #0f75bc;
  font-size: 36px;
  margin-bottom: 0;
}
/****************** featured projectsclose ************************/

.fancybox-video {
  display: none;
}
/*.provide-detail .box-provide > h4 {
  cursor: pointer;
  display: inline-block;
}
.provide-detail .box-provide > h4:hover {color:#0F75BC;}
*/
.approach-boxes .box-image {
  cursor: default;
}
footer .footer-topbar .container {
  margin-top: -200px;
}

/* font family
 * font-family: 'EurostileLTStd-DemiOblique';
 * font-family: 'Open Sans', sans-serif;
*/

