
.kt-home-page-menu{ position: relative; top:0; width: 100%; z-index: 999; }

.responsive-slider img{ 
    /*height: 100vh;*/
    /*position: fixed;*/
    top:0; 

    height: 65vh;
    /*position: fixed;*/
    /*top: 152px;*/
    /*background-repeat: no-repeat;*/
}

@media screen and (max-width:991px){
/*    .responsive-slider img{ */
/*    height: 50vh;*/
/*    position: fixed;*/
/*    top: 300px;*/
/*}*/
}

.site-info{     position: fixed;
    z-index: 999;
    /* margin-top: 100vh; */
    width: 100%;
    bottom: 0;}

.logo-text{ font-size: 30px; font-weight: bold; margin-bottom: 0;
/*color:#29a1d3;*/
color:#247c80;
}

.logo-text:hover{ text-decoration: none !important; }

.logo-text-line{ font-size: 17px; margin-bottom: 0; }

.logo-text-line:hover{ text-decoration: none; }

.inside-header{ padding-top: 5px; padding-bottom: 10px; }

.footer-menu-wrap{ list-style-type: none; width: 100%; text-align: center; margin-left: 0; margin-bottom: 0; border-bottom: 1px solid #3f3f40; padding-top: 2px; padding-bottom: 9px; margin-bottom: 5px; }

.footer-menu-wrap li{ float: none; position: relative; display: inline-block; margin: auto; }

.footer-menu-wrap li a{  }

.footer-menu-wrap{  }

.search-wrap{ float: right; margin-top: 15px; }

.search-wrap input[type="text"]{ margin-right: -4px; font-family:'oswald'; width: 272px; }

.search-wrap input[type="submit"]{
    /*background: #29a1d3;*/
    background:#247c80;
    font-family:'oswald'; }

.logo-img{ width: 100px; float: left; margin-right: 10px; }

.download-catalogue-button{ text-align: left; margin-bottom: 5px; margin-top: 10px; }

.download-catalogue-button a{
    /*color:#29a1d3 !important;*/
    /*color:#247c80 !important;*/
    /*font-size: 18px;*/
    color: #fff !important;
    font-size: 18px;
    background: #247c80;
    padding: 5px 39px;
    /*padding:5px 11%;*/

    }
.padd-50{
    padding:50px 0px 50px 0px;
}
.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
    border-radius: 3px;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:250px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
    border-radius: 3px;
}
.img-card img{
  width: 100%;
  height: 250px;
  object-fit:contain;
  transition: all .25s ease;
}
.card-content {
 padding: 0px 0px 15px 15px;
  text-align:left;
}
.card-title {
 margin-top: 0px;
font-weight: 300;
font-size: 15px;
color: #575757;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.list-group-item {
    font-size: 16px;

}
.heading-style{
padding: 5px 0px 20px 0px;
    
}
.heading-style::before{
   border-bottom: 1px solid #dedeee;
   width: 275px;
   position: absolute;
   content: '';
   top: 75px;
}
.list-group-item {
    padding: 15px 15px !important; 
}
.list-group-item:hover{
    background: aliceblue;
}
.t-name{
    font-size: 16px;
}
.list-group-item a{ 
    color:#444;
}
.pt-50{
    padding: 40px 0px 0px 0px;
}
.list-group-item.active{
    background-color: #f3f3f3 !important;
    border-color: #ddd !important;
}

/********Image Zoom*******/

#iv-container {
    position: fixed;
    background: #0d0d0de6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000
}

.iv-container {
    overflow: hidden
}

.iv-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-shadow: 0 0 3px #6d6d6d;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms
}

.iv-close:after,
.iv-close:before {
    content: "";
    height: 2px;
    width: 26px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 2px
}

.iv-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.iv-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.iv-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.iv-image-view {
    position: absolute;
    height: 100%;
    width: 100%
}

.iv-image-wrap {
    display: inline-block
}

.iv-image-wrap:active {
    cursor: move
}

.iv-large-image {
    cursor: move;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    background-color: #ececec;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.iv-loader {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 100;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 5px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1em solid rgba(255, 255, 255, .2);
    border-right: 1em solid rgba(255, 255, 255, .2);
    border-bottom: 1em solid rgba(255, 255, 255, .2);
    border-left: 1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

.iv-loader:after {
    width: 10em;
    height: 10em;
    border-radius: 50%
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.download-catalogue-button{
    font-size: 12px;
}
.menu-item.active{
    background-color: #29a1d3;
}
.img-card:hover .overlay-bg{
background: #0009;
z-index: 999;
position: absolute;
height: auto;
padding: 250px 255px 0px 0px;
border-radius: 3px;
transition: all .5s ease-in-out;
}


.overlay-bg i{
position: absolute;
top: 75px;
left: 115px;
font-size: 60px;
color: #fff;
display: none;
transition: all .5s ease-in-out;
font-style: normal;
}
.img-card:hover .overlay-bg i{
    display:block;
    transition: all .5s ease-in-out;
}
