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

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

:root {
    --sidebar-color: #13203C;
    --sidebar-color-hover-btn: #FCC327;
    --sidebar-color-hover: #13203C;
    --sidebar-color-hover-text: #13203C;
    --sidebar-color-logo: #13203C;
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: ta_r;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #fff;
  direction: rtl;
}

p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;

  margin: 0 0 20px 0;
  color: #111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

/*========================================================================
31. Demo Layout Twenty Eight
=========================================================================*/
.fxt-template-layout28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 15px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 {
    padding: 15px;
  }
}
.fxt-template-layout28:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.fxt-template-layout28 #particles-js {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.fxt-template-layout28 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout28 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 70px 70px;
  border-radius: 45px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-content {
    padding: 70px 50px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-content {
    padding: 60px 35px 50px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout28 .fxt-content {
    padding: 50px 20px 40px;
  }
}
.fxt-template-layout28 .fxt-header {
  text-align: center;
  margin-bottom: 60px;
}
.fxt-template-layout28 .fxt-logo {
  display: block;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 40px;
  }
}
.fxt-template-layout28 .fxt-form p {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form p {
    text-align: center;
  }
}
.fxt-template-layout28 .fxt-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 20px;
  }
}
.fxt-template-layout28 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}
.fxt-template-layout28 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-otp-label {
    text-align: center;
  }
}
.fxt-template-layout28 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}
.fxt-template-layout28 .fxt-form .fxt-sending-to span {
  display: block;
}
.fxt-template-layout28 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fxt-template-layout28 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}
.fxt-template-layout28 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.fxt-template-layout28 .fxt-form .form-group:last-child {
  margin-bottom: 0;
}
.fxt-template-layout28 .fxt-form .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4d4d4d;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}
.fxt-template-layout28 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.fxt-template-layout28 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.fxt-template-layout28 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.fxt-template-layout28 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.fxt-template-layout28 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fxt-template-layout28 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-template-layout28 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}
.fxt-template-layout28 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}
.fxt-template-layout28 .fxt-form .fxt-resend-wrap {
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}
.fxt-template-layout28 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout28 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}
.fxt-template-layout28 .fxt-form .fxt-btn-resend:hover {
  color: #ffffff;
}
.fxt-template-layout28 .fxt-form .text-or {
  margin-left: 3px;
}
.fxt-template-layout28 .fxt-btn-fill {

  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #1fbe66;
  padding: 10px 36px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout28 .fxt-btn-fill:hover {
  background-color: #17a156;
  border-color: #17a156;
}
.fxt-template-layout28 .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout28 .fxt-switcher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fxt-template-layout28 .fxt-switcher-wrap li {
  margin: 0 1px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li {
    margin: 0 0 2px;
    width: 100%;
  }
  .fxt-template-layout28 .fxt-switcher-wrap li:last-child {
    margin: 0;
  }
}
.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
  padding: 10px 30px;
  display: block;
  background-color: #1fbe66;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
    border-radius: 5px;
  }
}
.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text:hover {
  background-color: #17a156;
}
.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text.active {
  background-color: #16904d;
}
.fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
  border-radius: 45px 0 0 45px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 5px;
  }
}
.fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
  border-radius: 0 45px 45px 0;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 5px;
  }
}
.fxt-template-layout28 .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
.fxt-template-layout28 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.fxt-template-layout28 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.fxt-template-layout28 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.fxt-template-layout28 ul.fxt-socials {
  text-align: center;
}
.fxt-template-layout28 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout28 ul.fxt-socials li {
    margin-right: 2px;
  }
}
.fxt-template-layout28 ul.fxt-socials li:last-child {
  margin-right: 0;
}
.fxt-template-layout28 ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}
.fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}
.fxt-template-layout28 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.fxt-template-layout28 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.fxt-template-layout28 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout28 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.fxt-template-layout28 .checkbox input[type="checkbox"] {
  display: none;
}
.fxt-template-layout28 .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}
.fxt-template-layout28 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}
/*========================================================================
32. Demo Layout Twenty Nine
=========================================================================*/
.fxt-template-layout29 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout29 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px 52px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-bg-color {
    min-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-bg-color {
    padding: 50px 15px 42px;
  }
}
.fxt-template-layout29 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fxt-template-layout29 .fxt-page-switcher {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher {
    top: calc(100% - 48px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    text-align: center;
  }
}
.fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: #000000;
  margin: 2px 0;
  border-radius: 45px 0 0 45px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
    display: inline-block;
    margin: 0 2px;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
  }
}
.fxt-template-layout29 .fxt-page-switcher .switcher-text1:hover {
  color: #f3bd1c;
}
.fxt-template-layout29 .fxt-page-switcher .switcher-text1.active {
  color: #000000;
  background-color: #ffffff;
}
.fxt-template-layout29 .fxt-content {
  max-width: 450px;
  width: 100%;
  padding: 50px 15px 30px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-content {
    text-align: center;
  }
}
.fxt-template-layout29 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 100px;
  max-width: 40vw;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-header .fxt-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.fxt-template-layout29 .fxt-form {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 25px;
  }
}
.fxt-template-layout29 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.fxt-template-layout29 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}
.fxt-template-layout29 .fxt-form .fxt-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 20px;
  }
}
.fxt-template-layout29 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}
.fxt-template-layout29 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}
.fxt-template-layout29 .fxt-form .fxt-sending-to span {
  display: block;
}
.fxt-template-layout29 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #202020;
}
.fxt-template-layout29 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fxt-template-layout29 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxt-template-layout29 .fxt-form .form-group [class^="flaticon-"]:before,
.fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:before,
.fxt-template-layout29 .fxt-form .form-group [class^="flaticon-"]:after,
.fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}
.fxt-template-layout29 .fxt-form .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111111;
}
.fxt-template-layout29 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout29 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout29 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout29 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout29 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col {
  border-radius: 0;
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}
.fxt-template-layout29 .fxt-btn-fill {
  margin-right: 30px;
  margin-top: 15px;

  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #e9b102;
  padding: 10px 36px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-btn-fill {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.fxt-template-layout29 .fxt-btn-fill:hover {
  background-color: #ecb719;
  border-color: #ecb719;
}
.fxt-template-layout29 .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout29 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout29 .switcher-text2:hover {
  color: #000000;
}
.fxt-template-layout29 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 ul.fxt-socials li {
    margin-right: 2px;
  }
}
.fxt-template-layout29 ul.fxt-socials li:last-child {
  margin-right: 0;
}
.fxt-template-layout29 ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}
.fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}
.fxt-template-layout29 .fxt-footer h3 {
  font-size: 18px;
  font-weight: 500;
}
.fxt-template-layout29 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 17px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-footer .fxt-resend-wrap {
    justify-content: center;
  }
}
.fxt-template-layout29 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout29 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}
.fxt-template-layout29 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}
.fxt-template-layout29 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}
/*========================================================================
33. Demo Layout Thirty
=========================================================================*/
.fxt-template-layout30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 30px 15px;
}
.fxt-template-layout30 canvas#canvas {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background: #000000;
}
.fxt-template-layout30 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout30 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 80px 60px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-content {
    padding: 70px 60px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-content {
    padding: 60px 40px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout30 .fxt-content {
    padding: 50px 20px 30px;
  }
}
.fxt-template-layout30 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}
.fxt-template-layout30 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 40px;
  }
}
.fxt-template-layout30 .fxt-form p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form p {
    text-align: center;
  }
}
.fxt-template-layout30 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 20px;
  }
}
.fxt-template-layout30 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}
.fxt-template-layout30 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}
.fxt-template-layout30 .fxt-form .fxt-sending-to span {
  display: block;
}
.fxt-template-layout30 .fxt-form .fxt-otp-label {
  color: #111111;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-label {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}
.fxt-template-layout30 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fxt-template-layout30 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #888888;
}
.fxt-template-layout30 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.fxt-template-layout30 .fxt-form .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000;
}
.fxt-template-layout30 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout30 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout30 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout30 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout30 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fxt-template-layout30 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-template-layout30 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}
.fxt-template-layout30 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}
.fxt-template-layout30 .fxt-btn-fill {

  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #ffffff;
  border-radius: 3px;
  background-color: #2e4bf1;
  padding: 10px 36px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout30 .fxt-btn-fill:hover {
  background-color: #0f32fa;
}
.fxt-template-layout30 .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout30 .switcher-text {
  color: #404040;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout30 .switcher-text:hover {
  color: #000000;
}
.fxt-template-layout30 .switcher-text2 {
  color: #404040;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout30 .switcher-text2.inline-text {
  margin-left: 3px;
}
.fxt-template-layout30 .switcher-text2:hover {
  color: #000000;
}
.fxt-template-layout30 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}
.fxt-template-layout30 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #6d6d6d;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.fxt-template-layout30 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.fxt-template-layout30 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.fxt-template-layout30 ul.fxt-socials {
  text-align: center;
  margin-bottom: 10px;
}
.fxt-template-layout30 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout30 ul.fxt-socials li {
    margin-right: 2px;
  }
}
.fxt-template-layout30 ul.fxt-socials li:last-child {
  margin-right: 0;
}
.fxt-template-layout30 ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}
.fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}
.fxt-template-layout30 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.fxt-template-layout30 .checkbox label {
  padding-left: 20px;
  color: #6f6f6f;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.fxt-template-layout30 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #6f6f6f;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout30 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #ffffff;
}
.fxt-template-layout30 .checkbox input[type="checkbox"] {
  display: none;
}
.fxt-template-layout30 .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}
.fxt-template-layout30 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #2e4bf1;
  border-color: #2e4bf1;
}
.fxt-template-layout30 .fxt-footer {
  text-align: center;
}
.fxt-template-layout30 .fxt-footer p {
  color: #6f6f6f;
}
.fxt-template-layout30 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}
.fxt-template-layout30 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #2e4bf1;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout30 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}
.fxt-template-layout30 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}
.fxt-template-layout30 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}
/*========================================================================
34. Demo Layout Thirty One
=========================================================================*/
.fxt-template-layout31 {
  background-color: #ffffff;
  padding: 0px;
  width: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 {
    padding: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 {
    padding: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout31 {
    padding: 15px;
  }
}
.fxt-template-layout31 .fxt-shape {
  height: 100%;
  width: calc((100vw + 220px)/4);
  background-color: #54498b;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 180px)/4);
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 140px)/4);
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 100px)/4);
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 60px)/4);
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 30px)/4);
  }
}
.fxt-template-layout31 .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-content-wrap {
    display: block;
  }
}
.fxt-template-layout31 .fxt-heading-content {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: url('../img/Comp-4.gif');
  -webkit-box-align: center;
  background-size: cover;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content {
    padding: 40px 15px;
  }
}

.fxt-template-layout31 .fxt-heading-content .fxt-inner-wrap {
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.fxt-template-layout31 .fxt-heading-content .fxt-logo {
  display: inline-block;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
.fxt-template-layout31 .fxt-heading-content .fxt-main-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul {
  text-align: center;
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li {
  margin-bottom: 15px;
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li:last-child {
  margin-bottom: 0;
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
  padding: 15px;
  border: 1px solid;
  border-color: #5984e8;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a:hover {
  background-color: #ffffff;
  color: #14133b;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 18px;
    padding: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 17px;
    padding: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 16px;
    padding: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 15px;
    padding: 11px;
  }
}
.fxt-template-layout31 .fxt-form-content {
  -webkit-box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.08);
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content {
    width: 100%;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
  padding: 50px 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
    padding: 40px 15px 0;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn {
  border-left: 1px solid;
  border-color: #111111;
  border-right: 1px solid;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn:hover,
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn.active {
  border-color: #54498b;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn {
  border-left: 1px solid;
  border-color: #111111;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn:hover,
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn.active {
  border-color: #54498b;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
  padding: 9px 27px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #111111;
  color: #111111;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn:hover {
  color: #54498b;
}
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn.active {
  background-color: #54498b;
  color: #ffffff;
  border-color: #54498b;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 17px;
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 16px;
    padding: 7px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 15px;
    padding: 6px 21px;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #14133b;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fxt-template-layout31 .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.fxt-template-layout31 .fxt-form-content .fxt-main-form {
  padding: 30px 50px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-main-form {
    padding: 20px 15px 10px;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-inner-wrap {
  max-width: 600px;
  width: 100%;
}
.fxt-template-layout31 .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fxt-template-layout31 .fxt-form-content .form-group .field-icon {
  position: absolute;
  z-index: 1;
  left: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}
.fxt-template-layout31 .fxt-form-content .form-group .field-icon:before {
  padding: 17px 10px;
}
.fxt-template-layout31 .fxt-form-content .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  color: #111;
  background: #F7F7F7;
}
.fxt-template-layout31 .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout31 .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout31 .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout31 .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: var(--sidebar-color);
  color: #fff;
  border-radius: 3px;
  background-color: var(--sidebar-color);
  padding: 10px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:hover {
  background-color: var(--sidebar-color-hover-btn);
  border-color: var(--sidebar-color-hover-btn);
    color: var(--sidebar-color-hover-text);
}
.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
    padding: 9px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
    font-size: 15px;
    padding: 8px 28px;
  }
}
.fxt-template-layout31 .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888888;
  margin-bottom: 10px;
}

.LO_goolge {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  border: 1px solid;
  border-color: #f7f7f7;
  color: #000;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 10px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Lab_Form {
  width: 100%;
}

.fxt-btn-fill2 {
  background-color: #E6E6E6 !important;
  color: #000 !important;
  border: 1px solid #e6e6e6 !important;
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #1b52d2;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:hover {
  color: #06339e;
}
.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 5px;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label {
  color: #adadad;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
  padding-right: 1.5rem!important;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type="checkbox"] {
  display: none;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}
.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::before {
  background-color: #54498b;
  border-color: #54498b;
}
.fxt-template-layout31 .fxt-form-content .fxt-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  direction: initial;
}
.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  /* margin-right: 30px; */
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}
.fxt-template-layout31 .fxt-form-content .fxt-otp-btn {
  margin-bottom: 30px;
}
.fxt-template-layout31 .fxt-shape.fxt-animation-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.loaded.fxt-template-layout31 .fxt-shape.fxt-animation-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

i.fa.fa-chevron-down {
  position: absolute;
  left: 15px;
  top: 15px;
}
