/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}


/*---------------------------------------------*/

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #007afc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder {
    color: #acacac;
}

textarea::-webkit-input-placeholder {
    color: #acacac;
}

textarea:-moz-placeholder {
    color: #acacac;
}

textarea::-moz-placeholder {
    color: #acacac;
}

textarea:-ms-input-placeholder {
    color: #acacac;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}
a.link {
    color: #F9B71E;
    text-decoration: underline;
}
.main {
    width: 100%;
    margin: 0 auto;
}
.navbar-nav {
  display: block;
  width: 50%;
}

.container-page {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    background-image: url("../images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.box-wrapper {
    background: #fff;
    border-radius: 10px;
    margin-top: 70px;
    padding: 30px 50px 30px 50px;
}
.navbar-expand-sm .navbar-nav .nav-link{
    color: #000;
font-size: 16px;
text-decoration: underline;
transition: all 0.5s;
padding:5px 0;
}
.navbar-expand-sm .navbar-nav .nav-link:hover,
.navbar-expand-sm .navbar-nav .nav-link.active{
    color: #FAAC1C;
    text-decoration: none;
}
/*.brand {
 position: absolute;
top: -150px;
left: 0;
right: 0;
width: 100px;
padding: 20px 0;
}*/
.brand a {
  display: flex;
  justify-content: initial;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2.6px;
  color: #006DF0;
  font-weight: 600;
}
.brand span {
  font-weight: 800;
  font-size: 34px;
  color: #D80027;
  font-family: Poppins-black;
  margin-left: 10px;
}
.form-control.custom-select{
    height: 45px !important;
}

.form-box{
    /*background: linear-gradient(180deg, rgba(250,172,28,1) 10%, rgba(250,172,28,1) 18%, rgba(152,125,0,1) 68%);*/
    background: linear-gradient(0deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
padding: 40px 20px;
border-radius: 6px;
box-shadow: 0 10px 20px 0 rgba(29,30,32,.09);
}
.form {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-title {
    font-family: Poppins-Medium;
font-size: 25px;
color: #212529;
line-height: 30px;
text-align: center;
width: 100%;
display: block;
border-bottom: 1px solid #fff;
padding-bottom: 15px;
margin-bottom: 20px;
}
label {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.wrap-input {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 18px;
}

.form-control {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.2;
    color: #686868;
    background: #fff;
    height: 45px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #e5e7ea;
}
.focus-input {
    display: block;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0, 122, 252, 0.6);
}
.inline-list{
    padding-left: 30px;
}
.inline-list li{
    font-size: 14px;
line-height: 1.7;
color: #666666;
list-style-type: disc;
}
.text-area{
    height: 120px;
    resize: none;
}
p.small-ins{
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}
/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox {
    display: none;
}
.label-checkbox.dark{
    color: #fff;
}
.label-checkbox.top-align::before{
    top: 10px;
}
.label-checkbox {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 13px 0px 38px #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #e2dfe7;
    border: 1px solid #e2dfe7;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox:checked + .label-checkbox::before {
    color: #fff;
    background-color:#F9B71E;
    border-color: #F9B71E;
}

/*------------------------------------------------------------------
[ Button ]*/

.form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    width: 220px;
    height: 55px;
    border-radius: 6px;
    background: #F9B71E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
   /* box-shadow: 13px 0 38px rgba(0, 120, 252, 0.25);*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:hover {
    background: #333333;
}
.req{
    color: #c80000;
}
.error {
  font-size: 12px;
  color: #c80000;
  margin-bottom: 0;
}
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .box-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav {
        width: 100%;
    }
}