

/***** Wrapper *****/

.wrapper {
  display: block;
}

/***** Sidebar *****/

.sidebar {
  width: 345px;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: -350px;
  z-index: 999;
  background: #fff;
  color: #333333;
  transition: all .3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  left: 0;
}

.sidebar ul.nav {
  flex-direction: column;
  margin-bottom: 0px;
}

.sidebar ul.nav li {}

.sidebar ul.nav li a {
  font-size: 17px;
  color: #333333;
}

.sidebar ul.nav li a.active,
.sidebar ul.nav li a:hover {
  background: #1ab8af;
  color: #fff;
}

.sidebar ul.toprtInfo {
  padding: 0 15px;
}

.sidebar ul.toprtInfo li:first-child {
  margin-right: 0px;
  margin-bottom: 25px;
}

.sidebar ul.toprtInfo li a {
  font-size: 16px;
}

.sidebar ul.toprtInfo li.topHone a {
  font-size: 22px;
  color: #ffffff;
}

/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.open-menu {
  position: static;
  top: 20px;
  left: 10px;
  z-index: 997;
  box-shadow: none;
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* Style for all buttons with the class btn-customized */

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 18px;
  background: none;
  border: 0;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 300;
  color: #020404;
  box-shadow: none;
  margin-left: auto;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #fff;
  /* for browsers that don't recognize rgba */
  border: 0;
  color: #3228d9;
  box-shadow: none;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .3s;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  z-index: 1;
}

.dismiss i {
  color: #000;
}

.dismiss:hover,
.dismiss:focus {
  background: #eff6f9;
  color: #fff;
}

.sidebar .logo {
  padding: 15px 20px 15px;
  border-bottom: 0px solid #444;
  transition: all .3s;
  text-align: center;
}

.sidebar .logo .navbar-brand {
  position: static;
  padding: 0px;
  max-width: 145px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 0px solid #444;
  transition: all .3s;
}

/*.sidebar ul li a {
display: block;
padding: 10px 20px;
border: 0;
color: #444;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
outline: 0;
background: #df0909;
color: #fff;
} */

.sidebar ul li a i {
  margin-right: 5px;
}

/* .sidebar ul li.active>a,
a[aria-expanded="true"] {
  background: #df0909;
  color: #fff;
} */

.sidebar ul ul a {
  /* background: #444; */
  padding-left: 0px;
  font-size: 15px;
}

.sidebar ul ul li.active>a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.sidebar-info a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #df0909;
  border-radius: 42px;
  line-height: 40px;
  text-align: center;
}





.tp-phone-btn {
  float: left;
  width: 100%;
}

.tp-phone-btn a {
  background: #007aa5;
  font-weight: 500;
  display: block;
  color: #fff;
  padding: 15px 18px;
  margin: 0px;
  width: 100%;
  font-size: 17px;
}

.sidebar .mega_menu_item {
  width: 100%;
  padding: 0px;
}

.sidebar ul li .mega_menu_item a {
  padding: 10px 12px;
  color: #555;
  font-size: 15px;
  line-height: 20px;
}

.mobile-container .mobile-nav ul li li a {
  width: 100%;
  padding: 14px 15px;
  font-family: 'Poppins';
  font-size: 16px;
  opacity: 1;
  transition: all 0.4s;
  color: #fff;
}

/* .mobile-container .mobile-nav ul li li a:hover {
  background: #043925;
  color: #fff;
} */


@media (min-width: 768px) {
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li:hover>.mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }



}

@media only screen and (min-width: 991px) {
  .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar {
    margin-top: 0px;
    padding: 0px;
  }

  .menu-item {
    position: relative;
  }

  .menu-item:not(:first-child):after {
    content: url(../img/nav-divider-line.webp);
    display: block;
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
  }




}

@media only screen and (min-width: 1200px) {
  .menu-item {}

  #menu {
    margin-right: 15px;
  }

  .menu-link {
    font-size: 15px;
  }

  .header-top-wrapper .contact-list li:first-child {
    margin-right: 60px;
  }

  .menu-link {
    font-size: 16px;
    padding: 18px 13px;
  }

  .btn-danger {
    font-size: 16px;
  }




}

@media only screen and (min-width: 1400px) {
  .menu-item {}

  #menu {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-link {
    font-size: 18px;
    padding: 18px 18px;
  }


}

@media only screen and (max-width: 991px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 0;
    background: #007d86;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 8px 15px;
  }

  .header-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .hero {
    margin-top: 0;
  }

  .menu-link>i {
    font-size: 24px;
  }



}

.submenu {
  position: absolute;
  top: 100%;
  left: auto;
  min-width: 182px;
  height: auto;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0;
  border-top: 0px solid var(--color-pink-400);
  /* box-shadow: var(--shadow-medium); */
  background: #4c4b4e;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}

.submenu-item {
  display: block;
  margin-top: 0;
}

.submenu-link {
  color: #fff;
  font-size: 16px;
  padding: 0px 15px;
  line-height: 40px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.35s ease;
  display: block;
}

.submenu-link:hover {
  outline: none;
  background: #00aeef;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 85%, 90%);
  --color-pink-200: hsl(327, 87%, 80%);
  --color-pink-300: hsl(329, 86%, 70%);
  --color-pink-400: hsl(330, 81%, 60%);
  --color-pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

nav {
  display: block;
  align-items: center;
  margin: 0;
  margin-bottom: 0px;
}

@media (min-width: 991px) {
  /* nav {
    display: flex;
    align-items: center;
    margin: 12px 0px 12px;
    margin-bottom: 0px;

  } */

  .main-nav {
    background: none;
    margin: 0;
    /* height: 66px; */
    position: relative;
    z-index: 6;
  }

  .mobileMenu {
    display: flex;
  }

  #navbar {
    position: static;
  }

  .page-header.is-sticky .navbar {
    display: flex;
    width: auto;
    background-color: transparent;
  }

  .page-header.is-sticky .navbar .menu-item:not(:first-child)::after {
    display: none;
  }


  .mobileMenu>a.logo {
    margin-top: -52px;
    position: relative;
    z-index: 12;
  }



}

@media (min-width: 991px) and (max-width:1199px) {

  #menu {
    margin-right: 0px;
  }

  .menu-link {
    font-size: 16px;
    padding: 0px 18px;
  }


}


@media only screen and (max-width: 991px) {
  .submenu {
    position: relative;
    top: 0;
    left: 0m;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
    text-align: left;
  }

  .navHdr {
    padding: 10px 0 25px;
  }

  .submenu-link {
    padding: 3px 15px 3px 15px;
  }

}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--color-black-500);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 7px;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 14px;
}

@media only screen and (min-width: 993px) {
  .navHdr {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .mobileMenu {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .burger {
    display: block;
    opacity: 1;
    visibility: visible;

  }

  button.for_active {
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid #333;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50px;
  }




}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 993px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}