*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}

html {
  overflow-x: hidden; 
}

html * :not(.uk-icon){
font-family: 'Montserrat';
}

header {
    background: #ffffff;
    z-index: 999;
}
.uk-sticky-placeholder {
    height: auto !important;
}
.logo > h3 {
    font-weight: 600;
}

div#tm-main-menu ul > li > a {
    line-height: 70px;
    height: 70px;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 600;
}

div#tm-main-menu nav.uk-navbar,
div#tm-main-menu ul > li > a:hover,
div#tm-main-menu ul > li > a:focus  {
    background: transparent;
}
div#tm-main-menu ul > li > a:hover{
    color: #19a8bb;
}

.uk-icon {
    color: #19a8bb;
    font-size: 22px;
}

.uk-animation-3 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.content-panel-box {
  padding: 30px;
  box-shadow: 0px 0px 5px 0px #7a7b7b;
  background: #19a8bb;
}
.content-panel-box *{
  color: #ffffff
  
}
 h3.title {
    font-weight: 600;
    color: #1aa8bb;
    text-transform: uppercase;
    font-size: 30px;
}

.uk-slider-container ul > li > a::before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
}

.uk-slider-container ul > li:hover > a::before {
    opacity: 1;
}

 .uk-slideshow,
 .uk-slideshow > li {
  height: 100% !important;
  min-height: 760px;
}
.uk-slideshow video {
    height: 760px;
    object-fit: cover;
}

@media screen and (max-width: 480px ) {
  .uk-slideshow,
  .uk-slideshow > li {
  height: 100% !important;
  min-height: 200px;
}
.uk-slideshow video {
    height: 200px ;
    object-fit: cover;
}
}


h3.title.uk-contrast {
    color: #ffffff;
}
.contact-btn > .uk-button {
    color: #19a8bb;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ffffff;
    transition: all 0.3s;
}

.contact-btn > .uk-button:hover {
    background: #19a8bb;
    color: #ffffff;
    border-color: #ffffff;
}