/* ==========================================================================
   Base-Styling                                                   
   ========================================================================== */

/* @Font Face */

/*
 Box Sizing
 */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

/* Website background color and default font styles */
body {
  color: #023459;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #ffffff;
}

a {
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #e4113a;
}

a:hover,
a:focus {
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  color: #e4113a;
}

hr {
  color: #ffffff;
  background-color: #023459;
  height: 0.063rem;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background: #3da9fc;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #3da9fc;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/* Basic text */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  color: #111;
  text-rendering: optimizeLegibility;
}

small {}

strong {}

em {}

cite {}

code {}

pre {}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  font-weight: bold;
  color:#023459;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 35px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* Lists */
ul,
ol {}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}

blockquote p {}

blockquote small {}

blockquote small:before {}

q:before,
q:after,
blockquote:before,
blockquote:after {}

/* ==========================================================================
   Header Styling
   ========================================================================== */

.custom-header-tag{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  right: 0;
  left: 0;
  background: #f7f7f7;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

/* Top header styling */

.custom-top-header {
  background:#015b9e;
  padding: 0.7em;
}

.custom-top-header ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-top-header ul li {
  display: inline-block;
  color: #ffffff;
}

.custom-top-header ul li a {
  color: #ffffff;
}

.custom-header-info ul li {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 1rem;
}

.custom-header-info ul li i {
  padding-right: 5px;
}

.custom-header-sociallinks ul li {
  padding-right: 1rem;
}

.custom-header-sociallinks ul li a:hover {
  color: #ffffff;
}

/* Bottom header styling */

.custom-bottom-header {
  background:#f7f7f7;
  padding: 0.3em;
  position: relative;
}

/* Logo styling */

.custom-header-logo a img {
  max-width: 45%;
}

/* ==========================================================================
   Body Content Styling                                                 
   ========================================================================== */
/* Banner Section */

.custom-banner-tag {
  margin-top: 125px;
}

.bannerbg1,
.bannerbg2,
.bannerbg3 {
  background-color: #015b9e;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 600px;
}

.bannerbg1:before,
.bannerbg2:before,
.bannerbg3:before {
  content: "";
  position: absolute;
  background: #023459c7;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.custom-banner-content {
  padding:2rem 1rem 1rem 1rem;
  background: #ffffffba;
  margin-top:35px;
}

.custom-banner-content h1 {
  color:#00244F;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0;
  font-family: 'Stardos Stencil', cursive;
  margin: 0;
  font-size:30px;
}

.custom-banner-content h1 .smalltext {
	display: block;
	font-size: 20px;
  line-height: 1.2;
  padding-bottom: .5em;
}

.custom-banner-content p {
  color:#00244F;
  margin: 1rem 0;
  font-size: 14px;
}
.custom-banner-content .slideimg {
  display: block;
  padding-bottom: .5rem;
}
.custom-banner-content .slideimg img {
  max-width: 250px;
}


/* All Body Section Styling
--------------------------------*/

.sctnblck {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
}

.sctntle h6,.sctntle h3 {
  padding: 0;
  text-transform: uppercase;
  color: #023459;
}

.sctntle h6:after {
  content: "";
  width: 7.5rem;
  height: 1px;
  display: inline-block;
  background: #e4113a;
  margin: 0.25rem 0.625rem;
}

.custom-abtcntn .container-fluid,
.custom-siemenscntn .container-fluid{
  padding: 0;
}

.abt-text,.siemens-text {
  padding: 1.5rem 1rem;
}

.abt-text .certificate-image {
  display: block;
  padding-bottom: 1rem;
}

.abt-text .certificate-image img {
  max-width: 350px;
}

.abtimage,.sideimage {
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 100%;
  line-height: 0;
}

.abt-text p {
  font-weight: 400;
  line-height: 1.6;
  padding:0;
}

.abt-text h2 {
  margin-bottom: 0.625rem;
}

.abt-bnnr,
.srvcpg-bnnr,
.cntctpg-bnnr {
  background: url(../img/aboutbnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.abt-bnnr:before,
.srvcpg-bnnr:before,
.cntctpg-bnnr:before,
.hpe-bnnr:before,
.siemens-bnnr:before,
.vertiv-bnnr:before,
.display-bnnr:before,
.hpi-bnnr:before {
  content: "";
  position: absolute;
  background: #023459;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.siemensblock {
  padding-bottom: 1.5rem;
}
.siemensblock:last-child {
  padding-bottom: 0;
}
.siemens-text:last-child {
  padding-bottom: 0;
}
.abt-bnnrcntn,
.srvcpg-bnnrcntn,
.cntctpg-bnnrcntn,
.hpe-bnnrcntn,
.siemens-bnnrcntn,
.vertiv-bnnrcntn,
.display-bnnrcntn,
.hpi-bnnrcntn {
  padding: 7rem;
}

.abt-bnnr,.srvcpg-bnnr,.cntctpg-bnnr,
.hpe-bnnr,.siemens-bnnr,.vertiv-bnnr,
.display-bnnr,.hpi-bnnr {
  margin-top: 125px;
}

.cstm-abtpg,
.cstm-prdctpg {
  padding: 3rem 0;
}

.abt-bnnrcntn h1,
.cntctpg-bnnrcntn h1,
.hpe-bnnrcntn h1,
.siemens-bnnrcntn h1,
.vertiv-bnnrcntn h1,
.display-bnnrcntn h1,
.hpi-bnnrcntn h1,
.srvcpg-bnnrcntn h1{
  color:#fff;
}

.abtpg-text p {
  color: #111;
}

.aboutpage .custom-footer ,
.servicepage .custom-footer,
.contactpage .custom-footer,
.hpepage .custom-footer,
.hpipage .custom-footer,
.siemenspage .custom-footer,
.vertivpage .custom-footer,
.displaypage .custom-footer{
  display: none;
}

.cstm-cntctpg {
  padding: 5rem 0 0rem 0;
}

.srvcpg-bnnr {
  background: url(../img/srvcbnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.hpetitle,.hpititle,.displaytitle,.vertivtitle,.siemenstitle,.srvctitle {
  padding-bottom: 2rem;
}
.siemenstitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
.hpesection,.hpisection {
  padding: 1rem 0;
}
.hpesection h4,.hpsection h4 {
  padding-bottom: 1rem;
}
.upperblock {
  padding-bottom: 2rem;
}

.cntctpg-bnnr {
  background: url(../img/contactbnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.hpe-bnnr {
  background: url(../img/hpebnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.hpi-bnnr {
  background: url(../img/hpibnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.vertiv-bnnr {
  background: url(../img/vertivbnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.display-bnnr{
  background: url(../img/displaybnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.siemens-bnnr{
  background: url(../img/siemensbnnr.jpg) no-repeat;
  background-color: #006ab6;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.acrdnbg {
  padding: 1rem 0;
}

.cstm-brndsldr {
  padding: 3rem 0;
  background:#023459;
}

.cleintsldr {
  background: #fff;
}

.prtnrtitle h2 {
  color: #fff;
}

.brndsldr {
  padding: 2rem 0 0 0;
}
.hpeblock,.vertivblock,.displayblock,.hpiblock {
  padding: 2rem 0 1rem;
}
.hpetetwrapper h5 i,
.hpitetwrapper h5 i,
.vertivtetwrapper h5 i,
.displaytetwrapper h5 i {
  padding-right: .5em;
  font-size: 20px;
  line-height: 1.2;
}
.displaytetwrapper .displayimg,
.vertivtetwrapper .upsimg,
.hpetetwrapper .serverimg,
.hpitetwrapper .workstationimg {
  display: block;
  padding: 0 0 2rem 0;
}
.displaytetwrapper,.vertivtetwrapper,.hpetetwrapper,.hpitetwrapper{
  padding: 0 0 2rem 0;
}

/* Accordion Style */

/** This class will hide all the body be default **/

.panelbody{
  border: 1px solid #d6d6d6;
  padding: 0;
  border-radius: 2px;
  padding:1rem;
  height: 400px;
  overflow-y: scroll;
  display: none;
}
.panelheader h4 {
  color: #fff;
  margin: 0;
  cursor: pointer;
  background: #015b9e;
  padding: 0.5rem;
  position: relative;
  margin-bottom:.5rem;
  font-size: 20px;
}
.accrdnimg img {
  max-width: 205px;
}
.accrdnimg {
  padding-bottom: .5rem;
}
.panel {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.panelheader {
  border: none;
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  text-align: left;
}
.panelheader i {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #023459;
}
.siemenssoftware {
  background: #015b9e;
  padding: 1rem;
  box-shadow: 3px 3px 3px #111;
}

.pnlimg img {
  max-width: 250px;
}

.pnlimg {
  padding-top: 2rem;
  display: block;
  text-align: center;
}

.pnltxt {
  padding-top: 2rem;
}

.cntctpgsubmit {
    width: 100%;
    max-width: 100%;
}

.cntctmap {
    padding-top: 2rem;
}

.cntctmap .l_title iframe {
    width: 100%;
    max-width: 100%;
}
.privacypolcy,.termcondtn {
  margin-top: 125px;
  padding: 3rem 0;
}

/* Modular & Reusable Components
   ========================================================================== */

/* Different Pages Css */

/* Slider css */

.slick-slide img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.custom-footer {
  padding:0.5rem 0;
  background:#023459;
  border-bottom: 1px solid #ffffff;
}

.ftr-certifct ul {
  display: block;
  text-align: center;
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}

.custom-footer ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  display: block;
}

.custom-footer ul li {
  display: inline-block;
}

.custom-footer ul li a {
  color: #ffffff;
}

.ftr-sociallinks ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftr-sociallinks ul li {
  display: inline-block;
  padding-right: 1rem;
}

.ftr-lnks ul li {
  margin-right: 0.54rem;
}

.ftr-lnks ul li:last-child {
  margin: 0;
}

.custom-footerbtm {
  padding: 1em 0;
  background: #023459;
}

.custom-footerbtm p {
  color: #ffffff;
  margin: 0;
}

.custom-footerbtm p .copyrght {
  display: block;
  font-size: 14px;
}

.custom-footerbtm a {
  color: #ffffff;
}

/* Back-to-top */
#back-to-top {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e4113a;
  color: #ffffff;
  transition: display 0.5s ease-in-out;
  text-align: center;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}

#back-to-top:hover {
  color: #ffffff;
  background: #e4113a;
}

#back-to-top:active {
  color: #ffffff;
  background: #e4113a;
}

#back-to-top:focus {
  color: #ffffff;
  background: #e4113a;
}

#back-to-top i {
  vertical-align: middle;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  font-size: 20px;
}

/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

@media only screen and (min-width: 768px) {

  /* Parent List */
.custom-header-menu>ul {
  padding: 1.3rem 0 0.5rem;
  display: block;
  list-style: none;
  margin: 0;
}

.custom-header-menu>ul>li {
  display: inline-block;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.custom-header-menu>ul>li>a {
  color: #023459;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  display: block;
  line-height: 1.4;
  z-index: 1;
  padding: 0.5rem;
  text-transform:uppercase;
  z-index: 1;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.custom-header-menu>ul>li>a:hover {
  color:#fff;
  background: #015b9e;
}
.custom-header-menu>ul>li:hover a {
  color:#fff;
  background: #015b9e;
}
.custom-header-menu>ul>li:last-child {
  margin-right: 0;
}

.custom-header-menu>ul>li:first-child {
  margin-left: 0;
}

#nav ul li a.active{
  background: #015b9e;
  color:#fff;
} 

/* Child List */
.custom-header-menu > ul li ul{
  opacity: 0; 
  position: absolute; 
  top: 100%; 
  left: -9999px; 
  z-index: 999; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
  visibility: hidden;
  width: 15rem;
  text-align: left;
  z-index: 5;
  display: block;
}
.custom-header-menu > ul li:hover > ul, .custom-header-menu > ul > li ul:hover {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.custom-header-menu > ul ul {
  background: #015b9e;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25); 
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
.custom-header-menu > ul ul li{
  margin: 0;
  display: block;
  padding:0;
}
.custom-header-menu > ul ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color:#fff;
  display: block;
  padding: 1rem;
}
.custom-header-menu > ul ul li a:hover{
  color:#fff; 
  background:#00244F;
}
#nav ul li ul li a.active{
  background: #00244F;
  color:#fff;
} 

.mobileicon {
  display: none;
}
.mobile-menu{
  display: none;
}

/*  Scroll Header  */

  .scrollheader {
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    top:-45px;
	}
	.scrollheader .custom-bottom-header {
	  box-shadow: -1px 1px 1px #023459;
	}

}

/* ==========================================================================
   Blog                                         
   ========================================================================== */

/* Blog Post and Listing Body Class */

/* Blog Post */

/* Blog Listing */

/* Blog Columns Wrapper */

/* Blog Content Column
   ========================================================================== */

/* ==========================================================================
   Forms
   ========================================================================== */

/* Form Thank You Page */

.custom-thankyou-page {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: #006ab6;
  padding: 22em 2em;
}

.custom-thankyou-page p {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
  padding: 0.5rem 0 0;
}

.custom-thankyou-page a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 1rem;
  display: block;
}

.custom-thankyou-page a:hover {
  color: #ffffff;
}

#hubspot-messages-iframe-container {
  left: 0 !important;
}

/* Labels */
body label {
  color: #fff !important;
  font-weight: bold !important;
}

.custom-label {
  color: #fff !important;
  font-weight: bold !important;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  border: 2px solid #006ab6;
  background: #ffffff;
  margin: 0 0 0.5em;
  padding: 1rem;
  box-shadow: none;
  color: #5f6c7b;
  max-width: 100%;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #006ab6;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}

body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}

body select:focus {}

body input[type="radio"] {}

body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

body input[type="submit"],
body input[type="button"] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background: #e4113a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0.625rem 0;
  box-shadow: none;
  position: relative;
  border: none;
}

body input[type="submit"]:hover,
body input[type="button"]:hover {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background: #e4113a;
  /* 	box-shadow: 0 4px #027ddc;
	top: 2px; */
}

body input[type="submit"]:focus,
body input[type="button"]:focus {
  outline: none;
  color: #ffffff;
  background: #e4113a;
  text-decoration: none;
  border: none;
}

body input[type="submit"]:active,
body input[type="button"]:active {
  border: none;
  outline: none;
  color: #ffffff;
  background: #e4113a;
  text-decoration: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

:-moz-placeholder {
  color: #555;
  opacity: 1;
}

::-moz-placeholder {
  color: #555;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}

/* ==========================================================================
   Buttons                                              
   ========================================================================== */

.button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background: #e4113a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0.625rem 0;
  box-shadow: none;
  position: relative;
}

.button:hover {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background: #e4113a;
  /* 	box-shadow: 0 4px #027ddc;
	top: 2px; */
}

.button:active {
  text-decoration: none;
}

.button:focus {
  outline: none;
  color: #ffffff;
  background: #e4113a;
  text-decoration: none;
}

/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */

@media (max-width: 991px) {
  .custom-header-logo a img {
    max-width: 60%;
}
.custom-header-menu > ul > li{
  margin:0;
}
.custom-header-menu > ul > li > a{
  font-size: 14px;
}
.custom-header-tag{
  position: static;
}
.custom-banner-tag {
  margin-top: 0;
}
.abt-bnnr,.srvcpg-bnnr,.cntctpg-bnnr,
.hpe-bnnr,.siemens-bnnr,.vertiv-bnnr,
.display-bnnr,.hpi-bnnr {
  margin-top: 0;
}
.privacypolcy,.termcondtn {
  margin-top: 0;
}
.ftr-lnks {
  padding-bottom: 1.5rem;
}
}

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 767px) {
  .mobileicon {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  .mobileicon i {
    font-size: 25px;
    text-align: center;
  }

  .custom-mobile-menu {
    display: none;
  }
  
  .custom-mobile-menu>ul {
    padding: 0;
    text-align: center;
  }

  .custom-mobile-menu>ul>li {
    display: block;
    margin: 0;
    position: relative;
  }

  .custom-mobile-menu>ul>li>a {
    color: #ffffff;
    font-size: 1.5rem;
    padding: 1rem 0;
    background: #006ab6;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;

  }
  .custom-mobile-menu>ul>li>a:hover {
    color: #ffffff;
    background:#e4113a;
  }
  .custom-mobile-menu>ul>li:hover > a{
    color: #ffffff;
    background:#e4113a;
  }
  .custom-mobile-menu > ul > li.child a i {
    position: absolute;
    top: 34%;
    right: 2%;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: transparent;
}
  .custom-mobile-menu > ul > li.child a .iconup {
    transform: rotateX(-200deg);
  }
  .custom-mobile-menu > ul ul {
    background: #e4113a;
    display:none;
  }
  .custom-mobile-menu > ul ul li{
    margin: 0;
    display: block;
    padding:0;
  }
  .custom-mobile-menu > ul ul li a {
    text-transform: uppercase;
    font-weight: bold;
    color:#fff; 
    background:transparent;
    display: block;
    padding: 1rem;
    font-size: 20px;
    border-bottom: 1px solid #ffff;
  }
  .custom-mobile-menu > ul ul li a:hover{
    background: #00244F;
    color:#fff;
  }
  #nav ul li a.active{
    background: #e4113a;
    color:#fff;
  } 
  #nav ul li ul li a.active{
    background: #00244F;
    color:#fff;
  } 
  .custom-header-logo a img {
    max-width: 30%;
  }
  .custom-header-info,.custom-header-logo{
    padding-bottom: 1.5rem;
  }
  .abtimage, .sideimage {
    min-height:450px;
  }
  .mobile-menu{
    display: block;
  }
  .desktop-menu{
    display: none;
  }
}

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 480px) {

  .cstmftrlogo img,
  .custom-header-logo a img {
    max-width: 40%;
  }
}

/* Landscape phones and smaller devices
   ========================================================================== */


/*-------------------------------------
	1.10 owl button show on hover
-------------------------------------*/
.owl-btn-hover .owl-nav {
  opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

/*-------------------------------------
    1.11 owl slider button
-------------------------------------*/
.owl-prev,
.owl-next {
  background-color: #ded1bd;
  color: #faf6f2;
  padding: 8px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
}

.owl-prev {
  margin-right: 5px;
}

.owl-next {
  margin-left: 5px;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.owl-nav .fa {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  vertical-align: middle;
  display: block;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -15px 0;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}