/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1502px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Roboto", system-ui;
}

body {
  font-family: "Roboto", system-ui;
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** *** */
header {
  margin-top: 50px;
}
header .container {
  display: flex;
  align-items: center;
}
header .container img {
  margin-right: 63px;
}

.content-box-1 {
  margin-top: -20px;
  width: 100%;
  height: 923px;
  background: url("../../img/frontend/new/05.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}

.form-box {
  width: 538px;
  padding: 0 58px;
  padding-top: 180px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.form-box .f-title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.form-box .input-box {
  margin-bottom: 22px;
}
.form-box .input-box input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  font-weight: 300;
  padding-right: 29px;
  padding: 11px 0;
  padding-left: 29px;
}
.form-box .checkbox-content {
  padding: 17px 0 33px 0;
}
.form-box .button-box-2 {
  margin-top: 31px;
  padding-left: 29px;
}
.form-box .button-box-2 a {
  color: #000;
  font-weight: 300;
}
.form-box .button-box-2 a:hover {
  opacity: 0.9;
}

.btn-1 {
  height: 55px;
  background: #FFEB00;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 28px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}
.btn-1:hover {
  opacity: 0.9;
}

.form-box input::-moz-placeholder {
  color: #fff;
}

.form-box input::placeholder {
  color: #fff;
}

.checkbox-box {
  position: relative;
}
.checkbox-box label {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 29px;
  font-weight: 300;
}
.checkbox-box label .icheckbox {
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 8px;
  position: absolute;
  top: -3px;
  left: 0;
}
.checkbox-box label .icheckbox.checked {
  border: 7px solid #fff;
}

footer {
  padding-bottom: 50px;
  margin-top: -120px;
}
footer .container {
  display: flex;
  justify-content: flex-end;
}/*# sourceMappingURL=style.css.map */