/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
button{
  -webkit-transition: .5s ease-in-out !important;
  -moz-transition: .5s ease-in-out !important;
  -o-transition: .5s ease-in-out !important;
  transition: .5s ease-in-out !important;
}
#preloader{
  position: fixed !important;
top:0;
left: 0;
right: 0;
bottom: 0;

z-index: 100000000000000000;

background-color: #fff;
}



#status{
  height: 100vh;
  width: 100%;
  position: relative;
   display: flex;
        justify-content: center !important;
        align-items: center;
        height: 100vh;
        overflow: hidden;
z-index: 100000000000000000000;


}
.text-bg{

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  position: absolute;
  opacity: 1;
 

}
.text-bg img{
  height: 100%;
  object-position: center;
  object-fit: contain;
  width: 100%;
}
@font-face {
  font-family: p_normal;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: p_bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: p_light;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: p_semi;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: p_medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
.wrapper {
  max-width: 80%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
 

}
section{
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
color: #fff !important;
  font-family: p_normal !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
font-family: p_normal;
}
.header_button button{
  background: #FF6600;
  border: none;
  outline: none;
  padding: 10px 20px;

  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff !important;
  font-weight: normal;
font-family: p_normal;}

.header_button button a{
   color: #fff !important;
}

.header_button:hover button{
  background: #141414;
  cursor: pointer;  
  


}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

@media (min-width: 983px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}


.brand {
   color: #141414 !important;
  font-weight: bold;
  font-size: 20px; }

.site-header {
  position: relative;
  background-color: #f8f8f8; }

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem; color: #141414 !important;
  padding-bottom: 1rem; }
  @media (min-width: 983px) {
    .site-header__wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
@media (max-width: 983px) {
  .site-header__end {
    display: none !important; } }

@media (min-width: 983px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 983px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #f8f8f8;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }

.nav__item a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #141414 !important;
  padding: 1.5rem 1rem; }
.site-header__end a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #141414 !important;
  }
.nav__toggle {
  display: none; }
  @media screen and (max-width: 1300px){
    .wrapper {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
  }
  @media (max-width: 983px) {
    .nav__toggle {
      display: block;
      border: none;
      outline: none;
      background: transparent;
      position: absolute;
      right: 1rem;
      top: 1rem; } }
