:root {
  --font: "Open Sans", sans-serif;
  --accent-color: #072446;
  --secondary-color: #c77026;
  --black-color: #000;
  --white-color: #fff;
  --dark-color: #160c0c;
  --header-color: var(--accent-color);

  --color-two: #f3615f;
  --color-three: #c85688;
  --color-four: #865994;
  --color-five: #485680;
  --color-six: #2f4858;
  --grey-color: #333;
  --grey-extra-light: #ebebeb;
}

header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#navbar {
  padding: 0;
  line-height: 1.2;
  /* position: fixed; */
  top: 0;
  height: unset;
  width: 100%;
  z-index: 9999;
}
.topSmallList {
  float: right;
}
.topSmallTable .navbar {
  background-color: var(--header-color);
  height: 35.8px;
}

.topSmallList a {
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding-right: 30px !important;
  padding-left: 8px;
}
.topSmallList a:focus,
.topSmallList a.active,
.topSmallList a:hover {
  color: var(--secondary-color) !important;
}
.topSmallList .dropdown-item {
  color: var(--dark-color);
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a:focus,
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a.active,
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a:hover {
  color: var(--secondary-color) !important;
}
.top-big {
  background-color: var(--white-color);
  /* height: 70px; */
}
/* .top-big .container {
  height: 100%;
  align-content: center;
} */

.logoWTitle {
  max-width: 245px;
  display: flex;
}
.logoContainer {
  /* width: 38%; */
}
.logoTextContainer {
  width: 62%;
}
.logoText {
  font-size: 18px;
}
.topBtnSide {
  /* text-align: end; */
}
/* .top-big .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
  font-size: 16px;
  padding: 0 6px;
  font-size: 16px;
  line-height: 70px;
  font-weight: 500;
} */

/* Search btn */
.toggle-search {
  display: inline-block;
  position: relative;
}
.toggle-search input {
  width: 0;
  padding: 0;
  opacity: 0;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.toggle-search:focus-within input {
  width: 150px;
  opacity: 1;
  padding: 0.375rem 0.75rem;
}
.toggle-search button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.375rem;
}
/*!!! Home slider */

#home-slider {
  background: #000000;
}
#home-slider .carousel-inner {
  /* max-height: 550px; */
  aspect-ratio: 8/3;
}
#home-slider .carousel-item {
  position: relative;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

#home-slider .carousel-item-img {
  width: 100%;
  aspect-ratio: 8/3;
  /* height: 550px;
  max-height: 550px; */
  /* border-bottom: 2px solid #4b2e83; */
}
.carousel-item img {
  transition: transform 3s ease-in-out;
}
.carousel-item.active img {
  transform: scale(1.05);
}

/* #home-slider .carousel-indicators [data-bs-target] {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background-color: var(--secondary-color) !important;
} */

/* Custom Arrows */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--accent-color);
  padding: 20px;
  border-radius: 3px;
}
.carousel-indicators button {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}
.jsnav-menu ul {
  margin: auto;
}
.burger-menu i {
  font-size: 30px;
}

/* Top menu hide show and other media queries */
.top-small-contact {
  margin-bottom: 0px;
  color: white;
}

.top-small-contact a {
  color: white;
}

.top-table-child {
  /* margin-top: -8px; */
  width: 100%;
  background: var(--accent-color);
  border-bottom: 3px solid var(--secondary-color);
}

.top-table-child td {
  text-align: center;
  padding: 5px 0px;
}

.top-table-child td:not(:last-child) {
  border-right: 1px solid white;
}

.iems-btn {
  border-color: white;
}
@media screen and (max-width: 500px) {
  .top-small-contact {
    font-size: 10px;
  }

  .iems-btn {
    font-size: 9px !important;
    padding: 4px 6px;
    border-radius: 3px;
  }
}
.topBtnTableContainer {
  display: none;
}
@media screen and (max-width: 1200px) {
  .topBtnTableContainer {
    display: block;
  }
  .d-hide {
    display: none;
  }
}
