/* ----------------------------------
   Header and footer css code start
 ------------------------------------*/
header {
  position: relative;
}

header .main-header-wraper {
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1030;
  padding: 15px 15px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
}

header .logo a {
  display: block;
}

header .main-menu ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .main-menu ul > li > a {
  color: rgba(30, 30, 30, 0.7);
  
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  display: inline-block;
}
header a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #ededed !important;
  text-decoration: none;
}

header .main-menu ul > li > a i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* header .main-menu ul>li:hover>a i,
header .main-menu ul>li:focus>a i,
header .main-menu ul>li.active>a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */

header .main-menu ul > li:hover > ul,
header .main-menu ul > li:focus > ul,
header .main-menu ul > li.active > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header .main-menu ul > li > ul {
  left: -20px;
  top: 52px;
  opacity: 0;
  min-width: 250px;
  z-index: 999;
  position: absolute;
  visibility: hidden;
  color: #f6d6b9;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

header .main-menu ul > li > ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f5ebda;
  align-items: center;
}

header .main-menu ul > li > ul li:last-child {
  border-bottom: none;
}

header .main-menu ul > li > ul > li > a {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  display: inline-block;
}

header .header-menu ul > li:hover > a,
header .header-menu ul > li:focus > a,
header .header-menu ul > li.active > a {
  color: #0de9df !important;
}

header .main-header-wraper .header-menu {
  /* margin-right: auto; */
  padding-left: 10px !important;
  padding-right: 30px !important;
}

.header-right.d-flex.align-items-center {
  padding-left: 20px;
}

header .header-menu {
  margin-left: auto;
}
.active-menu {
  color: #0de9df !important;
  font-weight: 600 !important;
}
header.stop .main-header-wraper {
  top: 0;
  padding: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  background: linear-gradient(
      180deg,
      rgb(0 0 0 / 13%) 65.04%,
      rgb(0 0 0 / 58%) 100%
    ),
    rgb(30 30 28 / 30%);
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.25);
}

header.stop .main-menu ul > li > a.active-menu {
  color: #0de9df !important;
  font-weight: 600 !important;
}
header.stop .main-menu ul > li > a {
  color: #fff !important;
}

header.stop .main-menu ul > li > ul > li > a {
  color: #000 !important;
}

header.stop .main-menu ul > li > a:hover {
  color: #0de9df !important;
}

.dm-menu {
  display: none !important;
}

.mobile-nav {
  top: 0;
  width: 320px;
  right: -380px;
  max-width: 100%;
  padding: 20px;
  z-index: 1032;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: #004375;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.mobile-nav.show {
  right: 0px;
  overflow: hidden;
}

.mobile-nav-yellow {
  background-color: #ff9c00;
}

.mobile-nav-yellow
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu {
  background-color: #ff9c00 !important;
}

.mobile-nav .close-nav {
  border: 0;
  left: 136px;
  top: 10px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border-radius: 30px;
  background: transparent;
}

.mobile-nav .navigation {
  padding-top: 30px;
}

.mobile-nav .navigation .consulter-mobile-nav {
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow-y: auto;
}

.mobile-nav .navigation ul:not(.dropdown-menu) {
  position: relative;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

mobile-nav .navigation ul:not(.dropdown-menu) > li:last-child {
  border-bottom: inherit;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown {
  float: none;
  position: static !important;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  > a
  .dropdown-toggle {
  width: 30px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  > a
  .dropdown-toggle:after {
  vertical-align: 0;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 15px;
  position: absolute;
  background: #4069ff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  .control
  svg {
  width: 20px;
  height: 20px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li {
  margin-bottom: 15px;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  li
  > a {
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  li.dropdown-back {
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  li.dropdown-back
  a {
  font-size: 18px;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  li:hover
  a,
.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown
  .dropdown-menu
  li:focus
  a {
  color: #ff9c00;
}

.mobile-nav
  .navigation
  ul:not(.dropdown-menu)
  > li.dropdown.is-open
  > .dropdown-menu {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-nav .navigation ul:not(.dropdown-menu) > li:hover a,
.mobile-nav .navigation ul:not(.dropdown-menu) > li:focus a {
  color: #000;
}

.sidebar-nav__bottom-social ul {
  gap: 20px;
  margin-top: 10px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.sidebar-nav__bottom-social ul > li {
  padding: 0 !important;
  border: 0 !important;
}

.sidebar-nav__bottom-social ul > li a {
  font-weight: 400 !important;
}

#hamburger {
  /* display: none; */
  background: #0de9df;
  line-height: 1;
  font-size: 36px;
  color: #fff;
  align-content: center;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease;
}

#hamburger:hover {
  background: #004375;
}

.scrollToTopBtn {
  background-color: #0de9df;
  border: none;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  background-position: center;
  background: #141415;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative;
  color: #e0e0e0;
}

.main-footer-box {
  padding: 40px 0 20px 0;
}
footer .main-footer-box a:hover {
  color: #0de9df;
}

.news-letter-form-box input {
  background-color: #1a1a1a;
  padding: 10px 15px;
  margin-top: 8px;
  border-radius: 7.925px;
  font-size: 16px;
  color: #7c7c7c !important;
}

.btnnewletter button {
  padding: 10px;
  background: #0de3d9;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s all ease;
  color: #000;
}

.btnnewletter button:hover {
  color: white;
  background: #004375;
}

footer .main-footer-box .f-link-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 10px;
  overflow: hidden;
}

footer .main-footer-box .f-link-box ul li a {
  color: #e0e0e0;
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s all ease;
}

footer .footer-clink-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #e0e0e0;
  margin-top: 35px;
}

footer .footer-clink-box a {
  color: #e0e0e0;
}

@media (max-width: 1199px) {
  header .main-header-wraper {
    top: 0;
    padding: 10px 0;
  }
  .dm-menu {
    display: block !important;
  }
  #hamburger {
    display: block;
  }

  .bbh {
    border: none;
  }

  .header-right.d-flex.align-items-center {
    border: none;
  }

  header .main-header-wraper:hover .header-right.d-flex.align-items-center {
    border: none;
  }

  header .main-header-wraper .header-right {
    gap: 10px;
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 10px) and (max-width: 767px) {
  .main-footer-box {
    padding: 20px 0;
  }

  footer .main-footer-box .f-link-box ul {
    gap: 15px;

    align-items: start;
  }
  .news-letter-form-box {
    padding: 15px 15px 0 15px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  header .main-menu ul > li > a {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding: 10px 8px;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  footer .main-footer-box .f-link-box ul {
    gap: 8px;
    justify-content: end;
    align-items: end;
  }
  .news-letter-form-box {
    margin-top: 35px;
  }
}

@media (max-width: 567px) {
  footer .main-footer-box .f-link-box ul {
    gap: 5px;
    justify-content: left;
    flex-direction: column;
    align-items: start;
  }

  .f-tcr {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  footer .fb-links-box {
    justify-content: center;
    align-items: center;
  }

  .header-right .btnsecondary {
    display: none;
  }
}

@media (max-width: 350px) {
}

/* ----------------------------------
   Header and footer css code end
 ------------------------------------*/
