@charset "utf-8";
/* CSS Document */
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

.avevaWraper * {
	padding:0;
	margin:0;
}
.avevaWraper {
	font-family: 'Muli', sans-serif;
	font-size:17px;
	line-height:26px;
	padding:0 0 0;
	font-weight:300;
	
}
body {
	padding:0;
	margin:0;
	color:#5e5e5e;
}
sup{font-size:10px;line-height: 18px;
    vertical-align: text-top;}
.headerLeft h1 sup {
    font-size: 16px;
	    line-height: 30px;
    vertical-align: text-top;
}

.avevaWraper a.contact {
	text-transform:capitalize;
}
.avevaWraper p strong {
	font-weight:500;
}
.avevaWraper h1 {
	font-size:200%;
	line-height:1.2;
	font-weight:600;
	color: #ec0045;
	padding-bottom:14px;
	font-family: 'Barlow', sans-serif;
}
.avevaWraper h2 {
	font-size:200%;
	line-height:1.2;
	font-weight:400;
	color: #ec0045;
	padding-bottom:12px;
	font-family: 'Barlow', sans-serif;
}

.avevaWraper .topBar h2{ color:#007bff; font-weight:600;}


.avevaWraper h3{
	font-size:138%;
	line-height:1;
	font-weight:400;
	color: #007bff;
	padding-bottom:20px;
	font-family: 'Barlow', sans-serif;
}
.avevaWraper h3 sup {
    line-height: 21px;
    font-size: 12px;
    vertical-align: text-top;
}
 .avevaWraper h3 a {
	 line-height:1;
 }
.avevaWraper h4 {
	font-size:120%;
	line-height:1.2;
	font-weight:400;
	color: #007bff;
	padding-bottom:10px;
	font-family: 'Barlow', sans-serif;
}
.avevaWraper p {
	padding-bottom:18px;
	line-height:28px;
	font-weight:400;
	color:#5e5e5e;
}
.titlebar h2 {
    font-weight: 600;
    color: #007bff;
    margin: 30px 0;
}
.titlebarinner h2 {
    font-weight: 600;
    color: #007bff;
    margin: 0 0 30px 0;
}

.avevaWraper a {
	color:#007bff;
	text-decoration:none;
	outline:none;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	display: inline-block;
}
.avevaWraper a:hover {
	color:#3d1152;
}
.avevaWraper .gray {
	color:#323232;
}
.avevaWraper .grayBg {
	background-color:#323232;
}
.avevaWraper .flexWrap {
	max-width:1172px;
	padding:0 10px;
	margin:0 auto;
}
.avevaWraper a.contact {
	display:inline-block;
	padding:15px 15px 15px;
	font-size:20px;
	font-weight:500;
	background-color: #007bff;
    color: #fff;
	font-family: 'Barlow', sans-serif;
}
.avevaWraper a.contact:hover {
	color:#fff;
	background:#3b6caa;
}
/*Top Bar*/
.avevaWraper .breadcrumb ul {
	list-style-type:none;
	display:flex;
	justify-content:left;
}
.avevaWraper .breadcrumb ul li {
	margin-right:25px;
	position:relative;
	font-size:16px;
	font-weight:300;
	color:#fff;
}
.avevaWraper .breadcrumb ul li a {
	color:#fa8fbc;
}
.avevaWraper .breadcrumb ul li a:hover {
	color:#3b6caa;
}
.avevaWraper .breadcrumb ul li:before {
	content:'/';
	display:block;
	width:20px;
	height:20px;
	top:0;
	left:-14px;
	position:absolute;
	color:#fff;
}
.avevaWraper .breadcrumb ul li:first-child:before {
	display:none;
}
.avevaWraper .breadcrumb ul li:last-child:before {
	color:#fff;
}
/*.avevaWraper .contentPart {
	padding-top:20px;
}*/
/* Content */
.avevaWraper .overviewList {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
.avevaWraper .overviewList li {
	flex-basis:30%;
	margin-bottom:40px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	align-content: flex-start;
	margin-right:4%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
	position:relative;
}


.avevaWraper .overviewList li .imageSection {
	width:100%;
	position:relative;
	max-width:374px;
	overflow:hidden;
}


.avevaWraper .overviewList li .imageSection img {
	width:100%;
	height:auto;
}
.avevaWraper .overviewList li .imageSection1 {
	width:100%;
	background:#000;
	position:relative;
	max-width:374px;
	overflow:hidden;
}
.avevaWraper .overviewList li .imageSection1 img {
	width:100%;
	height:auto;
}
.avevaWraper .overviewList li a.more {
	
	font-size:16px;
	line-height:22px;
	font-weight:600;
	border:1px solid #fff;
	padding:10px 11px;
	display:inline-block;
	color:#007bff!important;
	font-family: 'Barlow', sans-serif;
	background:none!important;
}
.avevaWraper .overviewList li .ctasection{ position: absolute;
bottom: 20px;
left: 10px;
}
.avevaWraper .overviewList li a.more:hover {
	color:#3d1152!important;
}
.avevaWraper .overviewList li .sectionContent {
	padding:30px 15px;
	box-sizing:border-box;
	margin-bottom: 50px;
}

.avevaWraper .overviewList li:nth-child(3n) {
margin-right:0;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis:98%;
 align-items:center;
 margin-right:0;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis:60%;
 padding-left:25px;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child .ctasection {
 left: 34%;
}

.avevaWraper .overviewList li .sectionContent p {
	line-height:24px;
}
.avevaWraper .overviewList li .sectionContent p sup{
	font-size:10px;
	line-height: 18px;
    vertical-align: text-top;
	}
.avevaWraper .overviewList li .sectionContent a {
	position:relative;
	line-height:28px;
}
.avevaWraper .overviewList li .sectionContent a:after {
	content:' ';
	display:block;
	width:20px;
	height:20px;
	top:1px;
	right:-25px;
	position:absolute;
	color:#3c89ff;
	background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/linkarrow.png);
	background-repeat:no-repeat; background-position: 95% 50%;
}
.avevaWraper .overviewList li .sectionContent h3 a:after {
		content:' ';
		background-image: none;
}
/* Footer */
.avevaWraper .avevafooter {
	display:flex;
	margin-top:30px;
	background:#f6f8fa;
}
.avevaWraper .avevafooter .footerLogo {
	flex-basis:395px;
	padding:30px 40px;
}
.avevaWraper .avevafooter .footerRight {
	
	padding:30px;
	display:flex;
	align-items:center;
}
/* Inner Page */
.avevaWraper .avevaHeader {
	background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/header-bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	padding-bottom:30px;
	min-height: 315px;
	background-size: cover;
}
.avevaWraper .avevaHeader .flexWrap {
	display:flex;
	padding:15px 0;
	align-items:center;
}

.avevaWraper .headerRight {
	text-align:center;
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
.avevaWraper .avevaHeader .headerImage {
	
	width:400px;
	height:297px;
	padding-top:10px;
}
.avevaWraper .avevaHeader .headerImage img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
}
.avevaWraper hr {
	padding:0;
	margin:0;
	border-width:0;
	border-bottom:1px solid #3b6caa;
	width:75px;
	margin:8px 0 25px;
}


.avevaWraper hr.devider {
    width: 100%!important;
}

.avevaWraper .headerRight a.cta {
	display:inline-block;
	background:#3b6caa;
	font-size:14px;
	line-height:18px;
	color:#fff;
	padding:9px 15px;
	font-weight:500;
}
.avevaWraper .headerRight a.cta:hover {
	background:#3c89ff;
}
.avevaWraper .heading {
	text-align:center;
	padding:40px 0;
}
.avevaWraper .heading hr {
	margin:0 auto;
	border-color:#323232;
}
.avevaWraper .heading h2 {
	color:#323232;
	font-weight:500;
}
.slideList-endlav-cont {
	border:2px solid #eeeeee;
	box-sizing:border-box;
	margin-bottom:8px;
	padding:50px 20px;
	position:relative;
	font-weight:300;
	flex-wrap:wrap;
	margin:60px 0;
}



.avevaWraper .slideList {
	list-style-type:none;
	display:flex;
	flex-basis:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.avevaWraper .slideList li {
	display:flex;
	flex-basis:49%;
	justify-content:space-between;
	border:1px solid #3b6caa;
	box-sizing:border-box;
	margin-bottom:20px;
}
.avevaWraper .slideList li img {
	height:100%;
}
.avevaWraper .slideList .contentSection {
	padding:25px;
    width: 100%;
}
.avevaWraper .slideList p {
	font-size:14px;
	line-height:20px;
}
.avevaWraper .slideList a.more {
	font-size:14px;
	line-height:20px;
	border:1px solid #3b6caa;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding:8px 15px;
}
.avevaWraper .slideList a.more:hover {
	background:#3c89ff;
	color:#fff;
}
.avevaWraper .avevaHeader .headerImageVideo {
	
	width:360px;
	padding-top:0px;

}
.avevaWraper .avevaHeader .headerImageVideo img{
    border: 5px solid #8f7c93;
}
.avevaWraper .avevaHeader .headerImageVideo img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
	width:445px;
	height:auto;
}
.videoHeader .headerLeft {
	margin-right:19px;
}
.avevaHeader a.more, .rightSectxt a.more{
	font-size:18px;
	font-weight:500;
	color:#fff;
	background:#3b6caa;
	padding:18px 18px;
	margin-top:10px;
	display:inline-block;
	text-indent:inherit;
	
}
.nopad{
	padding:0!important;
}
.rightSectxt p{
	clear:both;
	padding-bottom: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.rightSectxt p a{
	color:#000;
	font-weight:500;
}
.rightSectxt p.blank{
	line-height: 10px;

    padding: 0;
}
.avevaWraper p.nopad a img{
	float:left;
	margin:0 10px 0 0;
}
.avevaHeader a.more:hover {
	background:#3c89ff;
}

.slideList-endlav-cont .more {
    background: none;
    color: #007bff !important;
    font-weight: 500;
}
.headerLeft .more {
	background-color: #007bff !important;
}
.headerLeft .more:hover {
	background-color: #3b6caa !important;
}

.avevaHeader a.videolink {
	font-weight:600;
	font-size:18px;
}
.avevaWraper .slideList2 {
	list-style-type:none;
	display:flex;
	flex-basis:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
	padding-top:50px;
}
.avevaWraper .slideList2 li {
	display:flex;
	flex-basis:48.5%;
	justify-content:space-between;
	border:1px solid #3b6caa;
	box-sizing:border-box;
	margin-bottom:8px;
	padding:20px 5px 20px 20px;
	position:relative;
	font-weight:300;
}
.avevaWraper .slideList2 .lftSec {
	flex-basis:60%;
	padding:0 15px 0 0;
	border-right:1px solid #bcbcbc;
}
.avevaWraper .slideList2 .lftSec a {
	border:1px solid #3b6caa;
	padding:10px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	position:absolute;
	bottom:20px;
}
.avevaWraper .lftSec .listStyle3 li  a {
	border:none;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size:17px;
	line-height:22px;
	position:relative;
	bottom:inherit;
}
.avevaWraper .slideList2 .lftSec .listStyle3 li a {text-align:left;}
.avevaWraper .slideList2 .lftSec p {
	font-size: 16px;
	line-height: 25px;
	line-height:1.5;
	font-weight: 300;
}
.avevaWraper .slideList2 .lftSec p sup{
	font-size:10px;
	}
.avevaWraper .slideList2 .rgtSec {
	flex-basis:36%;
	padding:0 0 16px 15px;
	text-align: left;
	position:relative;
}
.avevaWraper .slideList2 .rgtSec a.more {
	background-color:#3b6caa;
	display:inline-block;
	padding:12px 20px;
	width:auto !important;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:30px;
	text-decoration:underline;
	margin:0 0 30px 0;
	text-decoration:none;
	text-indent:inherit!important;
}
.avevaWraper .slideList2 .rgtSec a.more:hover {
	text-decoration:none;
	background: #3c89ff;
}
.avevaWraper .slideList2 .rgtSec a.more1 {
	/*padding:15px 10px;*/
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}
.avevaWraper .slideList2 .rgtSec a.more1:hover {
	text-decoration:underline;
}
.avevaWraper .slideList2 .rgtSec img {
	max-width:400px;
	width:100%;
	height:auto;
}
.avevaWraper .slideList2 .rgtSec p {
	font-size:16px;
	line-height:26px;
	color:#082631;
	font-weight:300;
}
.headingCenter {
	text-align:center;
}
.avevaWraper .breadcrumb ul.center {
	display:block;
	margin:50px 0 0 0;
}
.avevaWraper .breadcrumb ul.center li hr {
	margin:0 auto;
}
.addresource {
	margin:0 0 50px 24px;
	display:block;
}
.addresource h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:20px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:0 0 18px 0;
}
.addresource ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.addresource ul li {
	padding:0 0 0 15px;
	margin-bottom:6px;
	background:url(/sw/swchannel/images/users/186785/AvevaShowcase/bullet.jpg) no-repeat 0 7px;
	border:none;
	text-align:left;
}
.addresource ul li a {
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
.addresource ul li a:hover {
	color:#2477b8;
	text-decoration:underline;
}
/* ============================= Video Light box ============================== */
.wholeWrap .clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.cen {
	margin:0 auto 20px;
	display:block;
}
.overlay {
	background:rgba(0, 0, 0, .8);
	position:fixed;
	z-index:9999999;
	width:100%;
}
.dropBox {
	z-index:99999999;
	width:90%;
	max-width:600px;
	position:fixed;
	top:8%;
	left:50%;
	margin:0 auto auto -300px;
	height:400px;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dropBox.videoArea {
	height:500px;
	max-width:800px;
	margin:0 auto auto -400px;
}
.dropInner {
	position:relative;
	padding:20px;
	box-sizing:border-box;
	height:auto!important;
}
.closeBtn, .closeBtnF, a.closeBtn, a.closeBtnF {
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	background:#000;
	border:2px solid #ccc;
	border-radius:50%;
	moz-border-radius:50%;
	text-align:center;
	height:28px;
	width:28px;
}
.closeBtn:hover, .closeBtnF:hover, a.closeBtn:hover, a.closeBtnF:hover {
	color:#FF0000;
}
.scrollContent {
	overflow:auto;
	height:350px;
}
.dropBox {
	display:none;
}
ul.listStyle1, ul.listStyle2, ul.listStyle3,  .avevaWraper .lftSec ul.listStyle3{
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
}
.avevaWraper .lftSec ul.listStyle3 li a, {
	position:relative;
	color:#3b6caa;
	border:none;
	padding:0;
	bottom:0;
	font-size:17px;
}
.avevaWraper .rgtSec ul.listStyle3 li a{
	line-height:22px;
	font-size:17px;
}
.listStyle1 li {
	background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 20px;
	line-height:1.5;
	font-weight:300;
	background-position: 0 6px;
}
.listStyle1 li strong{ font-weight:500;}
.listStyle2 li {
	border: 0!important;
	padding:0 0 0 20px!important;
	list-style:circle!important;
	text-align:left;
	background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/bullet.png)!important;
	background-repeat:no-repeat;
	background-position:0 6px;
	font-size:16px;
	line-height:22px;
}

.listStyle3 li {
	border: 0!important;
	padding: 0!important;
	padding-left:35px!important;
	padding-top: 7px!important;
	padding-bottom: 15px !important;
	text-align:left;
}
.listStyle3 li {	
	background-repeat:no-repeat;
	background-position:0 6px;
}
.fullarea-bottom .more {
	border: 1px solid #3b6caa;
	padding: 10px;
	passing-top: 10px !important;
}
.fullarea-bottom .more:hover {
	background: #3c89ff;
}
.lftSecimg img {
	border: 1px solid  #ccc;
	padding: 3px;
	margin-bottom: 20px;
}
.rgtSec p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
.rgtSec a.imgSize{
    overflow: hidden;
    border: 2px solid #4d1358;
    display: block;
    max-width: 400px;
	margin-bottom:15px;
	height:145px;
}
.headerfullwidth {
	width: 100%;
}
.avevaWraper .headerfullwidth h1
{
	color:#fff;
}
.avevaWraper .headerfullwidth p
{
	color:#fff;
}
.headerLeft {
	width: 60%;
}
.avevaWraper .headerLeft h1
{
	color:#fff;
}
.avevaWraper .headerLeft p
{
	color:#fff;
}

.actionacon span img {
	width: 50px !important;
}
.avevaWraper .avevaHeader .actionacon img {
	width: 50px;
	height: 50px;
	box-shadow: none;
	margin-top: 0
}
.avevaWraper .avevaHeader .actionacon {
	position: relative;
}
.avevaWraper .avevaHeader .actionacon a {
	position: absolute;
	margin-top: 21%;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 15px;
	left:41%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.avevaWraper .slideList2 li {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.avevaWraper .slideList2 li .rgtSec {
	text-align:left!important;
}
.avevaWraper .slideList2 li .rgtSec h4 {
	margin-top:15px;
}
.avevaWraper .slideList2 li .rgtSec h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:18px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:26px 0 18px 0!important;
}
.onecol-cont {
	margin-bottom:35px!important;
}
.onecol-cont li {
	border: 0!important;
	padding: 0!important;
	padding-left:25px!important;
	padding-top: 5px!important;
	list-style: disc!important;
	text-align:left;
}


.fullarea-bottom {
	display:flex;
	margin-top:30px;
}
.bot-left {
	padding-left:30px;
}
/*a.globeIcon, a.globeIcon1, a.globeIcon2 {
	font-family: sans-serif!important;
}*/
.overlay {
	background:rgba(0, 0, 0, .7);
	position:fixed;
	z-index:9999999;
	width:100%
}
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
	z-index:99999999;
	width:90%;
	max-width:500px;
	position:fixed;
	top:15%;
	left:50%;
	margin:0 auto auto -265px;
	height:auto!important;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.dropInner {
	position:relative;
	padding:20px 20px 15px;
	height:inherit;
}
.closeBtn {
	position:absolute;
	top:0px;
	right:10px;
	font-size:25px;
	line-height:31px;
	color:#000;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
}
.closeBtn:hover {
	color:#FF0000;
}
.dropInner h3 {
	font-family: 'Barlow', sans-serif;
    color: #3b6caa;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
	padding:0 0 10px 0;
	margin:0;   
}
.dropInner p, .normal_text {
	font-family: 'Muli', sans-serif;
	font-size:14px;
	line-height:18px;
	padding:0 0 15px;
	margin:0;
}
.dropInner h4 {
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
.dropInner ul {
	padding:15px 0 0
}
.dropInner ul li {
	padding:3px 0;
	border-top:1px solid #dcdcdc;
}
.dropInner ul li:hover {
	background:#f5f5f5
}
.dropInner ul l:first-child {
	border-top:0px solid #fff;
}
.dropInner ul li a {
	font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.dropInner ul li a:hover {
	color:#000;
}
.scrollContent {/*overflow:auto;*/
	height:auto;
}
.scrollContent table {
	width:100%;
	height:30px;
	box-sizing: border-box;
}
/*.globeIcon{display:block;}*/

ul.InnNavsm {
	width:60% !important;
	padding:0 !important;
}
.normal_bold_text {
	display:none;
}
.dropBoxForm {
	z-index:99999999;
	width:90%;
	max-width:500px;
	position:fixed;
	top:15%;
	left:50%;
	margin:0 auto auto -265px;
	height:auto!important;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.dropBoxForm br{
	display:none;
	}


/*.scrollContent iframe {
	height:100%!important;
}*/


/* Form style */
.FormTextBox,
.FormTextBoxFocus,
.FormTextAreaBox,
.FormTextAreaBoxFocus,
input[type=text].requiredField,
input[type=email].requiredField,
input[type=tel].requiredField,
input[type=text],
input[type=email],
input[type=tel],
input[type=text].FormPhoneBox,
input.requiredField {
 width:98%;
 height:28px;
padding: 0 1%;
 border:1px solid #e3e5e6;
 margin:0 0 2px 0;
box-sizing: border-box;
font-family: 'Muli', sans-serif;
font-size:12px;
line-height:28px;
}
.dropInner br {display:none;}


.FormTextAreaBox, .FormTextAreaBoxFocus, textarea.requiredField {
 height:80px;
}
.FormCheckBox{
	margin:0 10px 10px 0;
}
p.pvText {
	font-size:14px;
	}
 p.pvText {
	font-size:14px;
	padding:5px 0;
}
p.pvText a {
	font-size:14px;
	color:#ec0045;
	font-weight:normal;
}
p.pvText a:hover {
	text-decoration:none;
}
.formlist_itm{background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/form-icon);line-height:25px;background-size: 20px; }
.pdflist_itm{ background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/pdficon.png);line-height: 25px;background-size: 20px; }
.videolist_itm{ background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/videoicon.png);line-height:25px;}
.videoCTA{ 
background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/videoicon.png)!important;
background-repeat:no-repeat!important;
background-position:10px 50%!important;
padding-left:50px!important;
}
.pdfCTA{ 
background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/pdficon2.png)!important;
background-repeat:no-repeat!important;
background-position:10px 50%!important;
padding-left:50px!important;
}
.linkCTA{ 
background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/linkicon2.png)!important;
background-repeat:no-repeat!important;
background-position:10px 50%!important;
padding-left:50px!important;
}
.rgtSec .more {
    background-color: #007bff !important;
	color:#fff !important;
}
.rgtSec .more:hover {
    background-color: #3b6caa !important;
	
}
.weblist_itm{background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/weblink-icon.png);line-height: 25px;background-size: 20px; }
.more{ background-color:#3b6caa; color:#fff!important; }
.downbtn{background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/downarrowicon.png)!important; background-repeat:no-repeat !important; background-position: 95% 50%!important;padding-right: 40px !important; }


.avevaWraper .slideList li:nth-child(2n+1):last-child {
    flex-basis: 100%;
    align-items: center;
    margin-right: 0;
}
.rgtSec.botlinks-box {
    display: flex;
	justify-content: center;
}
.botlinks-box ul{ margin-bottom:0;}
.botlinks-box ul li {
    list-style: none !important;
    background-position: 0 3px;
    line-height: 18px;
    margin-left: 10px;
flex-basis: 46%;
margin-right:20px;
}
.slideList2.twocolbox li{ margin-bottom:10px;}
.slideList2.twocolbox li:nth-child(odd) {
 margin-right: 20px;
}
.slideList2.twocolbox li:last-child {
	margin-right:0;
}




.twocolbox .fullarea-bottom{ margin-top:0px;padding-bottom: 15px;}

/* Form style */

.dropBoxFrom2 #main .icon {
    display: none;
}

.dropBoxFrom2 #main .content .title {
    display: none;
}
.dropBoxFrom2 #main .content h1, #main .content p {
    display: none;
}
.dropBoxFrom2 #main {
width: 100%;
}
.dropBoxFrom2 .kWidgetIframeContainer{
width: 100% !important;
}
.footerLogo img {
	max-width:180px;
    height:auto;
}
.avevaWraper .avevafooter .footerLogo {
    flex-basis: 252px;
    display: flex;
    align-items: center;
justify-content: center;
}
.avevaWraper .avevafooter .footerRight {
    padding: 50px 30px;
	color:#fff;
}


.formPan .FormTextBox, .formPan .FormTextBoxFocus, .formPan input[type=text].requiredField, .formPan input[type=email].requiredField, .formPan input[type=tel].requiredField, .formPan input.requiredField{
 width:98%;
 height:30px;
 padding: 0 1%;
 border:1px solid #e3e5e6;
 margin:0 0 5px 0;
}
.avevaWraper .avevafooter .footerRight h2{color:#007bff!important; font-weight:600;}

.formPan{
	width:92%;
	padding:4%;
	} 
.formPan br{
	display:none;
	} 
.formPan h2{
	font-size:120%;
	line-height:1.2;
	font-weight:400;
	color: #ec0045;
	padding-bottom:12px;
	font-family: 'Barlow', sans-serif;
	}
.normal_bold_text{
	display:none;
	}
.formPan table, .formPan table tbody, .formPan table tbody tr{
	width:100%;
	}

.avevaWraper .listStyle3 a{color: #4d1358;}
.breadcrumb li sup {
    vertical-align: top;
    line-height: 26px;
}

.dec-cont ul {
    list-style: none;
}
.dec-cont ul li {
    padding-left: 26px;
    padding-bottom: 10px;
	background-image:url(/sw/swchannel/images/users/186785/AvevaShowcase/bullet.png);
	background-repeat:no-repeat;
	background-position: 4px 10px;
}
.sing-cont {
    background-image: none !important;
}


/* Mediaquary start*/
@media screen and (max-width :1200px) {
 .headerLeft {
 width:auto;
}
 .avevaWraper .overviewList li a.more {
 font-size: 16px;
width: 141px;
text-align: left;
}
.videoHeader .headerLeft {
 padding: 15px;
 flex-basis: 45%;
}
.avevaWraper .slideList li img {
 width: 200px;
}
.avevaWraper .avevaHeader .flexWrap {
 padding:15px 15px;
}


}
 @media screen and (max-width : 1080px) {
.rightContent {
width:36%;
}
.wholeWrap .aboutArea .leftContent {
padding-top:0;
}
.dropBoxForm{
	position:absolute;
	}
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2{
	position:absolute;
	}
}
@media screen and (max-width:999px) {
a.globeIcon {
text-indent:0;
width:auto;
display:block;
margin-top:0;
}
.avevaWraper .slideList2 li .rgtSec img{
	display:block;
	max-width:100%;
	}
	
}
/* 992 break point*/
@media screen and (max-width: 992px) {
 .avevaWraper {
 padding: 0;
}
 .avevaWraper .overviewList li .sectionContent p {
 line-height: 22px;
 font-size: 14px;
}
 .avevaWraper h3 {
 font-size:110%;
}
 .avevaWraper .avevaHeader .flexWrap {
 display: block;
}
 .headerLeft {
 margin-right: 0;
 width: auto;
 padding: 15px;
}
.headerRight {
 width: auto;
}
 .headerImageVideo {
 background-size: auto;
 width: 95%;
 height:auto;
 background-size: 100%;
 padding-bottom: 30px;
 margin: 0 auto;
}
 .videoHeader .headerLeft {
 margin-right: 0;
 padding: 0;
}
.avevaWraper .slideList {
 display: block;
}
 .avevaWraper .slideList img {
 height: auto;
 width: 100%;
}
 .avevaWraper .slideList2  {
 display: flex;
 flex-wrap: wrap;
}
.avevaWraper .slideList2 .lftSec {
 flex-basis: 99%;
order:2;
}
.avevaWraper .slideList2 .rgtSec {
 flex-basis: 99%;
order: 1;
}
.headerRight a img {
 max-width:600px;
 width:95%;
}
/*.avevaWraper .slideList2 li .rgtSec img {
 max-width: 100%;
}*/
.avevaWraper .slideList2 .rgtSec {
 padding: 0;
}
.avevaWraper .slideList2 {
padding: 20px 5px 20px 8px;
}
.avevaWraper .slideList2 .lftSec {
 padding: 0 15px 0 0;
 border-right:0;
 border-top:1px solid #bcbcbc;
 padding-top:15px;
}
.fullarea-bottom {
 flex-wrap: wrap;
 padding-top: 15px;
}
.twocol-list {
 flex-wrap: wrap;
}
.avevaWraper .avevaHeader .headerImageVideo {
 padding-top:1%;
}

.avevaWraper .breadcrumb ul li {
 font-size: 15px;
 line-height: 25px;
}
.avevaWraper .avevaHeader .headerImageVideo {
 padding-top:5%;
}
.avevaWraper h2 {
 font-size: 115%;
}
 .avevaHeader a.videolink {
 font-size: 16px;
 line-height:26px;
}
.avevaWraper .overviewList li .imageSection1 img {
 height: 100%;
}
.avevaWraper .slideList2.lftSec {
 order: 2;
}
 .twocol-list .rightSectxt {
 flex-basis: 100% !important;
}

.avevaWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 45%;
 padding-left: 25px;
}
.avevaWraper .headerRight{text-align:left;}

.avevaWraper .avevaHeader .headerImageVideo{width:100%;}



}
/* 992 break point End*/
@media screen and (max-width : 900px) {
.dropBox.videoArea {
 margin:0 5%;
 left:0;
 top:5%;
}
}
 @media screen and (max-width:786px) {
.avevaWraper .breadcrumb ul {
 display: block;
 margin-left:0;
}
 .avevaWraper .breadcrumb ul li {
 padding-left: 20px;
}
.avevaWraper .breadcrumb ul li:first-child {
 padding-left: 0 !important;
}
.avevaWraper .breadcrumb ul li::before {
 left: 0;
}
.avevaWraper .headerRight {

    justify-content: left;
}
}
/* 768 break point*/
@media screen and (max-width: 768px) {
 .avevaWraper .overviewList li .sectionContent p {
 line-height: 20px;
}
 .avevaWraper h3 {
 font-size:103%;
}
.avevaWraper .overviewList li {
 flex-basis: 46%;
}
.avevaWraper .overviewList li:nth-child(3n) {
 margin-right: 4%;
}
/*.avevaWraper .overviewList li:nth-child(3n):last-child {
 flex-basis: 100%;
}*/
 .avevaWraper .avevafooter {
 display:block;
}
.avevaWraper .avevafooter .footerLogo {

 flex-basis: 395px;
 padding:35px 0 0 0;
 border-right: 0;
 width: 100%;
 margin:0;

}
.avevaWraper p {
 font-size:15px;
}
.avevaWraper .avevafooter .footerLogo {
text-align:center;
}
.avevaWraper .avevafooter .footerLogo img {
max-width:280px;
}
.avevaWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 50%;
}
.avevaWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: 100%;
}
.avevaWraper .avevaHeader .headerImageVideo {
 width: 95%;
 background-size:87%;
 height: auto;
 background-position: 50%;
}
.avevaWraper .avevaHeader .headerImageVideo img {
 height: auto;
 width: 100%;
 margin-top: 22px;
}
.headerImageVideo {
 margin: 0;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 46%;
}

 .avevaWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%!important;
 padding-left: 15px;
}
 .avevaWraper .avevaHeader .actionacon img {
width:auto;
 margin-top:0;
}
.avevaWraper .avevaHeader .actionacon a {
 left:50%;
 margin-left:-35px;
}

}

/* 768 break point End*/
@media screen and (max-width:660px) {
.dropBox {
 width:90%;
 left:0;
 margin:0 5% auto;
 top:5%;
}
}
@media screen and (max-width:640px) {
 .scrollContent {
 height:400px!important;
 overflow:auto!important;
}
 .dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
 height: 430px !important;
 top:10px!important;
}
}
@media screen and (max-width:600px) {
.dropBox {
top:15px;
}
}

@media screen and (max-width:560px) {
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
 width:90%;
 left:0;
 margin:0 5% auto;
 top:15%;
}
.dropInner h3 {
font-size:18px;
line-height:22px;
}
.dropInner h4 {
font-size:13px;
line-height:17px;
}
}
@media screen and (max-width : 500px) {
.dropBox {
 height:300px;
}
.scrollContent {
 height:250px;
}
}
/* 480 break point */
@media screen and (max-width:480px) {
 .avevaWraper .overviewList li {
 flex-basis:97%;
 margin-right:2%;
}
.avevaWraper .overviewList li .imageSection {
max-width: 100%;
}
.avevaWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 100%;
}
.avevaWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: inherit;
}
 .avevaWraper h1 {
 font-size: 150%;
}
.avevaWraper h2 {
 font-size: 140%;
}
.avevaWraper .slideList li {
 flex-basis: 100%;
}
.avevaWraper .avevaHeader .headerImageVideo img {
 margin-top: 26px;
}
.avevaWraper .overviewList li .imageSection1 {
max-width:100%;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 96%;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: auto;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: 200px;
}
.avevaWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%;
}
 .avevaWraper .avevaHeader .actionacon img {
 width:auto;
 height: 25px;
 margin-top:0;
}
.avevaWraper .avevaHeader .actionacon a {
 left:50%;
 margin-left:-35px;
 margin-top:24%;
}
.rgtSec a.imgSize{
	height:auto;
	margin-bottom:15px;
}
.avevaWraper .slideList2 li .rgtSec img {
    margin-bottom:0;
}
}


/* 480 break point End*/
@media screen and (max-width:400px) {
.dropBox {
 height:400px;
}
}
@media screen and (max-width:360px) {
a.globeIcon {
margin-right:5px;
}
}