/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* BEGIN HERO IMAGE KEN BURNS EFFECT  */

.kenimage .elementor-background-slideshow {
width: 100%;
/* Set length of animation in seconds. */
animation: move 30s ease both;
-ms-animation: move 30s ease both;
-webkit-animation: move 30s ease both;
-o-animation: move 30s ease both;
-moz-animation: move 30s ease both;
position: absolute;
}
@-webkit-keyframes move {
0% {
/* Set starting point of image. */
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
}
100% {
/* Set the amount of scale (1.15 is 115% of original). */
transform: scale(1.10);
-ms-transform: scale(1.10);
-webkit-transform: scale(1.10);
-o-transform: scale(1.10);
-moz-transform: scale(1.10);
}
}

/* END HERO IMAGE KEN BURNS EFFECT  */




/* BEGIN STICKY HEADER  */

#header-bar .header-internal {
  border: 1px solid rgba(0, 0, 0, 0.0);
}

#header-bar.elementor-sticky--effects .header-internal {
  /* change the nav background colour & add blur */
  background: rgba(0, 0, 35, 0.4) !important;
  backdrop-filter: blur(2.5px);
  /* Pushes nav container away from edges */
  margin-top: 20px;
  /* Add rounded edges */
  border-radius: 40px;
  border: 1px solid rgb(0, 0, 79);
  padding: 0px 50px;
}

#header-bar.elementor-sticky--effects .header-internal .sticky-menu-items ul li a {
  /* change the nav menu text colour - optional */
  color: #fff !important;
}

#header-bar.elementor-sticky--effects {
  background: transparent !important;
}

#header-bar.elementor-sticky--effects .header-internal, #header-bar .header-internal .sticky-menu-items ul li a, #header-bar .elementor-sticky--effects .header-internal .header-logo, #header-bar .header-internal {
  transition: .3s all ease-in-out;
}

/* Mobile Styles */
@media (max-width: 767px) {
  #header-bar.elementor-sticky--effects .header-internal {
    background: rgba(0, 0, 0, 0.4) !important;
  }

  .elementor-nav-menu--dropdown {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* END STICKY HEADER  */

.elementor-nav-menu--main a {
  text-shadow: 1px 1px 1px #000000;
}

.elementor-sub-item {
    text-shadow: none !important;
}


.noline a {
	text-decoration:none!important
}