.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.active {
  border-bottom: 5px solid #49c0ed;
}
.activefoot {
  background-color: #0c1b29;

}

h1 { 
     font-family: Open Sans;
     font-size: 24px;
     font-style: normal;
     font-variant: normal; 
     font-weight: 700; 
     line-height: 26.4px;
} 

h3 { 
     font-family: Open Sans;
     font-size: 14px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: 700; 
     line-height: 15.4px;
} 


p { 
    font-family: Open Sans; 
    font-size: 14px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 20px; 
} 


blockquote { 
    font-family: Open Sans; 
    font-size: 21px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 30px; 
} 


pre { 
    font-family: Open Sans; 
    font-size: 13px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 18.5667px; 
}

  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;

}

  li {
  float: right;
  
}

  li a {
  display: block;
  color: black;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
}

  li a:hover {
  background-color: #D8D8D8;
}
/*Hero Slider */
.banner{
  position: relative;
  width: 100%;
  height: calc(100vh - 30px);
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  transition: all .1s ease-in-out;
  background-image: url('../images/5.jpg');
  animation: banner 40s infinite linear;
}
.banneralt{
  background-color: rgba(200, 200, 200, 0.9);
  background-image: url('../images/nordik.jpg');
  background-size: cover;
  color: #0a096f;
  background-position: center;
  height: calc(70vh - 30px);
}


.hospitality{
  background-color: rgba(200, 200, 200, 0.9);
  background-image: url('../images/02.jpg');
  background-size: cover;
  color: #0a096f;
  background-position: center;
  height: calc(70vh - 30px);
}
.corporative{
  background-color: rgba(200, 200, 200, 0.9);
  background-image: url('../images/abloysuper1.jpg');
  background-size: cover;
  color: #0a096f;
  background-position: center;
  height: calc(70vh - 30px);

}
.sectioninfo {
  text-align: justify;
  font-size: 16px;
  padding-bottom: 25px;
}

.sectioninfo p{
  text-align: justify;
}

.banner-content{
  margin: 0;
  padding-top: 250px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 22, 40, .3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-content h1{
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
  font-size: 2vw;
  text-align: center; 
}
.banner-content a{
  text-decoration: none;
  color: #FFF;
  background-color: #0a096f;
  padding: 9px 20px;
  border: 1px solid #FFF;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;

}

.banner-content a:hover{
  background-color: #FFF;
  color: #333; 
}

@keyframes banner{
  0%{background-image: url('../images/5.jpg')
}
  25%{background-image: url('../images/5.jpg')
  }

  26%{
    background-image: url('../images/aperio.jpg');
  }
  50%{
    background-image: url('../images/aperio.jpg');
  }


  51%{
    background-image: url('../images/2.jpg');
  }
  75%{
    background-image: url('../images/2.jpg');
  }
  

  76%{
    background-image: url('../images/4.jpg');
  }
  100%{
    background-image: url('../images/4.jpg');
  }
}
/* End of hero slider */

/* Responsive Hero Slider */


/* End of Responsive Hero Slider  */
  .service{
    width: 300px;
    height: 400px;
    position: center;
    padding-left: 6.1rem;
  }
  /* Transitions over img  */
.example{
position:relative;
padding:0;
width:300px;
display:block;
cursor:pointer;
overflow:hidden;
}
.content {
opacity:0;
font-size: 20px;
position:absolute;
top:0;
left:0;
color:#1c87c9;
background-color:rgba(200,200,200,0.9);
width:300px;
height:400px;
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
-ms-transition: all 400ms ease-out;
transition: all 400ms ease-out;
text-align:center;
}
.example .content:hover { opacity:1; }      
.example .content .text {
height:0;
opacity:1;
transition-delay: 0s;
transition-duration: 0.4s;
}
.example .content:hover .text {
opacity:1;
transform: translateY(250px);
-webkit-transform: translateY(250px);
}
/* Img Fx here */
.invert{
  filter: invert(100%);
}
.aperios{
  background-color: rgba(200, 200, 200, 0.9);
  background-image: url('../images/aperio_bckgrd_blur.jpg');
  background-size: cover;
  color: #0a096f;
  background-position: center;
}

.blur {
width:100%;
height:100%;
background-size:cover;
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-ms-filter: blur(4px);
-o-filter: blur(4px);
filter: blur(4px);
}

/* Social media icons through font awesome */


.medicons {
  text-align: right;
}

.fab {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fab:hover {
  opacity: 0.7;
  color: #F5F5F5;
}

.copyfoot{
  margin-bottom: -15px;
  text-align: center;
  color: #ADADAD;
  font-size: 10px;
}

.footlinks {
  text-align: center;
}

.footlinks ul{ 
  padding: 0px 0px;
  margin-bottom: 8px;
  list-style-type: none;
  background-color: transparent;
  overflow: hidden;
}
.footlinks li{
  display: inline-block;
  align-items: center;
}
.footlinks a{
  color: #ADADAD;
}
.footlinks a:hover{
  background-color: #0c1b29;
}

.footlinks > li {
  display: inline;
}

.footlinks > li + li:before {
  padding: 0 5px;
  color: #0c1b29;
  content: "/\00a0";
}
.footlinks > .activefoot {
  color: #0c1b29;
}

.responsive {
  width: 100%;
  height: auto; 
}

.divisions {
  background-color: #c3c3c3;

}

.section-box-a { 
  text-align: right; 
  color: #FFF; 
  padding: 4rem;
  background-size: auto, 100%; 
  background-repeat: no-repeat
 }

 .section-box-b { 
  text-align: center; 
  color: #FFF; 
  padding: 3rem;
  background-size: auto, 100%; 
  background-repeat: no-repeat;
 }

 .section-box-a h1{
  font-size: max(4vw, 28px);
  text-shadow: 2px 2px #49c0ed;
 }
.section-box-a p{
  text-shadow: 0.7px 0.7px #fff;
  margin: 0.5rem;
  color: #272727;
  font-size: max(0.5vw, 16px);
}
  .section-box-b h1{
  font-size: max(4vw, 28px);
  text-shadow: 2px 2px #49c0ed;
 }
/* bootstrap mods  */
.card-img-overlay {
  text-shadow: 2px 2px #0a096f;
  text-transform: uppercase;

}

a.card-as-link,
a.card-as-link:hover {
  color: transparent;

}

.card-img-overlay-mod {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.25rem;
  text-shadow: 2px 2px #0a096f;
  text-transform: uppercase;
  font-size: max(4vw, 22px)
}
.card-img-overlay-mod h2{
  font-size: max(4vw, 26px)
}

.card-title-mod {
  margin-bottom: 0.75rem;
  font-size: max(28px, 20px);
}

.sol-item {
  padding: 2rem;
  border-bottom: 0.1rem solid gray;
}
.sol-item h4{
  text-align: center;
  padding: 1rem;
}

.boxed-text {
  width: 60%;
  max-height: 250px;
}

.row:before, .row:after {display: none !important;}

.img-product {
  flex: 0 0 80%;
  display: inline-block;
  overflow: auto;
}

.slider-txt-header{
  text-shadow: 2px 2px 0.5px #1c1c51;
  color:#fff;
  text-transform: uppercase; 
  -webkit-text-stroke: 0.5px #49c0ed; 
  font-size: 1.6vw;
  margin-top: -120%;
  }

.slider-txt-p{
  text-shadow: 2px 2px 0.5px #1c1c51; 
  color:#fff; 
  -webkit-text-stroke: 0.5px #1c1c51; 
  font-size: 1.5vw; 
  text-align: justify; 
  overflow-wrap: break-word;
}
