/*===== Common Class =====*/
html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'DINPro';
	font-size: 18px;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0px;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
strong {
	font-weight: normal;
	font-family: 'DINPro-Bold';
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.clear {
}
.clear:before, .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}
input, textarea {
	outline: none !important;
}
#wrapper {
	width: 100%;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, .input-text::-moz-placeholder, .input_text::-moz-placeholder {
color: inherit;
opacity: 1;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, .input_text::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
input[type=text]::-ms-placeholder, input[type=search]::-ms-placeholder, .input-text::-ms-placeholder, .input_text::-ms-placeholder {
color: inherit;
opacity: 1;
}
input[type=email]::-moz-placeholder {
color: inherit;
opacity: 1;
}
input[type=email]::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
input[type=email]::-ms-placeholder {
color: inherit;
opacity: 1;
}
textarea::-moz-placeholder {
color: inherit;
opacity: 1;
}
textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
textarea::-ms-input-placeholder {
color: inherit;
opacity: 1;
}/***** Select Dropdown Start *****/
.bootstrap-select {
	width: 100% !important;
}
.bootstrap-select .dropdown-menu {
	margin: 0;
}
.bootstrap-select .dropdown-toggle {
	width: 100%;
	background: #233c85;
	height: 46px;
	border-radius: 4px;
	border: none;
	font-size: 18px;
	color:#fff;
	font-family: 'DINPro';
}
.bootstrap-select.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	outline-offset: 0;
}
.bootstrap-select .btn:active, .bootstrap-select .btn.active {
	box-shadow: none;
	background: #ffefd7;
}
.bootstrap-select .btn.active:hover {
	box-shadow: none !important;
	background: #ffefd7 !important;
}
.bootstrap-select .btn-default:active:hover, .bootstrap-select .btn-default.active:hover, .bootstrap-select .open > .dropdown-toggle.btn-default:hover, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default.active:focus, .open > .bootstrap-select .dropdown-toggle.btn-default:focus, .bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default.active.focus, .bootstrap-select .open > .dropdown-toggle.btn-default.focus {
	background: #233c85;
	border: none;
	color: #fff;
}
.bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default {
	background: #233c85;
	border: none;
	color: #fff;
	border-radius:4px 4px 0 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	/*background: url(../images/up-down.svg) no-repeat center;*/
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
	line-height:46px;
	transition:all .3s ease-in-out; 
	transform:rotate(0);
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before { content: "\f107"; font-size:20px; font-family:'FontAwesome'; }
.bootstrap-select.open .dropdown-toggle .caret { transform:rotate(-180deg); }
.bootstrap-select .dropdown-menu.inner { box-shadow:none; border:0; position:relative; font-size:16px; font-family: 'DINPro'; color:#233c85; }
.bootstrap-select .dropdown-menu.open { border-radius:0 0 4px 4px; overflow-y: auto !important; border:0; }
.bootstrap-select .dropdown-menu > li > a { padding:6px 15px; color:#233c85; }
.bootstrap-select .dropdown-menu > li > a:focus,
.bootstrap-select .dropdown-menu > li > a:hover { background:#233c85; color:#fff; }
.bootstrap-select .dropdown-menu > li > a i { display:none; }
/***** Select Dropdown End *****//*============ Default Css End ============*/
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
@media (min-width: 1300px) {
.container {
	width: 1200px;
}
}
.header {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.header:before {
	content: '';
	width: 100%;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 );
	position: absolute;
	bottom: -34px;
	left: 0;
	opacity: 0.15;
	z-index: 3;
}
.header-top {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 17px 0 16px 0;
	background: #233c85; /* Old browsers */
	background: -moz-linear-gradient(left, #233c85 0%, #009ee3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #233c85 0%, #009ee3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #233c85 0%, #009ee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#009ee3', GradientType=1 ); /* IE6-9 */
	text-align: right;
}
.textwidget {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.custom-html-widget {
	display: inline-block;
	vertical-align: top;
}
.widget_text {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.header-top .search-from {
	display: inline-block;
	vertical-align: top;
}
.searchform {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-right: 28px;
}
.form-controls {
	display: inline-block;
	vertical-align: top;
}
.form-controls input {
	border: none;
	min-height: 27px;
	max-width: 157px;
	padding: 0 15px;
	font-size: 14px;
}
.form-controls button {
	background: none;
	border: none;
}
.form-controls button i {
	color: #fff;
	font-size: 25px;
}
.header-top .header-links {
	display: inline-block;
	vertical-align: top;
}
.header-top .list {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.header-top .list li {
	display: inline-block;
	vertical-align: top;
	/*margin: 0 0 0 57px;*/
	padding: 0;
	position: relative;
}
.header-top .list li + li { margin:0 0 0 32px; }
.header-top .list li:first-child {
	margin: 0;
}
.header-top .list li a {
	font-family: 'DINPro';
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	display:inline-block;
	vertical-align:top;
}
.header-top .list li a i {
	font-size: 25px;
	display:inline-block;
	vertical-align:middle;
	padding:0 7px 0 0;
	/*position: absolute;
	top: 50%;
	left: -31px;
	transform: translateY(-50%);*/
}
.header-top .list li a:hover {
	text-decoration: none;
}
.navbar ul li a:hover, .navbar ul li a:focus {
	text-decoration: none;
	background-color: transparent;
}
.header-bottom {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;/*25px 0*/
}
.logo-wrap {
	display: block;
	float: left;
	padding: 25px 0;
}
.navbar {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 5px 0 0 0;
	min-height: auto;
	margin-bottom: 0;
}
.navbar ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.navbar ul li {
	display: block;
	float: left;
	padding: 0;
	margin-left: 18px;
}
.navbar ul li.bold {
	font-family: 'DINPro-Bold';
	font-weight: 600;
}
.navbar ul li a {
	color: #100c32;
	font-family: 'DINPro';
	font-size: 18px;
	line-height: 26px;
	padding: 0;
}
.header-bottom .menu-primary-menu {
	display: inline-block;
	vertical-align: top;
}
.header-bottom .menu-primary-menu li {
	display: block;
}
.header-bottom .menu-primary-menu li a {
	color: #100c32;
	font-family: 'DINPro';
	font-size: 18px;
	line-height: 26px;
}
.owl-carousel .owl-item.active {
	text-align: center;
}
.clients-slider-wrap .owl-carousel .owl-item img {
	display: inline-block;
}
.banner-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	min-height: 612px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-wrap:before {
	position: absolute;
	opacity: 0.15;
	background: #000;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	right: 0;
}
.banner-content {
	display: block;
	vertical-align: top;
	position: absolute;
	;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 0;
	width: 100%;
}
.banner-content h1 {
	color: #fff;
	font-family: 'DINPro-Bold';
	line-height: 53px;
	font-size: 46px;
}
.banner-content h1 span {
	font-family: 'DINPro-BoldItalic';
}
.buttons {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 21px 0 0 0;
}
.buttons .btn-success {
	font-size: 20px;
	color: #fff; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c840+50,7eab37+50 */
	background: rgb(147,200,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c840', endColorstr='#7eab37', GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	min-height: 46px;
	line-height: 46px;
	min-width: 270px;
	padding: 0;
	border: none;
	margin-right: 26px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.buttons .btn-success::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #93c840;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.buttons .btn-success:hover::after {
	opacity: 1;
}
.buttons .btn-default {
	font-size: 20px;
	color: #233c85; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ededed+50 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	min-height: 46px;
	line-height: 46px;
	min-width: 270px;
	padding: 0;
	border: none;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.buttons .btn-default::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #fff;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.buttons .btn-default:hover::after {
	opacity: 1;
}
.page-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.boundary-client-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #e5e5e5; /*border-top:12px solid #d5d5d5;*/
	padding: 50px 0;
}
.boundary-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.boundary-wrap h2 {
	margin: 0;
	padding: 0 0 27px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 27px;
	color: #100c32;
	font-family: 'DINPro';
}
.boundary-wrap h2 span {
	font-family: 'DINPro-Italic';
}
.boundary-wrap p {
	margin: 0;
	padding: 0;
	font-family: 'DINPro';
	color: #000;
	font-size: 18px;
	line-height: 26px;
}
.clients-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 100px;
}
.clients-wrap h2 {
	margin: 0;
	padding: 0 0 27px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 27px;
	color: #100c32;
	font-family: 'DINPro';
}
.float_none {
	float: none;
}
.clients {
}
.clients-slider-wrap {
	display: block;
	width: 100%;
	vertical-align: top;
	background: #fff;
	position: relative;
}
.clients-slider-wrap .clients {
	display: block;
	width: 100%;
	vertical-align: top;
	background: #fff;
	position: relative;
	min-height: 98px;
	padding: 35px 70px 0 70px;
}
.clients-slider-wrap .shap-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.clients-slider-wrap .shap-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.clients-slider-wrap .clients .item {
}
.clients-slider-wrap .owl-carousel {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.clients-slider-wrap .owl-carousel:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background-image: url(../images/right_shap.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 98px;
	width: 53px;
}
.clients-slider-wrap .owl-carousel:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url(../images/left_shap.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 98px;
	width: 53px;
}
.clients-slider-wrap .owl-carousel .owl-nav {
	margin: 0;
}
.clients-slider-wrap .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: #233c85;
	color: #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.clients-slider-wrap .owl-carousel .owl-nav .owl-prev i {
	font-size: 26px;
	line-height: 35px;
}
.clients-slider-wrap .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	background: #233c85;
	color: #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.clients-slider-wrap .owl-carousel .owl-nav .owl-next i {
	font-size: 26px;
	line-height: 35px;
}/*.clients-slider-wrap .owl-carousel .owl-nav .owl-prev:before { content: "\f104"; font-family:'font-Awesome'; background:#233c85; font-size:16px; }.clients-slider-wrap .owl-carousel .owl-nav .owl-next:before { content: "\f105"; font-family:'font-Awesome'; background:#233c85; font-size:16px;}*/
.clients-slider-wrap .owl-carousel .owl-nav .owl-nav [class*=owl-] {
}
.clients-slider-wrap .owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
.solution-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 90px 0 100px 0;
}
.solution-section h2 {
	color: #100c32;
	font-size: 35px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-solution {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	margin: 67px 0 0 0;
}
.single-solution .image-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin-bottom: 26px;
	transition: all .3s ease-in-out;
	position: relative;
}
.single-solution .image-wrap > a, .single-solution .image-wrap > a:hover {
	background: none;
}
.single-solution .image-wrap > a:after {
	display: none;
}
.single-solution h3 {
	margin: 0;
	padding: 0;
	font-family: 'DINPro';
	font-size: 21px;
	line-height: 26px;
	color: #100c32;
	margin-bottom: 18px;
}
.single-solution p {
	margin: 0;
	padding: 0;
	font-family: 'DINPro';
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.single-solution a {
	margin: 14px 0 0 0;
	font-family: 'DINPro';
	position: relative;
	overflow: hidden;
	z-index: 2;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#233c85+50,1e3372+50 */
	background: rgb(35,60,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	color: #fff;
	text-align: center;
	min-height: 46px;
	line-height: 46px;
	padding: 0;
	border: none;
	border-radius: 8px;
	min-width: 270px;
	display: inline-block;
	vertical-align: top;
}
.single-solution a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #233c85;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.single-solution > a:hover::after {
	opacity: 1;
}
.image-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.image-wrap .base_icon {
	width: 186px;
	height: 186px;
	margin: 0 auto;
	position: relative;
}
.image-wrap .base_icon .rotation_icon {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.image-wrap .base_icon.icon_1 .rotation_icon {
	position: absolute;
	width: 99px;
	height: 112px;
	left: 84px;
	top: 101px;
}
.image-wrap .base_icon.icon_1:hover .rotation_icon {
	-webkit-transform: rotate(0deg) translate(-5px, -10px);
	-moz-transform: rotate(0deg) translate(-5px, -10px);
	transform: rotate(0deg) translate(-5px, -10px);
}
.image-wrap .base_icon.icon_3 .rotation_icon {
	position: absolute;
	width: 127px;
	height: 154px;
	left: 87px;
	top: 91px;
}
.image-wrap .base_icon.icon_3:hover .rotation_icon {
	-webkit-transform: rotate(0deg) translate(3px, -4px);
	-moz-transform: rotate(0deg) translate(3px, -4px);
	transform: rotate(0deg) translate(3px, -4px);
}
.image-wrap .base_icon.icon_3 .rotation_icon img {
	margin: -35px 0 0 -38px;
}
.image-wrap .base_icon.icon_2 .rotation_icon {
	position: absolute;
	width: 114px;
	height: 128px;
	left: 75px;
	top: 104px;
}
.image-wrap .base_icon.icon_2:hover .rotation_icon {
	-webkit-transform: rotate(0deg) translate(-5px, -19px);
	-moz-transform: rotate(0deg) translate(-5px, -19px);
	transform: rotate(0deg) translate(-5px, -19px);
}
.contact-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	min-height: 358px;
	
	background-size:contain;
}
.contact-section:before {
	position: absolute;
	left: 0px;
	top: 0%;
	height: 100%;
	content: '';
	width: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#233c85+7,009ee3+100&1+0,0.7+100 */
	background: -moz-linear-gradient(left, rgba(35,60,133,1) 0%, rgba(35,60,133,0.98) 7%, rgba(0,158,227,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(35,60,133,1) 0%, rgba(35,60,133,0.98) 7%, rgba(0,158,227,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(35,60,133,1) 0%, rgba(35,60,133,0.98) 7%, rgba(0,158,227,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#b3009ee3', GradientType=1 ); /* IE6-9 */
}
.contact-section .contact-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 571px;
	margin-top: 57px;
	
	margin-bottom: 46px;
}
.contact-section .contact-block h2 {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 27px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 30px;
	text-transform: none;
}
.contact-section .contact-block p {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 28px;
}
.contact-section .contact-block p strong {
	font-family: 'DINPro-Bold';
	color: #fff;
	font-weight: normal;
}
.contact-section .contact-block p strong a {
	font-family: 'DINPro-Bold';
	color: #fff;
	font-weight: normal;
}
.contact-section.gray-bg {
	background-size: cover;
}
.contact-section.gray-bg .contact-block h2 {
	color: #233C85;
	text-transform: none;
}
.contact-section.gray-bg .contact-block p {
	color: #000;
}
.contact-section.gray-bg:before {
	display: none;
}
.contact-section .newsletter-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.contact-section .newsletter-box .mc4wp-form input[type="email"] {
	width: 64.5%;
	max-width: 100%;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 18px;
	color: #000;
	border: 0;
	padding: 0 12px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
.contact-section .newsletter-box input[type="submit"] {
	width: 170px;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	margin: 0 0 0 30px;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.contact-section .newsletter-box input[type="submit"]:hover {
	background: #233c85;
}
.social-list {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0;
}
.social-list span {
	font-size: 18px;
	color: #000;
}
.social-list ul {
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 0;
}
.social-list ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 27px;
	margin: 0 12px;
}
.social-list ul li a {
	display: block;
}
.products-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 101px 0 102px 0;
}
.single-product {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.single-product h3 {
	margin: 0;
	padding: 0;
	color: #233c85;
	font-family: 'DINPro-Bold';
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 19px;
}
.single-product .image-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid #233c85;
	border-bottom: 1px solid #233c85;
	padding: 25px 0;
	text-align: center;
}
.single-product .image-wrap .video-box {
	padding:0;
}
.single-product .image-wrap img {
	margin: 0 auto;
}
.single-product .detail {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 11px 0 17px 0;
}
.single-product .detail p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'DINPro-Light';
	color: #000;
	margin: 0;
	padding: 0;
}
.single-product .detail p br {
	display: none;
}
.single-product .btn-primary {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	min-height: 46px;
	font-size: 20px;
	line-height: 46px;
	padding: 0;
	border: none;
	min-width: 270px;
	position: relative;
	overflow: hidden;
	z-index: 2; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#233c85+50,1e3372+50 */
	background: rgb(35,60,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 ); /* IE6-9 */
}
.single-product .btn-primary::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #233c85;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.single-product .btn-primary:hover::after {
	opacity: 1;
}
.news-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 92px 0 93px 0;
}
.news-section h2 {
	color: #100c32;
	font-size: 35px;
	line-height: 26px;
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	text-align: center;
}
.news-section .news-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 46px 0 0 0;
}
.news-section .news-bloc {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.news-section .news-bloc .image-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.news-section .news-bloc .image-wrap img {
	max-width: 100%;
	width: 100%;
}
.news-section .news-bloc h3 {
	color: #100c32;
	font-size: 20px;
	line-height: 26px;
	display: inline-block;
	margin-top: 8px;
}
.news-section .news-bloc a:hover {
	text-decoration: none;
}
.news-button-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	padding: 59px 0 0 0;
}
.news-button-wrap a {
	max-width: 370px;
	min-height: 46px;
	line-height: 46px;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	font-family: 'DINPro';
	font-size: 20px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: rgb(35,60,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 ); /* IE6-9 */
}
.news-button-wrap a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #233c85;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.news-button-wrap a:hover::after {
	opacity: 1;
}
footer {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #100c32;
}
.footer-top {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 37px 0 35px 0;
	border-bottom: 1px solid #fff;
}
.logo-block {
	display: block;
	float: left;
	width: 172px;
	margin-right: 33px;
}
.info-block {
	display: block;
	float: left;
	width: 370px;
	margin-right: 25px;
}
.quick-link-block {
	display: block;
	float: left;
	width: 212px;
	margin-right: 58px;
}
.subscribe-block {
	display: block;
	float: left;
	width: 300px;
}
.footer-top .widget_text,.footer-top .info_blk {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 29px 0 0 0;
}
.footer-top .widget_text h3,.footer-top .info_blk h3 {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-top .textwidget,.footer-top .info_blk {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer-top .textwidget p,.footer-top .info_blk p {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
.footer-top .info_blk .map-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	margin-top: 28px;
}
.footer-top .info_blk .map-link-wrap {
	display: block;
	vertical-align: top;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.footer-top .info_blk .map-box .map-link {
	font-size: 20px;
	color: #fff;
	text-align: center;
	min-height: 46px;
	line-height: 42px;
	padding: 0;
	border-radius: 8px;
	min-width: 270px;
	display: inline-block;
	border: 2px solid #fff;
	background-color: rgba(0,0,0,0.75);
}
.footer-top .info_blk .map-box .map-link:hover {
	text-decoration: none;
}
.footer-top .widget_nav_menu {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 29px 0 0 0;
}
.footer-top .widget_nav_menu h3 {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.menu-quick-links-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.menu-quick-links-container .menu {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 0 0 0 20px;
}
.menu-quick-links-container .menu li {
	color: #fff;
	list-style-type: disc;
}
.menu-quick-links-container .menu li a {
	font-family: 'DINPro';
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
.menu-quick-links-container .menu li a:hover {
	text-decoration: none;
	color: #6f93c0;
}
.mc4wp-form-fields {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 17px 0 0 0;
}
.mc4wp-form-fields .input-text {
	max-width: 202px;
	line-height: 46px;
	min-height: 46px;
	margin: 0 16px 0 0;
	border: none;
	background: #fff;
	color: #000000;
	font-family: 'DINPro';
	font-size: 18px;
	padding: 0 0 0 11px;
}
.mc4wp-form-fields .input-text::placeholder {
color:#000;
}
.mc4wp-form-fields .input-text::-moz-placeholder {
color: #000;
opacity: 1;
}
.mc4wp-form-fields .input-text:-ms-input-placeholder {
color: #000;
}
.mc4wp-form-fields .input-text::-webkit-input-placeholder {
color: #000;
}
.mc4wp-form-fields .btn-success {
	min-width: 76px;
	line-height: 46px;
	min-height: 46px;
	border: none;
	padding: 0;
	margin: -6px 0 0 0;
	color: #fff;
	font-family: 'DINPro';
	font-size: 20px;
	border-radius: 8px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c840+50,7eab37+50 */
	background: rgb(147,200,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c840', endColorstr='#7eab37', GradientType=0 ); /* IE6-9 */
}
.mc4wp-form-fields .btn-success:hover {
	background: #93c840;
}
.footer-bottom {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 27px 0 36px 0;
}
.footer-bottom .info {
	display: block;
	float: left;
	font-family: 'DINPro-Bold';
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.footer-bottom .info a {
	color: #fff;
}
.footer-bottom .info a:hover {
	color: #6f93c0;
}
.footer-links {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-left: 16px;
}
.footer-menu {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer-links .list-inline {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer-links .list-inline li {
	display: inline-block;
	margin-right: 18px;
	padding: 0;
}
.footer-links .list-inline li a {
	font-family: 'DINPro-Bold';
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.footer-links .list-inline li a:hover {
	text-decoration: none;
	color: #6f93c0;
}
.footer-bottom .socialLinks-wrap {
	float: right;
}
.footer-bottom .socialLinks-wrap .socialLinks {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.footer-bottom .socialLinks-wrap .socialLinks li {
	padding: 0;
	margin-left: 16px;
}
.footer-bottom .socialLinks-wrap .socialLinks li:first-child {
	margin-left: 0;
}
.footer-bottom .socialLinks-wrap .socialLinks li a {
	background: #fff;
	color: #100d32;
	border-radius: 100%;
	height: 27px;
	width: 27px;
	display: block;
	line-height: 27px;
	text-align: center;
	font-size: 18px;
}
.footer-bottom .socialLinks-wrap .socialLinks li a:hover {
	color: #6f93c0;
}/*=========================================*//* Main Banner Start *//*=========================================*/
.banner_wapper {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.inner_banner_wapper {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color:#233c85;
}
.inner_banner_wapper > img {
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.15;
}
.inner_banner_wapper > .inner-bg {
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.15;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.inner_banner_wapper:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.15);
}
.inner_banner_wapper .inner-banner {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto auto;
	z-index: 10;
	height: 278px;
	text-align: center;
}
.inner_banner_wapper .inner-banner.full-size-bg {
	background-size: cover;
}
.inner_banner_wapper .production-banner {
	height: 532px;
}
.inner_banner_wapper .banner-content {
	width: 100%;
}
.inner_banner_wapper .btn-box {
	margin: 21px 30px 0 0;
}
.banner_wapper .white-bg a {
	border: 0;
}/*=========================================*//* Main Banner End *//*=========================================*/
.main {
	width: 100%;
	display: block;
	overflow: hidden;
} /*ul.nav { position: relative; }ul.nav ul { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background:#fff; box-shadow:2px 2px 5px 0 rgba(0,0,0,0.5); z-index:5; }ul.nav ul ul { left: 100%; top: 0; border-left:1px solid rgba(0,0,0,0.5); }ul.nav ul li { margin-left:0; display:block; float:none; padding:6px 15px; }ul.nav li:hover > ul { visibility: visible; }*/
.menu-primary-menu-container {
	width: 100%;
	display: block;
}
#menu-primary-menu, #menu-primary-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#menu-primary-menu {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}
#menu-primary-menu:after, #menu-primary-menu ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-primary-menu.align-right > li {
	float: right;
}
#menu-primary-menu.align-center ul {
	text-align: center;
}
#menu-primary-menu.align-center ul {
	text-align: left;
}
#menu-primary-menu li {
	position: relative;
}
#menu-primary-menu > li {
	padding: 25px 0;
}
#menu-primary-menu ul li {
	display: block;
	width: 100%;
	margin-left: 0;
	background: #ffffff;
	padding: 0;
}
#menu-primary-menu ul > li.menu-item-has-children > a {
	padding-right: 32px;
}
#menu-primary-menu > li.menu-item-has-children::after {
	display: none;
}
#menu-primary-menu ul li.menu-item-has-children::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#menu-primary-menu ul li.menu-item-has-children::after {
	right: 10px;
	top: 20px;
	border: 5px solid transparent;
	border-top-color: #7a8189;
}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	z-index: -2;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}
#menu-primary-menu .icon {
	position: absolute;
	height: 2px;
	width: 3px;
	border: 8px solid transparent;
	border-top-color: #2b2f3a;
	top: 8px;
	right: 0;
	z-index: -2;
	display: none;
}
#menu-primary-menu ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
	width: 180px;
	display: block;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
#menu-primary-menu ul ul {
	top: 37px;
	padding-left: 2px;
}
#menu-primary-menu ul ul li {
	position: relative;
}
#menu-primary-menu li:hover > ul {
	left: auto;
	top: 50px;
	opacity: 1;
}
#menu-primary-menu.align-right > li:hover > ul {
	left: auto;
	right: 0;
	opacity: 1;
}
#menu-primary-menu ul li:hover > ul {
	left: 175px;
	top: 0;
	opacity: 1;
}
#menu-primary-menu.align-right ul li:hover > ul {
	left: auto;
	right: 170px;
	top: 0;
	opacity: 1;
	padding-right: 5px;
}
#menu-primary-menu ul li a {
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	display: block;
	padding: 8px 10px;
}
#menu-primary-menu.align-right ul ul li a {
	text-align: right;
}
#menu-primary-menu ul ul li:last-child > a, #menu-primary-menu ul ul li.last > a {
	border-bottom: 0;
}
#menu-primary-menu > ul > li > ul::after {
	content: '';
	border: 6px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: #ffffff;
	position: absolute;
	top: -12px;
	left: 30px;
}
#menu-primary-menu.align-right > ul > li > ul::after {
	left: auto;
	right: 30px;
}
#menu-primary-menu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#menu-primary-menu.align-right ul ul li.has-sub::after {
	border-left-color: transparent;
	border-right-color: #9ea2a5;
	right: auto;
	left: 10px;
}
#menu-primary-menu ul ul li.has-sub:hover::after {
	border-left-color: #ffffff;
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#menu-primary-menu.align-right ul ul li.has-sub:hover::after {
	border-right-color: #ffffff;
	border-left-color: transparent;
	left: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}/*=========================================*//* INNER PAGE CSS START *//*=========================================*/
.inner_wapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
h1 {
	font-family: 'DINPro-Bold';
	font-size: 46px;
}
h2 {
	font-family: 'DINPro';
	font-size: 35px;
	line-height: 26px;
	color: #100c32;
	text-transform: uppercase;
}
h3 {
	font-family: 'DINPro-Bold';
	font-size: 28px;
}
h4 {
	font-family: 'DINPro-Bold';
	font-size: 27px;
}
.btn-group {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.btn-box {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.btn-box a {
	min-width: 270px;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #fff;
	line-height: 46px;
	border-radius: 4px;
	text-align: center;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
	padding: 0 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.btn-box a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #233c85;
	transform-origin: left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.btn-box a:hover::after {
	opacity: 1;
}
.btn-large a {
	min-width: 366px;
}
.orange-bg a {
	background: rgb(200,100,27);
	background: -moz-linear-gradient(top, rgba(244,120,32,1) 50%, rgba(200,100,27,1) 50%);
	background: -webkit-linear-gradient(top, rgba(244,120,32,1) 50%, rgba(200,100,27,1) 50%);
	background: linear-gradient(to bottom, rgba(244,120,32,1) 50%, rgba(200,100,27,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8641b', endColorstr='#f47820', GradientType=0 );
}
.orange-bg a::after {
	background-color: #ed7102;
}
.green-bg a {
	background: rgb(147,200,64);
	background: -moz-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
	background: -webkit-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
	background: linear-gradient(to bottom, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c840', endColorstr='#7eab37', GradientType=0 );
}
.green-bg a::after {
	background-color: #93c840;
}
.white-bg a {
	background: #fff;
	border: 2px solid #233c85;
	color: #233c85;
}
.white-bg a::after {
	background-color: #eeeeee;
}
.breacrumb {
	width: auto;
	display: inline-block;
	vertical-align: top;
	background: #ef4036;
	float: left;
}
.breacrumb ul {
	display: inline-block;
	vertical-align: top;
	padding: 4px 26px 0;
}
.breacrumb ul li {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.breacrumb ul li a {
	color: #fff;
}
.breacrumb ul li:after {
	content: "/";
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 2px;
}
.breacrumb ul li:last-child:after {
	display: none;
}/* Product page css start */
.product_page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.top_text_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 26px;
	color: #231f20;
	padding: 69px 0 74px;
}
.top_text_blk p {
	margin: 0;
	padding: 0 70px;
}
.product_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 103px 0 34px;
}
.product_blk .product_sub_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.product_sub_blk .product_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #233c85;
	padding: 60px 0 50px;
}
.product_blk .product_box:last-child {
	border-bottom: 0;
}
.product_box .image {
	max-width: 435px;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.product_box .image img {
	max-width: 100%;
	display: inline-block;
}
.product_box .product_info {
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #231f20;
	padding: 0 0 0 50px;
}
.product_box .product_info h2 {
	font-family: 'DINPro-Bold';
	font-size: 28px;
	color: #233c85;
	text-transform: uppercase;
	padding: 0 0 27px;
}
.product_box .product_info > a {
	font-size: 18px;
	color: #93c840;
	text-decoration: underline;
	display: block;
	text-align: right;
	padding: 21px 0 0;
}
.product_box .product_info .btn-group {
	display: block;
	margin: 58px -14px 0;
	float: right;
	text-align: right;
	font-size: 0;
}
.product_box .product_info .btn-box {
	padding: 5px 14px;
	display: inline-block;
	vertical-align: top;
}
.product_box .product_info .btn-box a {
	min-width: 200px;
}
.jtag_live_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #dedfe0;
	padding: 60px 0 65px;
}
.jtag_live_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #000;
}
.jtag_live_blk h2 {
	padding: 28px 0 30px;
}
.jtag_live_blk .btn-box {
	margin: 61px 0 0;
}
.jtag_live_blk .btn-box a {
	min-width: 270px;
	margin: 0 25px 0 0;
}
.jtag_live_blk .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.jtag_live_blk .image img {
	max-width: 100%;
}/* product page css end *//* Hardware page css start */
.hardware_page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.top_text_blk h2 {
	padding: 0 0 39px;
}
.hardware_page .top_text_blk h2 span {
	font-style: italic;
}
.section-nav, .cat-section-nav {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0.7s ease 0s normal none 1 running slide-down;
}
.section-nav-blk {
	margin: 0 0 93px;
}
.section-nav.posi, .cat-section-nav.posi {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-animation: slide-down 0.7s;
	animation: slide-down 0.7s;
}
.section-nav.bottom, .cat-section-nav.bottom {
	position: relative;
	-webkit-animation: slide-up 0.7s;
	animation: slide-up 0.7s;
}
@keyframes slide-down {
0% {
opacity:1;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slide-up {
0% {
opacity:1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.section-nav ul, .cat-section-nav ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-align: center;
}
.section-nav ul li, .cat-section-nav ul li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	height: 80px;
	text-align: center;
	background: rgb(0,138,207);
	background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
	background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#233c85', GradientType=1 );
	position: relative;
	padding: 0 15px;
	z-index: 5;
}
.knowled-page .section-nav ul li, .knowled-page .cat-section-nav ul li {
	width: 12%;
}
.section-nav ul li:nth-child(even), .cat-section-nav ul li:nth-child(even) {
	background: rgb(0,138,207);
	background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#00adef', GradientType=1 );
}
.section-nav ul li a, .cat-section-nav ul li a {
	font-size: 20px;
	color: #fff;
	display: block;
	height: 100%;
	font-family: 'DINPro-Bold';
	position: relative;
}
.knowled-page .section-nav ul li a, .knowled-page .cat-section-nav ul li a {
	font-size: 16px;
}
.section-nav ul li a span, .cat-section-nav ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
}
.section-nav ul li:nth-child(even) .triangle:before, .cat-section-nav ul li:nth-child(even) .triangle:before {
	background: rgb(0,138,207);
	background: -moz-linear-gradient(top, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: linear-gradient(to bottom, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#00adef', GradientType=1 );
}
.triangle {
	background: transparent;
	overflow: hidden;
	margin: 0 auto;
	width: 50px;
	height: 55px;
	transform: translateX(-50px) rotate(-90deg) skewY(30deg);
	display: block;
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 3;
}
.triangle:before {
	display: block;
	width: inherit;
	height: inherit;
	transform: skewY(-30deg) rotate(60deg) translate(50%);
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 0%, rgba(0,138,207,1) 100%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 0%, rgba(0,138,207,1) 100%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 0%, rgba(0,138,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#008acf', GradientType=0 );
	background-size: cover;
	content: '';
}
.hardware_accordion {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.hardware_accordion .panel-group {
	margin-bottom: 0;
}
.hardware_accordion .panel-default {
	border: 0;
	margin-top: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	box-shadow: none;
}
.hardware_accordion .panel-group-out > .panel-default > .panel-heading {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	border-color: transparent;
	background: rgb(0,138,207);
	background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
	background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#233c85', GradientType=1 );
	padding: 16px 0 18px;
}
.hardware_accordion .panel-group-out > .panel-default > .panel-heading .panel-title {
	font-family: 'DINPro-Bold';
	font-size: 28px;
	color: #fff;
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.hardware_accordion .panel-heading .panel-title a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.hardware_accordion .panel-default > .panel-heading a:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
}
.hardware_accordion .panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/close-icon-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 120px;
}
.hardware_accordion .panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 120px;
}
.hardware_accordion .panel-group .panel+.panel {
	margin-top: 0;
}
.hardware_accordion .panel-group-out > .panel-default:nth-child(even) > .panel-heading {
	background: rgb(0,138,207);
	background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
	background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#00adef', GradientType=1 );
}
.hardware_accordion .panel-body {
	padding: 0;
}
.hardware_accordion .panel-group-in .panel-default {
	position: relative;
}
.hardware_accordion .panel-group-in .panel-default > .panel-heading {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	border-color: transparent;
	padding: 16px 0 18px;
	border-bottom: 2px solid #233c85;
	transition: all .3s ease-in-out;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading .panel-title {
	font-family: 'DINPro-Bold';
	font-size: 28px;
	color: #233c85;
	display: block;
	float: right;
	text-transform: uppercase;
	width: calc(100% - 403px);
	text-align: left;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 2px solid #233c85;
	transition: all .3s ease-in-out;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 2px solid #233c85;
	transition: all .3s ease-in-out;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading.open {
	border-bottom: 0;
	background: #e9e9e9;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading.open:before, .hardware_accordion .panel-group-in > .panel-default > .panel-heading.open:after {
	border-bottom: 0;
	background: #e9e9e9;
}
.hardware_accordion .panel-group-in .collapse.in {
	border-bottom: 2px solid #233c85;
	position: relative;
	background: #e9e9e9;
	bottom: 0;
}
.hardware_accordion .panel-group-in .collapse.in:before {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 100%;
	width: 100%;
	height: 100%;
	display: block;
	background: #e9e9e9;
	border-bottom: 2px solid #233c85;
}
.hardware_accordion .panel-group-in .collapse.in:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 100%;
	width: 100%;
	height: 100%;
	display: block;
	background: #e9e9e9;
	border-bottom: 2px solid #233c85;
}
.hardware_accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 0 60px 0 85px;/*0 100px 0 85px*/
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading a:after {
	content: '';
	margin: 0;
	position: absolute;
	top: 0;
	right: 135px;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
}
.hardware_accordion .panel-group-in > .panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/close-icon-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
}
.hardware_accordion .product_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 60px 0 50px;
}
.hardware_accordion .product_box .image {
	max-width: 328px;
	margin: 0 50px 0 0;
}
.hardware_accordion .product_box .product_info {
	padding: 0;/*0 0 0 50px*/
}
.hardware_accordion .product_box .btn-box a {
	min-width: 270px;
}
.hardware_accordion .btn-large {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 48px 0 71px;
}
.hardware_accordion .panel-group-out .product_box .image {
	max-width: 328px;
	margin: 0 50px 0 0;
}
.hardware_accordion > .container > #accordion2 {
	border-top: 2px solid #233c85;
}
.hardware_accordion > .container > #accordion2 > .panel-default {
	position: relative;
}
.hardware_accordion > .container > #accordion2 > .panel-default:before {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 100%;
	width: 100%;
	height: 100%;
	display: block;
	border-top: 2px solid #233c85;
	transition: all .3s ease-in-out;
}
.hardware_accordion > .container > #accordion2 > .panel-default:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 100%;
	width: 100%;
	height: 100%;
	display: block;
	border-top: 2px solid #233c85;
	transition: all .3s ease-in-out;
}
.knowled-page .faq-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 100px 0 110px;
}
.knowled-page .faq-blk h2 {
	text-align: center;
	padding: 0 0 60px;
}
.knowled-page .faq-accord {
	padding: 0 0 110px;
}
.knowled-page .faq-blk .btn-box {
	text-align: center;
	width: 100%;
}
.knowled-page .product_sub_blk .event-blk {
	padding: 0 0 83px;
}/* Hardware page css end *//* Solution Design page css start */
.solution-design-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.solution-design-page .section-nav {
	margin: 0;
}
.design-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 177px;
}
.design-blk .product_sub_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 15px 0;
}
.design-blk .product_sub_blk .product_box {
	padding: 60px 0 50px;
}
.design-blk .product_box .image {
	max-width: 397px;
}
.design-blk .product_box .product_info {
	padding: 0 0 0 73px;
}
.design-blk .product_box .product_info .btn-group {
	margin: 60px -11px 0;
}
.design-blk .product_box .product_info .btn-box {
	padding: 0 11px;
}/* Solution Design page css end *//* Boundary page css start */
.boundary-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.boundary-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.boundary-sub-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.boundary-box-main {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 27px 0 0;
}
.boundary-box-main .boundary-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 71px 0 72px;
}
.boundary-box-main .boundary-box .image {
	max-width: 470px;
	float: right;
	display: block;
	position: relative;
	margin: 0;
}
.boundary-box-main .boundary-box .image img {
	max-width: 100%;
}
.boundary-box-main .boundary-box .boundary-info {
	float: left;
	display: block;
	width: calc(100% - 470px);
	padding: 0 40px 0 0;
}
.boundary-box-main .boundary-box:nth-child(even) .image {
	float: left;
}
.boundary-box-main .boundary-box:nth-child(even) .boundary-info {
	padding: 0 0 0 40px;
}
.boundary-box-main .boundary-box h2 {
	padding: 0 0 38px;
}
.boundary-box-main .boundary-box .btn-box {
	padding: 32px 0 0;
}
.play-btn {
	width: 100px;
	height: 100px;
	display: block;
	border: 4px solid #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
}
.play-btn img {
	width: 44px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 3px;
	z-index: 2;
}
.play-btn:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	border-radius: 100%;
}
.boundary-bottom {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #e5e5e5;
	text-align: center;
	padding: 88px 0 68px;
	margin: 71px 0 0;
}
.boundary-bottom h2 {
	padding: 0 0 34px;
}
.boundary-bottom p {
	padding: 0 80px;
}
.boundary-bottom .btn-box {
	padding: 35px 0 0;
}/* Boundary page css end *//* About page css start */
.about-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.about-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 16px 0 53px;
}
.about-page .top_text_blk h2 {
	padding: 0 0 32px 70px;
}
.about-blk .boundary-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}
.about-blk .boundary-box .image {
	max-width: 470px;
	float: right;
	display: block;
	position: relative;
	margin: 0;
}
.about-blk .boundary-box.image-left .image {
	float: left;
}
.about-blk .boundary-box.image-left .boundary-info {
	padding: 0 0 0 40px;
}
.about-blk .boundary-box .image img {
	max-width: 100%;
}
.about-blk .boundary-box .boundary-info {
	float: left;
	display: block;
	width: calc(100% - 470px);
	padding: 0 40px 0 0;
}
.boundary-box.image-left .btn-box {
	width: 100%;
	display: inline-block;
	text-align: right;
}
.about-blk .boundary-box h2 {
	padding: 0 0 38px;
}
.about-blk .boundary-box .btn-box {
	padding: 32px 0 0;
}
.about-page .boundary-bottom {
	padding: 88px 0 112px;
	margin: 0 0 44px;
}
.about-client {
	position: relative;
	margin: 80px 0 0;
}
.about-client .owl-nav {
	margin-top: 0;
}
.about-client .owl-nav .owl-prev {
	left: 0;
}
.about-client .owl-nav .owl-next {
	right: 0;
}
.about-client .owl-item img {
	width: auto;
	display: inline-block;
}
.about-client .owl-nav [class*=owl-] {
	background: #233C85;
	padding: 0;
	margin: 0;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
}
.about-client .owl-nav [class*=owl-] i {
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
}
.about-client .owl-nav [class*=owl-]:hover {
	background: #1e3372;
}
.about-page .contact-section {
	margin: 27px 0 0;
}/* About page css end *//* Support page css start */
.support-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.support-page .boundary-bottom {
	text-align: left;
	margin: 11px 0 24px;
}
.support-page .boundary-bottom p {
	padding: 0 10px 0 0;
}
.support-page .boundary-bottom .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.support-page .boundary-bottom {
	padding: 70px 0 55px;
}
.support-page .top_text_blk .btn-box {
	padding: 69px 0 0;
}
.support-page .contact-section {
	margin: 26px 0 0;
}/* Support page css end *//* Video page css start */
.video-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.video-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 95px;
}
.video-blk-in {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.video-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	padding: 0 0 53px;
}
.video-box .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 0px;
}
.video-box .image img {
	max-width: 100%;
}
.video-box h3 {
	font-family: 'DINPro-Bold';
	font-size: 20px;
	color: #000;
	padding: 0 0 4px;
}
.video-blk-in .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px 0 0;
}/* Video page css end *//* My Account page css start css  */
.account-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.account-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.account-blk h2 {
	padding: 0 0 83px;
}
.loggin-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 115px 0 105px;
}
.account-blk form {
	max-width: 721px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.account-blk form p {
	margin: 0;
}
.account-blk .input_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.account-blk .input, .account-blk .input_text {
	width: 100%;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	background: #fff;
	-webkit-appearance: none;
	border: 1px solid rgba(35,31,32,0.5);
	padding: 0 15px;
	margin: 0 0 39px;
}
.account-blk form label {
	font-size: 18px;
	color: #231f20;
	font-weight: normal;
	margin: 0 0 12px;
}
.registr-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #e6e6e6;
	padding: 129px 0 143px;
}
.account-blk input[type="submit"] {
	min-width: 270px;
	height: 46px;
	border: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 4px;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
}
.account-blk .login-submit {
	float: left;
	display: block;
}
.account-blk .loggin-blk input[type="submit"] {
	margin: 12px 0 0;
}
.loggin-blk .lost-link {
	float: right;
	display: block;
	font-size: 18px;
	color: #233c85;
}
.account-blk form a {
	float: right;
	display: block;
	font-size: 18px;
	color: #233c85;
	text-decoration: underline;
	line-height: 46px;
	margin: 12px 0 0;
}
.account-blk form [type="radio"]:checked, .account-blk form [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.account-blk form [type="radio"]:checked + label, .account-blk form [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
}
.account-blk form [type="radio"]:checked + label:before, .account-blk form [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(35, 31, 32, o.5);
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
}
.account-blk form [type="radio"]:checked + label:after, .account-blk form [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #233c85;
	position: absolute;
	top: 4px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.account-blk form [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.account-blk form [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}/* My Account page css start end *//* Hardware Focus page css start */
.hd-focus-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 58px 0 0;
}
.hd-focus-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.related-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #e2e3e4;
	padding: 128px 0 179px;
}
.related-blk h2 {
	text-align: center;
	padding: 0 0 84px;
}
.related-slider .related-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.related-slider .related-box .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.related-slider .related-box .image img {
	width: auto;
}
.related-slider .related-box h3 {
	font-size: 20px;
	color: #000;
	padding: 28px 0 0;
	text-align: left;
}
.related-slider .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.related-slider .owl-nav {
	margin-top: 0;
}
.related-slider .owl-nav .owl-prev {
	left: -61px;
}
.related-slider .owl-nav .owl-prev:before {
	content: '';
	background: url(../images/prev-arrow.svg) no-repeat;
	width: 34px;
	height: 34px;
	display: block;
}
.related-slider .owl-nav .owl-next {
	right: -61px;
}
.related-slider .owl-nav .owl-next:before {
	content: '';
	background: url(../images/next-arrow.svg) no-repeat;
	width: 34px;
	height: 34px;
	display: block;
}
.related-slider .owl-nav [class*=owl-]:hover {
	background: none;
}
.allpro-list-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 99px 0 96px;
}
.allpro-list h2 {
	text-align: center;
	padding: 0 0 84px;
}
.allpro-list {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.allpro-list .allpro-list-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #233c85;
	padding: 0 0 0 26px;
}
.allpro-list .row > div[class*="col-"]:first-child .allpro-list-box {
	border-left: 0;
}
.allpro-list .allpro-list-box h3 {
	font-family: 'DINPro-Bold';
	font-size: 18px;
	color: #233c85;
	padding: 0 0 6px;
}
.allpro-list .allpro-list-box ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.allpro-list .allpro-list-box ul li {
	display: block;
	list-style: none;
	padding: 3px 0;
}
.allpro-list .allpro-list-box ul li a {
	display: block;
	font-size: 18px;
	color: #231f20;
}/* Hardware Focus page css end *//* Production page css start */
.production-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.production-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 133px;
}
.production-blk .production-list {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.production-blk .production-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-top: 2px solid #233c85;
	padding: 60px 0;
}
.production-blk .production-box:last-child {
	border-bottom: 2px solid #233c85;
}
.production-blk .production-box h2 {
	font-family: 'DINPro-Bold';
	color: #233c85;
	padding: 0 0 47px;
}
.production-blk .production-box p {
	padding: 0 110px 0 0;
}
.production-box .btn-group {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 81px 0 0;
}
.production-box .btn-box a {
	min-width: 200px;
}
.production-box .btn-box.white-bg {
	margin: 0 0 0 30px;
}/* Production page css end *//* Video popup css start */
.video-poup {
}
.video-poup iframe {
	width: 100% !important;
	height: 315px !important;
}
.video-poup button.close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	background: #233c85;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	padding:0;
}
.video-poup button.close span { 
	margin-top: -7px;
    display: block; 
}
.video-poup.modal-dialog {
	margin: 0 auto;
}
.video-poup {
	text-align: center;
	padding: 0!important;
}
.video-poup:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.video-poup .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}/* Video popup css end *//* Knowledge center page css start */
.knowled-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.knowled-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.publicat-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 87px 0 110px
}
.publicat-blk h2 {
	padding: 0 0 60px;
	text-align: center;
}
.publicat-blk .publicat-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.publicat-blk .publicat-box .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.publicat-blk .publicat-box .image img {
	max-width: 100%;
}
.publicat-blk .publicat-box h3 {
	font-family: 'DINPro-Bold';
	font-size: 20px;
	color: #000;
	padding: 12px 0 54px;
}
.publicat-blk .publicat-box .btn-box {
	text-align: left;
	padding: 0;
}
.publicat-blk .publicat-box .btn-box a {
	min-width: 170px;
}
.publicat-blk .btn-box {
	text-align: center;
	width: 100%;
	display: block;
	padding: 111px 0 0;
}/*.publicat-blk .btn-box a { min-width:370px; }*/
.knowled-blk .video-blk {
	background: #E0E0E0;
	padding: 84px 0 83px;
}
.knowled-blk .video-blk h2 {
	text-align: center;
	padding: 0 0 46px;
}
.knowled-blk .video-blk .video-box {
	padding: 0;
}
.knowled-blk .video-blk .btn-box {
	width: 100%;
	text-align: center;
	padding: 67px 0 0;
}
.event-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 84px 0 83px;
}
.event-blk h2 {
	text-align: center;
	padding: 0 0 38px;
}
.event-blk .event-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #233c85;
	padding: 40px 0;
}
.event-blk .event-box .left-part {
	float: left;
	display: block;
	width: calc(100% - 370px);
}
.event-blk .event-box .right-part {
	float: left;
	display: block;
	width: 370px;
}
.event-blk .event-box .image {
	max-width: 370px;
	float: left;
	display: block;
}
.event-blk .event-box .image img {
	max-width: 100%;
}
.event-blk .event-box .info-text {
	overflow: hidden;
	padding: 0 35px 0 27px;
}
.event-blk .event-box h3 {
	padding: 0 0 29px;
	font-size: 20px;
}
.event-blk .event-box .time-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.event-blk .event-box .time-blk ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.event-blk .event-box .time-blk ul li {
	display: block;
	list-style: none;
	padding: 0 0 18px;
	font-size: 20px;
}
.event-blk .event-box .time-blk ul li i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin: 0 19px 0 0;
}
.event-blk .event-box .time-blk ul li i img {
	vertical-align: top;
}
.event-blk .event-box .btn-box {
	padding: 0;
}
.event-blk .event-box .btn-box a {
	min-width: 370px;
}
.event-blk .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 66px 0 0;
}
.knowled-blk .product_sub_blk {
	padding: 50px 0 103px;
}
.knowled-blk .product_sub_blk h2 {
	text-align: center;
	padding: 0 0 38px
}
.knowled-blk .product_sub_blk .product_box {
	padding: 40px 0;
}
.knowled-blk .product_box .image {
	max-width: 370px;
}
.knowled-blk .product_box .product_info {
	padding: 0 0 0 27px;
}
.knowled-blk .product_box .product_info h3 {
	padding: 0 0 28px;
	font-size: 20px
}
.knowled-blk .product_sub_blk .product_info .btn-box {
	padding: 31px 0 0;
	width: 100%;
	text-align: right;
}
.knowled-blk .product_sub_blk .product_info .btn-box a {
	min-width: 370px;
}
.knowled-blk .product_sub_blk .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 68px 0 0;
	text-align: center;
}/* Knowledge center page css end *//* Webinar page css start */
.webinar-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.webinar-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.webinar-blk .event-blk {
	padding: 91px 0 56px;
}
.webinar-blk .event-box:last-child {
	border-bottom: 0;
}
.webinar-blk .event-box .info-text {
	padding: 0 35px 0 0;
}/* Webinar page css end *//* News page css start */
.news-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.news-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.news-blk .product_sub_blk .product_box {
	padding: 40px 0;
}
.news-blk .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 40px 0 100px;
}
.news-blk .product_sub_blk .product_box:last-child {
	border-bottom: 0;
}
.news-blk .product_box .image {
	max-width: 397px;
}
.news-blk .product_box .product_info .btn-box {
	padding: 48px 0 0;
	text-align: right;
	width: 100%;
}
.news-blk .contact-section {
	margin: 20px 0 38px;
}/* News page css end *//* Solution production page css start */
.solution-production-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.solution-production-blk {
	padding: 0 0 55px;
}
.solution-production-blk .hardware_accordion .panel-body {
	padding: 58px 0 48px;
}
.design-blk .text-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 38px;
}
.solution-production-blk h2 {
	color: #233c85;
	font-family: 'DINPro-Bold';
	line-height: 32px;
	padding: 0 0 31px;
}
.solution-production-page .solution-production-blk .image {
	margin: 0 68px 0 0;
}
.solution-production-blk .image {
	display: block;
	float: left;
	margin: 0;
}
.solution-production-blk p {
	margin: 0 0 38px;
}
.solution-production-page .panel-body hr {
	border: 1px solid #233c85;
}
.solution-production-blk .panel-body .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 0;
}
.solution-production-blk .panel-body .btn-box a {
	min-width: 200px;
	margin: 0 10px;
}
.solution-production-blk .panel-body .btn-box a:last-child {
	margin-right: 0;
}
.solution-production-blk .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 40px 0 0;
}
.solution-production-page .section-nav .triangle {
	transform: translateX(-50%) rotate(-90deg) skewY(30deg);
	left: 50%;
	right: auto;
}/* Solution production page css end *//* Single product css start */
.single_pro_page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.single_pro_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 75px 0 0;
}
.single_pro_blk h2 {
	color: #233c85;
	font-family: 'DINPro-Bold';
	font-size: 28px;
	padding: 0 0 45px;
}
.product_info_blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.product_info_blk .product_info {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 82px;
}
.product_info .text-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 35px 0 115px;
}
.product_feature {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 42px;
}
.product_feature ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0 18px;
}
.product_feature ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.single_pro_blk .btn-group {
	width: auto;
	display: block;
	margin: 0 -30px;
	text-align: right;
	padding: 0 35px 0 0;
}
.single_pro_blk .btn-group .btn-box {
	padding: 0 30px 30px;
}
.single_pro_blk .section-nav ul li {
	width: 14%;
	margin-left: -1px;
}
// added on 04 july 2018 by Hitesh old width = 16.66%.single_pro_blk .hardware_accordion .panel-body {
padding:29px 150px 48px;
}
.single_pro_blk .hardware_accordion .panel-body p {
	margin: 0;
}
.more-img img {
	padding: 0 30px;
}
.related-product {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.related-product .related-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 0 0 52px;
}
.related-product .related-box .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 40px;
	height: 265px;
}
.related-product .related-box h3 {
	font-size: 20px;
	color: #36499B;
	padding: 5px 0 39px;
}
.single_pro_blk .hardware_accordion .panel-group-out #collapse6 .panel-body {
	padding: 29px 0 48px;
}/* Single product css end  */ /* FAQ page css start */
.faq-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.faq-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.faq-accord {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 132px;
}
.faq-accord .panel-group {
	margin-bottom: 0;
}
.faq-accord .panel-default {
	border: 0;
	margin-top: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	box-shadow: none;
	padding: 0 0 4px;
}
.faq-accord .panel-group > .panel-default > .panel-heading {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-color: #ececec;
	border-color: transparent;
	padding: 19px 39px 21px;
	border-radius: 0;
}
.faq-accord .panel-group > .panel-default > .panel-heading .panel-title {
	font-family: 'DINPro';
	font-size: 28px;
	color: #233c85;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.faq-accord .panel-heading .panel-title a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding: 0 45px 0 0;
}
.faq-accord .panel-default > .panel-heading a:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
}
.faq-accord .panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 2px;
	right: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.faq-accord .panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: '';
	display: block;
	float: right;
	background-image: url(../images/down-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 2px;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.faq-accord .panel-group .panel+.panel {
	margin-top: 0;
}
.faq-accord .panel-body {
	padding: 23px 100px 36px;
}
.faq-accord .panel-default > .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}/* FAQ page css end *//* Contact page css start */
.contact-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact-blk {
	width: 100%;
	max-width: 970px;
	display: block;
	margin: 0 auto;
	padding: 72px 0 127px;
}
.contact-blk .map-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact-blk .map-blk iframe {
	width: 100% !important;
	height: 320px !important;
	float: left;
	border: 0;
	padding: 0 36px 0 0;
}
.contact-blk .map-blk .address-info {
	font-family: 'DINPro';
	color: #100c32;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact-blk .map-blk .address-info strong {
	font-family: 'DINPro-Bold';
	font-weight: normal;
}
.contact-blk .map-blk .address-info a {
	color: #100c32;
}
.contact-blk .map-blk .address-info p {
	margin: 0 0 26px;
}
.contact-blk .contact-form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 80px 0 0;
}
.contact-blk .contact-form h2 {
	padding: 0 0 69px;
}
.contact-form h3 {
	font-family: 'DINPro-Bold';
	font-size: 18px;
	font-weight: normal;
	color: #100c32;
	padding: 59px 0 60px;
	text-transform: uppercase;
}
.contact-blk .contact-form form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact-form .input_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 26px;
}
.contact-form .input_row.half {
	width: 48.5%;
	display: block;
	float: right;
	vertical-align: top;
}
.contact-form .input_row.half:nth-child(2) {
	padding: 0;
	float: left;
}
.contact-form .input_row .input_text {
	width: 100%;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 0 15px;
}
.contact-form .input_row label {
	font-weight: normal;
	font-size: 18px;
}
.contact-form .input_row textarea.input_text {
	height: 185px;
	padding: 15px;
}
.contact-form span.wpcf7-list-item {
	margin: 0 75px 0 0;
}
.contact-form .input_row .wpcf7-radio .wpcf7-list-item-label {
	font-size: 0;
}
.contact-form .wpcf7 .wpcf7-submit {
	min-width: 270px;
	height: 46px;
	border-radius: 4px;
	font-family: 'DINPro';
	font-size: 20px;
	color: #fff;
	border: 0;
	display: block;
	float: right;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
}
.contact-form .wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #979798;
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: ' ';
	width: 9px;
	height: 9px;
	background: #100c32;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Base for label styling */
.wpcf7 [type="checkbox"]:not(:checked), .wpcf7 [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.wpcf7 [type="checkbox"]:not(:checked) + span, .wpcf7 [type="checkbox"]:checked + span {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
}/* checkbox aspect */
.wpcf7 [type="checkbox"]:not(:checked) + span:before, .wpcf7 [type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #979798;
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
}/* checked mark aspect */
.wpcf7 [type="checkbox"]:not(:checked) + span:after, .wpcf7 [type="checkbox"]:checked + span:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #100c32;
	position: absolute;
	top: 4px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}/* checked mark aspect changes */
.wpcf7 [type="checkbox"]:not(:checked) + span:after {
	opacity: 0;
	transform: scale(0);
}
.wpcf7 [type="checkbox"]:checked + span:after {
	opacity: 1;
	transform: scale(1);
}
.global-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 85px 0 0;
}
.global-blk h2 {
	padding: 0 0 46px;
}
.global-blk p {
	margin: 0 0 52px;
}
.global-blk h3 {
	font-family: 'DINPro-Bold';
	font-size: 18px;
	color: #233c85;
	font-weight: normal;
	padding: 0 0 43px;
}
.global-blk ul {
	margin: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 43px;
}
.global-blk ul li {
	display: block;
	list-style: none;
	font-size: 18px;
	color: #231f20;
}
.global-blk ul li a {
	color: #231f20;
}
.sales-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.sales-blk .form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.sales-blk .country-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.sales-blk .country-blk label {
	font-weight: normal;
	font-size: 18px;
}
.sales-blk .btn-search {
	min-width: 200px;
	height: 46px;
	border-radius: 4px;
	font-family: 'DINPro';
	font-size: 20px;
	color: #fff;
	border: 0;
	display: block;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
	outline: none;
}
.sales-blk select {
	width: 100%;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 0 15px;
	margin: 0 0 20px;
}
.sales-blk h2 {
	padding-bottom: 30px;
}/* Contact page css end *//* White paper page css start */
.white-paper-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.white-paper-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 89px 0 84px;
}
.white-paper-blk h2 {
	font-family: 'DINPro-Bold';
	font-size: 27px;
	color: #233c85;
	line-height: 36px;
	padding: 0 0 49px;
	text-transform: none;
}
.white-form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.white-form h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #233c85;
	padding: 0 0 15px;
}
.white-paper-blk p {
	margin: 0 0 26px;
}
.white-form .gform_wrapper {
	margin: 28px 0 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.white-form .gform_wrapper .gform_heading {
	display: none;
}
body .white-form .gform_wrapper ul li.gfield {
	margin-top: 0;
	padding-right: 0;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.white-form .gform_wrapper .top_label .gfield_label {
	max-width: 175px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 0;
}
body .white-form .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .white-form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}
body .white-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
	max-width: 230px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 65px;
}
.white-form .gform_wrapper .gfield_checkbox li, .white-form .gform_wrapper .gfield_radio li {
	line-height: 1;
	margin: 0;
}
.white-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 0 15px;
	font-size: 16px;
}
.white-form .gform_wrapper .top_label input.medium, .white-form .gform_wrapper .top_label select.medium {
	width: 100%;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 0 15px;
}
.white-form .gform_wrapper .gfield_radio li label {
	margin: 0 0 13px;
	line-height: 18px;
	padding: 0 0 0 28px;
	font-weight: normal;
}
.white-form .gform_wrapper .gfield_radio li:last-child label {
	margin-bottom: 0;
}
.white-form .gchoice_select_all, .white-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .white-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: normal;
}
.white-form .gform_wrapper .gfield_required {
	display: none;
}
.white-form .gform_wrapper .gform_footer {
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
}
.white-form .gform_wrapper .gform_footer input.button, .white-form .gform_wrapper .gform_footer input[type=submit], .white-form .gform_wrapper .gform_page_footer input.button, .white-form .gform_wrapper .gform_page_footer input[type=submit] {
	min-width: 170px;
	height: 46px;
	border-radius: 4px;
	font-family: 'DINPro';
	font-size: 20px;
	color: #fff;
	border: 0;
	display: block;
	float: right;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
	margin: 0;
}/* White paper page css end *//*  Solution page css start */
.solution-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.solution-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.solution-page .solution-section {
	padding: 0 0 100px 0;
}/*  Solution page css end *//* 404 page css start */
.error-404 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 100px 0;
}
.error-404 h1 {
	padding: 0 0 40px;
}
.error-404 h1 span {
	display: block;
	font-family: 'DINPro-Bold';
	font-size: 90px;
	background: #233c85;
	background: -moz-linear-gradient(left, #233c85 0%, #009ee3 100%);
	background: -webkit-linear-gradient(left, #233c85 0%, #009ee3 100%);
	background: linear-gradient(to right, #233c85 0%, #009ee3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#009ee3', GradientType=1 );
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-o-text-fill-color: transparent;
}/* 404 page css end */
.sampale-page {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.sampale-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 70px 0 0
}
.sampale-sub-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 100px;
}
.sampale-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 50px;
}
.sampale-box h3 {
	text-align: center;
	padding: 0 0 20px;
	font-size: 20px;
}
.sampale-box .image {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 30px;
	height: 255px;
}
.sampale-box .image img {
	width: 100%;
}
.sampale-box .btn-box {
	width: 100%;
}
.sampale-box .btn-box a {
	min-width: 100%;
	width: 100%;
}
.w3n_sw_download {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #231f20;
	padding: 70px 0 100px;
}
.w3n_sw_download .w3n_block {
	width: 50%;
	display: block;
	float: left;
	padding: 15px 0;
}
.w3n_sw_download .w3n_block:nth-child(2n-1) {
	clear: both;
}
.w3n_sw_download .w3n_block h3 {
	font-family: 'DINPro-Bold';
	font-size: 18px;
	color: #233c85;
	font-weight: normal;
	padding: 0 0 20px;
}
.w3n_sw_download .w3n_block ul {
	display: block;
}
.w3n_sw_download .w3n_block ul li {
	display: block;
	list-style: none;
}
.w3n_sw_download .w3n_block a {
	color: #233c85;
}/*=========================================*//* INNER PAGE CSS END *//*=========================================*/
.img-left .image {
	float: left !important;
	margin: 0 40px 0 0;
}
.img-left .boundary-info {
	padding: 0 0 0 70px !important;
}
.img-right .image {
	float: right !important;
	margin: 0 0 0 40px;
}
/*25-07-2018 start*/
.trainings-template-default .img-right .image{width: 40%;float: right;margin: 0;}
.trainings-template-default .img-right .boundary-info {width: 60%;float: left}
.trainings-template-default .img-left .image{width: 40%;float: left;margin: 0;}
.trainings-template-default .img-left .boundary-info {width: 60%;float: right}
/*25-07-2018 end*/
.img-right .boundary-info {
	padding: 0 40px 0 0 !important;
}
.page-template-default .content {
	padding: 70px 0 100px;
}
.page-template-default h1, .post-template-default h1 {
	font-family: 'DINPro-Bold';
	font-size: 46px;
	padding: 0 0 30px;
}
.page-template-default h2, .post-template-default h2 {
	padding: 10px 0 30px;
}
.page-template-default h3, .post-template-default h3 {
	padding: 0 0 30px;
}
.page-template-default h4, .page-template-default h5, .page-template-default h6 {
	padding: 0 0 15px;
	font-family: 'DINPro-Bold';
	font-size: 18px;
}
.page-template-default p {
	margin: 0px 0 20px;
}
.page-template-default ol {
	display: block;
	padding: 0 0 0 20px;/*0 0 20px 20px*/
}
.page-template-default ol li {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 5px 0;
}
.page-template-default ul {
	display: block;
	padding: 0 0 20px 20px;
}
.page-template-default ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 5px 0;
}
.page-template-default .img-left .image {
	margin: 0 40px 0 0;
}
.page-template-default .img-left .boundary-info, .post-template-default .img-left .boundary-info {
	padding: 0 !important;
}
.page-template-default .img-right .image {
	margin: 0 0 0 40px;
}
.page-template-default .img-right .boundary-info, .post-template-default .img-left .boundary-info {
	padding: 0 !important;
}/*.page-template-default a { color:#000; }*/
.event-template-default .content {
	padding: 70px 0 100px;
}
.event-template-default .img-left .image {
	margin: 0 40px 0 0;
}
.event-template-default .img-left .boundary-info {
	padding: 0 !important;
}
.event-template-default .img-right .image {
	margin: 0 0 0 40px;
}
.event-template-default .img-right .boundary-info {
	padding: 0 !important;
}
.em-location-map-container {
	height: 213px !important;
}
.event-template-default a {
	color: #000;
}
.location-template-default .content {
	padding: 70px 0 100px;
}
.location-template-default .img-left .image {
	margin: 0 40px 0 0;
}
.location-template-default .img-left .boundary-info {
	padding: 0 !important;
}
.location-template-default .img-right .image {
	margin: 0 0 0 40px;
}
.location-template-default .img-right .boundary-info {
	padding: 0 !important;
}
.location-template-default .boundary-info > div {
	float: left !important;
	margin: 0 60px 20px 0 !important;
}
.location-template-default .boundary-info > div .em-location-map-container {
	width: 600px !important;
	height: 320px !important;
}
.location-template-default a {
	color: #000;
}
.search .main-content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 70px 0 100px;
}
.search .page-content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}
.search .search-content {
	padding: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.search a h1 {
	color: #000;
	font-size: 35px;
	padding: 0 0 15px;
}
.content {
	padding: 70px 0 100px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.gravito-form-section {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 100px;
}
.gravito-form-section .gform_wrapper {
	margin: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	max-width: 650px;
}
.gravito-form-section .gform_wrapper .gform_heading {
	display: none;
}
body .gravito-form-section .gform_wrapper ul li.gfield {
	margin-top: 0;
	padding-right: 0;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
}
.gravito-form-section .gform_wrapper .top_label .gfield_label {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 0;
}
body .gravito-form-section .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gravito-form-section .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}
body .gravito-form-section .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
	max-width: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
}
.gravito-form-section .gform_wrapper .gfield_checkbox li, .gravito-form-section .gform_wrapper .gfield_radio li {
	line-height: 1;
	margin: 0;
}
.gravito-form-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 0 15px;
	font-size: 16px;
}
.gravito-form-section .gform_wrapper .top_label input.medium, .gravito-form-section .gform_wrapper .top_label select.medium {
	width: 100%;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 0 15px;
}
.gravito-form-section .gform_wrapper .gfield_radio li label, .gravito-form-section .gform_wrapper .gfield_checkbox li label {
	margin: 0 0 13px;
	line-height: 18px;
	padding: 0 0 0 28px;
	font-weight: normal;
}
.gravito-form-section .gform_wrapper .gfield_radio li:last-child label {
	margin-bottom: 0;
}
.gravito-form-section .gchoice_select_all, .gravito-form-section .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gravito-form-section .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: normal;
}
.gravito-form-section .gform_wrapper .gfield_required {
	display: none;
}
.gravito-form-section .gform_wrapper .gform_footer {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.gravito-form-section .gform_wrapper .gform_footer input.button, .gravito-form-section .gform_wrapper .gform_footer input[type=submit], .gravito-form-section .gform_wrapper .gform_page_footer input.button, .gravito-form-section .gform_wrapper .gform_page_footer input[type=submit] {
	min-width: 170px;
	height: 46px;
	border-radius: 4px;
	font-family: 'DINPro';
	font-size: 20px;
	color: #fff;
	border: 0;
	display: block;
	float: none;
	background: rgb(35,60,133);
	background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
	background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
	margin: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	background: none !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #000 !important;
}
.gform_wrapper div.validation_error {
	border: 0 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	padding: 0 !important;
}
.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100% !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #979798 !important;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 8px !important;
}
.gform_wrapper .validation_message {
	font-weight: normal !important;
}/* Base for label styling */
.gform_wrapper [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label, .gform_wrapper [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}/* checkbox aspect */
.gform_wrapper [type="checkbox"]:not(:checked) + label:before, .gform_wrapper [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #979798;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
}/* checked mark aspect */
.gform_wrapper [type="checkbox"]:not(:checked) + label:after, .gform_wrapper [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 4px;
	left: 3px;
	font-size: 15px;
	line-height: 0.8;
	color: #100c32;
	transition: all .2s;
	font-family: Helvetica, Arial, sans-serif;
}/* checked mark aspect changes */
.gform_wrapper [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.gform_wrapper [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}/*.section-nav.posi { background:#fff; box-shadow:0 10px 20px rgba(0,0,0,0.10);}*/
.collapse.in {
	height: auto !important;
}/*27-6-2018 start*//*meet*/
.get-advice-poup .modal-dialog ul {
	display: inline-block !important;
	vertical-align: top;
	width: 100%;
}
.get-advice-poup .modal-dialog ul li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.get-advice-poup .modal-dialog ul li.field-half {
	width: 50%;
	float: left;
	clear: none;
}
.get-advice-poup .modal-dialog ul li.field-half input[type="text"], .get-advice-poup .modal-dialog ul li.field-half select.gfield_select {
	width: 100%;
	height: 39px;
}
.get-advice-poup .button {
	border: 2px solid #233c85;
	background: none;
	outline: none;
	width: 170px !important;
	height: 50px;
	font-family: 'DINPro';
	color: #337ab7;
}
.get-advice-poup .gform_wrapper .top_label div.ginput_container {
	margin-top: 5px;
}
.gform_wrapper ul li.gfield {
	margin-top: 8px;
}
button.close {
	z-index: 2;
	opacity: 1;
	padding: 15px;
	position: relative;
	outline: none;
}
.get-advice-poup button.close > span {
	font-size: 55px;
	line-height: 10px;
	color: #000;
}
.sales-blk {
	padding: 50px 0 0;
}
.sales-blk #sales-data {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-top: 75px;
}
.sales-blk #sales-data h5 {
	font-size: 17px;
	padding: 0 0 15px
}
.sales-blk #sales-data h4 {
	font-size: 22px;
	color: #233c85;
	padding: 0 0 20px;
}
.sales-blk #sales-data .address-box {
	padding: 0 0 35px;
}
.sales-blk #sales-data img {
	margin: 0 0 25px;
}
.sales-blk .button-blk {
	padding-top: 10px;
}
.sales-blk h2 {
	padding-bottom: 8px;
}/*27-6-2018 end*/
.appliction-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.appliction-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 50px 0;
	border-bottom: 2px solid #233c85;
}
.appliction-box h3 {
	padding: 0 0 15px;
}
.appliction-box .col-row {
	display: block;
	margin: 0 -15px;
}
.appliction-box .col-1 {
	width: calc(100% - 300px);
	float: left;
	display: block;
	padding: 0 15px;
}
.appliction-box .col-2 {
	width: 300px;
	float: left;
	display: block;
	padding: 0 15px;
}
.appliction-box .application-info {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.appliction-box .application-download {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.appliction-box .application-download ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
}
.appliction-box .application-download ul li {
	display: block;
	list-style: none;
	padding: 0 0 5px;
}
.appliction-box .application-download ul li i {
	color: #233c85;
}
.custom-page .container > ul {
	padding: 0 0 30px 20px;
	display: inline-block;
	width: 100%;
}
.custom-page .container > ul > li {
	display: list-item;
	list-style-type: disc;
	padding: 0 0 0 5px;
	color: #009ee3;
	list-style-position: outside;
	width: 100%;
}
.custom-page .container > ul > li a {
	display: inline-block;
	color: #009ee3;
}
.custom-page p a {
	column-rule: #009ee3;
	;
}
.table-con {
	display: inline-block;
	width: 100%;
}
.table_con_main {
	display: inline-block;
	width: 100%;
	padding: 50px 10%;
}
.table-con {
	display: inline-block;
	width: 100%;
	border: #ccc solid 1px;
}
.table-con tr td {
	font-size: 16px;
	border-bottom: #ccc solid 1px;
}
.table-con tr strong.head-tl {
	font-weight: normal;
	font-family: 'DINPro';
	display: block;
	font-size: 18px;
	padding: 10px 0;
	column-rule: #009ee3;
}
.table-con tr td {
	border-right: #ccc solid 1px;
	padding: 5px 15px;
}
.table-con tr td .mobile-show {
	display: none;
}
.table-con tr:last-child {
	border: 0px;
}
.table-con tr td:last-child {
	border-right: 0px;
}
.table-con tr.first-line td:last-child {
	border-bottom: #ccc solid 1px;
}
.table-con tr:last-child td {
	border-bottom: 0px;
}
.consulting {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.live-shop-blk {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 34px 0;
}
.live-shop-blk .live-info {
	float: left;
	display: block;
	font-size: 18px;
	font-family: 'DINPro-Light';
	color: #f47820;
	width: calc(100% - 270px);
	padding: 0 38px 0 0;
}
.live-shop-blk .live-info i {
	float: left;
	display: block;
	padding: 0 28px 0 0;
}
.live-shop-blk .btn-box {
	overflow: hidden;
	margin: 3px 0 0;
}
.header-top .list li {
	position: relative;
}
.languages .languagesMenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	width: 180px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	z-index: 999;
	padding:0 !important; 
	display:none;
}
/*.languages:hover .languagesMenu { opacity:1; transform: translate(-50%,30px); visibility:visible; }*/
.languagesMenu li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	width: 100%;
}
.languagesMenu li a {
	display: block;
	padding: 5px 15px;
	color: #100c32 !important;
	font-size: 14px !important;
	font-family: 'DINPro';
}
.hardware_accordion .panel-group-in > .panel-default.active {
	background: #e9e9e9
}
.hardware_accordion .panel-body {
	margin: 0 !important;
}
.full-with-content h2 {
	color: #233c85;
	font-family: 'DINPro-Bold';
	line-height: 32px;
	padding: 0 0 31px;
}
.full-with-content .container > .panel-body > h2 {
	padding: 30px 0 30px;
}
.full-with-content p {
	margin: 0 0 38px;
}
.full-with-content .panel-body .btn-box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 0;
	margin: 0 0 40px;
}
.full-with-content .btn-box a {
	margin: 0 0 0 15px;
}
.full-with-content .panel-body hr {
	border: 1px solid #233c85;
}
.solution-production-blk ul,.full-with-content ul,.full-with-content ol{display: block; padding: 0 0 20px 20px;}
.solution-production-blk ul.full-width, .full-with-content ul.full-width, .full-with-content ol.full-width,.page-template-default ul.full-width {
    display: inline-block;
    padding: 10px 0 20px 20px;
    width: 100%;
    vertical-align: top;
}
.solution-production-blk ul li,.full-with-content ul li{list-style-type: disc;list-style-position: outside;padding: 5px 0;}
.solution-production-blk ol li,.full-with-content ol li{list-style-type: decimal;list-style-position: outside;padding: 5px 0;}
/**/
.back-link-blk {
	margin-bottom: 10px
}
.back-link-blk a {
	color: #233c85;
	font-family: 'DINPro';
	font-size: 18px;
}
.back-link-blk a i {
	padding-right: 5px
}
/**/
.w3n_marcom_download {
	padding: 70px 0 100px
}
.w3n_marcom_download .col-row .col-1 {
	width: calc(100% - 610px);
}
.w3n_marcom_download .marcom-cat-blk {
	padding-top: 50px;
	padding-bottom: 20px;
}
.w3n_marcom_download .marcom-cat-blk ul, .w3n_sw_download .applications-cat-blk ul {
	padding-top: 15px;
}
.w3n_marcom_download .marcom-cat-blk ul li, .w3n_sw_download .applications-cat-blk ul li {
	padding-bottom: 8px;
}
.w3n_marcom_download .marcom-cat-blk ul li a.active {
	font-weight: 900;
}
.banner-wrap {
	overflow: hidden;
}
.boundary-blk ul {
	padding-left: 20px;
}
.boundary-blk ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.tp-video-play-button {
	text-align: center !important;
}
.banner-wrap a.btn {
	text-align: center !important;
}
.banner-wrap div.buttons {
	padding: 21px 0px 0px 40px !important;
}
/*MIT START*/
.header-top ul#menu-header-top-menu,
.header-top ul#menu-header-top-menu-german,
.header-top ul#menu-header-top-menu-russian { padding-bottom:0; }
.header-top ul#menu-header-top-menu-german li,
.header-top ul#menu-header-top-menu-russian li,
.header-top ul#menu-header-top-menu li { list-style-type:none;padding-bottom:0; padding-top:0; }
.header-top .widget_nav_menu { display:inline-block; vertical-align:top; width:auto; }
.header-top .header-links { padding-left:30px;  /*margin-left:25px;*/ }
.header-top ul#menu-header-top-menu-german li a,
.header-top ul#menu-header-top-menu-russian li a,
.header-top ul#menu-header-top-menu li a {font-family: 'DINPro'; font-size:14px; color:#ffffff; }
/*MIT END*/
/*----D P---*/
.catagari_main {display:inline-block; vertical-align:top; width:100%; padding:0 0 30px 0;}
.catagari_box {display:inline-block; vertical-align:top; width:100%;}
.catagari_box li {display:inline-block; vertical-align:top;}
.catagari_box li a { 
    height: 46px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    border-radius: 4px;
    text-align: center;
    background: rgb(35,60,133);
    background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
    padding: 0 40px;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.catagari_box li a:hover {background:#233c85;}
.faq-page .faq-blk h2 {
    text-align: center;
    padding: 0 0 60px;
}
/* Customer References page css start */
.filter-city { width:100%; display:inline-block; vertical-align:top; text-align:right; font-size:0; padding: 0 0 30px;  }
.filter-city .input-row { width:auto; display:inline-block; vertical-align:top; }
.filter-city .input-row + .input-row { margin:0 0 0 15px; }
.filter-city .input-row .bootstrap-select { width:200px !important; }
.filter-city .input-row .dropdown-menu { min-width:100%; }
.customer-blk { width:100%; float:left; padding:60px 0; }
.customer_list { width:100%; display:inline-block; vertical-align:top; }  
.customer_list .row > div[class*="col-"]:nth-child(4n+1) { clear:both;  }
.customer_list .customer-box { width:100%; display:inline-block; vertical-align:top; text-align:center; padding:0 0 60px; margin:0 0 60px; border-bottom:1px solid #233c85;  }
.customer_list .customer-box p { min-height:150px; }
.customer_list .customer-box a p {color: #000 }
.customer_list .customer-box h3 { font-size:18px; padding:20px 0; min-height:44px; }
.customer_list .customer-box h3 a { display:block; color:#100c32; }
.customer_list .customer-box h3 a:hover { color:#233c85; }
.customer_list .customer-box h3 span { display:block; }
.customer_list .customer-box .image { width:100%; display:inline-block; vertical-align:top; }
.customer_list .customer-box .image a { display:block; }
.customer-blk .btn-box { width:100%; text-align:center; }
.customer_list:before {background: url('../images/double_cot.png'); position: absolute; top: -15px; left: -25px; min-height: 133px; content: ''; width: 177px;background-repeat: no-repeat;}
.customer_list  {position: relative;display: inline-block;width: 100%}
.single_customer_page { width:100%; float:left; }
.single_customer-blk { width:100%; display:inline-block; vertical-align:top; padding:60px 0; }
.single_customer-blk .customer_info { width:100%; display:inline-block; vertical-align:top; }
.customer_info .text_blk { max-height:280px; display:inline-block; vertical-align:top; overflow:hidden; margin:0 0 30px; }
.customer_info .text_blk h3 { padding:0 0 20px; }
.customer_info .text_blk.open { max-height:100%; }
.customer-sidebar { width:100%; display:inline-block; vertical-align:top; background:#f1f1f1; padding:15px; }
.customer-sidebar .image { width:100%; display:inline-block; vertical-align:top; margin:0 0 20px; text-align: center;}
.single_customer-blk .contact-form { background:#f1f1f1; width:100%; display:inline-block; vertical-align:top; padding:30px; margin:60px 0 0; }
.single_customer-blk .contact-form span.wpcf7-list-item { margin:0 50px 0 0; }
/* Customer References page css end */
/*.faq-accord .panel-group-out .panel-heading {    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border-color: transparent;
    background: rgb(0,138,207);
    background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
    background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(35,60,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#233c85', GradientType=1 );
    padding: 16px 0 18px;
}
.faq-accord .panel-group-out .panel-heading .panel-title{  
        font-family: 'DINPro-Bold';
    font-size: 28px;
    color: #fff;
  
    width: 100%;
    display: inline-block;
    vertical-align: top;}
.faq-page  .faq-accord .panel-group > .panel-default > .panel-heading {
    font-family: 'DINPro-Bold';
    font-size: 28px;
    color: #233c85;
    width: 100%;
    display: inline-block;
    vertical-align: top; }
	
.faq-page .faq-accord .panel-default {margin:0; padding:0;}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading {    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border-color: transparent;
    padding: 16px 42px 18px 0;
    border-bottom: 2px solid #233c85;
    transition: all .3s ease-in-out; background:none;
}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading:after {    content: '';
    position: absolute;
    bottom: -2px;
    left: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 2px solid #233c85;
    transition: all .3s ease-in-out;}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading:before {    content: '';
    position: absolute;
    bottom: -2px;
    right: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 2px solid #233c85;
    transition: all .3s ease-in-out;
}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading.open:before {border:none;}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading.open:after {border:none;}
.faq-page .faq-accord .panel-body {padding:0;}
	
.faq-page .faq-accord .panel-group > .panel-default > .panel-heading .panel-title {font-family: 'DINPro-Bold';
    font-size: 28px;
    color: #233c85;
    width: 100%;
    display: inline-block;
    vertical-align: top;}
	
	
.faq-page .faq-accord .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	
.faq-page	.faq-accord .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	.faq-page .faq-accord .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	
.faq-page .panel-group-out > .panel-default:nth-child(even) > .panel-heading {    background: rgb(0,138,207);
    background: -moz-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
    background: linear-gradient(to right, rgba(0,138,207,1) 0%, rgba(0,173,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008acf', endColorstr='#00adef', GradientType=1 );
}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading a[aria-expanded="true"]:after {
    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading a[aria-expanded="false"]:after {
    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	.faq-page .faq-accord .panel-default > .panel-heading a[aria-expanded="true"]:after {    content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	.faq-page .faq-accord .panel-default > .panel-heading a[aria-expanded="false"]:after {content: '';
    display: block;
    float: right;
    background-image: url(../images/down-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 2px;
    right: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
.faq-page .faq-accord .panel-default .panel-body .panel-group .panel-heading.open{    border-bottom: 0;
   }	
	
.faq-page .panel-group .collapse.in {    border-bottom: 2px solid #233c85;
    position: relative;
    bottom: 0;
}
.faq-page .panel-group > .panel-default > .panel-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 2px solid #233c85;
    transition: all .3s ease-in-out;}
	
.faq-page .panel-group .collapse.in:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 100%;
    width: 100%;
    height: 100%;
    display: block;
 
    border-bottom: 2px solid #233c85;}
	.faq-page .panel-group > .panel-default > .panel-heading.open:before, .faq-page .panel-group > .panel-default > .panel-heading.open:after {border-bottom:0;}
.faq-page .panel-group .collapse.in:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 2px solid #233c85;}*/
	
	/* 1-10-2018 */
	
	.yikes-easy-mc-form label {width:auto !important;float: left;}
	
 .yikes-mailchimp-container  input.input-text{max-width: 194px !important;
    line-height: 46px;
    min-height: 46px;
    margin-right: 20px;
    border: none !important;
    background: #fff;
    color: #000000;
    font-family: 'DINPro';
    font-size: 18px;
    padding: 0 0 0 11px !important;
    padding: 0 0 0 11px !important;
	font-weight: normal;
}

 .yikes-mailchimp-container button {width:auto !important;
 
	min-width: 76px;
    line-height: 24px;
    min-height: 46px !important;
    border: none;
    padding: 0;
    margin: -6px 0 0 0;
    color: #fff;
    font-family: 'DINPro';
    font-size: 20px;
    border-radius: 8px;
    background: rgb(147,200,64);
    background: -moz-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
    background: -webkit-linear-gradient(top, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
    background: linear-gradient(to bottom, rgba(147,200,64,1) 50%, rgba(126,171,55,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c840', endColorstr='#7eab37', GradientType=0 );
}

 .yikes-mailchimp-container button:hover{background: #93c840;}	
 
 
 .contact-section .yikes-mailchimp-container input.input-text {background: #fff;width: 100%;   max-width: 100% !important;height: 46px;-webkit-appearance: none;moz-appearance: none;}
 
 
 
 .contact-section .yikes-easy-mc-form label {width: 64.5% !important;}
.contact-section .yikes-mailchimp-container button {width: 170px !important;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin: 0 0 0 30px;
    background: rgb(35,60,133);
    background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;}
	
	.contact-section .yikes-mailchimp-container button:hover{background: #233c85;}
	
.customer_list .customer-box .crplus { display:inline-block; vertical-align:top; margin:0 0 0 5px; cursor:pointer; }
.customer_list .customer-box .crplus:after { content:"\f067"; font-family:'FontAwesome'; font-size:18px; }
.customer_list .customer-box .crminus { display:inline-block; vertical-align:top; margin:0 0 0 5px; }
.customer_list .customer-box .crminus:after { content:"\f068"; font-family:'FontAwesome'; font-size:18px; cursor:pointer; }

.customer_list .customer-box p {
    min-height: 205px;
}

.yikes-mailchimp-container br {

    display: none;

}

.boundary-info .ihc-register-2 { margin:0 auto; width:100%; min-width:100%; font-family: 'DINPro'; }
.boundary-info .iump-form-line-register { margin: 0 0 39px; padding:0; }
.boundary-info .ihc-register-2 label { min-width:100%; width:100%; display:inline-block; font-size: 18px; color: #231f20; font-weight: normal; margin: 0 0 12px; }
.boundary-info .ihc-register-2 input[type=text], 
.boundary-info .ihc-register-2 input[type=email],
.boundary-info .ihc-register-2 input[type=password] { width: 100%; height: 46px; display: inline-block; vertical-align: top; box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;   background: #fff;  -webkit-appearance: none; border: 1px solid rgba(35,31,32,0.5); padding: 0 15px; margin: 0; }
.boundary-info .ihc-register-2 input[type="submit"] { min-width: 270px; width:auto; height: 46px; border: 0; display: inline-block; vertical-align: top; text-align: center; font-size: 20px;    color: #fff; border-radius: 4px; background: rgb(35,60,133) !important; background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 )  !important; }
.boundary-info .ihc-register-2 .iump-submit-form { text-align:left; }

.boundary-info .ihc-login-template-11 { padding:0; padding-top:0; }
.boundary-info .ihc-login-template-11 .impu-form-line-fr { border:0; background:none; box-shadow:none; margin:0 0 40px;  }
.boundary-info .ihc-login-template-11 .impu-form-line-fr input[type=text], 
.boundary-info .ihc-login-template-11 .impu-form-line-fr input[type=password] { width: 100%; height: 46px; display: inline-block; vertical-align: top; box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;   background: #fff;  -webkit-appearance: none; border: 1px solid rgba(35,31,32,0.5); padding: 0 15px; margin: 0; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.boundary-info .ihc-login-template-11 .fa-ihc { line-height:46px; }
.boundary-info .ihc-login-template-11 [type="checkbox"]:checked { position:relative; left:0; }
.boundary-info .ihc-login-template-11 .impu-form-input-remember:checked:before { content: ''; border: 3px solid #233c85; display: inline-block; width: 3px; height: 10px; border-top: 0; border-left: 0; position: absolute; top: 0px;left: 5px; box-sizing: content-box; -webkit-transform: rotate(36deg); -khtml-transform: rotate(36deg); -moz-transform: rotate(36deg);-ms-transform: rotate(36deg); -o-transform: rotate(36deg); transform: rotate(36deg); }
.boundary-info .ihc-login-template-11 .impu-remember-wrapper {  margin-right:0; padding-left:0; }
.ihc-login-template-11 .impu-form-input-remember { margin:-4px 10px 0 0; }
.boundary-info .ihc-login-template-11 .impu-remember-wrapper span { font-size: 18px; color: #231f20; font-weight: normal; padding-left:0; }
.boundary-info .impu-form-links-pass { padding-right:0; }
.boundary-info .impu-form-links-pass a { font-size: 18px; color: #233c85; text-decoration: underline !important; line-height:1; margin: 12px 0 0; }
.boundary-info .ihc-login-template-11 .impu-form-submit { text-align:left; margin:39px 0 0; }
.boundary-info .ihc-login-template-11 .impu-form-submit input { min-width: 270px; width:auto; height: 46px; border: 0; display: inline-block; vertical-align: top; text-align: center; font-family: 'DINPro'; font-size: 20px; color: #fff; border-radius: 4px; background: rgb(35,60,133) !important; background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%)  !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 )  !important; font-weight:normal; }
.boundary-info .ihc-login-template-11 .impu-form-links { text-align:left; color: #231f20; }
.boundary-info .ihc-login-template-11 .impu-form-links div { color: #777; }
.boundary-info .ihc-login-template-11 .impu-form-links a { color: #231f20; }


/* Gravity form css st */
.contact-form .gform_wrapper { margin: 0;  }
.contact-form .gform_wrapper .gform_heading { display: none;  }
.contact-blk .contact-form form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 26px;
	margin-top: 0;
	clear: none;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield.half {
	width: 48.5%;
	display: block;
	float: right;
	vertical-align: top;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield.half:nth-child(2) {
	padding: 0;
	float: left;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield input {
	width: 100%;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 0 15px;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield textarea {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979798;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;	
    height: 185px;
    padding: 15px;
}
.contact-form .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	font-size: 18px;
}
.contact-form .input_row textarea.input_text {
	height: 185px;
	padding: 15px;
}
.contact-form .gform_wrapper ul.gfield_radio li {
	margin: 0 75px 0 0;
	display: inline-block;
}

.contact-form .gform_wrapper ul li.field_description_below div.ginput_container_radio { margin-top: 0;  }
.contact-form .gform_wrapper .top_label li ul.gfield_radio { width: 100%; margin:0;  }
.contact-form .gform_wrapper ul li#field_13_4 > label { display: none;  }
.gform_wrapper .gfield_radio li [type="radio"]:checked, 
.gform_wrapper .gfield_radio li [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.gform_wrapper .gfield_radio li [type="radio"]:checked + label, 
.gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
	margin: 0;
	font-weight: normal;
}
.gform_wrapper .gfield_radio li [type="radio"]:checked + label:before, 
.gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #979798;
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) inset;
}
.gform_wrapper .gfield_radio li [type="radio"]:checked + label:after, 
.gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:after {
	content: ' ';
	width: 9px;
	height: 9px;
	background: #100c32;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gform_wrapper .gfield_radio li [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact-form .gform_wrapper .gform_footer { display: inline-block; width: 100%; padding: 0; margin: 0; }
.contact-form .gform_wrapper .gform_footer input.button, 
.contact-form .gform_wrapper .gform_footer input[type="submit"] {
    min-width: 270px;
    height: 46px;
    border-radius: 4px;
    font-family: 'DINPro';
    font-size: 20px;
    color: #fff;
    border: 0;
    display: block;
    float: right;
    background: rgb(35,60,133);
    background: -moz-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: -webkit-linear-gradient(top, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    background: linear-gradient(to bottom, rgba(35,60,133,1) 50%, rgba(30,51,114,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#1e3372', GradientType=0 );
}
/* Gravity form css ed */