/*//////////////////////////////////////////////////////////////////
[ 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-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Raleway-Regular;
  src: url("../fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
  font-family: Raleway-Black;
  src: url("../fonts/raleway/Raleway-Black.ttf");
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: Raleway-Bold;
  src: url("../fonts/raleway/Raleway-Bold.ttf");
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.navbar {
  overflow: hidden;
  background-color: #051824 !important;
  /* position: absolute !important; */
  top: 0;
  left: 0;
  /* padding: 0.3rem 6rem !important; */
  width: 100%;
  /* background-image: -webkit-linear-gradient(30deg, #80808047 90%, white 50%); */
}
.navbar a {
  position: inherit;
  left: 5 !important;
  top: 10;
  float: left;
  padding-left: 0.4rem;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

/* .navbar a:hover {
  background-color: #ddd;
  color: black;
} */
.navbar .icon {
  display: none;
}
/* 
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
} */

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.topleft {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 18px;
}
.topright {
  position: absolute;
  top: 8px;
  right: 66px;
  font-size: 18px;
  color: white;
}
.bottomright {
  position: absolute;
  bottom: 8px;
  right: 66px;
  font-size: 18px;
  color: white;
}
.center {
  position: absolute;
  left: -175px;
  top: 28%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.middle {
  width: 62%;
  float: right;
}
.logo {
  vertical-align: middle;
  border-style: none;
  width: 60%;
}
body,
html {
  font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
span {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
}
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: #d33f8d;
}

/*---------------------------------------------*/
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;
}
.subs {
  padding-left: 2px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 22px;
  margin-bottom: 0px;
  color: #62b4f1;
}
.subs1 {
  padding-left: 2px;
  padding-top: 4px;
  color: #ef4036;
}
.price {
  padding-left: 91px;
  padding-top: 10px;
}
.price1 {
  padding-left: 91px;
  padding-top: 10px;
}
.solid2 {
  min-height: 60px;
  border-style: solid;
  padding-left: 10px;
  border-width: 1px;
  /* display: flex; */
  margin-top: 8px;
  border-radius: 6px;
  /* width: "70%"; */
  /* justify-content: space-evenly; */
}
.solid {
  border-style: solid;
  padding-left: 10px;
  /* display: flex; */
  border-width: 1px;
  border-radius: 6px;
  width: "70%";
  justify-content: space-evenly;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

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;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1.4;
  /* float: right; */
  font-weight: bold;
}
/* .fa {
  padding: 20px;
  font-size: 30px;
  width: 0px;
  height: 0px;
  text-align: center;
  border-radius: 56px;
  text-decoration: none;
  margin: 0px 0px;
  
}

.fa-google {
  background: #dd4b39;
  color: white;
  margin-left: 49px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
  margin-left: 19px;
} */
.txt2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: black;
  font-weight: bold;
  line-height: 1.4;
  float: left;
  padding-left: 10px;
}
.bo2 {
  color: white;
}
input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid black;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* #exampleInputEmail1 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid black;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
/* #exampleInputPassword1 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid black;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
.form-control {
  display: block;
  width: 163%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid black;
  border-radius: 0.25rem;
  transition: none !important;
}
.bo1 {
  color: #007bffc5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;

  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.container-login100 {
  width: 100%;
  min-height: auto;
  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: white; */
  /* background-color: #fff; */
  /* background-image: -webkit-linear-gradient(30deg, #f7f7f7 50%, #ea4e34 50%); */
  position: relative;
  z-index: 1;
}

.wrap-login100 {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}
.input-group {
  border: none !important;
  border-radius: 20px !important;
  box-shadow: 5px 5px 5px 5px #ef413624;
}

/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login100-form-title {
  font-family: Raleway-Black;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  display: block;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #686868;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 47px;
  border-radius: 3px;
  padding: 0 30px 0 65px;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  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(211, 63, 141, 0.6);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 24px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  padding-bottom: 5px;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #d33f8d;
  padding-left: 18px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Raleway-Regular;
  font-size: 16px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::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;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #d33f8d;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #d33f8d;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.forgot {
  width: 64% !important;
}

.login100-form-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 60%;
  height: 37px;
  border-radius: 16px;
  background: #ef4136;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #d85f57;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-face {
  color: #3b5998;
}

.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-google {
  color: #555555;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-face:hover,
.btn-google:hover {
  border-color: #d33f8d;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Raleway-SemiBold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

@media (max-width: 480px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .forgot {
    width: 85% !important;
  }
}
.forget {
  justify-content: end;
}
.circle {
  border-radius: 50%;
  margin: 0.2em;
  font-size: 1.65em;
}
.fa-google {
  color: #ffffff;
  background: #dd4b39;
  padding: 0.1em 0.1em;
}
.fa-facebook {
  background: #3b5998;
  color: #ffffff;
  padding: 0.05em 0.3em;
}
.social-login {
  position: absolute;
  left: 52%;
  padding: 4px;
}
.social-login img {
  padding-left: 4px;
  width: 35px;
  height: 35px;
}
.login100-form-btn a img {
  width: 14px;
  height: 14px;
  margin-left: -6px;
}
.pagenotfound {
  width: 300px;
  height: 300px;
}

/****************************************Media Query ***************************************************/
@media (max-width: 480px) {
  .pagenotfound {
    width: 140px;
    height: 140px;
  }
  .container-login100 {
    /* background-image: -webkit-linear-gradient(30deg, #f7f7f7 75%, #ea4e34 25%); */
  }
  .wrap-logo {
    margin-top: -140px;
  }
  .wrap-logo .center {
    left: -65px;
  }
  .bottomright {
    color: black;
    right: 6px;
  }
  .login100-form-btn a {
    padding-left: 11px;
  }
  .login100-form-btn a img {
    width: 14px;
    height: 14px;
    margin-left: -18px;
  }
  /* .navbar {
    padding: 0.3rem 4rem !important;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap768 {
    position: absolute;
    width: 500px;
    right: 105px;
  }
  .center {
    left: 71px;
    top: -180px;
  }
  .bottomright {
    color: black;
    right: 40px;
  }
  .bottomright a {
    font-size: 16px;
    font-weight: 600;
  }
  .navbar {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .login100-form-btn a img {
    width: 14px;
    height: 14px;
    margin-left: -18px;
  }
  .login100-form-btn {
    width: 41%;
  }
}

.form-control:focus {
  outline: none !important;
  border-color: #ffffff00 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(255, 255, 255, 0) !important;
}
.red {
  color: red;
}
