html{scroll-behavior: unset!important;width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
  font-family: "Montserrat", serif; background: white;
  font-size: 13px; line-height: 15px; position: relative; }


div, ul, li, p, h1, h2, a, h3, h4, h5 {padding: 0;  margin: 0;}

a, p, h1, h2, h3, li, table, tr, td{
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

a{ text-decoration:none; color:#484848; }
.np{ padding: 0!important; }
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

#navbarNavDropdown{
  justify-content: end;
  margin-right: 20px;
}

header{
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 5px 5px 20px 0px rgb(46 61 73 / 15%);
}

header .dropdown-menu{
  padding: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 0!important;
  border-radius: 0!important;
  box-shadow: 0 20px 12px -13px rgb(46 61 73 / 15%);
}

 .dropdown-item:focus, .dropdown-item:hover {
    background-color: #00728F;
    color: #fff!important;
}

.dropdown-item:hover p{
  color: #fff;
}

.dropdown-item:hover img{
  -webkit-filter: grayscale(0);
}
.dropdown-item:hover .ora{
 transform: scaleX(1);
}


.dropdown-item{
  padding: 0;
  position: relative;
  font-size: 15px;
}

.ln a{
  background-color: #fff;
  padding: 10px!important;
  border: none;
  color: #404041;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  border:1px solid #404041;
}

.ln .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar{
  padding: 0;
  z-index: 3;
  position: relative;
  width: 100%;
}

.navbar-brand{
  z-index: 10;
}

.nav-link {
    padding: 1.5rem 1.3rem!important;
    font-size: 16px!important;
    outline: none;
    border-bottom:3px solid #fff;
}

header .nav-item > .nav-link {
    font-weight: normal;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.navbar-nav .nav-link:hover, .nav-link.show{
    border-bottom:3px solid #00728F;
}


.logo svg{
  height: 32px;
}
.imgmenu_wrapper p{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  z-index: 9;
  width: 100%;
  text-align: left;
  bottom: 0;
  padding: 12px 25px;
  line-height: 1.2;
  border-bottom: 1px solid #ebebeb;
  font-family: 'Ubuntu Condensed', sans-serif;  
  text-transform: uppercase;
}

.headerbg{
  position: fixed;
  height: 80px;
  background-color: #fff;
  width: 100%;
  transition: top .2s;
  top: -80px;
}

.headerslide{
  top: 0;
  box-shadow: 5px 5px 20px 0px rgb(46 61 73 / 15%);
}

#certlist li{
  margin-bottom: 30px;
  padding: 0 15px;
}

#certlist li a{
  overflow: hidden;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
  background-color: #fff;
  border-bottom: 4px solid #fff;
}

#certlist a:hover { border-bottom: 4px solid #5BC7D4; }

#certlist li h4{
  font-size: 20px;
}




.list_carousel .owl-carousel .owl-item{
    height:450px;
    width:100%;
}
.list_carousel .owl-theme .owl-controls{
  position: relative;
  top: -25px;
  left: 0;
}

.list_carousel .owl-buttons {
  top: -300px;
  position: relative;
  width: 100%
}
#gall .owl-carousel .owl-item{
    height:500px;
    width:100%;
}
#gall div.item{ position: relative!important; height:500px;}
#gall div.item a{ display: block; height:500px; text-align: center; background-color: #f1f1f1;     position: relative;}
#gall div.item img{ 
    max-height: 500px; width: auto; height: auto; max-width: 735px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }






























