@charset "UTF-8";
/*header*/
#menu-button {
  position: absolute;
  right: 0;
  top: auto;
  width: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
#menu-button.open {
  right: 0px;
  top: 11px;
  width: 22px;
  z-index: 3;
}
#menu-button .hamburger {
  height: 2px;
  margin: 2px 0;
  background: #ffffff;
  transition: all ease-in-out 0.2s;
}
#menu-button .hamburger:nth-child(1) {
  width: 50%;
}
#menu-button .hamburger:nth-child(2) {
  width: 100%;
}
#menu-button .hamburger:nth-child(3) {
  width: 75%;
}
#menu-button:hover .hamburger:nth-child(1) {
  width: 90%;
}
#menu-button:hover .hamburger:nth-child(2) {
  width: 30%;
}
#menu-button:hover .hamburger:nth-child(3) {
  width: 45%;
}
#menu-button.open .hamburger {
  background: #fff;
}
#menu-button.open .hamburger:nth-child(1) {
  width: 100%;
  transform-origin: 0 0;
  transform: rotate(45deg) translate(2px, -3px);
}
#menu-button.open .hamburger:nth-child(2) {
  opacity: 0;
}
#menu-button.open .hamburger:nth-child(3) {
  width: 100%;
  transform-origin: 0 0;
  transform: rotate(-45deg) translate(0px, 3px);
}
#menu-button.open:hover .hamburger:nth-child(1) {
  opacity: 1;
}
#menu-button.open:hover .hamburger:nth-child(3) {
  opacity: 1;
}

.topbar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  right: 0;
  transition: all 1s ease;
}
.topbar.active {
  right: 235px;
}
@media screen and (max-width: 768px) {
  .topbar.active {
    right: -18px;
  }
}
.topbar li {
  margin: 0;
}

.topbar .telephone-toggle-outer {
  position: relative;
  font-size: 12px;
}
.topbar .telephone-toggle {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-right: 50px;
  display: block;
  height: auto;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.topbar .telephone-toggle i {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.topbar .telephone-content {
  position: absolute;
  background: rgba(17, 24, 39, 0.8);
  color: #fff;
  top: 30px;
  right: 0;
  padding: 11px 66px 11px 22px;
  display: none;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .topbar .telephone-content {
    top: 30px;
  }
}
.topbar .telephone-content p {
  margin: 11px 0 33px;
}
.topbar .telephone-content dt {
  margin-bottom: 0;
}
.topbar .telephone-content dd {
  margin-bottom: 22px;
}
.topbar .telephone-content dd a {
  color: #cacaca;
  text-decoration: underline;
}
.topbar .telephone-toggle-outer.is-open .telephone-toggle i {
  color: #fff;
}
.topbar .telephone-toggle-outer.is-open .telephone-content {
  display: block;
}

#menu-panel {
  z-index: 2;
  position: fixed;
  top: 0px;
  right: -100%;
  min-width: 240px;
  height: auto;
  padding: 16px ​0 0 0p;
  background: #ffffff;
  transition: all ease 1s;
}
@media screen and (max-width: 768px) {
  #menu-panel {
    right: 0;
    width: 100%;
    top: -100%;
  }
}
#menu-panel.showing {
  right: 0;
}
@media screen and (max-width: 768px) {
  #menu-panel.showing {
    top: 85px;
  }
}
#menu-panel nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-panel nav ul li {
  display: block;
}
#menu-panel nav ul li a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px 10px 15px;
  display: block;
  position: relative;
  transition: 0.35s all;
}
#menu-panel nav ul li.sub-menu > a:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: center;
  transition: 0.35s all;
}
#menu-panel nav ul li.sub-menu > a.active:after {
  transform: rotate(-180deg);
}
#menu-panel nav ul li.sub-menu .subMenu-list {
  background: #000000;
  overflow: hidden;
}
#menu-panel nav ul li.sub-menu .subMenu-list a {
  color: #fff !important;
  padding-left: 30px !important;
  font-size: 12px !important;
}
#menu-panel .nav-primary__social {
  padding: 22px 15px;
  background: rgba(17, 24, 39, 0.8);
  color: #fff;
  font-size: 12px;
}
#menu-panel .nav-primary__social h4 {
  font-weight: 700;
  font-size: 12px;
}
#menu-panel .nav-primary__social-list {
  list-style: none;
  margin: 0 0 22px;
}
#menu-panel .nav-primary__social-item a {
  color: #cacaca;
  padding: 0;
  font-size: 12px;
  margin: 10px 0;
}
#menu-panel .nav-primary__mailing-list {
  margin-bottom: 0;
}
#menu-panel .nav-primary__mailing-list a {
  color: #cacaca;
}
#menu-panel .nav-primary__mailing-list a b {
  color: #fff;
}
#menu-panel .nav-primary__mailing-list a:hover {
  text-decoration: none;
}

/*footer section style*/
.scimedia-sec ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.scimedia-sec ul li {
  margin: 5px 8px 0 8px;
}
.scimedia-sec ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: revert;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.scimedia-sec ul li a:hover {
  background: transparent;
  color: #fff;
}
.scimedia-sec ul li a i {
  line-height: 1;
  font-size: 24px;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li {
  margin-bottom: 10px;
}
.contact-list li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
}
.contact-list li a i {
  margin-right: 8px;
  font-size: 14px;
  color: #ffffff;
}
.contact-list li a:hover {
  color: #fff;
}

/*media query for all sections style here */
@media (min-width: 1024px) {
  .scimedia-sec ul {
    justify-content: start;
  }
  .contact-list li a {
    display: inline-flex;
  }
}/*# sourceMappingURL=index.css.map */