/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: Chirag jewellers.
	Date: 22-FEB-2019
	File: Style.css
*/
/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Arvo', serif;
*/
body {
  font-family: 'Montserrat', sans-serif; }

* {
  outline: none !important; }

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }
  a:hover {
    text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: inherit; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  color: inherit; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

body {
  background-color: #000000;
  color: #eee; }

.container {
  width: 900px;
  max-width: 100%; }

.loder-cover {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  transition: ease 0.4s; }
  .loder-cover.remove {
    opacity: 0;
    visibility: hidden; }

.section-one {
  background-color: #000;
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .section-one .logo {
    padding-bottom: 20px; }
    .section-one .logo img {
      max-width: 100%;
      height: 150px;
      display: block;
      margin: 0 auto; }
  .section-one p {
    font-size: 18px;
    opacity: 0.8;
    color: #cfa058;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1; }
  .section-one .link {
    display: inline-block;
    position: relative;
    margin-top: 30px; }
    .section-one .link a {
      background-color: #cfa058;
      color: #000;
      line-height: 44px;
      display: block;
      padding: 0 40px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 18px; }
      .section-one .link a:hover {
        background-color: #eee;
        -webkit-box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1);
        box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1); }
    .section-one .link span {
      position: absolute;
      left: 105%;
      width: 100px;
      top: 50%;
      line-height: 30px;
      margin-top: -15px;
      opacity: 0.8;
      font-size: 12px; }

.section-two {
  background-color: #000;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .section-two h4 {
    text-align: left;
    font-size: 34px;
    top: 0;
    background-color: #000;
    padding: 20px 0;
    margin-bottom: 18vh; }
    .section-two h4 span {
      color: #cfa058;
      padding-left: 10px;
      font-family: "Arvo", serif; }
  .section-two .question-bank {
    opacity: 0.3;
    padding: 30px 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .section-two .question-bank.active {
      opacity: 1; }
    .section-two .question-bank .q-bank-inner {
      width: 100%; }
  .section-two h5 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 15px; }
    .section-two h5 span {
      color: #cfa058;
      padding-left: 10px;
      font-family: "Arvo", serif; }
  .section-two .form-row input {
    width: 100%;
    background-color: transparent;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
    font-size: 26px;
    font-family: "Arvo", serif; }
  .section-two .form-row input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  .section-two .form-row input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .section-two .form-row input:-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  .section-two .form-row input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .section-two .form-row input:valid + .test {
    top: 0;
    opacity: 1; }
  .section-two .like-row span {
    display: inline-block;
    position: relative;
    font-size: 40px;
    display: inline-block;
    font-family: FontAwesome;
    cursor: pointer;
    text-align: left;
    margin-right: 15px; }
    .section-two .like-row span i {
      opacity: 0;
      display: none; }
    .section-two .like-row span::after {
      content: "\f006"; }
    .section-two .like-row span.active::after {
      content: "\f005"; }
  .section-two .test {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    top: 10px;
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -ms-transition: ease 0.4s;
    transition: ease 0.4s; }
    .section-two .test a {
      background-color: #cfa058;
      color: #000;
      line-height: 44px;
      display: block;
      padding: 0 40px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 18px; }
      .section-two .test a:hover {
        background-color: #eee;
        -webkit-box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1);
        box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1); }
    .section-two .test span {
      position: absolute;
      left: 105%;
      width: 100px;
      top: 50%;
      line-height: 30px;
      margin-top: -15px;
      opacity: 0.8;
      font-size: 12px; }
  .section-two .test.active {
    top: 0;
    opacity: 1; }
  .section-two .like-row2 span {
    display: inline-block;
    position: relative;
    font-size: 40px;
    display: inline-block;
    font-family: FontAwesome;
    cursor: pointer;
    text-align: left;
    margin-right: 15px; }
    .section-two .like-row2 span i {
      opacity: 0;
      display: none; }
    .section-two .like-row2 span::after {
      content: "\f006"; }
    .section-two .like-row2 span.active::after {
      content: "\f005"; }
  .section-two .like-row3 span {
    display: inline-block;
    position: relative;
    font-size: 40px;
    display: inline-block;
    font-family: FontAwesome;
    cursor: pointer;
    text-align: left;
    margin-right: 15px; }
    .section-two .like-row3 span i {
      opacity: 0;
      display: none; }
    .section-two .like-row3 span::after {
      content: "\f006"; }
    .section-two .like-row3 span.active::after {
      content: "\f005"; }
  .section-two .like-row4 span {
    display: inline-block;
    position: relative;
    font-size: 40px;
    display: inline-block;
    font-family: FontAwesome;
    cursor: pointer;
    text-align: left;
    margin-right: 15px; }
    .section-two .like-row4 span i {
      opacity: 0;
      display: none; }
    .section-two .like-row4 span::after {
      content: "\f006"; }
    .section-two .like-row4 span.active::after {
      content: "\f005"; }

.submit-btn-row {
  padding-bottom: 200px; }
  .submit-btn-row .test {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    opacity: 1;
    top: 0;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -ms-transition: ease 0.4s;
    transition: ease 0.4s; }
    .submit-btn-row .test a {
      background-color: #cfa058;
      color: #000;
      line-height: 44px;
      display: block;
      padding: 0 40px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 18px; }
      .submit-btn-row .test a:hover {
        background-color: #eee;
        -webkit-box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1);
        box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1); }
    .submit-btn-row .test span {
      position: absolute;
      left: 105%;
      width: 100px;
      top: 50%;
      line-height: 30px;
      margin-top: -15px;
      opacity: 0.8;
      font-size: 12px; }

.ans-status {
  position: fixed;
  z-index: 8;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0D0D0D;
  padding: 15px 0; }
  .ans-status p {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500; }
  .ans-status .line {
    width: 250px;
    max-width: 100%;
    background-color: #565656;
    height: 3px;
    position: relative;
    border-radius: 2px;
    overflow: hidden; }
    .ans-status .line .sline-tatus {
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      background-color: #fff; }
  .ans-status .two-btn {
    text-align: right; }
    .ans-status .two-btn a {
      display: inline-block;
      background-color: #cfa058;
      color: #000;
      line-height: 30px;
      padding: 0 10px;
      border-radius: 3px; }
      .ans-status .two-btn a:hover {
        background-color: #eee;
        -webkit-box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1);
        box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.1); }

.section-thanku {
  background-color: #000;
  position: relative;
  min-height: 100vh;
  z-index: 9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }
  .section-thanku img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .section-thanku p {
    font-size: 34px;
    opacity: 0.8;
    color: #cfa058;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: "Arvo", serif;
    padding-top: 30px; }
  .section-thanku h5 {
    font-size: 20px;
    opacity: 0.8;
    color: #cfa058;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: "Arvo", serif; }

.thanku-modal .modal-content {
  background-color: #333; }
  .thanku-modal .modal-content .modal-header {
    border: 0; }
    .thanku-modal .modal-content .modal-header .close {
      color: #fff; }
  .thanku-modal .modal-content .modal-footer {
    border-top: 1px solid #2c2a2a; }
    .thanku-modal .modal-content .modal-footer .btn {
      background-color: #CFA058;
      color: #111;
      border: 0;
      font-weight: 600; }

/*# sourceMappingURL=style.css.map */
