


/*--NEW GLOBAL--*/
.expand-container,
.line-1,
.line-2 {
-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

/*.large-section-block {
	margin-bottom: 100px;
}*/


.software-product.sustenance-background{
	margin-bottom: 0px!important;
}

.section-block {
	margin-bottom: 60px;
}

.half-section-block {
	margin-bottom: 30px;
}

.qtr-section-block {
	margin-bottom: 23px;
}


.half-section-block--padding {
	padding-bottom: 40px;
}

.qtr-section-block--padding {
	padding-bottom: 20px;
}

.wrapper {
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.not-centered {
	margin-left: 0;
	margin-right: 0;
}

.center-text {
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after { clear: both }




/*--COLORS--*/
.design-color{
	color: #58b041 !important;
}

.service--bottom-coa .design-color.qtr-section-block, .service--bottom-coa .software-color.qtr-section-block, .service--bottom-coa .systemssilicon-color.qtr-section-block, .service--bottom-coa .testing-color.qtr-section-block, .service--bottom-coa .productsupport-color.qtr-section-block, .service--bottom-coa .sustenance-color.qtr-section-block{
  font-size: 16px;
}

.design-background--before:before,
.site-content--services.services-main .view-cta.design-background,
.design-background {
	background: #58b041 !important;
	background-color: #58b041 !important;
}


.software-color {
	color: #14bebe !important;
}

.software-backiground--before:before,
.site-content--services.services-main .view-cta.software-background,
.software-background {
	background: #14bebe;
	background-color: #14bebe;
}


.systemssilicon-color {
	color: #41b0e5 !important;
}

.systemssilicon-background--before:before,
.site-content--services.services-main .view-cta.systemssilicon-background,
.systemssilicon-background {
	background: #41b0e5;
	background-color: #41b0e5;
}


.testing-color {
	color: #a51555 !important;
}

.testing-background--before:before,
.site-content--services.services-main .view-cta.testing-background,
.testing-background {
	background: #a51555;
	background-color: #a51555;
}

.section-block--padding {
	padding-bottom: 30px;
}

.productsupport-color {
	color: #833ad6 !important;
}

.productsupport-background--before:before,
.site-content--services.services-main .view-cta.productsupport-background,
.productsupport-background {
	background: #833ad6;
	background-color: #833ad6;
}


.sustenance-color {
	color: #ef7a29 !important;
}

.sustenance-background--before:before,
.site-content--services.services-main .view-cta.sustenance-background,
.sustenance-background {
	background: #ef7a29;
	background-color: #ef7a29;
}

.softwareframeworks-color {
	color: #e95042 !important;
}

.softwareframeworks-background--before:before,
.site-content--services.services-main .view-cta.softwareframeworks-background,
.softwareframeworks-background {
	background: #e95042;
	background-color: #e95042;
}





/* .site-content--services.services-main .view-cta.lightblue-background,
.lightblue-background {
	background: #4588d4;
	background-color: #4588d4;
} */

/* .site-content--services.services-main .view-cta.lightgrey-background,
.lightgrey-background {
	background: #f0f0f0;
	background-color: #f0f0f0;
} */

.white-color {
	color: #fff !important;
}

.white-background {
	background: #fff;
}


.no-top-margin {
	margin-top: 0 !important;
}
/*
.benton-font {
	font-family: "Benton Sans Book",sans-serif;
} */

.normal-weight {
	font-weight: normal;
}

/*.bold {
	font-weight: bold;
}*/


/* .site-content--services.services-main .view-cta {
    background-color: #4588d4;
} */

.site-content--services.services-main .cta-block h1 {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 1rem;
  font-size: 3.2rem;
}

.site-content--services.services-main .cta-block h6 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
}

.button.black a,
.site-content--services.services-main .cta-block .button a {
	background-color: #000000;
	color: #fff;
	background-image: linear-gradient(0deg,#2a2a2a,#2a2a2a);
	background-size: 0 100%;
	background-repeat: no-repeat;
}
.button.black a:hover,
.site-content--services.services-main .cta-block .button a:hover {
	background-size: 100% 100%;
}

.service-thumb .icon-container {
	padding: 50px 0 60px;
	text-align: center;
}

.service-thumb .inner {
	width: calc(100% - 25px);
	margin: 0 auto;
	background: #fff;
	margin-top: -35px;
}

.service-thumb .inner-pad {
	padding: 20px 20px;
	margin: 0;
}

.service-thumb h3 {
	line-height: 1.2;
	font-size: 28px;
}

.view-cta.no-slant {
	margin: 0 !important; 
	overflow: hidden;
}

.view-cta.no-slant:before {
	display: none;
}

.service-thumb .desc {
	font-size: 14px;
  font-weight: 500;
}

.related-offerings a {
	display: block;
	line-height: 1.25;
	font-size: 14px;
  font-weight: 500;
	text-decoration: none;
	margin-bottom: 18px;
	color: #333333;
	display: table;
	/* line-height: 2.625; */
	padding-right: 0;
}

.related-offerings.inner-serv a {
	font-size: 15px;
	font-weight: 700;
}

.related-offerings.inner-serv a .ico {
	transform: rotate(-90deg) translate(0.35em,.2em);
}

.end_cap--category-title.services:before,
.end_cap--category-title.services:after {
	background-color: #cecece;
}

.end_cap--category-title.services:before {
	margin-right: 100px;
}

.end_cap--category-title.services:after {
	margin-left: 100px;
}

.end_cap--category-title.services {
	color: #333333;
}

.related-offerings {
	font-size: 16px;
  font-weight: 500;
}

.callout-quote h4 {width: 85%;margin: 0 auto;font-size: 2.5rem;}

.site-content--services .view-cta.no-slant .text {
	width: 90%;
}

.service-end-note-copy {
	font-size: 20px;
	width: 70%;
}

.innerserv-logo-container {
	position: relative;
	width: 70%;
	margin: 0 auto;
	max-width: 960px;
}

.innerserv-logo {
	position: relative;
	width: 100px;
}

.site-content--services:before {
	/* background: #fff; */
}

.site-content--services hr {
	margin: 45px 0;
	background: #999999;
	border: none;
	height: 2px;
}

.site-content--services .indent {
	width: calc(100% - 40px);

	margin-left: auto;
	margin-right: auto;

	margin-left: auto;
	margin-right: 0;
	width: calc(100% - 70px);
}

.site-content--services .indent.has-expand {
	/* margin-left: auto; */
	/* margin-right: 0; */
	/* width: calc(100% - 70px); */
}

.individual-service-info-container .inner {
	width: 84%;
}

.double-spaced {
	line-height: 2;
}

.expand {
	position: absolute;
	top: -2px;
	width: 33px;
	left: -50px;
	cursor: pointer;
}

.expand svg {
	width: 100%;
	height: auto;
}

.expand svg .line-1,
.expand svg .line-2 {
	transform-origin: 50% 50%;
}

.expand svg .line-1 {
	transform: rotate(180deg);
}

.expand svg .line-2 {
	transform: rotate(90deg);
}

/*.expand:hover svg .line-1,*/
.expand.active svg .line-1 {
	transform: rotate(360deg);
}

/*.expand:hover svg .line-2,*/
.expand.active svg .line-2 {
	transform: rotate(00deg);
}

.expand-container {
	max-height: 0vh;
	overflow: hidden;
	width: calc(100vw);
	/* margin-left: calc( ((-100vh + 340px + 70px)/2) ); */
	background: #e4e4e4;
	max-width: 1680px;
	/* width: 100%; */
	position: relative;
}

.expand-container.active {
	max-height: 450vh;
}

.expand-img {
	width: 250px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
}

.expand-info {
	position: relative;
	float: right;
	width: calc(100% - 290px);
}

.expand-info .inner {
	padding: 33px 0;
}

.individual-service-info-container {
	/* background: green; */
}

.relative {
	position: relative;
}

ul.bullet {
	padding:
}

ul.bullet li {
	margin-bottom: 20px;
	list-style-type: disc;
	margin-left: 17px;
}

ul.bullet li:last-of-type {
	margin-bottom: 0px;
}

.video-container video {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.video-container {
	margin: 0 auto;
	height: auto;
	display: block;
}

.full-width {
	width: 100%;
}

.site-content--services.no-before:before {
	display: none;
}

.icon {
	width: 50%;
	margin: 0 auto;
}

.single-icon {
	width: 200px;
	margin: 0 auto 20px;
}

.site-content--services .view-cta .cta-block {
	padding-top: 40px;
}

.service-thumb a .ico, .related-offerings.inner-serv a .ico {
  display: none;
}


@media (min-width: 1024px){

  .site-content-services-new .button-tertiary .ico,.trending-topics a .ico {
        right: -24px;
        transform: rotate(-90deg) translate(0.25em,.2em);
        width: 2rem;
        height: 2rem;
    }

    .site-content--services .view-cta.no-slant .text {
    	width: 80%;
    	max-width: 960px;
    	padding: 0;
    }
    .button-secondary, .services-overview .textual .learn-more {
      font-size: 14px;

  }
  .video-container .end_cap--category-title {
  	  font-size: 14px !important;
  	  /*padding-top: 60px;*/
     /* margin-top: -1px;*/
  }

  .site-content--services.services-main .cta-block h1 {
    font-size: 5.6rem!important;
  }

  .video-container {
  	width: calc(100% - 40px);
  }

  .site-content--services .view-cta.no-slant .text {
  	width: 74%!important;
  }

}

@media only screen and (min-width: 960px) {
	.service-thumb {
		left: 0;
	}
}

@media only screen and (max-width: 1201px) {
	.service-thumb .inner {
		height: auto !important;
	}

	.service-thumb .inner-pad {
		max-width: 400px;
		margin: 0 auto;
	}

	.service-thumb a .ico {
	    transform: rotate(-90deg) translate(-.6em,2em);
	    transform-origin: 0% 50%;
	    right: -2em;
	}

	.related-offerings a {
		top:
	}

	.service-thumb.col-4of12--m {
	    width: calc(99.99%*4/12 - (20px - 20px*4/12));
	    float: left;
	    float: left;
	    clear: none;
	    margin-right: 20px;
	}

	.service-thumb.col-4of12--m:last-child {
	    margin-right: 0;
	}
}

@media only screen and (max-width: 770px) {

	.service-thumb.col-4of12--m {
	    width: calc(100%);
	    float: none;
	    margin-bottom: 30px;
	}

	.site-content--services .indent {
		width: calc(100% - 25px);
	}

}


@media only screen and (max-width: 767px) {

	.circle {
	    width: 15px !important;
	    height: 15px !important;
	    border: solid 1px #333 !important;
	}

	.line1{
	  width: 11px !important;
	  height: 1px !important;
	  top: 9px !important;
	}

	.line2{
	  width: 11px !important;
	  height: 1px !important;
	}

	.expand-info {
		font-size: 14px;
	}

	.indent h6 {
		margin-bottom: 5px;
	}

	.indent h6+.bold {
		font-size: 14px;
	}

	.half-section-block {
		margin-bottom: 15px;
	}

	.site-content--services .indent {
		width: calc(100% - 25px);
	}

	.expand {
		width: 20px;
		left: -32px;
		top: 1px;
	}

	.expand-img {
		width: 100%;
		position: relative;
		height: 100vh;
		background-size: cover !important;
	}

	.expand-info {
		width: 100%;
		float: none;

	}

	.expand-info .inner {
		padding: 30px 0;
		width: 90%;
		margin: 0 auto;
	}

	.service--bottom-coa .wrapper {
		width: 100%;
	}

	.innerserv-logo-container {
		width: calc(100% - 32px);
	}

	.innerserv-logo {
		width: 80px;
	}
}


/* Netiapps Updated the css*/

.service-thumb a {
   text-decoration: none;
}
.cus--frog .cta-block .text h1{
  padding: 15px 0px 0px 0px;
}
.text h1.white-color, .text h3.white-color{
   padding: 10px 0px 10px 0px;
}
/*.services--cus .cta-block h2 {
      color: #fff !important;
}*/
/* h5.benton-font {
	font-size: 15px;
} */

.software-background--before:before, .site-content--services.services-main .view-cta.design-background, .design-background {
    background:#14bebe;
    background-color: #14bebe;
}
.services--cus .related-offerings a {

    font-size: 13px;
    color: #333333c4;
    font-weight: 600;
}

@media (min-width: 768px){
  .view-header-with-image .hwi-block .textual .textual-content {
      padding-bottom: 10px;
  }

}

@media only screen and (max-width: 1200px) and (min-width: 300px)  {

    .site-content--services:before{
        top: 580px!important;
    }
}

/* @media only screen and (max-width: 900px) and (min-width: 300px)  { */
    .half-section-block.learn-more.design-color{display: inline-block;}
    .half-section-block.learn-more{display: inline-block;}
/* } */




.service-thumb .inner {
    width: calc(100% - 10px)!important;
}
@media (min-width: 1024px){
 .cta-block .text {
   padding-right: 13.60996%;
  padding-left: 13.60996%;
}

.hwi-block h1 {
  line-height: 1.1;
}

.section-block--padding {
	padding-bottom: 80px;
}

}
@media (min-width: 1200px){
  .service-thumb a .ico, .related-offerings.inner-serv a .ico {
    display: block!important;
  }
  .video-container .section-block {
    margin-bottom: 78px!important;
  }

  .site-content--services .view-cta .cta-block {
  	padding-top: 88px;
  }
 .services--cus .view-header-with-image .hwi-block .textual {
     height: calc(630px - 8.7488vw);
 }
}
.large-section-block {
	margin-bottom: 0px;
	padding-bottom: 78px;
}
.innerserv-logo-container {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 960px;
}
.video-container .section-block {
  margin-bottom: 40px;
}
.half-section-block .learn-more, .service--bottom-coa .learn-more {
	font-size: 10px;
}
.end_cap--category-title.services {
 color: #333333;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.view-header-with-image .hwi-block .textual{
		height: calc(450px - 8.7488vw) !important;
		height: calc(370px - 8.7488vw) !important;
	}
}

@media only screen and (max-width: 769px) {
	.individual-service-info-container .inner{
		width: 100%;
	}

	.expand-container .inner{
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.expand-container .expand-img{
		display: none;
	}
}


.aricent-color-4 .view-cta .section-block{
	padding-bottom: 60px;
	margin-bottom: 0px;
}
.article-read{
	transition: visibility 5s linear 0s, opacity 500ms;
	opacity:1;
    visibility: visible !important;

}
.pictwo {
visibility:hidden;
 opacity:0;
 transition:visibility 0.3s linear,opacity 0.3s linear;
}
#picOne, #picTwo {
position:absolute;
display: none;
}

#pics {
width:100px;
height:100px;
}

.circle{
  width: 30px;
height: 30px;
border-radius: 40px;
border: solid 2px #333;
display: flex;
position: relative;
text-align: center;
align-items: center;
justify-content: center;
transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.line1{
  width: 20px;
  height: 3px;
  background: #333;
  display: inline-block;
  position: absolute;
  top: 12px;
  transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.line2{
  width: 20px;
  height: 3px;
  background: #333;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.active .line1{
    transform: rotate(-180deg)!important;
}

.active .line2{
    transform: rotate(360deg)!important;
}

.sliding-popup-top {
    position: fixed;
    border-bottom: solid 1px #f1f1f1;
}
.scroll_hint_service{
	position :absolute !important;
}

@media only screen and (max-width: 768px) {

  .sliding-popup-top {
      position: fixed;
  }

  /* .site-content--services .view-cta .cta-block {
      padding-bottom: 48px;
  }

  /* .section-block {
      margin-bottom: 30px;
  } */

	.site-content--services .view-cta .cta-block {
    padding-bottom: 48px;
}

/* .section-block {
    margin-bottom: 30px;
} */

.site-content-services-new .learn-more {
    margin-bottom: 0px;
}

.services--cus .related-offerings a {
    font-size: 11px;
}

  .site-content-services-new .learn-more {
      margin-bottom: 0px;
  }

  .services--cus .related-offerings a {
      font-size: 11px;
  }

  .site-content--services h3 {
    font-size: 2.7rem;
	}

	.site-content--services h2 {
		font-size: 3.15rem;
		line-height: 1.2;
	}

	.site-content--services h6 {
		font-size: 1.5rem;
	}

	.site-content--services h6.double-spaced {
		font-size: 1.5rem;
		line-height: 1.75;
	}
}

@media screen and (max-width: 700px){
  main:not(.site-content--frontpage) {
      margin-top: 0px !important;
  }

  .site-content--services .view-cta .cta-block {
    padding-bottom: 40px;
  }
}


.edge-computing-video{
  	width: calc(100% - 0px) !important;
  	margin-bottom: -4px !important;
  }

  .video_css_contain{
  	width: calc(100% - 0px) !important;

  }

  .edge-computing-video {
  	float: none;
  	clear: both;
  	width: 100%;
  	position: relative;
  	padding-bottom: 54.25%;
  	padding-top: 25px;
  	height: 0;
  }

  .edge-computing-video iframe {
  		position: absolute;
  		top: 0; left: 0;
  		width: 100%;
  		height: 100%;
  }
  /* Css for the Eu Compliance cookie Form */
	#sliding-popup .popup-content #popup-buttons {
	    float: left;
	    margin: 0 0 0 51px;
	    max-width: 40%;
	}
	#sliding-popup .popup-content #popup-buttons button {
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif !important;
	    font-size: .8em;
	    background-color: #007EAF !important;
	    background-image: linear-gradient(0deg,#007EAF,#007EAF);
	    color: #fff !important;
	    border-radius: 0px !important;
	    border: 0px !important;
	    box-shadow: unset;
	    text-shadow: unset;
	    padding: 5px;
	    font-weight: 700;
	}
	#sliding-popup .popup-content #popup-text {
	    color: #fff;
	    float: left;
	    font-weight: bold;
	    margin: 15px 0 0 !important;
	    /*max-width: 60%;*/
	    max-width: 75%;
	}
	@media screen and (max-width: 600px){
		#sliding-popup .popup-content #popup-text {
	    	max-width: 75%;
		}
		#sliding-popup .popup-content #popup-buttons{
			clear: none !important;
		}
	#sliding-popup .popup-content #popup-buttons{
		float: right;
	 padding: 10px;
	}
	.industries-semiconductors-solution .hwi-block h1{
		margin-top:25%;
	}
	}
	#sliding-popup .popup-content #popup-text p {
	    /* font-size: 12px; */
	    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif !important; */
	    font-size: .9em;
	    display: inherit !important;
	}
	#sliding-popup .popup-content #popup-text h1, #sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text h3, #sliding-popup .popup-content #popup-text p {
	    font-weight: 600;
	    line-height: 1.4 !important;
	    margin: 0 0 5px 0 !important;
	}
	#sliding-popup .popup-content #popup-buttons button {
	    cursor: pointer;
	    margin-right: 5px;
	    /* margin-top: 1em; */
	    margin-top: 10px;
	    vertical-align: middle;
	    overflow: visible;
	    width: auto;
	}
	#sliding-popup .popup-content #popup-buttons button.decline-button {
    display: none;
    }

  #sliding-popup .popup-content a {
        color: #0289ce;
        text-decoration: none;
    }

    #sliding-popup .popup-content #popup-buttons {
      margin: 14px 0 0 51px !important;
	}
	.footer--copyright {
		 margin-top: 15px;
		 transform: translateY(55px);
	}
	

	.globe-icon a{
		background-image: url(../images/globe-w.svg);
    width: 29px;
    height: 28px;
    margin-left: 17px;
		background-repeat: no-repeat;
		display: block;
	}

	.globe-icon {
		position: relative;
		top: -2px;
	}

	.globe-icon a:hover{
		background-image: url(../images/globe-active.svg) !important;
	}
	.header:hover .nav-color .header-wrapper .globe-icon a{
		background-image: url(../images/globe.svg);
		display: block;
	} 

	.header:hover .header-wrapper .globe-icon a{
		background-image: url(../images/globe.svg);
		display: block;
	}
	.nav-color .header-wrapper .globe-icon a{
		background-image: url(../images/globe.svg);
		display: block;
	}

	.no-front .globe-icon a{
		background-image: url(../images/globe.svg);
		display: block;
	}

.front .site-wrap{
	overflow: -webkit-paged-x;
}

html.lgn-js_fnd_opn .header-wrapper .toggle-btn-wrap .globe-icon{
	display: none;
}

@media screen and (min-width: 1200px){

	.submenu_first_list{
		column-count: 2;
		column-gap: 0px;
	} 

	.submenu_first_list li{
		position: initial !important;
		border-right: 0px !important;
		display: flex !important;
	}
	.site-nav_submenu li{
		border-left: 0px solid #e3e3e3 !important;
		border-right: 1px solid #e3e3e3 !important;
	}
  .submenu_first_list.site-nav_submenu li:last-child{
		border-bottom: 0px solid #e3e3e3 !important;
	}
}


@media (max-width: 1200px) and (min-width: 320px){
.site-nav {
    background: #fff;
    border-top: solid 1px #f5f5f5;
}
.site-nav .site-nav_submenu{
	background-color: #fff;
}
html.lgn-js_mnu_opn .site-nav label {
	color: #000 !important;
}

}

.ul_no_li li {
	border-bottom: 0px solid #eee !important;
}
@media (max-width: 1979px) and (min-width: 1024px){
.featured_white_dsp{
width: 100vw;
margin-right: calc(-50vw + 480px);
margin-left: calc(-50vw + 480px);
}
}

.accent-background, .newsblock-detail__block.newsblock-content_rte ul li:before {
	background-color: #2182ae !important;
}

@media (max-width: 1000px)  and (min-width: 768px) {
		.software-industry-solutions .hwi-block .visual img {
				height: 482px !important;
		}
}