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

@import url('./assets/web-fonts/SegoeUI.css');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

/* html,
body {
    height: 100%;
} */

body {
  font-family: 'Segoe UI' !important;
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 30px !important;
  /* color: #676a6c; */
}

.elementor-widget-text-editor,
.sagoue h1,
.sagoue h2,
.sagoue h3,
.sagoue h4,
.sagoue h5,
.sagoue h6 {
  font-family: 'Segoe UI' !important;
}

.elementor-widget-button .elementor-button,
.ha-navigation-menu-wrapper ul.menu li a {
  font-family: 'Segoe UI' !important;
}
/* 
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    : 0.3s;transition
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Segoe UI';
    margin: 0 0 15px;
}
 */

.semiLight {
  font-family: 'Segoe UI Semilight';
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/
/* Mobile Layout: 320px. */

.mainMenu .eael-simple-menu li > a {
  color: #000 !important;
  border-left: 1px solid #707070;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 14px;
  line-height: 20px;
}

.mainMenu .eael-simple-menu li:first-child a {
  border: none;
}

.mainMenu .eael-simple-menu li > a:hover {
  background: none !important;
}

.mainMenu .ha-navigation-menu-wrapper {
  width: 100%;
  display: block;
}

.homeNavMenu .eael-simple-menu > li > a {
  color: #fff !important;
  font-size: 20px;
  border: none !important;
  padding: 0px 28px;
  font-weight: 400;
}

.homeNavMenu .eael-simple-menu-container {
  background: none !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  padding: 7px 0px;
}

.headerRightTxt p {
  margin: 0;
  margin-top: -22px;
  letter-spacing: 2px;
}

.headerBtn {
  animation-name: fadeInDown;
  animation-duration: 1.25s;
}

.headerBtn a.elementor-button {
  width: 100%;
  position: relative;
  border-radius: 0px;
  transition: 0.5s;
}

.headerBtn a.elementor-button:after,
.headerBtn a.elementor-button:before {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 5px;
  width: 5px;
  content: '';
  background: #000;
  transform: translateY(-50%);
  border-radius: 100px;
}

.headerBtn a.elementor-button:before {
  left: auto;
  right: 20px;
}

section.homeTopSec {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
section.homeTopSec .elementor-widget-wrap {
  padding-top: 0px !important;
}
.headerRightTop .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: initial !important;
}
.headerRightLogo {
  width: 18% !important;
}

section.homeTopSec .headerBtn {
  width: 55% !important;
  margin-left: 4%;
  margin-right: 2.5%;
}
.tpg-shortcode-main-wrapper .even-grid-item .rt-holder {
    background: #fff;
    border: 10px solid #fff;
}
@media (max-width: 500px) {
  section.homeTopSec .headerBtn {
    margin-left: 30%;
  }
}

section.homeTopSec .homeHeaderTxt p {
  font-size: 12px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: end;
}

section.homeTopSec .homeHeaderTxt p strong {
  font-size: 24px;
  font-weight: 400;
  margin-left: 12px;
  letter-spacing: 0px;
}

/* .elementor-element.globalHeroLeftSideBar {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  width: 64px;
  padding: 20px 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  animation-name: fadeInLeft;
  animation-duration: 1.25s;
  opacity: 1;
} */

section.scrollBtn .elementor-button-content-wrapper {
  display: grid !important;
  color: #fff;
  gap: 6px;
}

section.scrollBtn .elementor-button {
  background: rgb(0 0 0 / 30%) !important;
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

.teamMember .elementor-widget-container {
  box-shadow: 0px 0px 12px #ccc;
}

.teamMember .eael-team-content {
  padding-top: 40px !important;
}
.buttonFlex {
  display: inline-block !important;
  width: 32% !important;
}

.buttonFlex2 {
  display: inline-block !important;
  width: 50% !important;
  margin-left: 10px;
}
.imgPadding10 img {
  padding: 10px;
  width: 100%;
}

.globalBdrOpacity {
  position: relative;
}

.rightPosition {
  position: relative;
  z-index: 1;
}

.rightPosition:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3300px;
  background: #fff;
  z-index: -1;
  content: '';
  border-radius: 10px;
}

.globalBdrOpacity:after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3300px;
  content: '';
  border: 10px solid #ffffffa8;
  border-radius: 20px;
}

.buttonDot .elementor-button,
.buttonDot .ha-btn {
  position: relative;
  z-index: 1;
}

.buttonDot .elementor-button:after,
.buttonDot .ha-btn:after,
.buttonDot .ha-btn:before,
.buttonDot .elementor-button:before {
  position: absolute;
  left: 8%;
  top: 50%;
  height: 5px;
  width: 5px;
  content: '';
  background: #fff;
  transform: translateY(-50%);
  border-radius: 100px;
  transition: 0.5s;
}

.buttonDot .ha-btn:after,
.buttonDot .elementor-button:after {
  left: auto;
  right: 8%;
  transition: 0.5s;
}

section.bgGrayContainer .elementor-widget-wrap {
  background: #f3f3f3;
  border-radius: 10px;
}

.dining3 .elementor-widget-container {
  background: none !important;
  box-shadow: none !important;
}

.imgShadow img {
  width: 100% !important;
}

.imgShadow .elementor-widget-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.buttonDot.dotBlack .elementor-button:before, .buttonDot.dotBlack .elementor-button:after {
    background-color: #000 !IMPORTANT;
}
.CalendarWrapParent {
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
}

.customCalendar {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 11fr;
  border-bottom: 1px solid #707070;
  padding: 21px 0px;
}

#eapps-facebook-feed-1 .eapps-facebook-feed-container {
  max-width: 100% !important;
}

.calendarLeft {
  height: 80px;
  width: 80px !important;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 5px;
}

.calendarRight h4 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
}

.monthName {
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 0px;
}

.monthDate {
  font-weight: 600;
  font-size: 25px;
}

.customCalendar:last-child {
  border: none;
}

.calendarRight {
  font-size: 20px;
}

.verticleBdr {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: red;
}

.CalendarWrapParent:after,
.CalendarWrapParent:before {
  position: absolute;
  right: -5.4%;
  height: 42%;
  top: 0;
  width: 1px;
  content: '';
  background: #7f7d7d;
}

.CalendarWrapParent:before {
  top: auto;
  bottom: 0;
  height: 46%;
}

.elementor-element.wd100 img {
  width: 100%;
}
.elementor-element.undeline ul li {
  padding: 10px 0px;
}

.elementor-element.undeline ul li a {
  text-decoration: underline;
}
.list p {
  padding-left: 20px;
}

.list p strong {
  margin-left: -18px;
}

.imgWd100 img {
  width: 100%;
}

@media only screen and (min-width: 1650px) {
  .mainMenu .eael-simple-menu li > a {
    font-size: 18px !important;
  }
  .homeNavMenu .eael-simple-menu > li > a {
    font-size: 18px;
    padding: 0px 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .mainMenu .eael-simple-menu li > a {
    padding: 0px 6px;
    font-size: 15px !important;
  }
  .headerRightTxt p {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .homeNavMenu ul#menu-main-menu {
    background: #000;
  }

  .homeNavMenu .eael-simple-menu-container {
    border: none !important;
  }

  .homeNavMenu .eael-simple-menu > li > a {
    font-size: 24px !important;
    padding: 5px 10px;
  }
  .buttonFlex,
  .buttonFlex2 {
    width: 100% !important;
    display: block !important;
    margin-left: 0;
  }
  .CalendarWrapParent:after,
  .CalendarWrapParent:before {
    display: none;
  }
  .mobileNotPosition {
    position: relative !important;
    top: auto !important;
  }
  section.homeTopSec .elementor-widget-wrap {
    display: block !important;
  }
  .elementor-element.globalHeroLeftSideBar {
    padding: 24px 10px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .innerLogo img {
    position: absolute;
    height: 74px;
    z-index: 2;
  }

  /* .elementor-element.headerBtn {
    display: none;
  } */
}

.buttonDot span {
  text-transform: uppercase;
  padding: 0 5px;
}

.border-b .elementor-widget-container {
  border-width: 0px 0px 1px 0px !important;
}

/* .p-fix {
  position: fixed !important;
  width: 100% !important;
} */

/* .buttonDot .elementor-button:before {
  transition: all 1s;
  } */

.buttonDot:hover .elementor-button:before {
  left: 5%;
}

/* .buttonDot .elementor-button:after {
  transition: all 1s;
} */

.buttonDot:hover .elementor-button:after {
  right: 5%;
}

.headerBtn:hover .elementor-button:before {
  right: 10px;
}

.headerBtn:hover .elementor-button:after {
  left: 10px;
}

.headerBtn .elementor-button:before {
  transition: 0.5s;
}

.headerBtn .elementor-button:after {
  transition: 0.5s;
}

.buttonDot:hover .elementor-button:before {
  left: 5%;
}

.ha-btn--link:hover .ha-btn--link:before {
  left: 5%;
}

.buttonDot:hover .ha-btn--link:before {
  left: 5%;
}

.buttonDot:hover .ha-btn--link:after {
  right: 5%;
}

.elementor-icon-list-icon svg {
  transition: transform 0.3s ease-in-out;
}

.elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  transform: scale(1.3);
}

.elementor-icon-list-item a {
  position: relative;
  display: inline-block;
}

.elementor-icon-list-item {
  position: relative;
}
.elementor-icon-list-item {
  position: relative;
}

.elementor-icon-list-item {
  position: relative;
}

/* .elementor-icon-list-icon svg {
  transition: transform 0.3s ease-in-out;
}

.elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  transform: scale(1.3);
} */

.globalHeroLeftSideBar a {
  position: relative;
  display: inline-block;
}

.globalHeroLeftSideBar a::after {
  content: attr(data-spots);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  transition: left 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.elementor-icon-list-item:hover a::after {
  left: calc(100% + 20px);
  opacity: 1;
}

.absolute {
  position: absolute;
}

.arrowBarD {
  position: fixed;
  top: 460px !important;
}

#arrowBar {
  position: fixed;
  top: 460px;
  background: #000;
  width: 40px;
  padding: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#sideBar-animated {
  position: fixed;
  top: 350px;
  background: #000;
  width: 64px;
  padding: 20px 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

#sideBar-animated.hidden {
  animation-name: fadeOutLeft;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.elementor-element.globalHeroLeftSideBar {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  width: 64px;
  padding: 20px 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  opacity: 1;
}

@media (max-width: 500px) {
  .arrowBarD {
    top: 90px !important;
  }

  #arrowBar {
    top: 75px !important;
  }

  #sideBar-animated {
    top: 30px;
  }
}

.elementor-background-video-container {
  height: 100vh !important;
}

.elementor-background-video-embed {
  width: 100%;
  height: 100%;
}

.elementor-element.elementor-element-184a22b {
  height: 100vh !important;
}

.elementor-element.elementor-element-ec34b50 {
  height: 100vh !important;
}

.elementor-element .elementor-element-5aff174 {
  height: 100vh !important;
}

.elementor-1262 .elementor-element.elementor-element-5aff174 {
  height: 100vh !important;
}

.elementor-1230 .elementor-element.elementor-element-5aff174 {
  height: 100vh !important;
}

@media (max-width: 500px) {
  .elementor-element.elementor-element-184a22b {
    height: 70vh !important;
  }

  .elementor-element.elementor-element-ec34b50 {
    height: 70vh !important;
  }
  .elementor-element .elementor-element-5aff174 {
    height: 70vh !important;
  }

  .elementor-1262 .elementor-element.elementor-element-5aff174 {
    height: 70vh !important;
  }

  .elementor-1230 .elementor-element.elementor-element-5aff174 {
    height: 70vh !important;
  }

  menu-main-menu-1 {
    #background-color: black;
  }
}

@media (max-width: 1024px) {
  .elementor-38
    .elementor-element.elementor-element-9c65dde
    .eael-simple-menu-container
    .eael-simple-menu.eael-simple-menu-horizontal {
    background-color: #000000 !important;
  }
}

@media (max-width: 500px) {
  .custom-logo-link {
    margin-left: -20%;
  }
}
.elementor-motion-effects-parent {
  margin-top: -140px !important;
}

.elementor-38 {
  margin-top: -155px !important;
}

@media (max-width: 1000px) {
  .elementor-motion-effects-parent {
    margin-top: -240px !important;
  }
}

.elementor-38 .elementor-element.elementor-element-54ed0db .ha-btn {
  margin-top: 20px;
}

.elementor-38 .elementor-element.elementor-element-29a6fdd .ha-btn {
  margin-top: 20px;
}

.elementor-38 .elementor-element.elementor-element-bf1873c .ha-btn {
  margin-top: 20px;
}

.sliderVideo {
  display: none;
}

.sliderLeftImg img {
  cursor: pointer;
}

@media (min-width: 600px) {
  .homeNavMenu .eael-simple-menu li span:first-of-type {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-element.mainMenu #menu-main-menu {
    background: #000;
  }

  .elementor-element.mainMenu #menu-main-menu li a {
    color: #fff !important;
    font-size: 26px !important;
    padding: 18px 35px !important;
  }

  .eael-simple-menu-container.preset-3 .eael-simple-menu li ul li a {
    color: #fff !important;
    font-size: 19px !important;
  }

  .elementor-38
    .elementor-element.elementor-element-9c65dde
    .eael-simple-menu
    li
    .eael-simple-menu-indicator:hover {
    background-color: #000;
  }

  .elementor-38
    .elementor-element.elementor-element-9c65dde
    .eael-simple-menu
    li
    .eael-simple-menu-indicator {
    border-color: #ffffff !important;
  }

  .elementor-38
    .elementor-element.elementor-element-9c65dde
    .eael-simple-menu
    li
    .eael-simple-menu-indicator
    svg
    path {
    fill: #fff !important;
  }

  .elementor-38
    .elementor-element.elementor-element-9c65dde
    .eael-simple-menu
    li
    .eael-simple-menu-indicator.eael-simple-menu-indicator-open
    svg
    path {
    fill: #000 !important;
    border-color: #000 !important;
  }
}

.eael-simple-menu li ul {
  background-color: #fff !important;
}
