@import "../font/segoe-font.css"; 

.energyy-bg {
    background-color: #20846c;
}
.card-text.dark-text {
    color: #000;
}


/** Spinner**/
.spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

a {
    color: #8ABE3F;
}


/** Top Bar **/
.top-bar {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    background-color: #005A80;
    padding: 20px 20px;
    font-family: 'Segoe UI Regular';
    color: #fff;
    align-items: center;
    font-size: 18px;
}
.top-bar > div {
    margin-left: 50px;
}
.top-bar-button i {
    padding: 4px 7px;
    background-color: #E68A33;
    border: 1px solid white;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}  
.top-bar-button a,   
.top-bar-button a i {
    color: #fff;
}
.top-bar-button a:hover {
    color: #8ABE3F;
    text-decoration: none;
}

.top-location select,
.top-language select {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
    padding-left: 15px;
    padding-right: 5px;
}
.top-location select:focus,
.top-language select:focus {
    outline: none;
}
.top-location select option,
.top-language select option {
    background-color: #005A80;
}
.lang-switcher {
    border: 1px solid white;
    display: flex;
    align-items: center;
}
.top-language,
.top-location {
    border-right: 1px solid white;
    padding-right: 10px;

}
.top-location {
    border-right: none;
}
.mobile {
    display: none;
}

/** Footer Section **/
footer {
    background-color: #005A80;
    padding: 50px 20px;
}
.copyright-section {
    background-color: #8ABE3F;
    padding:  20px
}
.left-quick-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.buttons-social {
    margin: 40px 0 20px 0;
}
.buttons-social .top-bar-button {
    width: 100%;
}
.social-list {
    margin-top: 20px;
}
.social-list a img {
    width: 25px;
    transition: transform .2s;
}
.social-list a:hover img { 
    transform: scale(1.2);
}
.foot-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-menu ul li a {
    color: white;
}
.foot-menu ul li a:hover {
    color: #8ABE3F;
}
.left-foot-list {
    border-right: 1px solid #FFFFFF;
    padding-top: 10px;
}
.partner{
    padding: 10px 0;
}
.right-foot-list {
    padding-left: 3em;
}
.footer-quick-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-quick-nav ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-quick-nav ul li a{
    color: #000;
}
.footer-quick-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
p.copyright-text {
    margin-bottom: 0;
}

/** Header Navigation **/
#mainheader {
    position: relative;
}
#menu-hldr {
    /*
    position: absolute;
    z-index: 10;
    right: 0;
    width: 100vw;
    */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position: relative;
   background-position: top left;
   position: relative;
   background-image:url('../img/bgbanner.png');
   /*min-height: 70vh;*/
}
/* Banner style */
.banner-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    box-sizing: border-box;
  }

  /* Centered content */
  .banner-logo {
    flex-basis: 35%; /* Adjust width according to your design */
    text-align: right;
    padding-right: 2vw;
    padding-bottom: 3vh
  }
  .banner-logo img {
    max-height: 40px;
  }

  /* Left and Right content */
  .banner-shard {
    flex-basis: 65%; /* Adjust width according to your design */
    text-align: left;
    
  }
  .banner-shard img {
    max-height: 300px;
  }
.c-navigation {
    
    padding: 20px 0 20px 90px;
    max-width: 1140px;
    /*min-height: 75vh;*/
}
.c-navigation:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
    max-width: 1140px;
    opacity: 0.5;
    background-image:url('../img/menu-background.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}
.c-navigation.slidenmenu:before{
    height: 100%;
    background-position: top left;
    background-size: cover;
}
#menu-hldr nav.navbar {
    justify-content: right;
}
.search-bt i {
    color: white;
    font-size: 27px;
    margin-right: 20px;
    cursor: pointer;
}
.top-menu-left-hldr {
    border-right: 1px solid #fff;
    margin-bottom:20px ;
}
nav.navbar .right-section .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
}
nav.navbar .right-section .navbar-toggler:focus,
nav.navbar .right-section .navbar-toggler-icon:focus {
    outline: none;
}
.top-left-nav ul,
.top-right-nav ul {
    padding: 0;
    list-style: none;
    font-family: 'Segoe UI Regular';
}
.top-left-nav li a {
    color: #8ABE3F;
    font-size: 20px;
}
.top-left-nav li a:hover {
    color: #fff;
    text-decoration: none;
}


.top-right-nav li a {
    color: #fff;
    font-size: 20px;
}
.humburger-bt {
    line-height: 36px;
}
.humburger-bt i {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    padding:8px 10px;
    cursor: pointer;
    vertical-align: top;
}
.humburger-bt i:hover  {
    background-color: #005A80;
}
#navdrop {
    display: none;
}
.visible-menu .top-visible-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.visible-menu .top-visible-nav ul li a{
    color: #8ABE3F;
    text-decoration: none;
}
.visible-menu .top-visible-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.visible-menu .top-visible-nav ul li a {
    display: none;
}
.top-left-nav li.ft-l a,
.visible-menu .top-visible-nav li.ft-l a {
    font-size: 2em;
    line-height: 2em;
    display: block;
}
/** Home Page**/
.home-section-mansory {
    padding: 40px 0;
}
.home-section-mansory h1 {
    padding:  20px;
    color: #005A80;
}
.home-section-mansory .card {
    min-height: 216px;
    position: relative;
    margin-bottom: 20px;
}
.bgimage {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    height: 100%; /* Set the height of the container to occupy the entire height of its parent */
}


.bgimage img {
    width: 100px;
    height: auto;
}
.card-arrow {
    text-align: right;
    bottom: 15px;
    right: 5px;
    position: absolute;
    z-index: 15;
}
.card-arrow i {
    padding: 5px 7px;
    border: 1px solid white;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: white;
}  
.card-arrow i:hover {
    background-color: #E68A33;
    cursor: pointer;
}
.card-text {
    margin-top: 20px;
}
.card-body a {
    color: #E68A33;
    font-weight: bold;
}
.card-body {
    display: none;
    margin-bottom: 40px;
}
.home-section-mansory .h-large {
    min-height: 432px;
}
.bg-tech {
    background-color: #005a80;
}
.bg-chemical {
    background-color: #80276c;
}
.card p,
.bg-tech h3,
.bg-chemical h3,
.bg-tech .card-title {
    color: #fff;
    font-family: 'Segoe UI Regular';
 }
 .masonry-column .card {
    position: relative;
 }
 .masonry-column .card.active-card div {
    z-index: 10;
 }
 .masonry-column .card.active-card .overlay {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 20%);
    visibility: visible;
    z-index: 1;
}

 .masonry-column .card .bgimage {
    position: absolute; /* Position the image absolutely within the card */
    top: 0; /* Align to the top of the card */
    left: 0; /* Align to the left of the card */
    width: 100%; /* Occupy the full width of the card */
    height: 100%; /* Occupy the full height of the card */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
 }
 .masonry-column .card .bgimage img {
    width: 100px;
    height: auto;
}
.masonry-column .card.active-card .bgimage {
    position: unset;
    margin-top: 20px;
}

/** Company Page **/
.box-content {
    display: none;
}
.icon-hover:hover + .box-content {
    display: block;
}
.img-box:hover {
    cursor: pointer;
}
.vhidden {
    visibility: hidden;
}
.sw365 {
    background-image: url(../img/365-green.png);
}
.sw365.active-card {
    background-image: url(../img/sw365-home-thumb.jpg);
    position: relative;
}
.sw365.active-card:after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
  }
  .sw365.active-card .card-body {
    position: relative;
    z-index: 2;
  }

  div[data-cached-form-url] .onFormSubmittedFeedback {
    height: 200px!important;
    background: transparent !important;
    
  }
  div[data-cached-form-url] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
    color: white !important;
  }

/** Branchen Product **/

.branch-product-section {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

.branch-product {
    position: relative;
    padding: 20px;
    height: 420px;
}
.branch-arrow {
    text-align: right;
    bottom: 15px;
    right: 5px;
    position: absolute;
}
.branch-arrow i {
    padding: 5px 7px;
    border: 1px solid white;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: white;
}
.branch-arrow i:hover {
    background-color: #E68A33;
    cursor: pointer;
}
.branch-product {
    max-height: 420px;
}
.industry-bg {
    background-color: #326fad;
    color: #fff;
}
.energy-bg {
    background-color: #20846c;
    color: #fff;
}
.chemical-bg {
    background-color: #80276c;
    color: #fff;
}
.vision-bg {
    background-color: #8bbe3f;
    color: #fff;
}
.life-science-bg {
    background-color: #0d9999;
    color: #fff;
}
.brach-featured-image {
    position: absolute;
}
.brach-featured-image img {
    max-height: 60px;
}

.left-bottom-position {
    bottom: 20px;
    left: 20px;
}

.center-position {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.branch-flip {
    position: relative;
    border: 1px solid #326fad;
    padding: 20px 20px 40px 20px;
    max-height: 420px;
    overflow-x: scroll;
}
h2.flip-title {
    font-size: 30px;
}
.branch-flip .branch-arrow {
    position: unset;
}
.branch-flip .branch-arrow i {
    border: 1px solid #326fad;
    color: #326fad;
}
.branch-flip .branch-arrow i:hover {
    border: none;
    color: #fff;
}
.flip-card-inner {
    margin-bottom: 25px;
}

 .widget-section h2 {
    color: #005a80;
 }

 /** Map Section **/
#map-section {
    text-align: center;
    padding: 40px 0;
 }

 /** Search Function **/
 .search-results #menu-hldr,
 .search #menu-hldr  {
    min-height: 31vh;
 }
 .search-section {
    margin: 10vh 15px;
 }
 .search-section article {
    margin-top: 15px;
 }
 .search-section header.page-header h1.page-title {
    font-size: 25px;
 }

 .overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-search-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  .overlay-search-content input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay-search .closebtn:hover {
    color: #ccc;
  }
  
  .overlay-search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay-search input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay-search button {
    float: left;
    width: 20%;
    padding: 9px 17px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .overlay-search button i {    
    font-size: 25px;
  }
  .overlay-search button:hover {
    background: #bbb;
    
  }
  .openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    
  }
  
  .openBtn:hover {
    background: #bbb;
  }

  /** 404 Page **/
 .error404 #menu-hldr  {
    min-height: 31vh;
 }

 
  /** Footer Section Design **/
  .footer-button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
  }
  
  .chat-button {
    background-color: #002a4c;
    color: #fff;
    padding: 40px 10px;
    border: none;
    border-radius: 0;
    font-size: 20px;
    cursor: pointer;
    width: 300px;
    height: 85px;
    clip-path: polygon(0 37%, 100% 1%, 100% 100%, 7% 100%);
  }
  
  .footer-sticky-form {
    display: none;
    /*position: fixed;*/
    bottom: 80px;
    right: 26px;
    width: 100%;
    background-color: #002a4c;
    color: #fff;
    padding: 20px 20px 0 80px;
    box-sizing: border-box;
    overflow-x: scroll;
    clip-path: polygon(0 16%, 100% 0%, 100% 100%, 8% 100%);
  }
  
  .footer-sticky-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-sticky-form input,
  .footer-sticky-form textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
  }
  
  .footer-sticky-form input[type="submit"] {
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
  }
  .footer-sticky-form .footer-button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20s;
    
  }
  
  .footer-sticky-form .chat-button {
    background-color: #25D366;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    
  }
  
  .footer-sticky-form input[type="submit"] {
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
  }

  .onFormSubmittedFeedback {
    width: 100% !important;
  }

  .footer-button table {
    padding: 0;
    margin: 0;
  }
  form.marketingForm {
    padding-top: 10vh;
  }
  .textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock {
    padding: 0 !important;
  }
  .marketingForm p, .marketingForm p a {
    color: #FFFFFF
  }

  .close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    float: right;
    clear: right;
    margin-bottom: -8px;
    padding: 0;
}

.close-icon {
    font-size: 33px;
    color: #fff;
    background-color: #002a4c;
    /*border-radius: 50%;
     padding: 8px; */
    width: 50px;
    height: 50px;
    display: block;
}