* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.responsive_menu,
.menu_icon,
.rs_btn,
.responive_main_navigation {
  display: none;
}

button {
  background: transparent;
  border: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

label {
  font-weight: 400;
}

.radio,
.call_line2 {
  display: none;
}

html {
  overflow-x: hidden;
}

body.open {
  overflow-y: hidden;
}

:root {
  --yellow: #feba0d;
  --red: #da1439;
  --green: #1e9f84;
  --dark: #2f384a;
}

.align-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.error_notification {
  position: fixed;
  bottom: 0;
  width: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--red);
  color: white;
  padding: 1em;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100000;
  font-size: 0.9em;
}

.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*******Main Header*******/
.main_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 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;
  z-index: 1000;
}

.logo_container,
.logo_container.in {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.logo_container.in {
  opacity: 1;
}

.logo_container.out {
  position: fixed;
  top: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.main_header .logo {
  width: 15em;
  -o-object-fit: contain;
  object-fit: contain;
}

/**********banner***********/
.banner {
  float: left;
  position: relative;
  width: 100%;
  min-height: 100vh;
  top: 0;
  background-color: #303030;
  background-image: url("../images/bg/diagonal-web.jpg");
  background-size: cover;
}

.banner:before,
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.7))
  );
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.load_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.load_bg.out {
  background: rgba(0, 0, 0, 0);
}

.banner_content {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
  width: 100%;
  /*	max-width:1440px;*/
  z-index: 10;
  text-align: center;
}

.banner_content .banner_header {
  color: white;
  font-size: 4em;
  line-height: 1;
  width: 50%;
  font-weight: 600;
  display: block;
  position: relative;
}

.form_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5em;
  grid-gap: 0;
  float: left;
}

.b_search_field_holder {
  position: relative;
  float: left;
  height: 100%;
}

.b_search_field_holder .field_icon {
  position: absolute;
  top: 50%;
  left: 0.8em;
  font-size: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

.b_search_field {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5em 1.5em 1.5em 4em;
  margin: 0;
  border: none;
  min-height: 5em;
  color: white;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}

.b_search_field:focus {
  border: 1px rgba(255, 255, 255, 0.3) solid;
  background: rgba(0, 0, 0, 0.3);
}

.b_search_field_holder:nth-child(1) .b_search_field {
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  min-width: 30em;
}

.search_btn {
  background: #d52027;
  float: left;
  color: white;
  padding: 1.5em;
  min-width: 14em;
  /*
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
*/
  /*	border: 1px #303030 solid;*/
}

.search_btn .mdi {
  float: right;
}

.banner_content p {
  width: 40%;
  line-height: 2;
  color: #d2d2d2;
}

.linear-wipe {
  text-align: center;

  background: -o-linear-gradient(45deg, #d52027, white);

  background: linear-gradient(45deg, #d52027, white);
  background-size: 200% auto;
  color: #000;
  padding-bottom: 1em;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 8s linear infinite;
  animation: shine 8s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: -400% right;
  }
}
@keyframes shine {
  to {
    background-position: -400% center;
  }
}

.sub_header {
  text-transform: uppercase;
  letter-spacing: 10px;
  float: left;
  width: 100%;
  font-size: 0.9em;
  color: white;
  margin-bottom: 1em;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.social_container {
  float: left;
  position: relative;
  margin-top: 2em;
}

.social_btns li {
  display: inline-block;
  margin: 1em;
}

.social_btns li a {
  display: inline-block;
  float: left;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  border: 1px rgba(255, 255, 255, 0.2) solid;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.social_btns li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.l {
  opacity: 0;
}
