/* 
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
*/

/* Add your custom styles here */

div#rs-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.od-loader-genarator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  perspective: 800px;
  margin-bottom: 5px;
}

.od-loader-genarator .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.od-loader-genarator .inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #021b79;
}

.od-loader-genarator .inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #021b79;
}

.od-loader-genarator .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #021b79;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.home .site-header .header-inner .custom-logo-link {
    display: block;
}
.home .fixed-header.site-header .header-inner .custom-logo-link.black-logo,
.site-header .header-inner .custom-logo-link.black-logo {
  display: block;
}
.home .fixed-header.site-header .header-inner .custom-logo-link,
.home .site-header .header-inner .custom-logo-link.black-logo,
.site-header .header-inner .custom-logo-link {
  display: none;
}
.home .rs-main-header {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.rs-main-header {
  padding: 15px 0;
  background: #ffffff;
}
.rs-main-header.fixed-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
.site-footer .footer-inner,
.site-header .header-inner {
  max-width: 1320px;
  padding: 0 20px;
  align-items: center;
}
.site-footer .footer-inner {
  justify-content: center;
}
.widget-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.widget-inner-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.rs-main-header .site-branding.show-logo img {
  transition: all 0.3s ease-in-out;
}
.rs-main-header.fixed-header .site-branding.show-logo img {
  height: 58px;
}
.site-navigation ul.menu li a {
  padding: 0;
}
.site-navigation ul.menu > li.current_page_item > a {
    font-weight: 700;
}
.rs-main-menu .menu > li > a {
  position: relative;
  display: block;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 2px 0 2px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.site-navigation ul.menu {
  align-items: center;
}
.rs-main-menu .menu > li {
    padding: 15px 25px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    content: none;
}
.rs-main-menu .menu > li:last-child {
  padding-right: 0;
}
.home .rs-main-menu .menu > li:last-child a {
  border-color: #ffffff;
}
.home .rs-main-menu .menu > li:last-child a:hover {
  background: #ffffff;
  color: #000;
}
.rs-main-menu .menu > li:last-child a:hover {
  background: #000;
  color: #fff;
}
.home .rs-main-menu .menu > li > a {
  color: #ffffff;
}
.rs-main-menu .menu > li:last-child a {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 7px 20px;
}
.rs-main-header.fixed-header .menu > li > a {
  transition: all 0.3s ease-in-out;
}
.rs-main-header.fixed-header .menu > li > a {
  color: #000;
}

.home .fixed-header .menu > li:last-child a {
  border-color: #000;
}
.home .fixed-header .rs-main-menu .menu > li:last-child a:hover {
  background: #000;
  color: #fff !important;
}
.home .rs-main-header.fixed-header .rs-main-menu .menu > li a:hover {
  color: #000000;
}
.site-navigation ul.menu li ul {
    min-width: 269px;
    max-width: max-content;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
	overflow:hidden;
}
.site-navigation ul.menu li ul li {
    border: none;
}
.dropdown-btn {
    margin-left: 6px;
}

.home .dropdown-btn {
    color: #fff;
}

.home .fixed-header .dropdown-btn {
    color: #000;
}
.site-navigation ul.menu li ul li a {
    font-size: 16px;
    display: block;
    color: #000;
    line-height: 24px;
    padding: 16px 24px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
}

.site-navigation ul.menu li ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: transparent;
    transition: all .3s ease-in-out;
}
.site-navigation ul.menu li ul li.current_page_item a:before,
.site-navigation ul.menu li ul li a:hover:before {
    background: #2452FF;
}
.site-navigation ul.menu li ul li.current_page_item a,
.site-navigation ul.menu li ul li a:hover {
    background: #D9EAFF;
}
.rs-outer-box {
  display: none;
  align-items: center;
  justify-content: end;
}
.rs-outer-box .mobile-nav-toggler {
  display: block;
  margin: 0;
  padding: 0px;
  font-size: 32px;
  margin-top: 0px;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
}
.rs-outer-box .mobile-nav-toggler img {
  width: 32px;
  height: 32px;
}

.rs-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  padding-right: 0;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
}

.rs-mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.rs-mobile-menu .nav-logo img {
  max-width: 200px;
}

.rs-mobile-menu-visible {
  overflow: hidden;
}

.rs-mobile-menu-visible .rs-mobile-menu {
  width: 300px;
  padding-right: 30px;
}

.rs-mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(16, 28, 71, 0.7);
  transition: all 0.4s ease-in-out;
}
.rs-mobile-menu-visible .rs-mobile-menu .menu-backdrop {
  width: 100%;
}

.rs-mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #101c47;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}
.rs-mobile-menu-visible .rs-mobile-menu .menu-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.rs-mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.rs-mobile-menu-visible .rs-mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: 34px;
  right: 15px;
}

.rs-mobile-menu .close-btn:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.rs-mobile-menu .menu {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  padding-left: 0;
}

.rs-mobile-menu .menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rs-mobile-menu .menu li > ul > li:last-child {
  border-bottom: none;
}

.rs-mobile-menu .menu li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-mobile-menu .menu li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 14px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: break-spaces;
}
.mobile-nav-toggler {
  display: none;
}
.rs-outer-box .mobile-nav-toggler img {
  width: 32px;
  height: 32px;
}
.rs-mobile-menu .menu li:hover > a,
.rs-mobile-menu .menu li.current > a {
  color: #fff;
}

.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rs-mobile-menu .menu li.menu-item-has-children ul.sub-menu {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
}
.rs-mobile-menu .menu li a:focus,
.rs-mobile-menu .menu li a:hover {
  background-color: transparent !important;
}
.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn i {
  position: absolute;
  right: 0px;
  top: 3px;
  height: 44px;
  width: 50px;
  line-height: 44px;
}

.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn i:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-mobile-menu .menu li > ul,
.rs-mobile-menu .menu li > ul > li > ul {
  display: none;
}

.rs-sticky-header .navbar-header {
  display: none;
}

.rs-sticky-header .mobile-nav-toggler {
  display: none;
}

.mCSB_scrollTools {
  width: 2px !important;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}
/************************************
# Footer
 ***********************************/

div#wrapper-footer-full {
  background: #101c47;
  padding: 60px 0 40px;
}

#wrapper-footer p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

#wrapper-footer {
  background: #0e1a44;
  padding: 15px 0;
}

div#wrapper-footer-full h3.widget-title {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
div#wrapper-footer-full h3.widget-title {
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}
.widget_custom_html,
.widget_nav_menu,
.footer-info {
  text-align: left;
}
.footer-info h6,
.footer-info ul li,
.footer-info ul li a,
.footer-info p {
  font-family: "Titillium Web", system-ui;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

ul#menu-footer-menu li a {
  font-family: "Titillium Web", system-ui;
  font-size: 20px;
  padding: 5px 0;
  line-height: 30px;
}
.footer-opening-hour ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-opening-hour ul li {
  color: #fff;
  font-family: "Titillium Web", system-ui;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .footer-social ul {
    justify-content: end;
  }
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-info p.up-text {
  margin-bottom: 19px;
}

.footer-info ul {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.footer-info p {
  max-width: 275px;
}

.footer-info ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_nav_menu ul li a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #d9dbeb;
  padding: 7px 0;
  display: block;
}

.footer-widget.widget_nav_menu ul li:first-child a {
  padding-top: 0;
}
.gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  max-width: 140px;
}

.gallery-columns-3 .gallery-item {
  margin-bottom: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: 40px;
}
ul.footer-social {
  margin: 0;
  padding: 0;
}
ul.footer-social li a {
  font-size: 25px;
}
ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a {
  display: block;
}

ul.footer-social li a img {
  height: 19px;
}

ul.footer-social li + li a {
  margin-left: 20px;
}

span.back-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #000;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
span.back-to-top:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-info h6,
  .footer-info ul li,
  .footer-info ul li a,
  .footer-info p {
    font-size: 17px;
    line-height: 25px;
  }
  .footer-info ul li img {
    width: 20px;
  }
  ul#menu-footer-menu li a {
    padding: 3px 0;
    line-height: 25px;
  }
  .footer-opening-hour ul li {
    font-size: 17px;
    line-height: 25px;
    padding: 3px 0;
  }
  .footer-social ul {
    gap: 10px;
  }

  span.back-to-top {
    right: 10px;
  }
  .footer-social ul li a img {
    width: 32px;
  }
  .footer-widget {
    flex: 0 0 47%;
  }
}
@media (max-width: 1199px) {
  .rs-main-menu .menu > li {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .rs-outer-box {
    display: flex;
  }
  .home .rs-outer-box img.bars-blue {
    display: none;
  }
  .home .fixed-header .rs-outer-box img.bars-blue {
    display: block;
  }
  .home .fixed-header .rs-outer-box img.bars-white {
    display: none;
  }
}
