
/*===== 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;
}
}
@media (min-width: 1440px) {

	.container {
		width: 100%;
		max-width: 1400px;
	}

}

.header {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}


.page-template-home-tpl-2022 { padding-top: 167px; }
.single-whitepaper,
.page-template-downloads-tpl-2022,
body:not(.page-template-home-tpl-2022) { padding-top: 158px; }
body.page-template-landing-tpl,
body.page-template-adviceform-tpl,
body.page-template-quoteform-tpl { padding-top: 0 !important; }

.header.header_new { position: absolute;top: 0;left: 0;width: 100%; }
.page-template-home-tpl-2022 .header.header_new .header-bot {
	position: relative;
	width: 100%;
	background: rgb(0,145,211);
	background: linear-gradient(0deg, rgba(0,145,211,1) 0%, rgba(13,63,145,1) 100%);
}
.page-template-home-tpl-2022 .header.header_new .header-bot .header-bottom {
	display: flex;align-items: center;justify-content: space-between;
}
.page-template-home-tpl-2022 .header.header_new .header-bot .navbar { padding-top: 0; }
.page-template-home-tpl-2022 .header.header_new div[class*="menu-primary-menu"] > ul > li > a { font-size: 20px; color: #fff;font-weight: 400; }
.page-template-downloads-tpl-2022 .header.header_new div[class*="menu-primary-menu"] > ul > li > a,
.whitepaper-template-default .header.header_new div[class*="menu-primary-menu"] > ul > li > a,
body:not(.page-template-home-tpl-2022) .header.header_new div[class*="menu-primary-menu"] > ul > li > a { font-size: 20px; font-weight: 400; }

.page-template-downloads-tpl-2022 .main.small-size .header.header_new div[class*="menu-primary-menu"] > ul > li > a,
body:not(.page-template-home-tpl-2022) .main.small-size .header.header_new div[class*="menu-primary-menu"] > ul > li > a,
.page-template-home-tpl-2022 .main.small-size .header.header_new div[class*="menu-primary-menu"] > ul > li > a,
.whitepaper-template-default .main.small-size .header.header_new div[class*="menu-primary-menu"] > ul > li > a { font-size: 18px; }
.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;
}
.page-template-home-tpl-2022 .header.header_new:before { display: none; }
.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;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.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.header_new { z-index: 100;padding-top: 67px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.header.header_new .header-top .container { display: flex; }
.header-top .header-links {
	display: inline-block;
	vertical-align: top;
}
.header.header_new .header-top .header-links { display: flex;justify-content: flex-end;align-items: center;margin-left: auto; }
.header.header_new .header-top .header-links .lang-blk { position: relative;margin: 0 36px 0 0; }
/*.header.header_new .header-top .header-links .lang-blk:after { position: absolute;top: 100%;left: 0;pointer-events: none;display: flex;width: 100%; height: 16px;content: ''; }*/
.header.header_new .header-top .header-links .lang-blk > a { display: flex;padding: 0 5px;font-family: 'DINPro';color: #100C32;font-weight: 600;text-transform: uppercase; }
.header.header_new .header-top .header-links .lang-blk ul { position: absolute;top: 100%;left: 0;margin-top: 30px; background: #fff;opacity: 0;visibility: hidden; -webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.header.header_new .header-top .header-links .lang-blk ul.is-active { opacity: 1;visibility: visible;margin-top: 16px; }
.header.header_new .header-top .header-links .lang-blk ul li { display: block; }
.header.header_new .header-top .header-links .lang-blk ul li + li { border-top: solid 1px #0091D3; }
.header.header_new .header-top .header-links .lang-blk ul li a { display: flex;font-family: 'DINPro';color: #100C32;font-weight: 600;text-transform: uppercase;padding:4px 8px; }
.header.header_new .header-top .header-links .lang-blk ul li a:hover { color: #fff;background: #100C32; }
.header.header_new .header-top .header-links .download-link-btn { position: relative;display: flex;padding: 0 32px 0 36px; border-left: solid 1px #0091D3; }
.header.header_new .header-top .header-links .download-link-btn a { position: relative;display: flex;font-size: 20px; color: #100C32;align-items: center; }
.header.header_new .header-top .header-links .download-link-btn a .icon { display: flex;width: 26px;height: 26px;margin-left: 13px;background: url('../images/download-icon.svg') no-repeat center center; }
.header.header_new .header-top .header-links .user-box { position: relative;display: flex;padding: 0 36px 0 30px; border-left: solid 1px #0091D3; }
.header.header_new .header-top .header-links .user-box a { position: relative;display: flex;font-size: 20px; color: #100C32;align-items: center; }
.header.header_new .header-top .header-links .user-box a .icon { display: flex;width: 26px;height: 26px;margin-left: 13px;background: url('../images/user-icon.svg') no-repeat center center;background-size: cover; }
.header.header_new .header-top .top_menu_new { position: relative;display: flex;padding: 0 36px 0 30px; border-left: solid 1px #0091D3; }
.header.header_new .header-top .top_menu_new ul,
.header.header_new .header-top .top_menu_new ul li { display: flex;min-height: 28px;align-items: center; }
.header.header_new .header-top .top_menu_new ul li a { position: relative;display: flex;font-size: 20px !important; color: #100C32 !important; }
.header.header_new .header-top .header-links .search-from { position: relative;display: flex;border-left: solid 1px #0091D3;padding-left: 30px; }
.header.header_new .header-top .header-links .search-from .searchform { padding-right: 0; }
.header.header_new .header-top .header-links .search-from .search-btn { display: flex;align-items: center; }
.header.header_new .header-top .header-links .search-from .search-btn .text { display: flex;font-size: 20px; color: #100C32;text-transform: capitalize; }
.header.header_new .header-top .header-links .search-from .search-btn .icon { display: flex;width: 20px;height: 20px;margin-left: 13px; background: url('../images/search-icon.svg') no-repeat center center;background-size: cover;border: none;outline: none;border-radius: 0; }
.header.header_new .header-top .header-links .search-from .search-box { position: absolute;top: 100%;left: 0;margin-top: 16px; display: none;padding-right: 30px;
	border: solid 1px #0091D3;min-width: 160px;background: #fff;display: none; }
.header.header_new .header-top .header-links .search-from .search-box.is-active { display: block; }
.header.header_new .header-top .header-links .search-from .search-box .inputbox { position: relative;width: 100%;height: 30px; background: #fff;border: none;outline: none;border-radius: 0; padding-left: 10px;}
.header.header_new .header-top .header-links .search-from .search-box .submit { position: absolute;top: 5px;right: 10px;display: flex;width: 20px;height: 20px; background: url('../images/search-icon.svg') no-repeat center center;background-size: cover;border: none;outline: none;border-radius: 0; }
.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;
}

.header.header_new .logo-wrap .img.white,
.page-template-home-tpl-2022 .header.header_new .logo-wrap .img { display: none; }
.page-template-home-tpl-2022 .header.header_new .logo-wrap .img.white { display: block; }

.header.header_new .left_menu { display: flex;opacity: 0;visibility: hidden;margin-right: auto;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms;align-items: center; }
.header.header_new .left_menu .fx-logo { display: flex; max-width: 86px;margin-right: 29px; }
.header.header_new .left_menu .fx-logo a { display: flex; }
.header.header_new .left_menu .fx-logo a img { width: 100%; }
.header.header_new .left_menu .menu-btn { position: relative;display: flex;padding: 9px 10px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
/*.header.header_new .left_menu .navbar-toggle { display: block;margin: 0;cursor: pointer; }
.header.header_new .left_menu .navbar-toggle .icon-bar { background: #fff; }*/
.header.header_new .left_menu .menu-toggle { position: relative;width: 24px;height: 16px; }
.header.header_new .left_menu .menu-toggle .icon-bar { width:100%; height:2px; float:left; position:relative; top:6px; background:#fff; border-radius:2px;}
.header.header_new .left_menu .menu-toggle .icon-bar:before,
.header.header_new .left_menu .menu-toggle .icon-bar:after { content:""; width:auto; height:2px; background:#fff; border-radius:2px; position:absolute; left:0; right:0; z-index:1; -webkit-transition-duration:.3s, .3s; transition-duration:.3s, .3s; -webkit-transition-delay:.15s, 0s; transition-delay:.15s, 0s;}
.header.header_new .left_menu .menu-toggle .icon-bar:before { top:-6px; -webkit-transition-property:top, transform; transition-property:top, transform;}
.header.header_new .left_menu .menu-toggle .icon-bar:after { bottom:-6px; -webkit-transition-property:bottom, transform; transition-property:bottom, transform;}
.header.header_new .left_menu .menu-toggle.active .icon-bar { background:none;}
.header.header_new .left_menu .menu-toggle.active .icon-bar:before,
.header.header_new .left_menu .menu-toggle.active .icon-bar:after { -webkit-transition-delay:0s, .15s; transition-delay:0s, .2s;}
.header.header_new .left_menu .menu-toggle.active .icon-bar:before { top:0px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
.header.header_new .left_menu .menu-toggle.active .icon-bar:after { bottom:0px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}

.header.header_new.fixed { position: fixed;top: 0;left: 0; padding-top: 0; }
.header.header_new .header-top {position: absolute;top: 0;left: 0;z-index: 510; background: #F4F4F4;width: 100%; }
.header.header_new.fixed .header-bottom { display: flex;justify-content: center; }
.header.header_new.fixed .logo-wrap { display: none; }
.header.header_new.fixed .header-bottom .navbar-right { float: none !important;margin-right: 0 !important; }
.page-template-home-tpl-2022 .header.header_new.fixed .header-bot .header-bottom { justify-content: center; }
.page-template-home-tpl-2022 .header.header_new.fixed #menu-primary-menu > li > a { /*color: #100c32;*/ }

@media (min-width: 768px) {

	.header.header_new.fixed .header-top {		
		background: rgb(0,145,211);
		background: linear-gradient(0deg, rgba(0,145,211,1) 0%, rgba(13,63,145,1) 100%);
	}
	.header.header_new.fixed .header-top .header-links .download-link-btn,
	.header.header_new.fixed .header-top .header-links .user-box,
	.header.header_new.fixed .header-top .top_menu_new,
	.header.header_new.fixed .header-top .header-links .search-from { border-left-color: #fff; }
	.header.header_new.fixed .header-top .header-links .lang-blk > a,
	.header.header_new.fixed .header-top .header-links .download-link-btn a,
	.header.header_new.fixed .header-top .header-links .user-box a,
	.header.header_new.fixed .header-top .top_menu_new ul li a,
	.header.header_new.fixed .header-top .header-links .search-from .search-btn .text { color: #fff !important; }
	.header.header_new.fixed .header-top .header-links .download-link-btn a .icon,
	.header.header_new.fixed .header-top .header-links .user-box a .icon,
	.header.header_new.fixed .header-top .header-links .search-from .search-btn .icon { filter: brightness(0) invert(1); }
	.header.header_new.fixed .header-top .left_menu { opacity: 1;visibility: visible; }

}



.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;
}
body:not(.page-template-home-tpl-2022) .header.header_new .buttons .btn-success,
.page-template-home-tpl-2022 .header.header_new .buttons .btn-success,
.page-template-downloads-tpl-2022 .header.header_new .buttons .btn-success,
.whitepaper-template-default .header.header_new .buttons .btn-success { display: flex;min-width: 138px;min-height: 38px;padding: 0 37px !important; font-family: 'DINPro'; font-size: 20px;color: #fff;align-items: center;justify-content: center;background: rgb(146,199,64);background: linear-gradient(180deg, rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);border-radius: 10px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
body:not(.page-template-home-tpl-2022) .main.small-size .header.header_new .buttons .btn-success,
.page-template-home-tpl-2022 .main.small-size .header.header_new .buttons .btn-success,
.page-template-downloads-tpl-2022 .main.small-size .header.header_new .buttons .btn-success,
.whitepaper-template-default .main.small-size .header.header_new .buttons .btn-success { min-width: 115px; padding: 0 15px !important; }
.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;
}
.home .solution-section { padding-bottom: 5px; }
.home .solution-section .btnbox a.btn-blue { background-color: #0091D3 !important; border-radius: 10px; line-height: 56px; padding: 0 45px; border-radius: 10px; font-size: 25px; background: none; color: #fff; }
.home .solution-section .btnbox a.btn-blue:hover { background-color: #100C32 !important; }
.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;
}
.footer-top-v2 .logo-block { margin-right: 0; padding-right: 33px; width: 25%; }
.footer-top-v2 .info-block { margin-right: 0; padding-right: 25px; width: 50%; }
.footer-top-v2 .quick-link-block { margin-right: 0; width: 25%; }
.footer-top-v2 .map-box { text-align: center; }
.footer-top-v2 .map-box img { margin: 0 auto; }
.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; }*/
div[class*="menu-primary-menu"] {
	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: 68px;
	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: none;
	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, 0.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;
	color: #fff !important;
}
.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: 45px 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;
}
body .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: 20px;
	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 select {
	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;
}
.contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.half) { max-width: 100% !important; }
.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-page.contact-page-thank .global-blk { padding: 35px 0 0; }
.contact-page.contact-page-thank .global-blk p { margin: 0; }
.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 */

.video-blk .video-blk-in #videos .col-md-4{min-height: 374px;}

/* 04-11-2019 ST */

.w3n_publication .product_box .image div{background-repeat: no-repeat;background-size: cover; background-position: center center;width: 100%; height:240px; }
.w3n_publication .product_box .image div img{display: none}
.w3n_publication .product_info .btn-box button{min-width: 200px;height: 46px; outline: none;border: none;
    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;
}
.w3n_publication .product_info .btn-box button:hover::after{opacity: 1;}
.w3n_publication .product_info .btn-box button::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;
}

/* 16-09-2019 */
.page-template-downloads-tpl .publicat-blk .col-md-4:nth-child(3n + 1) {
    /* background: #000; */
    clear: both;
}
/* 16-09-2019 */

/* 27-9-2019 Start */
.product_info .text-blk ul li { list-style:outside disc; margin:0 0 0 20px;}
.product_info .text-blk ol li { list-style:outside decimal; margin:0 0 0 20px;}
.product_box .product_info ul li { list-style:outside disc; margin:0 0 0 20px;}
.product_box .product_info ul li ul li { margin:0px;}
/* 27-9-2019 End */


/*17-8-2021 Start*/
.more_bottom_text { width: 100%; padding: 35px 0 0 0; text-align: center; }
.cta-button { width: 100%; position: relative; 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%); margin-bottom: 50px;
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%);
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c85', endColorstr='#b3009ee3', GradientType=1 ); padding: 50px 0; }
.cta-button .buttons { padding: 0; width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center; }
.contact-blk.contact-blk_main { padding-bottom: 50px; }
.contact_form_wapper .contact-blk { padding-top: 0; }
.contact_form_wapper .contact-blk .contact-form { padding-top: 0; }
.contact-page.country_page .contact-blk .contact-form { padding: 50px 0 0; }

.inner_wapper.country_cat_page .contact-blk .contact-form { padding: 50px 0 0 0; }
.inner_wapper.country_cat_page .contact-blk:not(.state_cls) { padding-bottom:0; }
.inner_wapper.country_cat_page .sales-blk { padding: 0; }
.inner_wapper.country_cat_page .sales-blk .contact-blk { padding-top: 0; }
.inner_wapper.country_cat_page .contact-blk .flag_image { padding: 50px 0 0 0; }
.inner_wapper.country_cat_page .contact-blk .flag_image img { width: auto; height: 200px; float: right; border: 1px solid #233c85; }
/*17-8-2021 End*/

.cta-button-block .more_bottom_text {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    color: #fff;
    max-width: 730px;
    margin: 0 auto;
}

.banner-data .buttons a { line-height: 46px !important; padding-top: 0 !important; }

.sales-blk #sales-data .address-title {padding: 0 0 16px;}
.sales-blk #sales-data img {max-width: 100px;margin: 0 0 10px;}


.banner_land {background: rgb(13,63,145); min-height: 819px; position: relative; z-index: 3;
	background: -moz-linear-gradient(top,  rgba(13,63,145,1) 0%, rgba(11,71,150,1) 11%, rgba(9,79,157,1) 20%, rgba(7,88,163,1) 29%, rgba(5,96,169,1) 40%, rgba(3,104,176,1) 50%, rgba(1,112,183,1) 61%, rgba(0,121,190,1) 71%, rgba(0,129,197,1) 80%, rgba(0,137,204,1) 90%, rgba(0,145,211,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 11%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 29%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 61%,rgba(0,121,190,1) 71%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	background: linear-gradient(to bottom,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 11%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 29%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 61%,rgba(0,121,190,1) 71%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );
}
.banner_land_wrp { width: 100%; position: relative;  overflow: hidden;  padding: 234px 0 50px 0; }
.banner_land_wrp .banner_land_inner { max-width: 990px; margin: 0 auto; width: 100%; position: relative; text-align: center; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; justify-content: center;align-content: center; align-items: center;  }
.banner_land_inner .top_min_tag { background-color: #100C32; border-radius: 50px; color: #ffffff; padding: 0 28px; line-height: 36px; text-transform: uppercase; font-size: 20px; margin-bottom: 29px; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); opacity: 0; visibility: hidden; }
.banner_land_inner .what_do_tag { color: #100C32; font-size: 30px; text-transform: uppercase; padding-bottom: 9px; font-family: 'DINPro-Medium'; }
.banner_land_inner .main_title h1 { color: #FFFFFF; font-size: 70px; line-height: 1.285714; font-family: 'DINPro'; }
.banner_land_btns_main { width: 100%; position: relative; padding-top: 71px; }
.banner_land_btns { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; }
.banner_land_btns .land_btns_wp { padding: 0 20px; width: 50%; text-align: center; -webkit-transition: padding 0.3s ease-in-out; -moz-transition: padding 0.3s ease-in-out; -ms-transition: padding 0.3s ease-in-out; transition: padding 0.3s ease-in-out; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: flex-end; min-height: 95px; }
.banner_land_btns .land_btns_wp a { backface-visibility: hidden; position: relative; font-family: 'DINPro'; color: #ffffff; font-size: 32px; height: 84px; z-index: 2; display: inline-block; vertical-align: top; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.banner_land_inner .top_min_tag.animation,
.banner_land_btns .land_btns_wp a.animation { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.banner_land_btns .land_btns_wp a.green_btn { line-height: 84px; padding: 0 62px;  }
.banner_land_btns .land_btns_wp a.green_btn:after { content: ''; position: absolute; left: -72px; right: -72px; top: 0; bottom: 0; border-radius: 10px; z-index: -1; pointer-events: none;
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
background: rgb(146,199,64);
background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 );
}
.banner_land_btns .land_btns_wp a.green_btn:before { content: ''; position: absolute; top: -49px; left: -43px; width: 86px; height: 93px; background-image: url(../images/ico-button.png); background-position: left bottom; background-repeat: no-repeat; background-size: contain; z-index: 3; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.banner_land_btns .land_btns_wp a.green_btn:hover:before { top: -25px; } 
.banner_land_btns .land_btns_wp a.green_btn:hover:after { left: 0; right: 0; }
.banner_land_btns .land_btns_wp a.green_btn:hover { margin-bottom: 11px; }


.banner_land_btns .land_btns_wp a.white_border { line-height: 81px; padding: 0 62px; }
.banner_land_btns .land_btns_wp a.white_border:after { content: ''; position: absolute; left: -72px; right: -72px; top: 0; bottom: 0; border-radius: 10px; z-index: -1; pointer-events: none;
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;border: solid 3px #FFFFFF; }
.banner_land_btns .land_btns_wp a.white_border:before { content: ''; position: absolute; top: -54px; left: -40px; width: 85px; height: 98px; background-image: url(../images/ico-button-2.png); background-position: left bottom; background-repeat: no-repeat; background-size: contain; z-index: 3; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.banner_land_btns .land_btns_wp a.white_border:hover:after { left: 0; right: 0; }
.banner_land_btns .land_btns_wp a.white_border:hover:before { top: -29px; } 
.banner_land_btns .land_btns_wp a.white_border:hover { margin-bottom: 11px; }
.land_top_shaps {position: absolute; bottom: 100%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding-bottom: 42px; }
.land_top_shaps_inner { -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -ms-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -ms-transform: translateY(-110%); -ms-transform: translateY(-110%); transform: translateY(-110%);  }
.land_top_shaps.animation .land_top_shaps_inner {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}

.down_arrow { position: absolute; bottom: -22px; left: 50%; margin-left: -22px; -webkit-animation: jumpInfinite 1.5s infinite; -moz-animation: jumpInfinite 1.5s infinite; -ms-animation: jumpInfinite 1.5s infinite; animation: jumpInfinite 1.5s infinite;  }
@keyframes jumpInfinite {
	0% {
	  transform: translateY(0);
	}
	25% {
	  transform: translateY(10px);
	}
	100% {
	  transform: translateY(0);
	}
  }
.banner_shap_1 { position: absolute; top: 0; right: 0; pointer-events: none; z-index: -1; }
.banner_shap_2 { position: absolute; bottom: -203px; left: 0; pointer-events: none; z-index: -1; }

.help_grow_sec { width: 100%; position: relative; padding: 115px 0 293px; z-index: 1; }
.help_grow_sec:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background: -moz-linear-gradient(top,  rgba(0,145,211,0) 0%, rgba(0,145,211,0.1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,145,211,0) 0%,rgba(0,145,211,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,145,211,0) 0%,rgba(0,145,211,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000091d3', endColorstr='#1a0091d3',GradientType=0 );
}
@media (min-width: 1440px) {
.help_grow_sec .container { width: 1398px; }
}
.help_grow_top { width: 100%; position: relative;}
.help_grow_top .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.help_grow_top .row:after,
.help_grow_top .row:before { display: none; }
.help_grow_top_dtl { width: 100%; position: relative; border-bottom: solid 1px rgba(0, 0, 0, 0.15); text-align: center; padding: 0 0 81px 0; margin: 0 0 89px 0; }
.help_grow_top_dtl h2 { font-size: 50px; line-height: 1.2; font-family: 'DINPro-Medium'; color: #100C32; text-transform: none; padding: 0 0 26px 0; }
.help_grow_top_dtl p { font-size: 20px; line-height: 2; color: #100C32; }
.list_sec_title { width: 100%; text-align: center; padding-bottom: 50px; }
.list_sec_title h2 { text-transform: none; font-size: 50px; line-height: normal; }

.step_sec { width: 100%; position: relative; }
.step_sec .step_row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.step_sec .step_row .step_col { width: 50%; padding: 0 15px; position: relative; }
.step_sec .step_row + .step_row { margin-top: 82px; }
.step_sec .step_row:nth-child(even) { justify-content: flex-end; }
.step_sec .step_tag { display: inline-block; vertical-align: top; font-family: 'DINPro-Medium'; font-size: 20px; text-transform: uppercase; color: #FFFFFF; padding: 0 34px; line-height: 36px; margin-bottom: 31px;
background: rgb(146,199,64);
background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 ); 
}
.step_sec h2 { font-size: 50px; line-height: 1.2; font-family: 'DINPro-Medium'; color: #100C32; text-transform: none; padding: 0 0 26px 0; }
.step_sec p { font-size: 20px; line-height: 2; color: #100C32; }
.step_sec .step_row:nth-child(odd) .step_col:after { content: ''; position: absolute; bottom: 0; left: 100%; width: 300px; height: 272px; background-image: url(../images/right_down.svg); background-repeat: no-repeat; background-size: contain; background-position: bottom center; margin: 0 0 -91px 18px; }
.step_sec .step_row:nth-child(even) .step_col:after { content: ''; position: absolute; bottom: 0; right: 100%; width: 300px; height: 272px; background-image: url(../images/left_down.svg); background-repeat: no-repeat; background-size: contain; background-position: bottom center; margin: 0 18px -91px 0; }
.step_sec .step_row:last-child:nth-child(even) .step_col:after { position: relative; width: 131px; height: 176px; display: block; margin: 33px 0 0 -67px; left: 0; background-image: url(../images/last-stap-arrow-left.svg); }
.step_sec .step_row:last-child:nth-child(odd) .step_col:after { position: relative; width: 131px; height: 176px; display: block; margin: 33px -67px 0 0 ; right: 0; background-image: url(../images/last-stap-arrow-right.svg); }
.done_stap { width: 100%; position: relative; max-width: 941px; margin: 38px auto 0; text-align: center; }
.done_stap .done_tag { display: inline-block; vertical-align: top; font-family: 'DINPro-Medium'; font-size: 41px; text-transform: uppercase; color: #FFFFFF; padding: 0 70px; line-height: 75px; margin-bottom: 31px;
	background: rgb(146,199,64);
	background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 ); 
}
.done_stap h2 {font-size: 50px;line-height: 1.2;font-family: 'DINPro-Medium';color: #100C32;text-transform: none;padding: 0 0 41px 0;}
.done_stap p { font-size: 20px; line-height: 2; color: #100C32; }
.btn_bottom_grp { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; justify-content: center; }
.btn_bottom_grp .btn_bottom { padding: 20px; }
.btn_bottom_grp .btn_bottom a { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; height: 60px; font-family: 'DINPro'; font-size: 25px; min-width: 335px; border-radius: 10px; }
.btn_bottom_grp .btn_bottom a:hover { -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
.btn_bottom_grp .btn_bottom a.bg_fill { background-color: #100C32; color: #FFFFFF; }
.btn_bottom_grp .btn_bottom a.full_border { border: solid 3px #100C32; color: #100C32; }

.mian_shap_bottom { position: absolute; bottom: 0; left: 0; z-index: -1; }

.stap_form_wrap .gform_wrapper .gfield_checkbox li label, 
.stap_form_wrap .gform_wrapper .gfield_radio li label { max-width: 100%; width: 100%; }

/*Thanks Page Start*/
.page-template-landing-thankyou-tpl .header { display: none; }
.page-template-landing-thankyou-tpl footer { display: none; }
.page-template-landing-thankyou-tpl footer { min-height: 178px; }
.thank_you_modal-content {width: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; }
.landing_thank_you { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; border: none; background-clip:unset; border-radius: 0;
	background: rgb(13,63,145);
	background: -moz-linear-gradient(top,  rgba(13,63,145,1) 0%, rgba(11,71,150,1) 11%, rgba(9,79,157,1) 20%, rgba(7,88,163,1) 29%, rgba(5,96,169,1) 40%, rgba(3,104,176,1) 50%, rgba(1,112,183,1) 61%, rgba(0,121,190,1) 71%, rgba(0,129,197,1) 80%, rgba(0,137,204,1) 90%, rgba(0,145,211,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 11%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 29%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 61%,rgba(0,121,190,1) 71%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	background: linear-gradient(to bottom,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 11%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 29%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 61%,rgba(0,121,190,1) 71%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );
}
.landing_thank_you .thank_you_modal-header { width: 100%; -ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: end;align-self: flex-start; border: none; padding: 57px 0 0 0; }
.landing_thank_you .thank_you_modal-body { width: 100%; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; justify-content: center; padding: 80px 0; }
.landing_thank_you .thank_you_modal-header a.closed_btn { opacity: 1 !important; position: absolute; top: 65px; right: 95px; display: inline-block; vertical-align: top; width: auto; font-size: 0; padding: 0; margin: 0;  }
.form_download_dtl { width: 100%; position: relative; }
.form_download_dtl .top_sub_title { text-align: center; font-family: 'DINPro-Medium'; font-size: 40px; text-transform: uppercase; color: #100C32; padding-bottom: 8px; }
.form_download_dtl h1 { font-family: 'DINPro'; font-size: 80px; text-align: center; line-height: 1.25; color: #ffffff; }
@media (min-width: 1400px) {
	.landing_thank_you .thank_you_modal-body .container { width: 1320px; }
}
.landing_thank_you .top_logo { width: 100%; text-align: center; }
.landing_thank_you .top_logo a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; }
.landing_thank_you .top_logo a img { width: 221px; height: auto; }
.form_download { width: 100%; max-width: 902px; margin: 0 auto; }
.form_download form {  display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; align-items: center; align-content: center; }
.form_download .gform_wrapper ul.gform_fields { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -5px; width: auto; }
.form_download ul.gform_fields > .gfield { width: 100%; padding: 5px !important; margin: 0 !important; }
.form_download_dtl .gform_wrapper div.validation_error { margin-top: 15px; }
.form_download ul.gform_fields > .gfield.half_field  { width: 50%; padding: 5px !important; margin: 0 !important; }
.form_download ul.gform_fields > .gfield .gfield_label { display: none; }
body .form_download .gform_wrapper .top_label div.ginput_container { margin: 0 !important; }
body .form_download .gform_wrapper .top_label div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { width: 100% !important; height: 45px; padding: 0 20px; font-family: 'DINPro'; font-size: 16px; color: #100C32; border: solid 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%); -moz-box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%); -ms-box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%); box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%); outline: none; }
body .form_download .gform_wrapper .gform_footer { margin: 24px 0 0 0 !important; padding: 0 !important; width: auto;  }
body .form_download .gform_wrapper .gform_footer:not(.active_submit) { cursor: pointer; }
body .form_download .gform_wrapper .gform_body { padding: 21px 0 14px 0; display: none; }
body .form_download .gform_wrapper .gform_footer .gform_button { margin: 0 !important; padding: 0 !important; background-color: transparent !important; border-radius: 0 !important; font-size: 0 !important; line-height: normal !important; min-height: 1px; min-width: 1px; height: 145px; width: 335px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-image: url(../images/download_whitepaper_btn.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; }
body .form_download.form_open .gform_wrapper .gform_body { display: block !important; }
body .form_download .gform_wrapper .gform_footer:not(.active_submit)  .gform_button { pointer-events: none;}
body .form_download .gform_wrapper .gform_footer.active_submit .gform_button { height: 145px; width: 197px; background-image: url(../images/download_btn.svg); }
/* body .form_download.form_open .gform_wrapper .gform_footer.active_submit .gform_button { height: 145px; width: 197px; background-image: url(../images/download_btn.svg); } */
body .form_download.form_open .gform_wrapper .gform_footer:not(.active_submit)  .gform_button { pointer-events: auto; height: 145px; width: 197px; background-image: url(../images/download_btn.svg);}


/*Thanks Page End*/

/* Stap Form Start */
.page-template-stepform-tpl .header,
.page-template-stepform-tpl footer *  { display: none; }
.page-template-stepform-tpl footer { min-height: 178px; background-color: #100C32; }
.step_banner { position: relative; width: 100%; padding: 57px 0;
	background: rgb(13,63,145);
	background: -moz-linear-gradient(left,  rgba(13,63,145,1) 0%, rgba(11,71,150,1) 10%, rgba(9,79,157,1) 20%, rgba(7,88,163,1) 30%, rgba(5,96,169,1) 40%, rgba(3,104,176,1) 50%, rgba(1,112,183,1) 60%, rgba(0,121,190,1) 70%, rgba(0,129,197,1) 80%, rgba(0,137,204,1) 90%, rgba(0,145,211,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 10%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 30%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 60%,rgba(0,121,190,1) 70%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	background: linear-gradient(to right,  rgba(13,63,145,1) 0%,rgba(11,71,150,1) 10%,rgba(9,79,157,1) 20%,rgba(7,88,163,1) 30%,rgba(5,96,169,1) 40%,rgba(3,104,176,1) 50%,rgba(1,112,183,1) 60%,rgba(0,121,190,1) 70%,rgba(0,129,197,1) 80%,rgba(0,137,204,1) 90%,rgba(0,145,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=1 );
}
.logo_banner { width: 100%; text-align: center; }
.logo_banner a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top;  }
.logo_banner a img { width: 221px; height: auto; }
.back_btn { position: absolute;left: 0;bottom: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
.back_btn a {background-color: #100C32; display: inline-block; vertical-align: top; line-height: 36px; font-size: 20px; text-transform: uppercase; color: #FFFFFF; font-family: 'DINPro'; border-radius: 0 30px 30px 0; padding: 0 48px; background-image: url(../images/back_icon_wit.svg); background-position: top 10px right 16px; background-repeat: no-repeat; background-size: 19px auto; }
.step_page .top_shap_form { position: absolute; top: 0; right: 0; z-index: -1; pointer-events: none; }
.step_page { position: relative; z-index: 2; width: 100%; padding: 133px 0 150px; background: -moz-linear-gradient(top,  rgba(0,145,211,0) 0%, rgba(0,145,211,0.1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,145,211,0) 0%,rgba(0,145,211,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,145,211,0) 0%,rgba(0,145,211,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000091d3', endColorstr='#1a0091d3',GradientType=0 );
	 }
.step_page .done_stap { margin-top: 0; }
.step_page .done_stap .done_tag { margin-top: 0;font-size: 20px; line-height: 36px; padding:0 48px; border-radius: 30px; }
.step_page .done_stap h3 { font-family: 'DINPro-Medium'; font-size: 30px; color: #100C32; line-height: 1.2; text-transform: uppercase; letter-spacing: normal; }
.stap_form_wrap { width: 100%; position: relative; padding: 31px 0 0 0; }
.stap_form_wrap .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title { font-family: 'DINPro-Medium'; font-size: 20px; text-transform: uppercase; color: #100C32; opacity: 1; margin-bottom: 22px !important; }
.stap_form_wrap .gform_wrapper .gf_progressbar { padding: 6px; }
.stap_form_wrap .gform_wrapper .gf_progressbar_percentage { background: rgb(146,199,64);background: -moz-linear-gradient(top, rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);background: -webkit-linear-gradient(top, rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);background: linear-gradient(to bottom, rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 ); }
.gform_wrapper .gf_progressbar_percentage span { font-family: 'DINPro-Medium'; font-size: 20px; line-height: 24px !important; }
.gform_wrapper .gf_progressbar_percentage { -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; text-shadow: none; }
.stap_form_wrap .gform_wrapper h2.gsection_title { font-size: 20px; font-weight: normal; color: #100C32; font-family: 'DINPro-Medium'; padding-top: 11px !important; }
.stap_form_wrap .gform_wrapper .gsection { padding-bottom: 15px; border-bottom: solid 1px rgba(0, 0, 0, 0.1); margin-bottom: 0; }
.stap_form_wrap .gform_wrapper .top_label .gfield_label { font-size: 19px; font-family: 'DINPro-Medium'; color: #100C32; font-weight: normal; }
body .stap_form_wrap .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body .stap_form_wrap .gform_wrapper ul li.field_description_below div.ginput_container_radio { width: 100%; position: relative; }
body .stap_form_wrap .gform_wrapper .top_label li.part-checkbox ul.gfield_checkbox, 
body .stap_form_wrap .gform_wrapper .top_label li.part-checkbox ul.gfield_radio { -webkit-column-count: 2;-moz-column-count:2;column-count: 2;-webkit-column-gap: 30px;-moz-column-gap: 30px;column-gap: 30px; }
body .stap_form_wrap .gform_wrapper .top_label li.part-checkbox ul.gfield_checkbox li , 
body .stap_form_wrap .gform_wrapper .top_label li.part-checkbox ul.gfield_radio li { -webkit-column-break-inside: avoid;break-inside: avoid;clear: both; }
body .stap_form_wrap .gform_wrapper .top_label li ul.gfield_checkbox li , 
body .stap_form_wrap .gform_wrapper .top_label li ul.gfield_radio li { margin-bottom: 3px; }
.stap_form_wrap .gform_wrapper [type="checkbox"]:not(:checked) + label:before, 
.stap_form_wrap .gform_wrapper [type="checkbox"]:checked + label:before { top: 4px; height: 19px; width: 19px; border: solid 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); -ms-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); } 
.stap_form_wrap .gform_wrapper [type="checkbox"]:not(:checked) + label, 
.stap_form_wrap .gform_wrapper [type="checkbox"]:checked + label { font-family: 'DINPro'; font-weight: normal; font-size: 19px; padding-left: 35px; } 
.stap_form_wrap .gform_wrapper [type="checkbox"]:not(:checked) + label:after, 
.stap_form_wrap .gform_wrapper [type="checkbox"]:checked + label:after { top: 7px;left: 4px; }
.step_page_inner { max-width: 902px; margin: 0 auto; }
.stap_form_wrap .gform_wrapper textarea ,
.stap_form_wrap .gform_wrapper.gf_browser_chrome select,
.stap_form_wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { width: 100%; position: relative; border: solid 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); -ms-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16); padding: 0 15px; font-family: 'DINPro';font-weight: normal;font-size: 19px; height: 45px; }
.stap_form_wrap .gform_wrapper textarea { height: 225px; resize: none; padding-top: 8px; padding-bottom: 8px; }
body .stap_form_wrap .gform_wrapper .top_label div.ginput_container { margin-top: 13px; }
body .stap_form_wrap .gform_wrapper .field_description_below .gfield_description { font-size: 16px; padding-top: 10px !important; }
body .stap_form_wrap .gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }
body .stap_form_wrap .gform_wrapper .top_label li ul.gfield_radio { width: 100%; }
body .stap_form_wrap .gform_wrapper ul.gfield_radio li input+input { margin-left: 0; }
body .stap_form_wrap .gform_wrapper ul.gform_fields > li + li { margin-top: 53px; }
body .stap_form_wrap .radio_gender ul.gfield_radio { margin: 0 -15px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; width: auto !important; }
body .stap_form_wrap .radio_gender ul.gfield_radio  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { width: 105px; }
body .stap_form_wrap .radio_gender ul.gfield_radio li { padding: 0 15px !important; width: 20%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body .stap_form_wrap .radio_gender ul.gfield_radio li .wrap_radio { position: relative; padding-left: 35px; }
body .stap_form_wrap .radio_gender ul.gfield_radio li .wrap_radio label { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
body .stap_form_wrap .radio_gender ul.gfield_radio li label {font-family: 'DINPro';font-weight: normal;font-size: 19px; line-height: 20px !important; }

body .stap_form_wrap .radio_gender li [type="radio"]:checked + label, 
body .stap_form_wrap .radio_gender  li [type="radio"]:not(:checked) + label { white-space: nowrap; }
.stap_form_wrap .gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:before, 
.stap_form_wrap .gform_wrapper .gfield_radio li [type="radio"]:checked + label:before { height: 19px; width: 19px;
	border: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
    box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%);}
/* body .stap_form_wrap .gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + label:before, 
body .stap_form_wrap .gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + label:before { top: 13px; }
body .stap_form_wrap .gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + label:after, 
body .stap_form_wrap .gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + label:after { top: 18px; } */
.stap_form_wrap .gform_wrapper.gf_browser_chrome select { max-width: 434px; width: 100% !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; background-image: url(../images/select-down-arrow.svg); background-position: center right 17px; background-size: 15px auto; background-repeat: no-repeat; }
body .stap_form_wrap .gform_wrapper .gform_page_footer { border-top: solid 1px rgba(0, 0, 0, 0.1); padding-top: 30px; margin: 52px 0 0 0; }
body .stap_form_wrap .gform_wrapper .gform_page_footer input { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
body .stap_form_wrap .gform_wrapper .gform_page_footer input:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
body .stap_form_wrap .gform_wrapper .gform_page_footer .gform_previous_button { margin-right: 15px; }


.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + input + label,
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + input + label {
	/* position: relative; */
	padding-left: 28px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
	margin: 0;
	font-weight: normal;
}
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + input + label:before,
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + input + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 18px;
	height: 18px;
	border: 1px solid #979798;
	border-radius: 100%;
	background: #fff;
	height: 19px; width: 19px;
	border: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
    box-shadow: inset 1px 1px 5px rgb(0 0 0 / 16%);
}
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + input + label:after,
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + input + label:after {
	content: ' ';
	width: 9px;
	height: 9px;
	background: #100c32;
	position: absolute;
	top: 18px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:not(:checked) + input + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gform_wrapper .gfield_radio li.gchoice_18_97_4 [type="radio"]:checked + input + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.page-template-adviceform-tpl .header { display: none; }
.page-template-adviceform-tpl footer * { display: none; }
.page-template-adviceform-tpl footer { min-height: 178px; }

/* Stap Form End */
#showform { font-size: 20px; color: #ffffff; }
/* Sidebar Start */
.side_sticky_block { position: fixed; bottom: 140px; right: 0; z-index: 999; pointer-events: none; }
.side_sticky_block * { pointer-events: auto; }

.side_sticky_block.active_sidebar .open_get_start { opacity: 0; visibility: hidden; }
.side_sticky_block .open_get_start { z-index: 1; width: 48px;height: 200px;display: -ms-flexbox;display: inline-block;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);align-self: center;justify-content: center;align-content: center; background-color: #100C32; border-radius: 10px 0 0 10px; color: #ffffff; font-family: 'DINPro';  font-size: 25px; line-height: 48px;  }
.side_sticky_block .open_get_start:hover { background-color: #0D3F91; }
.side_sticky_block .open_get_start span { -webkit-transform: rotate(270deg) translate(-50% , -50%); -moz-transform: rotate(270deg) translate(-50% , -50%); -ms-transform: rotate(270deg) translate(-50% , -50%); transform: rotate(270deg) translate(-50% , -50%); -webkit-transform-origin: top left; -moz-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; width: 200px;height: 48px;display: flex;vertical-align: top;text-align: center;position: absolute; top: 50%; left: 50%; align-items: center;justify-content: center; }

.side_sticky_block.active_sidebar .form_blk_sidebar { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.form_blk_sidebar { z-index: 2; width: 100%; position: relative; padding: 0 0 0 51px; width: 380px; border-radius: 15px 0 0 15px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(110%); -moz-transform: translateX(110%); -ms-transform: translateX(110%); transform: translateX(110%);
	background: rgb(146,199,64);
	background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 );
	
}
.form_blk_sidebar_inner { width: 100%; position: relative; background-image: url(../images/side_bg_image.svg); background-position: top right; background-repeat: no-repeat; background-size: cover; }
.closed_btn { position: absolute; top: 0; right: 25px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.closed_btn a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; }
.closed_btn a svg circle { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.closed_btn a:hover svg circle { fill: #0D3F91; }
.form_blk_sidebar_wrap { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; align-items: flex-start; align-content: flex-start; max-width: 240px; padding: 35px 0 31px; min-height: 210px; }
.form_blk_sidebar_wrap .sub_title { font-family: 'DINPro'; font-size: 16px; color: #100C32; text-transform: uppercase; line-height: 28px; border: solid 1px #100C32; padding: 0 25px; margin-bottom: 11px; }
.form_blk_sidebar_wrap h4 { font-family: 'DINPro'; font-size: 30px; line-height: 1.166667; color: #ffffff; }
.have_look_ntn { position: absolute; bottom: 0; left: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
.have_look_ntn a { display: inline-block; vertical-align: top; line-height: 48px; background-color: #100C32; border-radius: 10px; color: #ffffff; padding: 0 36px; font-family: 'DINPro';  font-size: 25px; }
.have_look_ntn a:hover { background-color: #0D3F91; }


/* Sidebar End */
.page-template-quoteform-tpl .header ,
.page-template-quoteform-tpl footer *,
.page-template-landing-tpl .header { display: none; }
.page-template-landing-tpl footer .quick-link-block,
.page-template-landing-tpl footer .subscribe-block,
.page-template-landing-tpl footer .footer-bottom,
.page-template-landing-tpl footer .info-block { display: none; }

.page-template-quoteform-tpl footer { min-height: 178px; }
.page-template-landing-tpl footer .footer-top { min-height: 178px; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
.page-template-landing-tpl footer .logo-block { margin: 0 auto;  }
.page-template-landing-tpl footer .logo-block  a img { height: 64px !important; width: auto; }
.landing_logo { position: absolute; top: 77px; left: 79px; }

.form_download .gform_confirmation_message { margin-top: 40px; color: #ffffff; font-size: 19px; text-align: center;  }


/* Home New start */

.btnbox { position: relative;display: flex;margin-top: 39px; }
.btn-green { position: relative;display: flex;min-width: 138px;min-height: 38px; font-family: 'DINPro'; font-size: 30px;color: #fff;align-items: center;justify-content: center;background: rgb(146,199,64);background: linear-gradient(180deg, rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);border-radius: 10px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms;-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }
.btn-green:hover { color: #fff; }
.btnbox [class*="btn-"] + [class*="btn-"] { margin-left: 54px; }
.more-btn { display: flex;min-width: 174px;height: 37px;align-items: center;justify-content: center; font-size: 18px;color: #100C32; border: solid 2px #100C32;border-radius: 10px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.more-btn:hover { color: #fff;background-color: #100C32; }
.btn-dark { position: relative;display: flex;height: 56px;padding: 0 45px;font-family: 'DINPro'; font-size: 25px;color: #fff;align-items: center;justify-content: center;background: #100C32;border-radius: 10px;outline: none;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.btn-dark:hover { color: #fff;background-color: #92C740; }
.btn-blue,
.single-solution a.btn-blue { position: relative;display: flex;min-width: 138px;min-height: 38px; font-family: 'DINPro'; font-size: 18px;color: #fff;align-items: center;justify-content: center;background: rgb(0,145,211);background: linear-gradient(to bottom, #0091d3 0%,#0d3f91 100%);border-radius: 10px;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }

.download_block { position: relative;width: 100%;display: flex;background: #fff;box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);justify-content: center; }
.download_block .down_inner { position: relative;display: flex;width: 100%;padding: 35px 35px 45px; overflow: hidden;flex-direction: column; }
.download_block .down_badge { position: absolute;top: -18px;display: flex;width: 100%;max-width: 230px;height: 41px;background: #0091D3;align-items: center;justify-content: center;font-family: 'DINPro-Medium'; font-size: 21px;color: #fff; }
.download_block .imgbox { position: relative;width: 100%; }
.download_block .imgbox .image { position: relative;width: 100%;background-repeat: no-repeat;background-position: center top;background-size: contain; }
.download_block .imgbox .image img { opacity: 0;visibility: hidden;width: 100%; }
.download_block .text_block { position: relative;display: flex;width: 100%;height: 100%; padding-top: 30px;flex-direction: column; }
.download_block .text_block h6 { margin-bottom: 17px; font-family: 'DINPro-Medium'; font-size: 22px;color: #100C32; }
.download_block .text_block p { font-size: 20px;color: #100C32; }
.download_block .text_block .btnbox { margin-top: auto; }

.new_banner_main { position: relative; width: 100%;background-repeat: no-repeat;background-position: center top;background-size: cover; }
.new_banner_main .overlay { position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background: url(../images/overlay-bg.svg) no-repeat center top;pointer-events: none;mix-blend-mode: screen; }
.new_banner_main .container { position: relative;padding-top: 195px;padding-bottom: 197px; }
.new_banner_main .right_shape { position: absolute;top: 0;right: 0;display: flex; }
.new_banner_main .left_shape { position: absolute;bottom: -220px;left: -56px;z-index: 5;display: flex;pointer-events: none; }
.new_banner_main .left_shape img,
.new_banner_main .top_shape img { max-width: 100%; }
.new_banner_main .top_shape { position: absolute;top: 0;left: 60px;height: 150px;display: flex;flex-direction: column;justify-content: flex-end; overflow: hidden; }
.new_banner_main .banner_caption { position: relative;width: 100%; }
.new_banner_main .caption_block { position: relative;padding-left: 45px; }
.new_banner_main .caption_block h6 { font-family: 'DINPro-Medium'; font-size: 30px;color: #0091D3;line-height: normal;text-transform: uppercase; }
.new_banner_main .caption_block h3 { font-family: 'DINPro'; font-size: 60px;color: #0D3F91;line-height: 1.285; }
/*.new_banner_main .caption_block .btnbox .btn-green { height: 62px; }*/
.new_banner_main .caption_block .btnbox a { position: relative;display: flex; }
.new_banner_main .caption_block .btnbox a + a { margin-left: 54px; }
.new_banner_main .caption_block .btnbox .btn-green { position: relative;display: flex;width: 100%;height: 62px;padding: 0 48px; }
.new_banner_main .caption_block .btnbox .btn-green:after { position: absolute;top: 0;left: 0;z-index: -1; width: 100%;height: 100%;border-radius: 10px;content: '';background: #92C740;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.new_banner_main .caption_block .btnbox a:hover { -webkit-transform: translateY(-10px);transform: translateY(-10px); }
.new_banner_main .caption_block .btnbox a:hover .btn-green:after { top: 10px; }

.about_us_sec { position: relative;width: 100%;padding: 86px 0;background: #fff; }
.about_us_sec .about_wrap { position: relative;display: flex;justify-content: space-between; }
.about_us_sec .about_text { position: relative;max-width: 770px; }
.about_us_sec .about_text h2 { margin-bottom: 37px; font-family: 'DINPro-Medium'; font-size: 50px;color: #100C32;line-height: normal;text-transform: none; }
.about_us_sec .about_text p { font-size: 20px;color: #100C32;line-height: 2; }
.about_us_sec .about_right { position: relative;z-index: 5;width: 440px;display: flex;justify-content: flex-end;margin: -236px -100px 0 0; }
.about_us_sec .about_right .download_block { max-width: 436px;text-align: center; }
.about_us_sec .about_right .download_block .btnbox { justify-content: center; }
.about_us_sec .about_right .download_block .down-btn { display: flex;height: 40px;padding: 0 33px; font-family: 'DINPro'; font-size: 19px;color: #0091D3;border: solid 2px #0091D3;border-radius: 10px;align-items: center;justify-content: center; }
.about_us_sec .about_right .download_block .down-btn:hover { color: #fff;background-color: #0091d3; }

.home_downloads { position: relative;width: 100%; padding-bottom: 99px; }
.home_downloads:after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 1px; background-color: #0091D3; width: 799px; }
.home_downloads .owl-carousel .owl-stage-outer { z-index: 5;}
.home_downloads .owl-carousel .owl-stage-outer:before,
.home_downloads .owl-carousel .owl-stage-outer:after { position: absolute;top: 0;bottom: 0;z-index: 12;width: 276px;height: 100%;background-size: cover;pointer-events: none;content: '';background: url('../images/white-shad.png') no-repeat center center; }
.home_downloads .owl-carousel .owl-stage-outer:before { left: 0; }
.home_downloads .owl-carousel .owl-stage-outer:after { right: 0;-webkit-transform: rotate(180deg);transform: rotate(180deg); }
.home_downloads .owl-carousel .owl-stage { padding: 20px 0;display: flex;flex-wrap: nowrap; }
.home_downloads .owl-carousel .owl-item { min-height: 100%;float: none; }
.home_downloads .owl-carousel .owl-item .item { height: 100%; }
.home_downloads .owl-carousel .download_block { height: 100%;min-width: 436px;max-width: 436px; }
.home_downloads .owl-carousel .download_block .imgbox .image { min-height: 225px;max-height: 225px;overflow: hidden; }
.home_downloads h2 { max-width: 1250px;margin-bottom: 30px;margin-right: auto;margin-left: auto; font-family: 'DINPro-Medium'; font-size: 50px;color: #100C32;line-height: 1.2;text-align: center;text-transform: none; } 
.home_downloads .owl-controls { position: absolute;top: 0;bottom: 0; left: 0;width: 100%;display: flex; align-items: center;justify-content: center; }
.home_downloads .owl-theme .owl-nav { width: 100%; height: 37px; margin: 0;display: flex;justify-content: space-between;padding: 0 50px; }
.home_downloads .owl-theme .owl-nav div { position: relative;z-index: 10;background-color: transparent !important; background: url('../images/left-arrow-down.svg') no-repeat center center transparent !important;border-radius: 0;border: none;width: 25px;height: 37px;background-size: contain; }
.home_downloads .owl-theme .owl-nav .owl-next { -webkit-transform: rotate(180deg);transform: rotate(180deg); }
.home_downloads .btnbox { justify-content: center; }
.home_downloads .btnbox .more-btn { padding: 0 30px; }
.home_downloads .btnbox .btn-blue { min-width: 204px;padding: 0 15px; }
.home_downloads .btnbox .btn-blue:hover { color: #fff;background: linear-gradient(to bottom, #0d3f91 0%,#0091d3 100%); }

.knowledge_sec { position: relative;width: 100%; margin-top: 45px;}

.knowledge_sec:after { position: absolute;bottom: 0;left: 0;width: 100%;height: 77%; background: #ECF6FC;content: '';pointer-events: none; }
.knowledge_sec .container { position: relative;z-index: 5; }
.knowledge_sec .row { display: flex;flex-wrap: nowrap;align-items: flex-end; }
.knowledge_sec .img_box { position: relative;width: 100%; }
.knowledge_sec .image { position: relative;width: 150%;float: right; background-repeat: no-repeat;background-position: center top;background-size: cover; }
.knowledge_sec .image img { width: 100%;opacity: 0;visibility: hidden; }
.knowledge_sec .text_block { position: relative;padding-bottom: 50px;margin-right: -75px; }
.knowledge_sec .text_block h3 { margin-bottom: 30px; font-family: 'DINPro-Medium'; font-size: 40px;color: #100C32;line-height: 1.2;text-transform: none; }
.knowledge_sec .text_block p { font-size: 20px;color: #100C32;line-height: 2;margin-bottom: 0; }
.knowledge_sec .btnbox { margin-top: 32px; }

.customers_sec { position: relative;width: 100%;padding: 81px 0 68px; background: #F4F4F4; }
.customers_sec h2 { margin-bottom: 56px; font-family: 'DINPro-Medium'; font-size: 50px;color: #100C32;line-height: 1.2;text-align: center;text-transform: none; }
.customers_sec .logos_wrap { position: relative;width: 100%;}
.customers_sec .logos_wrap ul { display: flex;flex-wrap: wrap; }
.customers_sec .logos_wrap ul li { display: flex;width: 20%; margin-bottom: 42px;justify-content: center; }
.customers_sec .logos_wrap ul li img { filter: opacity(40%); }

.newsletter_sec { position: relative;width: 100%;padding: 70px 0;
	background: #0d3f91;
	background: -moz-linear-gradient(top,  #0d3f91 0%, #0b4796 10%, #094f9d 20%, #0758a3 30%, #0560a9 40%, #0368b0 50%, #0170b7 60%, #0079be 70%, #0081c5 80%, #0089cc 90%, #0091d3 100%);
	background: -webkit-linear-gradient(top,  #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
	background: linear-gradient(to bottom,  #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );
}
.newsletter_sec h2 { margin-bottom: 52px; font-family: 'DINPro-Medium'; font-size: 50px;color: #fff;line-height: 1.2;text-align: center;text-transform: none; }
.newsletter_sec .form_block { position: relative;width: 100%;max-width: 805px;margin: 0 auto; z-index: 1;}

.newsletter_sec .form_block .gform_wrapper ul li.gfield,
.newsletter_sec .form_block .ginput_container { margin: 0; padding: 0 !important;}
.newsletter_sec .form_block .gform_wrapper ul li.gfield + li.gfield { margin-top: 21px; }

.newsletter_sec .form_block .gfield .medium { position: relative;width: 100%;height: 44px;padding: 0 31px !important; background: #fff;border: none; border-radius: 30px;align-items: center;}
.newsletter_sec .form_block .gform_footer{padding: 16px 0; margin: 10px 0 0;}
.newsletter_sec .form_block .gfield .textarea.medium { padding: 8px 31px !important;height: 153px;resize: none;align-items: flex-start; }
.newsletter_sec .grid_shape { position: absolute;right: 0;bottom: 0;display: flex; }
.newsletter_sec .form_block .gform_wrapper .top_label .gfield_label {display: none;}
.newsletter_sec .form_block .gform_footer input[type="submit"] {position: relative; display: flex; height: 56px; padding: 0 45px; font-family: 'DINPro';
font-size: 25px; color: #fff; align-items: center; justify-content: center; background: #100C32; border-radius: 10px; outline: none;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.newsletter_sec .form_block .gform_footer input[type="submit"]:hover { color: #fff;background-color: #92C740; }

.newsletter_sec .form_block .gform_wrapper .top_label .gfield_label { color: #fff; }
.newsletter_sec .form_block .gform_wrapper .top_label input[type="radio"] + label { color: #fff; }



/* ================================================================================== */
@media (min-width: 1440px){
	.download-page .container,
	.download-details-page .container { max-width: 1398px; width: 100%; }
	.download-page .page-title-new .container,
	.download-details-page .page-title-new .container { max-width: 1200px; }
}


.page-title-new{position: relative; padding: 82px 0 88px;/* overflow: hidden;*/
	background: rgb(13,63,145);
	background: -moz-linear-gradient(top,  rgba(13,63,145,1) 0%, rgba(0,145,211,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
	background: linear-gradient(to bottom,  rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );	
}
.page-title-new::after{position: absolute; content: ''; left: -101px; top: 54px; background-image: url(../images/page-title-green-lines.svg); background-position: center center; background-size: contain; width: 230px; height: 96px; background-repeat: no-repeat;}
.page-title-new::before{position: absolute; content: ''; right: 0; top: -237px;  background-image: url(../images/page-title-patten.svg); background-position: center center; background-size: cover; width: 265px; height: 637px; background-repeat: no-repeat;
}
.page-title-new h2{font-size: 30px; line-height: inherit; color: #FFFFFF; font-weight: 600;}

/* ======top-download-sec====== */
.top-download-sec{position: relative;}
.top-download-sec::after{position: absolute; bottom: 0; left: 0; width: 100%; content: ''; height: 100%;
	background: -moz-linear-gradient(top,  rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 );
}
.top-download-box{display: flex; display: -ms-flexbox; align-items: center; justify-content: space-between; padding: 50px; border-radius: 23px; margin-top: -32px; position: relative; z-index: 1; background-color: #fff;
	-webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.16);
	box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.16);
} 
.top-download-box .top-down-text{width: calc(100% - 533px - 30px);}
.top-download-box .top-down-text .top_download_btn{display: inline-block; padding: 4px 20px 5px; background-color: #0091D3; font-size: 18px; line-height: 1.27; color: #FFFFFF; margin-bottom: 31px; font-weight: 600;}
/* .top-download-box .top-down-text .top_download_btn:hover{background-color: #100C32;} */
.top-download-box .top-down-text h2{font-size: 40px; line-height: 1; color: #100C32; font-weight: 600; margin-bottom: 33px; text-transform: none;}
.top-download-box .top-down-text p{font-size: 20px; line-height: 2; color: #100C32;}
.top-download-box .top-down-text .btnbox{margin-top: 41px;}
.top-download-box .top-down-text .btnbox a{display: flex; display: -ms-flexbox; align-items: center; justify-content: center; color: #0091D3; line-height: 1.29; border: 1px solid #0091D3; padding: 0 20px; height: 45px; border-radius: 10px;}
.top-download-box .top-down-text .btnbox a i{margin-left: 11px;}

.top-download-box .top-down-text .btnbox a:hover{background-color: #100C32; color: #FFFFFF; border-color: #100C32;}
.top-download-box .top-down-text .btnbox a svg path{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-download-box .top-down-text .btnbox a:hover svg path{stroke: #FFFFFF;}

.top-download-box .top-down-img{width: 533px;}
.top-download-box .top-down-img .imgbox {background-repeat: no-repeat; background-position: center center; background-size: contain;max-height: 380px; }
.top-download-box .top-down-img .imgbox img { width: 100%; }

.top-download-caption{padding: 110px 0 114px; text-align: center; position: relative; z-index: 1;}
.top-download-caption h2{font-size: 50px; line-height: inherit; color: #100C32; font-weight: 600; margin-bottom: 30px; text-transform: none;}
.top-download-caption p{font-size: 20px; line-height: 2; color: #100C32;}
/* ======top-download-sec====== */

.solution-section .row { display: flex;flex-wrap: wrap; }
.solution-section .single-solution { display: flex; height: 100%;flex-direction: column; }
.page-template-home-tpl-2022 .solution-section h2 { font-size: 50px;color: #100C32; font-weight: 600; margin-bottom: 36px; text-transform: none; line-height: 1.2;}
.solution-section .single-solution .btnbox { margin-top: auto; justify-content: center; }
.solution-section .single-solution a.btn-blue { min-width: 154px; margin: 0 0; }

.solution-section .btnbox a.btn-blue{min-width: 154px; margin: 0 0;}
.solution-section .btnbox{width: 100%;justify-content: center;}

/* ==========all-downloads-sec========== */

.download-page { position: relative;width: 100%;overflow: hidden; }

.all-downloads-sec {padding: 118px 0 120px;}
.all-downloads-sec .row_flwx.row [class^="col-"] {margin-bottom: 30px;}
.all-downloads-sec .title{text-align: center;}
.all-downloads-sec .title h3{font-size: 30px; line-height: inherit; color: #0091D3; margin-bottom: 30px;}

.all-dow-box {position: relative;width: 100%;height: 100%; display: flex;flex-direction: column; padding: 25px 25px 38px; -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16); }
.all-dow-box .imgbox{background-repeat: no-repeat; background-size: contain; background-position: center center;}
.all-dow-box .imgbox img {opacity: 0; visibility: hidden;}
.all-dow-box .text{ padding-top: 38px; text-align: center;height: 100%;display: flex;flex-direction: column; }
.all-dow-box .text h5{font-size: 20px; line-height: inherit; font-weight: 600; color: #100C32; margin-bottom: 26px;}
.all-dow-box .text p{font-size: 20px; line-height: 2; color: #100C32;}
.all-dow-box .text .btnbox{display: flex; align-items: center; justify-content: center; margin-top: auto; padding-top: 20px;}
.all-dow-box .text .btnbox a{ padding: 0 15px 0 20px; border-radius: 10px; font-size: 18px; line-height: 1.27; color: #FFFFFF; height: 37px;
	display: flex; 	align-items: center;
	background: rgb(146,199,64);
	background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 );	
	-webkit-transition: all .3s ease-in-out background;
	-moz-transition: all .3s ease-in-out background;
	-ms-transition: all .3s ease-in-out background;
	transition: all .3s ease-in-out background;
}
.all-dow-box .text .btnbox a i{margin-left: 11px;}
.all-dow-box .text .btnbox a:hover{
	background: rgb(86,163,57);
	background: -moz-linear-gradient(top,  rgba(86,163,57,1) 0%, rgba(146,199,64,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a339', endColorstr='#92c740',GradientType=0 );
}

.all-dow-text-box{ padding: 75px 68px; 
	background: rgb(0,145,211);
	background: -moz-linear-gradient(top,  rgba(0,145,211,1) 0%, rgba(13,63,145,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,145,211,1) 0%,rgba(13,63,145,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,145,211,1) 0%,rgba(13,63,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091d3', endColorstr='#0d3f91',GradientType=0 );
}
.all-dow-text-box h4{font-size: 40px; color: #FFFFFF; font-weight: 600; margin-bottom: 33px;}
.all-dow-text-box p{font-size: 20px; line-height: 2; color: #FFFFFF;}
.all-dow-text-box .btnbox{margin-top: 33px;}
.all-dow-text-box .btnbox a{padding: 0 20px; height: 45px; display: flex; align-items: center; 	font-size: 24px; color: #FFFFFF; border-radius: 10px; border: 1px solid #FFFFFF;} 
.all-dow-text-box .btnbox a:hover{background-color: #100C32; border-color: #100C32;}
.all-dow-text-box .btnbox a i{margin-left: 11px;}

.full-size-img{background-repeat: no-repeat; background-size: cover; background-position: center center;}

.tec-download-sec{padding: 150px 0 120px;}
.tec-download-sec .row_flwx.row [class^="col-"] {margin-bottom: 30px;}
/* ==========all-downloads-sec========== */


/* ==========download-details-page========== */

/* =====dodet-first-sec===== */
.download-details-page { position: relative;width: 100%;overflow: hidden; }

.dodet-first-sec{ display: flex; display: -ms-flexbox; align-items: flex-end; padding: 95px 0 72px;}
.dodet-first-sec .dodet-first-img .imgbox{background-repeat: no-repeat; background-position: center center; background-size: contain; min-width: 750px;max-height: 483px; }
.dodet-first-sec .dodet-first-img .imgbox img{opacity: 0; visibility: hidden;width: 100%; }

.dodet-first-form{margin:-166px 0 0 93px; position: relative; z-index: 1;}
.dodet-first-form .dodet-first-form-main{padding: 48px 59px; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16); border-radius: 44px; float: left; background-color: #fff; position: relative;}

.dodet-first-form .dodet-first-form-main.fill-form::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: 5px solid #0187CB;box-shadow: 5px 5px 30px rgba(1, 135, 203, 1); border-radius: 44px; animation: blinker 1s linear infinite;}

/* .dodet-first-form .dodet-first-form-main.fill-form::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16); border-radius: 44px; animation: blinker 1s linear infinite;} */
  
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }
.dodet-first-form .dodet-first-form-main h5{font-size: 30px; font-weight: 600; color: #100C32; margin-bottom: 5px;}
.dodet-first-form .dodet-first-form-main p{font-size: 20px; line-height: 1; color: #100C32; margin-bottom: 30px;}
.dodet-first-form .dodet-first-form-main .top_label .gfield_label{display: none;}
.dodet-first-form .dodet-first-form-main div.ginput_container{margin: 0 !important; padding: 0 !important;}
.dodet-first-form .dodet-first-form-main ul.gform_fields li.gfield{margin: 0 !important;}
.dodet-first-form .dodet-first-form-main .ginput_container_text .medium,
.dodet-first-form .dodet-first-form-main .ginput_container_email .medium
{width: 100%; height: 44px; border-radius: 30px; padding:0 31px !important; font-size: 19px !important;  border: none; min-width: 543px;
	line-height: 1.57; color: #100C32; margin-bottom: 8px;appearance: initial;
	-webkit-box-shadow:inset 2px 2px 10px rgba(0, 0, 0, .1) !important;
	-moz-box-shadow:inset 2px 2px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow:inset 2px 2px 10px rgba(0, 0, 0, .1);
	box-shadow:inset 2px 2px 10px rgba(0, 0, 0, .1) !important;
}
.dodet-first-form .dodet-first-form-main .gform_footer input[type="submit"]{ max-width: 199px !important;
	font-size: 25px;
	line-height: 1.28;
	color: #FFFFFF;
	padding: 0 45px;
	height: 56px;
	border-radius: 10px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: rgb(146,199,64);
	background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 );
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dodet-first-form .dodet-first-form-main .gform_footer input[type="submit"]:hover{
	background: rgb(86,163,57);
	background: -moz-linear-gradient(top, rgba(86,163,57,1) 0%, rgba(146,199,64,1) 100%);
	background: -webkit-linear-gradient(top, rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	background: linear-gradient(to bottom, rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a339', endColorstr='#92c740',GradientType=0 );
}

.dolod-deit-text-sec .title{border-top: 1px solid #0091D3; border-bottom: 1px solid #0091D3; padding: 17px 51px; display: flex; display: -ms-flexbox; align-items: center; justify-content: space-between;}
.dolod-deit-text-sec .title span{font-size: 30px; line-height: 1.33; color: #100C32; font-weight: 6000;}
.dolod-deit-text-sec .title span img{margin-right: 39px;}

.dolod-deit-text-sec-main{padding: 72px 0 126px; max-width: 1060px; margin: 0 auto;}
.dolod-deit-text-sec-main h3{font-size: 50px; color: #100C32; font-weight: 600; margin-bottom: 31px;}
.dolod-deit-text-sec-main p{font-size: 20px; line-height: 1.5; color: #100C32; }
.dolod-deit-text-sec-main p + ul{margin-top: 45px;}
.dolod-deit-text-sec-main ul + p{margin-top: 45px;}
.dolod-deit-text-sec-main ul li{display: flex; font-size: 20px; line-height: 1.5; color: #100C32; position: relative;align-items: center; }
.dolod-deit-text-sec-main ul li::before {display: inline-flex;width: 5px;height: 5px;background-color: #100C32; content: '';margin-right: 8px; -webkit-border-radius: 10px;border-radius: 10px; }
.dolod-deit-text-sec-main .btnbox {display: flex; display: -ms-flexbox; align-items: center;}
.dolod-deit-text-sec-main .btnbox a{ font-size: 25px; line-height: 1.28; color: #FFFFFF; padding: 0 45px; height: 56px; border-radius: 10px;
	display: flex; display: -ms-flexbox;  align-items: center; justify-content: center; box-sizing: border-box;
	background: rgb(146,199,64);  
	background: -moz-linear-gradient(top,  rgba(146,199,64,1) 0%, rgba(86,163,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,199,64,1) 0%,rgba(86,163,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c740', endColorstr='#56a339',GradientType=0 );	
}
.dolod-deit-text-sec-main .btnbox a:hover{
	background: rgb(86,163,57);
	background: -moz-linear-gradient(top, rgba(86,163,57,1) 0%, rgba(146,199,64,1) 100%);
	background: -webkit-linear-gradient(top, rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	background: linear-gradient(to bottom, rgba(86,163,57,1) 0%,rgba(146,199,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a339', endColorstr='#92c740',GradientType=0 );
}
.dolod-deit-text-sec-main .btnbox a + a{ background: #100C32; margin-left: 47px; border: 1px solid #100C32;}
.dolod-deit-text-sec-main .btnbox a + a:hover{border: 1px solid #100C32; background: #fff; color: #100C32;}
/* =====dodet-first-sec===== */





.row_flwx.row { display:flex; flex-wrap:wrap; }
.row_flwx.row:after,
.row_flwx.row:before { display:none; }
.row_flwx.row [class^="col-"] { display:flex; flex-wrap:wrap; }

.top-download-box .top-down-img .imgbox img,
.full-size-img img {opacity: 0; visibility: hidden;}


.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper form div.validation_error
{color: red !important;}
/* ==========download-details-page========== */

/*2023-02-15*/
.marcom-gallery { padding: 70px 0 100px; }
.gallery-title { width: 100%; position: relative; padding-bottom: 30px; }
.gallery-title h2 { font-family: 'DINPro-Medium'; }
.appliction-box .application-info-wrap{display: flex;align-items: flex-start;}
.appliction-box .col-3 {width: 600px;float: left;display: block;padding: 0 15px;}
.gellery-images { width: auto; margin: 0 -15px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gellery-images .image-wrap { width: calc(33.333% - 30px); margin: 15px 15px; overflow: hidden; position: relative; border: 1px solid #e6e6e6; }
.gellery-images .image-wrap:after { content: ''; display: block; padding: 30% 50%; }
.gellery-images .image-wrap img { position: absolute; top: 0; left: 0; z-index: 2; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 100%; width: 100%; object-fit: cover; }
.gellery-images .image-wrap:hover img { transform: scale(1.1); }
/*2023-02-15*/

.marcom-page .top_text_blk{ padding: 45px 0 25px;}


/*All hardware Page Start*/
.inner_banner_wrp_v2 { position: relative; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; min-height: 210px;
background: rgb(13,63,145);
background: -moz-linear-gradient(top,  rgba(13,63,145,1) 0%, rgba(0,145,211,1) 100%);
background: -webkit-linear-gradient(top,  rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
background: linear-gradient(to bottom,  rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );
}
.inner_banner_wrp_v2 .img_shap { width: 265px; position: absolute; right: 0; bottom: -192px; }
.inner_banner_wrp_v2 .img_shap img { width: 100%; height: auto; }
.inner_banner_wrp_v2 .banner_shaps { position: absolute; right: 100%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-right: -230px; height: 96px; width: 330px; }
.inner_banner_wrp_v2 .banner_shaps img { width: auto; height: 100%; }
.inner_banner_wrp_v2 h1 { font-family: 'DINPro-Medium'; font-size: 30px; text-transform: uppercase; color: #FFFFFF; }
.all_heardware_sec { width: 100%; position: relative; padding: 78px 0 144px; }
.all_heardware_sec .all_heardware_inner { width: 100%; position: relative; }
.all_heardware_inner .all_heardware_top_nav { width: 100%; position: relative; }
.all_heardware_top_nav .nav-tabs { display: -ms-flexbox; display: flex; border: none !important; }
.all_heardware_top_nav .nav-tabs::before,
.all_heardware_top_nav .nav-tabs:after { display: none; }
.all_heardware_top_nav .nav-tabs li { margin-right: 18px; border: none !important; }
.all_heardware_top_nav .nav-tabs>li.active>a, 
.all_heardware_top_nav .nav-tabs>li.active>a:focus, 
.all_heardware_top_nav .nav-tabs>li.active>a:hover,
.all_heardware_inner .nav-tabs>li>a { display: -ms-flexbox; display: flex; min-height: 82px; text-align: center; justify-content: center; align-items: center; align-content: center; background-color: #0D3F91; border: none !important; padding: 19px 71px; font-family: 'DINPro-Medium'; font-size: 29px; color: #FFFFFF; border-radius: 20px 20px 0 0; }
.all_heardware_top_nav .nav-tabs>li:not(.active)>a { opacity: 0.3; }
.all_heardware_content { position: relative;
	padding: 32px 89px 99px 85px; border-radius: 0 20px 20px 20px;
	background: #0d3f91;
	background: -moz-linear-gradient(left,  #0d3f91 0%, #0b4796 10%, #094f9d 20%, #0758a3 30%, #0560a9 40%, #0368b0 50%, #0170b7 60%, #0079be 70%, #0081c5 80%, #0089cc 90%, #0091d3 100%);
	background: -webkit-linear-gradient(left,  #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
	background: linear-gradient(to right,  #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=1 );


}

.switch input{display: none;}
.switch {display: inline-block;width: 43px;height: 19px;margin: 0;position: relative;}
.slider_switch{position: relative;top: 0;bottom: 0;left: 0;right: 0;border-radius: 30px;background-color: #0D3F91;cursor: pointer;overflow: hidden;transition: 0.2s;border: 2px solid transparent; border-width: 2px 3px 2px 3px;/* border-left-width: 4px;border-right-width: 4px; */ width: 100%; display: block; height: 100%; }
.slider_switch:before{position: absolute;content: "";width: 100%;height: 100%;background-color: #FFFFFF;border-radius: 30px;transform: translateX(-22px);transition: 0.2s;}
input:checked + .slider_switch { background-color: #92C740; }
input:checked + .slider_switch:before{transform: translateX(22px); }
/* .switch_mode { position: absolute; top: 5px; right: 22px; z-index: 3; } */

.main_pro_wraps { width: 100%; position: relative; }
.top_pro_filter { width: 100%; position: relative; }
.top_pro_filter .filter_blk_main { width: 100%; position: relative; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.img_shap_hardware { position: absolute; top: 1550px; left: 0; width: 277px; }
.img_shap_hardware img { width: 100%; height: auto; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.filter_blk_main .filter_grp + .filter,
.filter_blk_main .filter + .filter { margin-left: 22px; }
.filter_blk_main .filter { margin-bottom: 22px; }
.filter_blk_main .filter .btn_filter { display: inline-block; vertical-align: top; width: auto; height: auto; white-space: nowrap; line-height: 32px; border: solid 2px #fff; color: #fff; font-size: 17px; padding: 0 31px; text-align: center; border-radius: 10px; }
.filter_blk_main .filter .btn_filter.active,
.filter_blk_main .filter .btn_filter:hover { background-color: #100C32; border-color: #100C32; color: #FFFFFF; }
.lg-toolbar .lg-icon[aria-label="Download"] { display: none !important; }
.lg-backdrop { z-index: 99999; }
.lg-outer { z-index: 999999; }
.filter_blk_main .filter .switch_mode { display: -ms-flexbox; display: flex; align-items: center; align-content: center; font-family: 'OpenSans-Regular'; font-size: 14px; color: #FFFFFF; }
.filter_blk_main .filter .switch_mode .switch { margin-right: 9px; }
.filter_blk_main .filter_grp.deactive { display: none; }
.filter_blk_main .filter_grp { display: -ms-flexbox;display: flex;align-items: center;align-content: center; }
.filter-reset { margin-left: 22px; margin-bottom: 22px; }
.filter-reset input { background-color: transparent; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; font-family: 'OpenSans-Regular'; font-size: 14px; text-decoration: underline; color: #100C32; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.filter-reset input:hover { color: #fff; }

.pro_boxwrap { width: 100%; position: relative; padding: 15px 0 0 0; }
.pro_box_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin: 0 -15px; }
.pro_box_row .pro_box_col { width: 33.33%; padding: 19px 15px;display: -ms-flexbox; display: flex; }
.pro_box_row .pro_box_col .pro_box_main { width: 100%; padding: 10px 60px 54px;display: -ms-flexbox; display: flex; background-color: #FFFFFF; border-radius: 10px; -ms-flex-direction: column; flex-direction: column; }
.pro_box_main .pro_box_main_img { height: 302px; width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; }
.pro_box_main .pro_box_main_img img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.pro_box_main .pro_box_main_dtl { width: 100%; position: relative; padding: 15px 0 0 0; }
.pro_box_main_dtl .title_proname { width: 100%; position: relative; text-align: center;font-family: 'OpenSans-Bold';  color: #000000; text-align: center; font-size: 22px; line-height: 1.363637; display: block; }
@media (min-width: 1600px){
	.all_heardware_sec .container {
		width: 100%;
		max-width: 1566px;
	}
}
.pro_box_catagory { display: -ms-flexbox; display: flex; padding: 15px 0 0 0; }
.pro_box_catagory .pro_tag_title { white-space: nowrap; font-family: 'DINPro'; font-size: 14px; color: #100C32;}
.pro_box_catagory .pro_box_catagory_list { width: calc(100% - 0px); display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0 0 5px;justify-content: center;}
.pro_box_catagory_list .pro_box_catagory_tag { display: -ms-flexbox; display: flex; white-space: nowrap; margin: 2px 4px 2px 0; padding: 2px 8px; background-color: #EAEAEA; border-radius: 30px; font-family: 'OpenSans-Bold'; font-size: 11px; color: #fff; background-color: #92C740;}
.pro_box_catagory_list .pro_box_catagory_tag.active_catagory_tag { background-color: #92C740; }
/* .pro_box_catagory_tag.ate_tag_fill { background-color: #92C740; } */
.pro_specification_main { max-width: 290px; width: 100%; margin: 35px auto 0; }
.pro_specification_row { display: -ms-flexbox; display: flex; width: 100%; align-items: center; align-content: center; }
.pro_specification_row + .pro_specification_row { margin-top: 28px; }
.pro_specification_row .pro_specification_icon { width: 45px; }
.pro_specification_row .pro_specification_icon img { width: auto; height: auto; }
.pro_specification_row .pro_specification_dtl { width: calc(100% - 45px); padding: 0 0 0 15px; }
.pro_specification_dtl .pro_specification_title { font-family: 'DINPro-Medium'; font-size: 18px; line-height: 1.222222; color: #100C32; }
.pro_specification_dtl .pro_specification_value { font-family: 'DINPro'; font-size: 18px; line-height: 1.222222; color: #100C32; margin-top: 7px; }
.readmore_pro { display: -ms-flexbox; display: flex; justify-content: center; text-align: center; padding: 32px 0 0 0; }
.pro_box_main_dtl .readmore_pro { padding-top: 0; margin-top: 32px; position: relative; }
.readmore_pro a:not(.download_btns) { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; min-width: 211px; height: 56px; background-color: #0091D3; border-radius: 10px; font-size: 25px; color: #fff; }
.readmore_pro a:not(.download_btns):hover { background-color: #0D3F91; }

.readmore_pro a.download_btns { display: -ms-flexbox; display: flex; margin: 0 0 0 0; align-self: center; position: absolute; top: 50%; right: -5px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.readmore_pro a.download_btns img { height: 34px; width: auto; }
.readmore_pro a.download_btns + .tooltip { margin-top: -11px; text-align: center; }

.quick_navigation_sec { width: 100%; position: relative; padding: 91px 0 33px 0; }
.quick_navigation_sec:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 0; height: 1px; background-color: #0091D3; width: 799px; }
.quick_navigation_inner { width: 100%;  position: relative;}
.quick_navigation_inner .quick_navigation_title { width: 100%;  position: relative; text-align: center; }
.quick_navigation_inner .quick_navigation_title h2 { font-family: 'DINPro-Medium'; font-size: 50px; line-height: 1.2; color: #100C32; padding: 0 0 28px 0; text-transform: none; }
.quick_navigation_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap; margin: 0 -15px; justify-content: center; }
.quick_navigation_row .quick_navigation_col { display: -ms-flexbox; display: flex; width: 542px; padding: 15px; }
.quick_navigation_box { background-color: #fff; -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); -ms-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); border-radius: 20px; width: 100%; text-align: center; padding: 30px 50px 42px; }
.quick_navigation_box h3 { font-family: 'OpenSans-Bold'; font-size: 32px; line-height: 1.34375; padding: 0 0 15px 0; }
.quick_navigation_box .quick_navigation_img { height: 333px; width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; }
.quick_navigation_box .quick_navigation_img img { height: auto;  width: auto; max-width: 100%; max-height: 100%; }
.show_all_pro { width: 100%; position: relative; display: -ms-flexbox; display: flex; justify-content: center; padding: 23px 0 0 0; }
.show_all_pro a { position: relative; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; align-content: center; min-height: 37px; min-width: 230px; border: solid 2px #100C32; color: #100C32; font-family: 'DINPro'; font-size: 18px; padding: 3px 30px; border-radius: 10px; }
.show_all_pro a:hover { background-color: #0D3F91; border-color: #0D3F91; color: #fff; }
.all_hardware_page .knowledge_sec { margin-top: 0 ; }
/*All hardware Page End*/
/*Product Detail Page Start*/
.main_pro_wrp { position: relative; width: 100%; z-index: 2; padding: 0 0 138px 0; }
.main_pro_wrp .main_pro_wrp_inner { position: relative; width: 100%; }
.main_pro_wrp .main_pro_wrp_inner > .row { display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.main_pro_wrp .main_pro_wrp_inner > .row:after,
.main_pro_wrp .main_pro_wrp_inner > .row:before { display: none; }
.main_pro_dtl_left { width: 100%; position: relative; margin-top: -154px; }
.main_pro_dtl_left .main_pro_dtl_left_inner { background-color: #fff; border-radius: 10px; -webkit-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); -moz-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); -ms-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); padding: 33px 45px 42px 45px; }
.main_pro_dtl_left .back_main_pro { display: -ms-flexbox; display: flex; width: 100%; padding: 0 0 13px 0; }
.main_pro_dtl_left .back_main_pro a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; font-family: 'OpenSans-Bold'; font-size: 22px; color: #fff; line-height: 1.3636; }
.main_pro_dtl_left .back_main_pro a i { display: inline-block; font-size: 0; vertical-align: top; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; margin-right: 11px; }
.main_pro_dtl_left .back_main_pro a:hover i { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); -ms-transform: translateX(-8px); transform: translateX(-8px); }
.main_pro_dtl_left .image { width: 100%; position: relative;}
.main_pro_dtl_left .image > a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; width: 100%; }
.main_pro_dtl_left .image > a img { width: 100%; height: auto; }
.main_pro_dtl_config { width: 100%; position: relative; border-top: solid 1px #0091D3; }
.main_pro_dtl_left_inner h2 { text-align: center; font-family: 'DINPro-Medium'; font-size: 30px; line-height: 1.266667; color: #100C32; }
.main_pro_dtl_left .image { margin: 42px 0 84px 0; }
.main_pro_dtl_config .pro_specification_main { max-width: none;width: auto; margin: 0 -10px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.main_pro_dtl_config .pro_specification_main .pro_specification_row { width: 50%; padding: 13px 10px; }

.main_pro_dtl_right { width: 100%; position: relative; padding: 107px 0 0 91px; }
.main_pro_dtl_right p { font-size: 20px; line-height: 1.75; color: #100C32; }
.main_pro_wrp_inner .row .dtl_left { padding-right: 0; }
.btn-box-green.btn-box a { padding: 0; background: none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; overflow: visible; height: auto; }
.btn-box-green.btn-box a .btn-green {  height: 62px;padding: 0 45px; }
.btn-box-green.btn-box a .btn-green:after { position: absolute;top: 0;left: 0;z-index: -1; width: 100%;height: 100%;border-radius: 10px;content: '';background: #92C740;-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms; }
.btn-box-green.btn-box a:hover {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.btn-box-green.btn-box a:hover .btn-green:after {top: 10px;}
.btn-box-green.btn-box a:after { display: none; }
.main_pro_dtl_right .btn-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -9px; padding: 73px 0 0 0; }
.main_pro_dtl_right .btn-group .btn-box { padding: 13px 9px; width: auto; }
.main_pro_dtl_right .btn-group .btn-box:not(.btn-box-green) a { min-width: 1px; width: 100%; height: 47px; font-size: 26px; line-height: 43px; padding: 0 26px; }
.main_pro_dtl_right .btn-group .btn-box.btn-box-green { width: 100%; }

.midal_pro_wrp { width: 100%; position: relative; }
.midal_pro_wrp .midal_pro_blk { width: 100%; position: relative; }
.midal_pro_wrp .midal_pro_nav_inner { width: 100%; position: relative; }
.midal_pro_wrp .nav-tabs { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: auto; margin: 0 -10px; justify-content: space-between; border: none !important; }
.midal_pro_wrp .nav-tabs li {padding: 0 10px; border: none !important; }
.midal_pro_wrp .nav-tabs li a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; text-align: center; min-width: 308px; padding: 20px 50px; min-height: 82px; border-radius: 10px 10px 0 0; border: none !important; margin: 0 !important; justify-content: center; font-family: 'DINPro-Medium'; background-color: #F7F7F7 !important; font-size: 29px; color: #100C32; }
.midal_pro_wrp .nav-tabs li:not(.active) a { opacity: 0.3; }
.midal_pro_wrp .nav-tabs::after,
.midal_pro_wrp .nav-tabs::before { display: none; }

.midal_pro_nav_content { width: 100%; position: relative; z-index: 2; padding: 101px 0 111px; }
.midal_pro_nav_content:after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; width: 100vw; background-color: #F7F7F7; }

.bottom_pro_slider.owl-carousel .owl-stage { margin: 0 auto; }

.midal_pro_content { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; justify-content: center; }
.midal_pro_content .midal_pro_content_inner { position: relative; width: 100%; }
.page-template-products-en-solutions .single-solution a{ background-image: none; }
.page-template-products-en-solutions .single-solution .readmore_pro { padding-top: 0; }
.page-template-products-en-solutions .single-solution a::after { display: none; }
.midal_pro_content_inner h2 { font-family: 'DINPro-Medium'; font-size: 32px; color: #000000; text-transform: none; padding: 0 0 44px 0; }
.midal_pro_content_inner ul { padding-left: 22px; }
.midal_pro_content_inner ul li { font-family: 'DINPro-Medium'; font-size: 20px; line-height: 1.75; color: #100C32; list-style-type: disc; }
.midal_pro_content_inner p { font-size: 20px; line-height: 1.75; color: #100C32; }
.midal_pro_content_inner p b { font-family: 'DINPro-Medium'; font-weight: normal; }
.bottom_pro_wrp { width: 100%; position: relative; padding: 71px 0 14px 0; }
.ckt_img_prosing { position: absolute; top: 0; left: 0; width: 228px; }
.ckt_img_prosing img { width: 100%; height: auto; }
.bottom_pro_wrp_slider { width: 100%; padding: 0 0 77px 0; }

.after_slider_content {  display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; justify-content: center; }
.after_slider_content-box { position: relative; }
.after_slider_content-box h2 { font-family: 'OpenSans-Bold'; font-size: 32px; line-height: 1.2; color: #000000; padding: 0 0 21px 0; }
.after_slider_content-box ul { width: 100%; position: relative; }
.after_slider_content-box ul li { width: 100%; position: relative; list-style-type: none; padding: 0 0 0 15px; font-size: 20px; font-family: 'DINPro'; color: #100C32; }
.after_slider_content-box ul li + li { margin-top: 22px; }
.after_slider_content-box ul li:after { content: ''; position: absolute; top: 11px; left: 0; background-color: #100C32; height: 7px; width: 7px; border-radius: 50%; }
.after_slider_content-box p { font-size: 20px; line-height: 1.75; color: #100C32; }
.after_slider_content-box p + p { padding-top: 25px; }
.pro_single_img { width: 100%; position: relative; text-align: center; padding: 121px 0 63px 0; }
.pro_single_img img { width: auto; height: auto; max-width: 100%; }


.pro_dtl_v2 .knowledge_sec { margin-top: 0; }
.midal_pro_wrp + .knowledge_sec { z-index: 3; }
.midal_pro_wrp + .knowledge_sec:before { content: ''; position: absolute; top: -5px; left: 0; right: 0; bottom: 0; background-color: #F7F7F7; z-index: -2; }
.main_pro_dtl_left .image > a:not(:hover) { background-image: none !important; }
.main_pro_dtl_left .image > a { overflow: hidden; background-repeat: no-repeat; -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; }
.main_pro_dtl_left .image > a img:hover {opacity: 0;}
.product-en-solutions .product-sec .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product-en-solutions .product-sec .row > [class^="col-"] { display: -ms-flexbox; display: flex; }
.product-en-solutions .product-sec .single-solution { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column;background-color: #fff; border-radius: 20px; -webkit-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); -moz-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); -ms-box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); box-shadow: 10px 5px 40px rgb(0 0 0 / 10%); padding: 69px 44px 42px; margin-top: 0; margin-bottom: 30px; }
.product-en-solutions .product-sec .single-solution .image-wrap .base_icon { width: 284px; height: 284px; display: -ms-flexbox; display: flex;align-items: center; align-content: center; justify-content: center; }
.page-template-hardware .contain_wapper { z-index: 2; position: relative; }
.product-en-solutions .product-sec .single-solution .image-wrap .base_icon img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.product-en-solutions .product-sec .single-solution a { margin-top: 0; display: -ms-flexbox; display: flex;align-items: center; align-content: center; }
.product-en-solutions .single-solution .image-wrap { -ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: start;align-self: flex-start; margin-bottom: 18px; width: 100%; padding: 0 12px; }
.product-en-solutions .single-solution h3 { font-family: 'DINPro-Medium'; font-size: 40px; line-height: 1.25; margin-bottom: 33px; }
.product-en-solutions .single-solution p { font-size: 20px; line-height: 1.5; color: #100C32; }
.product-en-solutions .single_solution_dtl {-ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.product-en-solutions .single_solution_dtl .single_solution_dtl_top {-ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; padding: 0 12px; }
.product-en-solutions .single_solution_dtl .btnbox { -ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: end;align-self: flex-end; width: 100%; margin-top: 65px; }
.product-en-solutions .single_solution_dtl .btnbox a:after { display: none; }
.product-en-solutions .single_solution_dtl .btnbox a { background: none !important; justify-content: center; align-items: center; text-align: center; font-size: 25px; color: #100C32; width: 100%; border-radius: 10px; border: solid 1px #100C32; }
.product-en-solutions .single_solution_dtl .btnbox a:hover { background-color: #100C32 !important; color: #fff; }
.product-en-solutions .product-sec .row::after ,
.product-en-solutions .product-sec .row::before { display: none; }
.product-en-solutions { width: 100%; position: relative; margin-top: -46px; z-index: 2; padding: 0 0 95px 0; }
.solution-section.solution-section-v2 { background-color: #F4F4F4; padding-top: 50px; padding-bottom: 109px; }
.solution-section.solution-section-v2 .single-solution h3 { font-size: 22px; color: #969696; margin-bottom: 13px; }
.solution-section.solution-section-v2 .single-solution .image-wrap { margin-bottom: 31px;  }
.solution-section.solution-section-v2 .single-solution h4 { font-family: 'DINPro-Medium'; font-size: 22px; line-height: 1.36363; color: #000000; padding: 0 0 32px 0; }

.sidebar_pro_stiky { position: fixed;top: 50%;left: 0;z-index: 99999;pointer-events: none;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
/* .sidebar_pro_stiky.active { -webkit-transform: translateX(0) translateY(-50%); -moz-transform: translateX(0) translateY(-50%); -ms-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); } */
.sidebar_pro_stiky * {pointer-events: auto;}

.sidebar_pro_stiky .open_quick { z-index: 1;width: 56px;height: 200px;display: -ms-flexbox;display: inline-block;position: absolute;right: -44px;top: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);align-self: center;justify-content: center;align-content: center;border-radius: 0 10px 10px 0;color: #ffffff;font-family: 'DINPro';font-size: 20px;line-height: 48px; background: #0d3f91;
background: -moz-linear-gradient(left, #0d3f91 0%, #0b4796 10%, #094f9d 20%, #0758a3 30%, #0560a9 40%, #0368b0 50%, #0170b7 60%, #0079be 70%, #0081c5 80%, #0089cc 90%, #0091d3 100%);
background: -webkit-linear-gradient(left, #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
background: linear-gradient(to right, #0d3f91 0%,#0b4796 10%,#094f9d 20%,#0758a3 30%,#0560a9 40%,#0368b0 50%,#0170b7 60%,#0079be 70%,#0081c5 80%,#0089cc 90%,#0091d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=1 ); }
.sidebar_pro_stiky .open_quick span { -webkit-transform: rotate(90deg) translate(-50% , -50%);-moz-transform: rotate(90deg) translate(-50% , -50%);-ms-transform: rotate(90deg) translate(-50% , -50%);transform: rotate(90deg) translate(-50% , -50%);-webkit-transform-origin: top left;-moz-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;width: 200px;height: 41px;display: flex;vertical-align: top;text-align: center;position: relative;right: -50%;top: 50%;align-items: center;justify-content: center;padding: 0px 0px 14px 19px; position: absolute; top: 50%; left: 50%; }
.sidebar_pro_stiky .open_quick:after { content: ''; position: absolute; top: 11px; right: 14px; height: 16px; width: 13px; background-image: url(../images/quick-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.quick_blk_sidebar { display: block; width: 173px; background-color: #fff; -webkit-box-shadow: 5px 5px 20px rgb(0 0 0 / 10%); -moz-box-shadow: 5px 5px 20px rgb(0 0 0 / 10%); -ms-box-shadow: 5px 5px 20px rgb(0 0 0 / 10%); box-shadow: 5px 5px 20px rgb(0 0 0 / 10%); padding: 25px 26px 39px; position: absolute; top: 0; left: 0; z-index: 1; -webkit-transform: translateX(-100%) translateY(-100px); -moz-transform: translateX(-100%) translateY(-100px); -ms-transform: translateX(-100%) translateY(-100px); transform: translateX(-100%) translateY(-100px); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; max-height: calc(50vh + 100px);overflow-y: auto; }
.sidebar_pro_stiky.active .quick_blk_sidebar { -webkit-transform: translateX(0) translateY(-100px); -moz-transform: translateX(0) translateY(-100px); -ms-transform: translateX(0) translateY(-100px); transform: translateX(0) translateY(-100px); }
.sidebar_pro_stiky.active .open_quick { -webkit-transform: translateX(173px) translateY(-50%); -moz-transform: translateX(173px) translateY(-50%); -ms-transform: translateX(173px) translateY(-50%); transform: translateX(173px) translateY(-50%); }
.sidebar_pro_stiky.active .open_quick:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.quick_blk_sidebar_inner { width: 100%; position: relative; }
.quick_blk_sidebar_inner .quick_blk_box { width: 100%; position: relative; }
.quick_blk_sidebar_inner .quick_blk_box .quick_blk_img { width: 100%; position: relative; }
.quick_blk_sidebar_inner .quick_blk_box .quick_blk_img img { max-width: 100%; width: auto; height: auto; }
.quick_blk_sidebar_inner .quick_blk_box .quick_blk_dtl { width: 100%; text-align: center; padding: 10px 0 0 0; }
.quick_blk_dtl h5 { font-family: 'DINPro-Medium'; font-size: 16px; color: #100C32; }
.quick_blk_dtl .btn_quick_blk { width: 100%; position: relative; text-align: center; padding: 18px 0 0 0; }
.quick_blk_sidebar_inner .quick_blk_box + .quick_blk_box { margin-top: 18px; padding-top: 12px; border-top: solid 1px #0091D3; }
.quick_blk_dtl .btn_quick_blk a { display: inline-block; vertical-align: top; width: auto; line-height: 25px; border: solid 2px #100C32; border-radius: 10px; padding: 0 10px; font-size: 18px; color: #100C32; }
.quick_blk_dtl .btn_quick_blk a:hover { background-color: #100C32; color: #fff; }
.filter_dropdown { width: 434px; position: relative; }
.filter_dropdown .filter_dropdown_btn { width: 100%; position: relative; display: -ms-flexbox; display: flex; align-items: center; align-content: center; padding: 0 80px 0 25px; background-color: #FFFFFF; -webkit-box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%); -moz-box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%); -ms-box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%); box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%); overflow: hidden; height: 50px; border-radius: 10px; font-size: 20px; color: #100C32; }
.filter_dropdown .filter_dropdown_btn i { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; width: 72px; background: rgb(13,63,145);
background: -moz-linear-gradient(top, rgba(13,63,145,1) 0%, rgba(0,145,211,1) 100%);
background: -webkit-linear-gradient(top, rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
background: linear-gradient(to bottom, rgba(13,63,145,1) 0%,rgba(0,145,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3f91', endColorstr='#0091d3',GradientType=0 );}

.filter_dropdown .filter_dropdown_btn i svg { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.filter_dropdown.active .filter_dropdown_btn i svg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.filter_dropdown_ul ul { background-color: #FFFFFF; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 15px 20px; }
.filter_dropdown_ul ul li { padding: 6px 15px; width: 50%; }
.filter_dropdown_ul ul li a { font-size: 20px; color: #100C32; }
.filter_dropdown_ul { padding: 15px 0 13px; position: absolute; top: 100%; left: 0; width: 100%; z-index: 2; margin-top: 16px; border-radius: 10px; box-shadow: 1px 4px 20px rgb(0 0 0 / 16%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); opacity: 0; visibility: hidden; background: rgb(0,145,211); 
background: -moz-linear-gradient(top, rgba(0,145,211,1) 0%, rgba(13,63,145,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,145,211,1) 0%,rgba(13,63,145,1) 100%);
background: linear-gradient(to bottom, rgba(0,145,211,1) 0%,rgba(13,63,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091d3', endColorstr='#0d3f91',GradientType=0 ); }
.filter_dropdown_ul:after { content: ''; position: absolute; right: 28px; bottom: calc(100% - 1px); border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #0091D3; }
.filter_dropdown.active .filter_dropdown_ul { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.bottom_pro_slider.owl-carousel .owl-nav button { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.bottom_pro_slider.owl-carousel .owl-nav button.owl-prev { left: -107px; }
.bottom_pro_slider.owl-carousel .owl-nav button.owl-next { right: -107px; }
.main_pro_dtl_config .pro_specification_main .pro_specification_row { margin-top: 28px; }

/*Product Detail Page End*/


.btnbox.loadbtn{justify-content: center;display: none;width: 100%}
.btnbox.loadbtn.show{display: flex !important;}
.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #92C740 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.all_heardware_content.ate_cat .ate_tag_fill {background-color: #92C740;}
.all_heardware_content > .loadbtn { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background-color: rgb(255 255 255 / 90%); margin: 0 ; padding-top: 150px; }
.all_heardware_content > .loadbtn .loader { border: 3px solid #084d95; }
.all_heardware_content > .loadbtn .loader::after { width: 30px;height: 30px; }
.orange_btn a{background-color: #f47820;color: #fff;border-color: #f47820;}
.orange_btn a:hover{color: #f47820;}

.w3n_sw_download .download_btns { position: relative;width: 100%; display: flex;padding: 20px 0 15px; }
.w3n_sw_download .download_btns a + a { margin-left: 30px; }
.maintenance_modal .modal-dialog { display: flex;align-items: center; }
.maintenance_modal .modal-dialog .modal-content { width: 100%; }
.maintenance_modal .modal-dialog .modal-header { padding-bottom: 30px;padding-left: 0; }
.maintenance_modal .modal-dialog .close-btn { position: absolute;top: 15px;right: 15px;display: flex; width: 30px;height: 30px; }
.maintenance_modal .modal-dialog .close-btn svg { width: 100%; }
/*.maintenance_modal .form_block .gfield { position: relative;width: 100%; }
.maintenance_modal .form_block .gfield.field-half { width: 50%;max-width: 50%; }*/
.maintenance_modal .gform_legacy_markup_wrapper .hidden_label .gfield_label { display: none; /*position: relative !important;width: 100%;height: auto;clip: auto;color: #231f20;*/ }
.maintenance_modal .form_block .gfield .ginput_container.ginput_complex input,
.maintenance_modal.get-advice-poup .modal-dialog .form_block ul li.gfield select,
.maintenance_modal.get-advice-poup .modal-dialog .form_block ul li.field-half input[type="text"] { height: 45px;font-size: 16px !important; }
.maintenance_modal.get-advice-poup .modal-dialog .form_block ul li.gfield select { padding-left: 15px;text-indent: 0; }
.maintenance_modal .form_block .gfield .ginput_container input,
.maintenance_modal .form_block .gfield .ginput_container select,
.maintenance_modal .form_block .gfield .ginput_container textarea { border-width: 1px;border-radius: 10px; }
.maintenance_modal .form_block .gfield .ginput_container input,
.maintenance_modal .form_block .gfield .ginput_container textarea { padding-left: 15px !important; }
.maintenance_modal .get-advice-poup .gform_wrapper .top_label div.ginput_container { margin-top: 0; }
.maintenance_modal .gform_legacy_markup_wrapper li.hidden_label input { margin-top: 0; }
.maintenance_modal .form_block .ginput_recaptcha > div { display: flex;justify-content: flex-start; }
.maintenance_modal .form_block .ginput_recaptcha > div > div { transform: scale(0.86);margin-left: -20px; }

.dtl_tag{padding: 15px 0 15px 0;border-bottom: solid 1px #0091D3;}
.dtl_tag .pro_box_catagory_tag{font-size: 14px}

#slider-2-slide-10-layer-3.rs-layer div.buttons a.button-1.btn.btn-success, 
#slider-2-slide-10-layer-3.rs-layer div.buttons a.button-2.btn.btn-default,
#slider-2-slide-8-layer-3.rs-layer div.buttons a.button-1.btn.btn-success,
#slider-2-slide-8-layer-3.rs-layer div.buttons a.button-2.btn.btn-default,
#slider-2-slide-9-layer-3.rs-layer div.buttons a.button-1.btn.btn-success,
#slider-2-slide-9-layer-3.rs-layer div.buttons a.button-2.btn.btn-default {
line-height: 40px !important;
}

#videos > div > div > div > img {
width: 100%;
    height: 250px;
    object-fit: cover;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
    color: #fff;
    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 );
    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;
}

.customer_list .customer-box p {
    min-height: 225px;
}

img {
    height: auto;
}
.yikes-easy-mc-error-message,
.yikes-easy-mc-success-message {
    background: none !important;
}

.customer_list .customer-box .crplus:after {
    color: #233c85;
font-size: 16px;
}

.boundary-bottom h2 {
    line-height: 40px;
}

.customer_list .customer-box h3 {
min-height: 100px;
}

.customer_list .customer-box .image a {
    min-height: 100px;
}

body > div.main > div.main-content > div.page-content > div.products-section > div > div > div > div > h3 {
    min-height: 90px;
}

.single-product .detail {
    min-height: 160px;
}

.hardware_accordion .panel-group-in > .panel-default > .panel-heading .panel-title {
    font-size: 20px !important;
adding: 14px 0 18px !important;
}

.single_pro_blk .hardware_accordion .panel-body p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#contain_wapper > div > div.about-page > div > div > div > table > tbody > tr> td {
padding-right: 10px !important;
padding-bottom: 5px !important;
min-width: 150px;
}

@media only screen and (max-width: 840px) {
.img-left .boundary-info {
    padding: 0 0 0 0px !important;
}
table.responsivejtag {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
#contain_wapper > div > div.about-page > div > div > div > table > tbody > tr> td {
min-width: 100px !important;
    font-size: 12px;
}
}

.clients-slider-wrap .owl-carousel .owl-item img {
    max-width: 88px;
}

.clients-slider-wrap .clients {
    padding: 5px 70px 0 70px;
}

.inner_banner_wapper > .inner-bg {
    opacity: 1;
}

#collapse1 > div > div > ul > li,
#collapse2 > div > div > ul > li,
#collapse3 > div > div > ul > li,
#collapse4 > div > div > ul > li,
#collapse5 > div > div > ul > li,
#collapse6 > div > div > ul > li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}

#collapse1 > div > div > ul,
#collapse2 > div > div > ul,
#collapse3> div > div > ul,
#collapse4 > div > div > ul,
#collapse5 > div > div > ul,
#collapse6 > div > div > ul {
margin-top:15px;
margin-bottom: 15px;
}

.product_feature ul {
    padding: 0px 0 0 18px;
}

.languagesMenu li a:hover,
.navbar ul li a:hover {
color: rgb(147,200,64) !important;
}

#menu-primary-menu ul {
    margin-top: 10px;
}

.product_blk {
    padding: 10px 0 34px;
}

.single-solution {
    margin: 20px 0 0 0;
}

.banner-content h1 {
    text-shadow: #000 1px 1px 3px !important;
}

.page-template-default .content .btn-box.white-bg a { margin-left:30px; }
/*.page-template-default .content .btn-box.white-bg a + a { margin-left:30px; }*/


.dodet-first-form .dodet-first-form-main .top_label li.sal_radio .gfield_label,
li.sal_radio .gfield_label {display: block !important;font-weight: normal;font-size: 18px;}

li.sal_radio ul.gfield_radio li {margin: 0 30px 0 0 !important;display: inline-block;}