/*
  v6
*/

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "EFCircular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EFCircular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Medium.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Medium.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Medium.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "EFCircular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "EFCircular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Black.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Black.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Black.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* ------------------------------------------------------------ *\
     Base Css
\* ------------------------------------------------------------ */
body {
  background: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  overflow-x: hidden !important;
}

#wrapper {
  max-width: 100%;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

img,
iframe {
  border: 0 none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div,
span,
i,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
  font-family: "EFCircular", Helvetica, Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, "sans-serif";
}

div,
span,
i,
p {
  font-size: 18px;
  font-weight: normal;
}

a,
button,
label {
  font-size: 14px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.col-full {
  width: 100%;
  float: left;
}

.sub-header {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0px;
}

.button {
  width: auto;
  text-align: center;
  padding: 15px 24px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-block;
  letter-spacing: initial;
  font-weight: 500;
}

.section-div {
  width: 100vw;
  float: left;
  height: 100vh;
  padding: 0px 15px;
  position: relative;
  z-index: 3;
  display: inline-block;
}

.bgWhite {
  background: #fff;
}

@media all and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}

/* ------------------------------------------------------------ *\
    Loader
\* ------------------------------------------------------------ */

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #003253;
  transition: 1s 0.4s;
}

.loaderCenter {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.loaderCon {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.loaderimag {
  width: 100%;
  float: left;
  padding-bottom: 0;
  text-align: center;
}

.loaderimag img {
  width: 100%;
}

#loadertxt {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

#progress {
  height: 1px;
  background: #fff;
  position: relative;
  width: 0;
  float: left;
  transition: 1s;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: relative;
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.slider-wrapper {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.choice-error-anim {
  -webkit-animation: anim 0.3s ease-in-out;
  animation: anim 0.3s ease-in-out;
}

@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media all and (max-width: 767px) {
  .slider-wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
  }
}

/* ------------------------------------------------------------ *\
    06. Hero Section
\* ------------------------------------------------------------ */

.hero-section-bg {
  background: url("../jpg/stagedesk-2.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero-section-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: -15px;
  top: 0;
  bottom: 0;
  right: 0px;
  position: absolute;
  z-index: 0;
}

.hero-container {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.hero-content {
  max-width: 720px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 45px;
  line-height: 44px;
  letter-spacing: -1.5px;
  color: #fff;
}

.hero-subheader {
  color: #fff;
  margin: 25px 0 40px;
}

.hero-subheader p {
  letter-spacing: -0.5px;
}

.hero-btn-area {
  width: 100%;
  float: left;
  text-align: center;
}

.hero-btn {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 200px;
  font-size: 14px;

  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

@media all and (max-width: 767px) {
  .hero-section-bg {
    background: url("../jpg/stagemob.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: calc(var(--vh, 1vh) * 100);
  }
  .hero-container {
    height: 100vh;
    justify-content: flex-start;
    height: calc(var(--vh, 1vh) * 100);
  }
  .hero-content h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.8px;
    color: #fff;
    margin: 110px 0 10px;
  }
  .hero-subheader {
    color: #fff;
    margin: 15px 0 30px;
  }
  .hero-btn-area {
    position: absolute;
    bottom: 30px;
  }
}

/* ------------------------------------------------------------ *\
    07. Question Section
\* ------------------------------------------------------------ */

.qes-overlay::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  position: absolute;
  z-index: 0;
}

.question-container {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.question-content {
  width: 720px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  padding: 40px;
}

.qtn-count {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
}

.question-content h2 {
  font-size: 28px;
  letter-spacing: -1.5px;
  line-height: 28px;
  color: #fff;
}

.choice-div {
  width: 100%;
  float: left;
  padding: 40px 0 0;
}

.choice-div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.choice-div ul li {
  width: 50%;
  float: none;
  margin: 0 auto 18px;
  padding: 0 10px;
}

.choice-3-div ul li {
  width: 50%;
  float: none;
  margin: 0 auto 18px;
  padding: 0 10px;
}

.choice-div label {
  width: 100%;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.choice-div label span {
  font-size: inherit;
  font-weight: inherit;
}

.choice-div label:hover {
  background: #ff008e;
  color: #fff;
}

.choice-div label input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .question-container {
    height: 100vh;
  }
  .question-content {
    width: 320px;
    padding: 35px 0px 10px;

    overflow-y: scroll;
  }

  .question-content h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .question-content ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }

  .choice-div {
    padding: 15px 0 0;
  }

  .choice-div ul li {
    padding: 0 5px;
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    08. Form Section
\* ------------------------------------------------------------ */

.form-section-bg {
  background: #fff;
  overflow-y: auto;
  /*overflow-x: hidden;*/
}

.form-container {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 5;
  padding-top: 10%;
  overflow: auto;
  flex-direction: column;
}

.form-content {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.form-content h1 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1.5px;
  color: #000;
  text-align: center;
}

.form-subheader {
  width: 100%;
  max-width: 660px;
  float: none;
  color: #000;
  margin: 0 auto;
}

.form-subheader p {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 40px;
}

.form-box {
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
}

#form-wrapper {
  width: 100%;
  float: left;
  display: block;
  padding-bottom: 50px;
}

@media all and (max-width: 767px) {
  .form-container {
    padding-top: 90px;
    height: auto;
  }

  .form-box {
    float: left;
    margin: 0;
    padding: 0 0 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .form-container {
    padding-top: 110px;
    height: auto;
  }
}

/* ------------------------------------------------------------ *\
    09. Thank You Section
\* ------------------------------------------------------------ */

.thank-section-bg {
  background: url("../jpg/thankdesk.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.thank-section-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: -15px;
  top: 0;
  bottom: 0;
  right: 0px;
  position: absolute;
  z-index: 0;
}

.thank-container {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.thank-content {
  max-width: 900px;
  text-align: center;
  width: 100%;
  margin: 50px auto 0;
}

.thank-content h1 {
  font-size: 45px;
  line-height: 44px;
  letter-spacing: -1.5px;
  color: #fff;
}

.thank-content h1.result-score {
  font-size: 55px;
  line-height: 56px;
  padding: 20px 0;
}

.result-score span {
  font-size: inherit;
}

.perc {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0 20px;
  font-size: 24px;
}

.thank-subheader {
  color: #fff;
  margin: 25px auto 40px;
  float: none;
  display: block;
}

.ru_bold {
  font-size: 32px;
  font-weight: 500;
}

.thank-btn-area {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 20px;
}

.thank-btn {
  background: #fff;
  color: #000;
  margin: 0px 10px;
  width: 200px;
  font-weight: 400;
}

.thank-btn:hover {
  background: #000;
  color: #fff;
}

.thank-announce-date {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 0 0px 30px;
}

.thank-share-area {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0;
}

.thank-share-area label {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.thank-share-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.thank-share-area ul li {
  width: auto;
  float: left;
  padding: 0px 15px;
}

.thank-share-area ul li a {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}

.thank-share-area ul li a i {
  font-size: 1.5em;
}

@media all and (max-width: 768px) {
  .thank-section-bg {
    background: url("../jpg/thankmob.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .thank-section-bg::after {
    position: fixed;
  }
  .thank-content {
    max-width: 320px;
    width: 100%;
  }
  .thank-content h1 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.8px;
  }
  .thank-content h1.result-score {
    font-size: 34px;
    line-height: 38px;
  }
  .thank-container {
    height: auto;
    padding: 60px 0;
  }
  .thank-btn-area {
    margin: 0;
  }
  .thank-btn {
    margin: 10px auto;
  }

  .ru_bold {
    font-size: 24px;
    font-weight: 500;
  }

  .thank-share-area label {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .thank-share-area {
    margin: 10px 0 0;
  }
}
