@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-os51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs8.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws51op.ttf) format('truetype');
}
.arrow-animation {
  position: relative;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1s;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
}
.box-shadow2 {
  -webkit-box-shadow: 2px 2px 2px #e5e5e5;
  -moz-box-shadow: 2px 2px 2px #e5e5e5;
  box-shadow: 2px 2px 2px #e5e5e5;
}
.primary-btn {
  padding: 7px 25px;
  background-color: #f04e23;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}
.transfrom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav__container {
  width: 100%;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px;
}
header {
  width: 100%;
  background-color: #fafafa;
}
.nav__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__mobile .nav__btn {
  display: block;
}
.nav__logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #555;
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding-left: 0;
}
.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 0;
}
.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: #222;
  text-decoration: none;
}
.nav__menu li a:hover {
  color: #f04e23;
}
.nav__menu .dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav__menu .dropdown ul.show {
  max-height: 20rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav__menu .dropdown li a {
  display: block;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
}
.nav__menu .dropdown > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: #7e7e7e;
}
.nav__menu .dropdown .dropdown > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: #7e7e7e;
}
.nav__menu .dropdown .active.dropdown > a:after {
  content: "\f106";
}
.nav__menu .active.dropdown > a:after {
  content: "\f106";
}
.showing {
  max-height: 37rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-toggle span.mrg {
  margin-top: 5px;
}
.nav-toggle.open span:first-child {
  -webkit-transform: rotate(45deg) translate(6.2px, 6.2px);
  transform: rotate(45deg) translate(6.2px, 6.2px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  -webkit-transform: rotate(-45deg) translate(6.2px, -6.2px);
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}
.menu-toggle {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-toggle.active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 100vh;
}
.resize-animation-stopper * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
@media screen and (min-width: 800px) {
  .menu-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 100vh;
    overflow: visible;
  }
  .nav__container {
    width: 100%;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__mobile .nav__btn {
    display: none;
  }
  .nav__logo img {
    width: 100%;
    max-height: 30px;
  }
  .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
    margin-bottom: 0;
  }
  .nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 10px 14px;
  }
  .nav__menu li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }
  .nav__menu li a:hover {
    color: #f04e23;
  }
  .nav__menu .dropdown {
    position: relative;
  }
  .nav__menu .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
  }
  .nav__menu .dropdown ul li {
    padding: 0.7rem;
    background-color: #e1471e;
    position: relative;
  }
  .nav__menu .dropdown ul li:hover {
    background-color: #ce421d;
  }
  .nav__menu .dropdown ul li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
  }
  .nav__menu .dropdown ul li a:hover {
    display: block;
    color: #a2eed2;
  }
  .nav__menu .dropdown:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0 1rem;
  }
  .nav__menu .dropdown:hover > a:after {
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: #7c7c7c;
    content: "\f106";
  }
  .nav__menu .dropdown > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: #7c7c7c;
  }
  .nav__menu .dropdown .dropdown > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: #fff;
  }
  .nav__menu .dropdown .dropdown:hover > a:after {
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: #fff;
    content: "\f104";
  }
  .nav__menu .dropdown .dropdown:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .nav__menu .dropdown .dropdown ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
