/* Start Navbar */
.site-info {
    position: relative;
}
.responsive-slider .slides {
        margin-top: -17px;
    }

.back_img {
    background-repeat:no-repeat;
    background-size:100%;
    object-fit: cover;
}
.tst-center {text-align:center;}
a.clrw {
    color: #fff;
    text-decoration: none;
}
.main-menu .main-box {
     background-color: #333;
}
.main-menu .main-box .main-list .text-set {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
}
.text-set {
    text-transform: uppercase;
    font-size: 16px;
}

nav ul > li {
    display: inline-block;
    transition: all .3s ease;
     margin-left: 0px;
    /*margin-left: 34px;*/
}
nav ul > li:not(:last-of-type):hover {
    color: #fff;
    text-decoration: none;
    background-color:#247c80;
    /*background-color:rgb(23,56,41);*/
}
.text-set:hover {
    color: #fff;
    text-decoration: none;
}
nav ul > li:first-of-type {
  background-color: #222;
  display: none;
}
nav ul > li:last-of-type {
  float: none;
}
nav ul > li:last-of-type a .fa {
  font-size: 17px
}
/* End Navbar */

/* Start Menue Right */
nav ul > li:last-of-type {
  position: relative;
  display: none;
}
nav ul > ol {
  position: absolute;
  top: 247px;
  left:0;
  background: #333;
  text-align: left;
  list-style: none;
  display: none;
  width: 100%;
 z-index: 999999;
}
nav ul > ol > li {
   width: auto;
  color: #FFF;
  margin: 0;
  transition: all .3s ease;
  padding:10px 20px;
}
nav ul > ol > li:hover a {
  margin: 0px;
}
nav ul > ol > li:hover {
  background: #000;
  cursor: pointer;
  width:auto;
}
nav ul input {
  opacity: .7;
  padding: 5px;
  flot: right;
  display: none
}

.dptnonms {display:none;}
/* Start Menue Right */


/* Start Media Query */
@media screen and (max-width:320px) {
    nav ul > ol {top: 355px !important;}
    button, html input[type=button], input[type=reset], input[type=submit] {
    padding: 10px 12px  !important;
}
.download-catalogue-button a {
    padding: 5px 15px !important;
}
}
@media screen and (max-width:375px) and (min-width:321px) {
    nav ul > ol {top: 312px !important;}
}
@media screen and (max-width:414px) and (min-width:376px) {
    nav ul > ol {top: 285px !important;}
    .responsive-slider img {
    height: 40vh !important;
    /*position: fixed !important;*/
    top: 290px !important;
}
}
@media screen and (max-width:580px) {
    /*.download-catalogue-button a {padding: 5px 14.5px !important;}*/
    .inside-header {padding:15px !important;}
    
    nav ul > ol {top: 315px;}
    .search-wrap input[type="text"] {
        width: auto;
    }
    .responsive-slider img {
        /*height: auto;*/
        height: 45vh !important;
        /*position: initial;*/
        /*top: 340px;*/
    }

.site-info {
    position: relative !important;
    z-index: 999;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    
}
.dptnonmn {display:none;}
.dptnonms {display:block;}


}
@media screen and (max-width:767px) {
    /*.responsive-slider .slides {*/
    /*    margin-top: -17px;*/
    /*}*/
    
    .nav ul > ol {overflow-y: scroll !important;}
    .download-catalogue-button {
    text-align: center;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}
    .download-catalogue-button a {padding: 5px 20px;}
    .text-set {
        font-size: 15px !important;
    }
    .search-wrap input[type="text"] {
        width: auto;
    }
    /*.responsive-slider img {*/
    /*    height: auto;*/
    /*    position: initial;*/
    /*    top: 340px;*/
    /*}*/
    .site-info {
    position:initial;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    padding:0px;
    padding-bottom: 10px;
    z-index: 1;
}
.responsive-slider .slider-control.left {top: 85px !important;}
  .responsive-slider .slider-control.right {top: 85px !important;}
}
@media screen and (max-width:768px){
    .left {text-align:left !important;}
  nav ul > li:not(:first-child) {
    display:none
  }
  nav ul > li:last-of-type {
    display: block
  }
  nav ul input {
    display: inline
  }
  .text-set {
        font-size: 15px !important;
    }
    nav ul > li {
        margin-left: 20px !important;
    }
    .main-menu .main-box .main-list .text-set {
        padding-left: 0px;
        padding-right: 15px;
    }
}
@media (min-width: 581px) and (max-width: 767px) {
    .responsive-slider img {
        height: 70vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .download-catalogue-button {
        text-align: center;
    }
    .responsive-slider img {
        height: 61vh;
    }
}
@media screen and (min-width:769px) {
  nav ul > ol > li {
    display:none
  }
}
@media screen and (max-width:1024px) and (min-width:992px) {
    .main-menu .main-box .main-list .text-set {
    padding-left: 10px;
    padding-right: 10px;
}
.text-set {
    font-size: 12px;
}
nav ul > li {
    margin-left: 28px;
}
.responsive-slider img{ 
    height: 50vh;
}
}

/*@media screen and (max-width:1024px) {*/
    
/*}*/
/* End Media Query */