/* style-2022.css, created on 07-11-2022 10:57 */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
nav {
  -webkit-box-shadow:none;
  box-shadow:none;
}
.container { width: 100%; max-width: 1200px; }

section {
    padding: 110px 0;
}
.round-10 {
    border-radius: 10px;
}
.border {
    border: 1px solid #D3D3D3;
}
/*old web site fixes*/
.catalog-search-btn{
  display:block !important;
}

/*old website fixes end*/
/*top menu */
header a:hover { color: #44A1CB !important; }
header { padding: 20px 30px; }
header nav ul { margin: 9px 0; line-height: 3.125; }
header nav ul li  { padding: 0px 10px; }
header nav ul a { font-weight: 500; color: #000; text-transform: uppercase; line-height: 1.3; padding: 15px 10px; position: relative; }
header nav ul#nav-mobile > li > a:hover:before { content: ''; width: 3px; height: 35px; background: #44A1CB;
background: rgb(68,161,203);
background: linear-gradient(180deg, rgba(68,161,203,1) 21%, rgba(68,161,203,0) 21%, rgba(68,161,203,0) 75%, rgba(68,161,203,1) 75%);
 position: absolute; border-radius: 5px; top: 50%; left: 50%; transform: translateY(-50%) rotate(25deg); }
header nav ul a:hover { background-color: transparent;}
header nav .nav-wrapper ul li a i { line-height: 0.8; height: auto; margin-left: 5px; }

/*--serach--*/
header .search-container { position: relative; display: inline-block; margin: 7px 2px; height: 50px; width: 50px; vertical-align: bottom; float: right; }
header .mglass { display: inline-block; pointer-events: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); color: #fff; font-size: 32px; position: relative; left: -2px; line-height: 32px; box-sizing: border-box; top: -5px; }
header .searchbutton { position: absolute; font-size: 22px; width: 50px; margin: 0; padding: 0; height: 50px; background: #44A1CB; border-radius: 100%; text-align: center; }
header input[type="search"].search:focus + .searchbutton { transition-duration: 0.4s; -moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -o-transition-duration: 0.4s; background-color: #000; color: black; }
header input[type="search"].search { position: absolute; left: 49px; background-color: #ddd; outline: none; border: 0; box-shadow: none; padding: 0; width: 0; height: 100%; z-index: 10; transition: all 0.4s ease; }
header input[type="search"].search:focus { width: 363px; padding: 0 16px 0 0; border:0 !important; box-shadow: none !important; }
header input[type="search"].expandright { left: auto; right: 49px;}
header input[type="search"].expandright:focus { padding: 0 0 0 16px; }


/* mega menu  */
header .mega { min-width: 80% !important; padding: 20px !important; }
header .sidenav .collapsible-body { padding: 20px 0 0; }
header .collapsible-body .col { margin-bottom: 30px; }
header .collapsible-body .col:last-child { margin-bottom: 0px; }
header .dropdown-content li { line-height: 1.3; min-height: auto; }
header .collapsible h4, .dropdown-content li h4 { font-size: 18px; font-weight: 500; margin-bottom: 0px; border-bottom: 1px solid #dfdfdf; padding-bottom: 15px; color: #000; }
header .dropdown-content li a { padding: 5px; text-transform: uppercase; }
header .dropdown-content li:hover, .dropdown-content li.active { background-color: #eee; }
header .dropdown-content { 
 left: 0  !important;
 background: url(/c_resources/images/2022/images/owlbg.png) center bottom / cover no-repeat rgb(255, 255, 255);
}
header .dropdown-content li h4 {text-transform: uppercase; }
header .dropdown-content li:hover{
   background:none;
}
header .dropdown-content li a:hover {
    background: #44a1cb;
    color: #fff !important;
    padding: 5px;
    
    font-size: 11.5px;
    font-weight: bold;
}
header .dropdown-content li>a, .dropdown-content li>span {
    font-size: 12px;
    color: #44a1cb;
    display: block;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
header .catalog-search-btn {
    margin: -11px 0 !important;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
header .catalog-search-btn i{
 line-height: 45px !important;
    padding: 0px;
    margin: 2px -4px !important;
}
::-webkit-input-placeholder {  color: #000; }
::-moz-placeholder {color: #000; }
:-ms-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }

/* banner  */
.banner-image img { width: 100%; height: 100%; display: block; }
.main-banner { width: 100%; position: relative; overflow: hidden; }
.main-banner::after { content: ''; width: 100%; height: 132px; background: url(/c_resources/images/2022/images/banner-after.svg) no-repeat; background-size: cover; position: absolute; bottom: -100px; left: 0px; }
.ball { height: 50px; cursor: pointer; }
.ball span{ animation: bounce 0.5s; animation-direction: alternate; animation-timing-function: cubic-bezier(.5, .5, .5, .5); animation-iteration-count: infinite; display: block; position: relative; z-index: 9; }
.ball img { vertical-align: middle; }
@keyframes bounce {
  from {
      transform: translate3d(0, 0, 0);
  }
  to {
      transform: translate3d(0, 10px, 0);
  }
}

/*--ev-charging-btn --*/
.charging-electronics-btn,.wind-solar-btn,.substation-btn,.modems-btn{
  position:relative;
} 

/*.wind-solar-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}*/
.wind-solar-arrow {
  position: absolute;
	right: 38%;
	bottom: 38%;
}
.wind-solar-btn .banner-btn {
	background: #000000;
	border-radius: 0px 100px 100px 0px;
	padding: 11px 22px 11px 38px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
	position: absolute;
  bottom: 60px;
  left: 60px;
	white-space: nowrap;
}

.banner-btn-icon {
	float: left;
	background: #44A1CB;
	border: 2px solid #FFFFFF;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 72px;
	position: absolute;
	top: -9px;
	left: -31px;
}

/*--substation-btn --*/
/*.substation-btn {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
}*/
.substation-btn .banner-btn {
	background: #000000;
	border-radius: 0px 100px 100px 0px;
	padding: 11px 22px 11px 38px;
	color: #fff;
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
bottom: 60px;
    z-index: 1;
	left: 60px;
	white-space: nowrap;
}
/*.substation-btn-arrow {
  position: absolute;
  right: 23%;
	bottom: 39%;
}*/

/*--substation-btn --*/
/*.charging-electronics-btn {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
}*/
.charging-electronics-btn .banner-btn {
  background: #000000;
	border-radius: 0px 100px 100px 0px;
	padding: 11px 22px 11px 38px;
	color: #fff;
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
	bottom: 60px;
  left: 60px;
	z-index: 1;
	white-space: nowrap;
}
/*.charging-electronics-btn-arrow {
  position: absolute;
  right: 23%;
	bottom: 39%;
}*/

/*--substation-btn --*/
/*.modems-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}*/
.modems-btn .banner-btn {
	background: #000000;
	border-radius: 0px 100px 100px 0px;
	padding: 11px 22px 11px 38px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
	position: absolute;
	bottom: 60px;
  left: 60px;
	z-index: 1;
	white-space: nowrap;
}
/*.modems-btn-arrow {
	position: absolute;
	left: 10%;
	bottom: 30%;
}*/

.main-banner .sidenav{
	background: rgba(0, 0, 0, 0.85);
	top: 0px;
	padding: 0 20px;
	width: 376px;
	overflow: unset;
}

.sidenav-overlay{
	background-color:  transparent;
}
.main-banner .sidenav h5{
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.ev-process-img{
	overflow: hidden;
}
.model-title{
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.model-name{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 60px;
	white-space: nowrap;
}
.ev-process-text{
	margin-top: 30px;
}

.banner-btn { transition: all 0.3s ease; }
.banner-btn:hover { background-color: #44A1CB; }

/*-- banner button start --*/
.sidenav-close {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
	border: 3px solid #44a1cb;
	opacity: 1;
	position: absolute;
	right: 15px;
	display: flex;
	padding: 8px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	top: 15px;
}
.offcanvas-body  .button {
	display: inline-flex;
	text-transform: capitalize;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 14px 26px;
	background: transparent;
	border: 1px solid #fff;
	font-weight: 400;
	font-size: 16px;
	border-radius: 10px;
}

/* Second Button */
.offcanvas-body #button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.offcanvas-body #button-2 a {
  position: relative;
  transition: all .35s ease-Out;
  font-size: 16px;
  color: #fff;
}
.offcanvas-body #slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #44A1CB;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}
.offcanvas-body #button-2:hover #slide {
  left: 0;
}
.offcanvas-body #button-2:hover a {
  color: #fff;
}

.banner-btn + img { position: relative; z-index: 2; }

.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5 {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 61%;
	bottom: 10px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate3d(50%, 50%, 0);
	animation-name: ripple;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	will-change: transform, opacity;
	z-index: 1;
}
.ripple-1{
  animation-delay: 0;
}

.ripple-2{
  animation-delay: 1s;
}

.ripple-3{
  animation-delay: 2s;
}
.modems-btn .ripple-1, .modems-btn .ripple-2, .modems-btn .ripple-3 { left: -1%; }
.substation-btn-arrow .ripple-1, .substation-btn-arrow .ripple-2, .substation-btn-arrow .ripple-3 { right: 7px; left: auto; }
@keyframes ripple{
  0%{
    transform: translate3d(50%, 50%, 0) scale(0);
    opacity: .5;
  }
  100%{
    transform: translate3d(50%, 50%, 0) scale(30);
    opacity: 0;
  }
}

#btn-black {
  position: relative;
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	border: 1px solid #000;
	margin-bottom: 10px;
}
/*.tab-content .btn-flat,
.main-footer-form .text-end .btn-flat { border:1px solid #000 }*/

.btn-flat { text-transform: uppercase; overflow: hidden; padding: 10px 26px; font-weight: 400; border-radius: 10px; margin-top: 0px; border: 1px solid #000; font-size:  18px; line-height: 1; height: auto; position: relative; z-index: 1; }
.btn-flat:focus { background-color: transparent; }
.btn-flat:focus, .btn-flat:hover { color: #fff;  }
.btn-flat:before {
	content: '';
	width: 100%;
	height: 100%;
	left: -100%;
	background: #44A1CB;
	position: absolute;
	transition: all .35s ease-Out;
	bottom: 0;
	z-index: -1;
}
.btn-flat:hover:before{
	left: 0;
}
.btn-flat.btn-yellow { background:#FFDB00; color: #000; border:0 }
.btn-flat.btn-yellow:hover { color: #fff; }

.btn-flat.btn-white { color: #fff; border-color:#fff; text-transform: capitalize; font-size: 16px; }
.btn-flat.btn-white:hover { color: #fff; }

/* banner end  */
/*news and events
div#portalArticleListBlock-1059 {
    display: none;
}*/

.main-event .row { margin-bottom: 0; }
/* event  */
.main-event{ background: url(/c_resources/images/2022/images/event-bg.png) no-repeat; background-size: cover; padding-top:200px;}
.main-event .event-title { position: relative; }
.main-event .event-title h2 { font-weight: 700; margin-bottom: 30px; font-size:53px;}
.main-event .event-title::after{ content: 'news'; position: absolute; left: 50%; transform: translateX(-50%); top: -145%; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 140px; line-height: 100%; opacity: 0.82; color: #44A1CB; -webkit-text-fill-color: white; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #44A1CB; z-index: -1; }
.main-event .card { border: 1px solid #D3D3D3; border-radius: 10px; overflow: hidden; }
.main-event .card-image { text-align: center; padding: 30px 0;min-height: 364px }
.main-event .card-image img { width: auto; max-width: 100%; display: inline-block; }
.main-event .card-content { padding: 30px 30px 20px 30px; }
.main-event .card-content h3.card-title { font-weight: 700; font-size: 18px; line-height: 150%; margin-bottom: 20px; text-transform: capitalize; }
.main-event .card-content p { font-weight: 300; font-size: 14px; line-height: 150%; color: #666; margin-bottom: 20px; }
.main-event .event-author .row { margin-bottom: 0; }
.main-event .event-author { font-size: 14px; color: #666; margin-top: 20px; white-space: nowrap; font-weight: 300; }
.main-event .event-author img { vertical-align: middle; }
.banner-stirp { position: relative; margin-bottom: 110px; }
.banner-stirp h2 { position: absolute; z-index: 9; font-weight: 700; font-size: 56px; line-height: 56px; text-align: center; color: #FFFFFF; top: 56px; left: 50%; transform: translateX(-50%); width: 100%; }
.banner-stirp img { width: 100%; }
.main-event .row .col {
    padding: 10px;
}
.main-event .card-title{
  background:none;
}

.main-event a{
  color: #000000;
}

.newscontenthtml .card-title a{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newscontenthtml .card-content p{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* services  */
section.services { padding-bottom: 0; }
section.services .card { margin-bottom: 110px; min-height: 324px;  }
section.services .card .card-image { position: absolute; left: 50%; top: -73px; transform: translateX(-50%); }
section.services .card .card-content { padding: 80px 30px 30px 30px; }
section.services .card-content h3.card-title { font-weight: 600; font-size: 26px; line-height: 100%; margin-bottom: 14px; }
.service-boxes .row .col {
    padding: 10px;
}
.service-boxes .card-title{
  background:none;
}

/*Footer form*/

.backtotop { position: fixed; right: 60px; bottom: 60px; text-align: center; color: #44A1CB; font-size: 14px; display: none;z-index:51; }
.backtotop:hover { color: #44A1CB; }
.backtotop i { background: #44A1CB; width: 60px; height: 60px; border-radius: 100%; display: flex; margin: 0 auto 10px; font-size: 40px; align-items: center; justify-content: center; color: #fff; }

/* footer form  */
.main-footer-form { position: relative; margin-top: 80px; padding-bottom: 0px;padding-left:20px; }
.main-footer-form::before {
  content: '';
	position: absolute;
	background: #00235A;
	height: 230px;
	width: 100%;
	left: 0;
	top: 4%;
	z-index: -1;
}
.footer-form-title {
	width: 400px;
	position: relative;
}
.main-footer-form h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	color: #fff;
	margin-bottom: 0;
}
.main-footer-form h2 span { color: #44A1CB; }
.footer-form-title::after {
	content: '';
	background: url(/c_resources/images/2022/images/plane-icon.svg) no-repeat;
	width: 186px;
	height: 111px;
	position: absolute;
	right: -186px;
	top: -50px;
}
.footer-form {
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px;
	margin-top: -170px;
	margin-bottom: 80px;
}
.footer-form h2 {
	color: #000;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 15px;
}
.text-end {
	text-align: right;
}

/*Slider*/
#wikiList-1054 .slider .slides {
     background-color: unset;
}

#wikiList-1054.showcase-slider { background: url("/c_resources/images/2022/images/owlbg.png") no-repeat center bottom; background-size: cover; }
#wikiList-1054.showcase-slider .tablabel { background: #C5EDFF; border-radius: 25px; padding: 14px 24px; display: inline-block; margin-bottom: 15px; }
#wikiList-1054.showcase-slider h2 { text-transform: uppercase; font-size: 50px; line-height: 120%; font-weight: 700; }
#wikiList-1054.showcase-slider h2 span { color: #44A1CB; display: block; }
#wikiList-1054.showcase-slider .owl-thumbs {
  position: absolute;
	width: 60px;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}

#wikiList-1054.showcase-slider .owl-thumb-item {
	width: 60px;
	height: 60px;
	background: #E1F6FF;
	border-radius: 10px;
	box-shadow: none;
	border: 1.5px solid transparent;
	padding: 11px 7px;
	margin-bottom: 20px;
}
#wikiList-1054.showcase-slider .owl-thumb-item.active { border:1.5px solid #44A1CB }
#wikiList-1054.showcase-slider .widgetContent { position: relative; }

#wikiList-1054.showcase-slider .widgetContent::before {
	content: '';
	width: 515px;
	height: 515px;
	position: absolute;
	top: -42px;
	right: 0px;
	background: url(/c_resources/images/2022/images/banner-borderbg.png) no-repeat center center;
	/*animation: borderRound 1.0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5);*/
}
#wikiList-1054.showcase-slider .widgetContent.firstclass::before { animation: reverseBorderRound 1.0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5); }
@keyframes borderRound {
  0% {
      transform: rotate(0); transform-origin: center center;
  }
  100% {
      transform: rotate(180deg); transform-origin: center center;
  }
}
@keyframes reverseBorderRound {
  0% {
      transform: rotate(0deg); transform-origin: center center;
  }
  50% {
      transform: rotate(-180deg); transform-origin: center center;
  }
  100% {
      transform: rotate(0deg); transform-origin: center center;
  }
}

#wikiList-1054.showcase-slider .item .row {
	display: flex;
}
#wikiList-1054.showcase-slider .item .row .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#wikiList-1054.showcase-slider .item img { width: 350px; }

#wikiList-1054.showcase-slider .owl-dots {
	position: absolute;
	margin: 0;
	width: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
}
#wikiList-1054.showcase-slider .owl-dots .owl-dot span {
	width: 5px;
	height: 26px;
	margin: 0 0 12px;
}
#wikiList-1054.showcase-slider .owl-dots .owl-dot.active span, .tab-content .owl-dots .owl-dot:hover span { background: #44A1CB; }

#wikiList-1054.showcase-slider .owl-item.active .imgbox img{ animation: imgUp 1.0s; animation-delay: 0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5); display: block; position: relative; z-index: 9; }
@keyframes imgUp {
  from {
      transform: scale(0); opacity: 0;
  }
  to {
      transform: scale(1); opacity: 1;
  }
}

#wikiList-1054 {
  padding: 110px 0;
}
/* tab content end */

/*Contact form*/
form#form-94 .control-group {
    padding-bottom: 15px;
}
form#form-94 textarea{
  height: 5rem;
}

/*Service page*/
.slider-navigation a.slider-navigation-link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 400;
    letter-spacing: .02em;
    text-decoration: none;
    text-transform: uppercase;
}

.slider-navigation {
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
}

.slider-navigation .feature-icon-wrapper {
    overflow: hidden;
    width: 4em;
    height: 4em;
    margin-bottom: 1.5em;
}

.w-slide {
    position: relative;  
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display:none;
}

.slide-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slide-wrapper .row {
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.slide-wrapper .row .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.aspect-3-2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.666%;
    -o-object-fit: cover;
    object-fit: cover;
}

img.aspect-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.col-valign-bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tile.tile-front.shadow {
    box-shadow: 0 0 1.25vw 0 rgb(0 0 0 / 15%);
}
.tile.tile-front {
    z-index: 50;
}
.tile {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    padding: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
}

.divider {
    display: block;
    width: 6em;
    height: 0.15em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    background-color: #43a0c9;
}

.w-richtext:after, .w-richtext:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.slider-content {
    position: relative;
    width: 100%;
    min-width: 100%;
    padding-bottom: 56.25%;
}
.row.row-grow, .row.row-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row.row-stretch .col.s12.l9 {
    max-width: 75%;
    min-width: 75%;
}

.w-slide.active{
  display:block;
}

.w-slide .col.col-5-12.col-pull-2-12 {
    margin-left: -16.666%;
}

.col-push-8-16 {
    margin-left: 50%;
}
.col.col-valign-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content:center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mask {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    display:none;
}
a.slider-navigation-link.active div {
    font-weight: bold;
}



/*News Events Sider*/
/*Slider*/
#portalArticleListBlock-1059{
  display:none;
}

#portalArticleListBlock-1059 { background: url("/c_resources/images/2022/images/owlbg.png") no-repeat center bottom; background-size: cover; }
#portalArticleListBlock-1059 .tablabel { background: #C5EDFF; border-radius: 25px; padding: 14px 24px; display: inline-block; margin-bottom: 15px; }
#portalArticleListBlock-1059 h2 { text-transform: uppercase; font-size: 50px; line-height: 120%; font-weight: 700; }
#portalArticleListBlock-1059 h2 span { color: #44A1CB; display: block; }
#portalArticleListBlock-1059 .owl-thumbs {
  position: absolute;
  width: 60px;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
}

#portalArticleListBlock-1059 .owl-thumb-item {
	width: 60px;
	height: 60px;
	background: #E1F6FF;
	border-radius: 10px;
	box-shadow: none;
	border: 1.5px solid transparent;
	padding: 11px 7px;
	margin-bottom: 20px;
}
#portalArticleListBlock-1059 .owl-thumb-item.active { border:1.5px solid #44A1CB }
#portalArticleListBlock-1059 .widgetContent { position: relative; }

#portalArticleListBlock-1059 .widgetContent::before {
	content: '';
	width: 515px;
	height: 515px;
	position: absolute;
	top: -42px;
	left: 0px;
	background: url(/c_resources/images/2022/images/banner-borderbg.png) no-repeat center center;
	/*animation: borderRound 1.0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5);*/
}
#portalArticleListBlock-1059 .widgetContent.firstclass::before { animation: reverseBorderRound 1.0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5); }
@keyframes borderRound {
  0% {
      transform: rotate(0); transform-origin: center center;
  }
  100% {
      transform: rotate(180deg); transform-origin: center center;
  }
}
@keyframes reverseBorderRound {
  0% {
      transform: rotate(0deg); transform-origin: center center;
  }
  50% {
      transform: rotate(-180deg); transform-origin: center center;
  }
  100% {
      transform: rotate(0deg); transform-origin: center center;
  }
}

#portalArticleListBlock-1059 .item .row {
	display: flex;
}
#portalArticleListBlock-1059 .item .row .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#portalArticleListBlock-1059 .item img { width: 350px; }

#portalArticleListBlock-1059 .owl-dots {
	position: absolute;
	margin: 0;
	width: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
}
#portalArticleListBlock-1059 .owl-dots .owl-dot span {
	width: 5px;
	height: 26px;
	margin: 0 0 12px;
}
#portalArticleListBlock-1059 .owl-dots .owl-dot.active span, .tab-content .owl-dots .owl-dot:hover span { background: #44A1CB; }

#portalArticleListBlock-1059 .owl-item.active .imgbox img{ animation: imgUp 1.0s; animation-delay: 0s; animation-timing-function: cubic-bezier(.5, .5, .5, .5); display: block; position: relative; z-index: 9; }
@keyframes imgUp {
  from {
      transform: scale(0); opacity: 0;
  }
  to {
      transform: scale(1); opacity: 1;
  }
}

#portalArticleListBlock-1059 {
  padding: 110px 0;
}

div#portalArticleListBlock-1059 .widgetHeader, div#portalArticleListBlock-1059 .widgetFooter {
    display: none;
}

.tablabel {
    display: none !important;
}

/*Banner Text*/
.banner-text {
    position: absolute;
    top: 0;
    padding: 20px;
    line-height: 50px;
}
span.banner-text-1 {
    width: 100%;
    display: block;
    font-size: 35px;
}
span.banner-text-2 {
    width: 100%;
    display: block;
    font-size: 45px;
    font-weight:bold;
}

/*spotlight wiki header*/
.spotlightproducts {
    background: url(/c_resources/images/2022/images/event-bg.png) no-repeat;
    background-size: cover;
}
.spotlightproducts .event-title {
    position: relative;
}

.spotlightproducts .event-title::after {
    content: 'spotlight';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 140px;
    line-height: 100%;
       opacity: .80;
    color: #44A1CB;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #44A1CB;
    z-index: -1;
}
.spotlightproducts .event-title h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 53px;
}

/*Services animation*/

 
.feature-icon-wrapper img {
  transition: transform .9s ease-in-out;
}
.feature-icon-wrapper img:hover {
  transform: rotate(360deg);
}

/*Partners logo*/
.patners-logo img {
    display: inline-block;
}
.patners-logo .flex-row {
    display: flex;
    justify-content: center;
}
.patners-logo .flex-row div {
    padding: 0 15px;
    align-self: flex-end;
}

.patners-logo img {
    filter: grayscale();
    padding: 10px;
    cursor:pointer;
}
.patners-logo img:hover {
    filter: initial;
}

section.spotlightproducts, .main-event {
    padding-bottom: 50px;
}


@media only screen and (max-width: 1199px) {
   #wikiList-1054 .owl-thumbs { display: none; }
    #portalArticleListBlock-1059 .owl-thumbs { display: none; }
   }
   
   @media only screen and (max-width: 1023px) {
     header { padding: 20px 15px; }
     nav a.sidenav-trigger { margin: 7px 0; width: 50px; color: #000; text-align: center; }
      nav a.sidenav-trigger, nav a.sidenav-trigger i { height: 50px; line-height: 50px; }
      #mobile-nav { padding: 20px; }
      #mobile-nav li { padding: 0; }
      #mobile-nav li a { padding: 0; }  
      section { padding: 55px 0; }
      .main-banner .row { display: none; }
      #wikiList-1054 { padding-bottom: 110px !important; }
      #wikiList-1054 .item .row { flex-wrap: wrap !important; }
      #wikiList-1054 h2 { font-size: 62px !important; }
      #wikiList-1054 .item .row .imgbox { margin-top: 50px !important; height: 515px !important; }
      /*#wikiList-1054 .container::before { right: 50%; bottom: 0; transform: translateX(50%); top: auto; }*/
      #wikiList-1054 .container::before { right: 0 !important; bottom: 0 !important; top: auto !important; left: 0 !important; margin: 0 auto !important; }
      #wikiList-1054 h2 span { display: inline-block !important;}
      #wikiList-1054 .owl-thumbs { display: none !important; }

      #portalArticleListBlock-1059 { padding-bottom: 110px !important; }
      #portalArticleListBlock-1059 .item .row { flex-wrap: wrap-reverse !important; }
      #portalArticleListBlock-1059 h2 { font-size: 62px !important; }
      #portalArticleListBlock-1059 .item .row .imgbox { margin-top: 50px !important; height: 515px !important; }
      /*#portalArticleListBlock-1059 .container::before { right: 50%; bottom: 0; transform: translateX(50%); top: auto; }*/
      #portalArticleListBlock-1059 .container::before { right: 0 !important; bottom: 0 !important; top: auto !important; left: 0 !important; margin: 0 auto !important; }
      #portalArticleListBlock-1059 h2 span { display: inline-block !important;}
      #portalArticleListBlock-1059 .owl-thumbs { display: none !important; }

      .enlit-content img { display: block; margin: 0 auto 30px; }
      .banner-stirp h2 { font-size: 46px; top: 26px; }
      .service-boxes .mt-5, .service-boxes .mt-10 { margin-top:0 }
      .service-boxes .card { margin-bottom: 100px; }
      .service-boxes .col:last-child .card { margin-bottom: 0px; }
      .main-footer-form { padding-top: 80px; margin-top: 0; }
      .main-footer-form::before { top: 0; }
      .footer-form { margin-top: 40px; margin-bottom: 35px; }
      .patners-logo.text-center { padding: 55px 0; }
      footer.page-footer { margin-top: 0px;}
     
   }
   
   @media only screen and (max-width: 767px) {
     .container {    width: 90%;}
     #wikiList-1054 h2 { font-size: 62px !important; line-height: 100% !important;}
      #wikiList-1054 h2 { font-size: 42px !important;}
      #wikiList-1054 .item img { width: 240px !important; }
      #wikiList-1054 .item .row .imgbox { margin-top: -70px !important; height: 350px !important; }
      #wikiList-1054 .container::before { background-size: 110% !important; width: 100% !important; bottom: 0px !important; height: 350px !important; }
       #wikiList-1054 .col.s12.l7 { min-height: 410px;}
       #wikiList-1054 {    padding-bottom: 0px !important;padding-top: 0px;}
      #portalArticleListBlock-1059 h2 { font-size: 62px !important; line-height: 100% !important;}
      #portalArticleListBlock-1059 h2 { font-size: 42px !important;}
      #portalArticleListBlock-1059 .item img { width: 240px !important; }
      #portalArticleListBlock-1059 .item .row .imgbox { margin-top: 0px !important; height: 350px !important; }
      #portalArticleListBlock-1059 .container::before { background-size: 110% !important; width: 100% !important; bottom: 0px !important; height: 350px !important; }
      #portalArticleListBlock-1059  .col.s12.l7 { min-height: 390px;}
        #portalArticleListBlock-1059 {    padding-bottom: 0px !important;padding-top: 0px;}
       .banner-text {background: #fdfdfd54;line-height: 28px;} 
       span.banner-text-1{font-size: 15px;}
        span.banner-text-2{font-size: 20px;}
        .banner-image img{display:inline-block;}
      
        section.main-enlit .title p { width: 100% !important;}
        footer.page-footer.teal ul li {    line-height: 5px;}
      footer.page-footer.teal {    padding: 15px 20px;}
      .footer-form-title {padding: 0 20px;}
      .main-event { padding-bottom: 50px !important;padding-top: 150px  !important;}
      .fs6 { letter-spacing: 0.05em !important;}
      .spotlightproducts .event-title::after { top: -50% !important; font-size: 60px !important; }
      .main-event .event-title::after { top: -40px !important; font-size: 110px !important; }
      .event-title h2 { margin-bottom: 60px !important; font-size: 3rem !important; }
      .banner-stirp h2 { font-size: 26px !important; top: 20px !important; line-height: 1.2 !important; }
      .banner-stirp { margin-bottom: 80px !important; }
      .footer-form-title { width: auto;}
      .main-footer-form h2 { font-size: 22px; }
      .footer-form-title::after { content: none;}
      footer.page-footer .col { margin-bottom: 30px; }
      footer.page-footer .col:last-child { margin-bottom: 0px; }
      footer.page-footer .text-end { text-align: left; }
      footer.page-footer .copyright ul { margin: 0 -10px; }
      .backtotop { right: 30px; bottom: 30px; }
      .backtotop i { width: 30px; height: 30px; font-size: 20px;}
      .services .hide-mobile{
        display:none !important;
      }
      .w-slide .col.col-5-12.col-pull-2-12 {
        margin-left: 0;
    }
    
    .slide-wrapper{
      position:relative;
    }
    .tile.tile-front {
        padding: 10px;
    }
    .slider-navigation a.slider-navigation-link{
      font-size:10px;
    }
    .feature-icon-wrapper img{
      width:35px;
    }
    
    .application-btn {
   
        border-radius: 0 !important;
        padding: 10px 10px !important;
        left: 0px !important;
        bottom: 10px !important;
        right: 0px;
    }
   
    .application-btn-icon {
        display: none;
    }
      .application-list .application-innercontent {
        padding: 0 !important;
    }
    
    .application-innercontent.active .application-hoverimg {        
          width: 90%;        
          right: 0 !important;
      }
       .application-innercontent.active .application-hoverimg img{
          width: 75% !important;
         height: 100%;
       }  
   }
   
   footer.page-footer.teal ul li {
    line-height: 20px;
}

.hidesearchbtn{
  display:none !important;
}
div#teamContactSearchDiv #wikiSearchtagSubmitBtn {
    right: 0px;
}
a.catalogInputClearLink:hover {
    background: none !important;
    box-shadow: none !important;
}

/*Application button*/
.application-btn{
  background: #000000;
    border-radius: 0px 100px 100px 0px;
    padding: 11px 22px 11px 38px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
    position: absolute;
    left: 60px;
    white-space: nowrap;
    bottom: 60px;
}

.application-btn:hover {
    background-color: #44A1CB;
}

.application-hoverimg {
    display: none;
}
.application-btn-icon {
    float: left;
    background: #44A1CB;
    border: 2px solid #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 72px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    text-align: center;
    z-index: 9;
}

.application-innercontent.active .application-hoverimg {
    display: block;
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: right;
    cursor: pointer;
    right: 0px;
    left:0px;
    padding:10px;
}

.application-innercontent.active .application-btn{
  background-color: #44A1CB;
}

button.application-btn:focus {
    background-color: #000000;
}

.application-list .application-innercontent{
  padding: 0 20px 20px 0;
}
span.banner-text-3 {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.ev-process-img .items {
    padding: 0 5px !important;
}
.ev-process-img .items .material-placeholder.active{
  width:1162px  !important;
}
div#materialbox-overlay {
    pointer-events: none;
}
.image-row{
  margin-bottom:7px !important;
}

.ev-process-img .items:nth-child(1) {
    padding-left: 0px !important;
}
.ev-process-img .items:nth-child(3) {
    padding-right: 0px !important;
}
.ev-process-img .items:nth-child(2) {
    padding-right: 0px !important;
}
.ev-process-img .items:nth-child(4) {
    padding-right: 0px !important;
}
.application-list .application-innercontent .application-img {
    position:relative;
}
.application-innercontent.active .application-hoverimg .items{
  padding:10px;
}
.application-hoverimg .items .material-placeholder.active{
  width:1162px  !important;
}
.materialboxed.active{
  height:auto !important;
}
.mb0{
  margin-bottom:0px !important;
}

element.style {
    width: 100%;
}
.btn-flat.btn-white {
    color: #fff;
    border-color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}
.ev-process-text .model-name a {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}