@charset "utf-8";
/* CSS Document */
/* ========== Do Not Touch In Css Strat ========== */
/*@import url("reset.css");*/
/*@import url("fonts.css");*/
@import url("base.css");
/*@import url("html5-reset.css");*/
/* @import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Poiret+One'); */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

:root {
  --screen-height: 500px;
  --login-screen-height: 500px;
}

body {
  background-image: linear-gradient(rgba(0, 97, 175, 0.95), rgba(0, 97, 175, 0.95)), url(../images/bgpatern.jpg) !important;
  margin: 0px;
  padding: 0px;
  background: #fff !important;
  overflow-x: hidden;
  height: auto;
  min-height: 100%;
  font-family: "Open Sans", sans-serif !important;
}
.login_register_bg {
  background-image: linear-gradient(rgba(0, 97, 175, 0.95), rgba(0, 97, 175, 0.95)), url(../images/bgpatern.jpg) !important;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: repeat;
  display: block;
}
.login_register_bg_inner {
  display: inherit;
}
.loginregister_block {
  padding: 0px 0px;
  height: var(--login-screen-height);
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: inherit;
}
.loginregister_block .contact-form {
  height: auto;
  padding: 0 0 20px;
}
.logo_center {
  display: table;
  text-align: center;
}
.container-fluid {
  width: 100%;
}
p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 24px;
  font-size: 18px;
  color: #212121;
  font-family: "Open Sans", sans-serif !important;
}
#page-wrap {
  width: 960px;
  margin: 0px auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #2b84c6;
}
a:hover,
a.selected {
  text-decoration: none;
  color: #333333;
}
a:focus {
  outline: none;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
h1 {
  font-size: 40px;
  color: #0b56a6;
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  color: #0b56a6 !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mtb_10 {
  margin: 10px 0px !important;
}
.width_100 {
  width: 100%;
}
.mt_15 {
  margin-top: 15px;
}
.p_0 {
  padding: 0 !important;
}
::placeholder {
  color: #212121 !important;
  opacity: 0.4;
}
.table {
  margin: 0 !important;
}
.mb_32 {
  margin-bottom: 32px;
}
.content_center {
  position: fixed;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* ========== Do Not Touch In Css End ========== */

/* ------- Top Area Strat ------- */

.marbtm0 {
  margin-bottom: 0 !important;
}
/* .martop20{margin-top:20px;} */

header.inner-header {
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 15px;
}

.top-header li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.top-header li:last-child {
  margin-right: 0;
}
.top-header li i {
  padding-right: 5px;
}
.top-header li a {
  color: #fff;
}
.logo {
  margin-top: 20px;
}
.enter-site-logo {
  background: transparent;
  text-align: center;
}
.form-interview {
  overflow-y: auto;
  background: rgba(255, 255, 255, 1);
}
/* .token{width:100%; height:100%; background:rgba(255,255,255,0.2)} */
.token2 {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.2) url(../images/banner02.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  padding: 0px 0 0px;
}

.token h1,
.token h2 {
  color: #fff;
}
.token-number {
  font-size: 65px;
  background: #acdb11;
  border-radius: 50%;
  color: #fff;
  width: 250px;
  height: 250px;
  display: inline-block;
  line-height: 250px;
  margin: 30px 0;
}
.fail_pass_text {
  font-size: 20px;
}
.intro_text {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
.intro_text b {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  color: #0061af;
}
.radio {
  text-align: left;
}
.list-group-item {
  background: #fff;
  font-size: 18px;
  text-align: left;
}
.radio label {
  color: #212121;
  font-size: 15px !important;
  text-align: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 16px;
}
.form-interview h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.list-group-item strong {
  width: 10%;
  float: left;
  /* line-height: 32px; */
}
.list-group-item span {
  width: 90%;
  float: left;
  line-height: 32px;
  position: relative;
}
.list-group-item span.text_bold {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
}
.list-group-item span.text_bold.test1 {
  min-height: 150px;
}
.list-group-item span.text_bold.test2 {
  min-height: 125px;
}
.list-group-item {
  background: #fff;
}
/* .enter-site-logo div{display:block; margin-top:40px;} */
#particles-js {
  background-color: #0a4277;
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
  top: 0;
  z-index: 1;
}
canvas {
  margin: 0 auto;
  display: block;
}
canvas.particles-js-canvas-el {
  min-height: 1520px;
}

.form-group {
  display: inline-block;
  /* height: 100%; */
  height: auto;
  position: relative;
  width: 100%;
}
/* body.home{overflow-y: hidden;} */
.form-group input,
.form-group textarea,
select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #cb7d30;
  border-image: none;
  /* border-bottom: 1px solid #212121 !important; */
  border: 1px solid #c3c3c3 !important;
  box-shadow: none !important;
  color: #212121;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 0;
  outline: medium none;
  padding: 5px;
  width: 100%;
  font-weight: normal;
}
.form-group label {
  color: #212121;
  font-size: 15px;
  font-weight: normal;
  pointer-events: none;
  transition: all 0.15s ease-out 0s;
}
.form-group label i {
  color: red;
}
.form-group select {
  margin: 0 0 10px 0;
  height: 33px;
  width: 100%;
  background: transparent url(../images/bg_select.png) no-repeat;
  background-position: 98%;
  border: 1px solid #c3c3c3 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 7px;
  font-size: 14px;
  color: #212121;
}
.form-group select option {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #212121;
}
.form-group select:focus {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom-color: #212121;
}
.form-group select:focus + label,
select.valid.has-value + label {
  color: #212121;
  font-size: 13px;
  top: 0;
}

.form-group label.textarea {
  margin-left: 5px;
}
.form-group textarea {
  margin: 0px 0 0;
}
.form-group textarea + label {
  top: 24%;
}
.form-group textarea:focus + label,
.form-group textarea.has-value + label {
  top: 30px;
}
.form-group input:valid + label,
.form-group input:focus + label,
.form-group input.has-value + label,
.form-group textarea:focus + label,
.form-group textarea.has-value + label,
.form-group input.has-value + span + label,
.form-group input:focus + span.error + label,
.form-group select:valid + label,
.form-group select:focus + label,
.form-group select.has-value + label {
  color: #212121;
  font-size: 13px;
}
span.error {
  color: #f00;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -2px;
  line-height: 0px;
  width: auto;
  min-width: 165px;
}
.btn-primary {
  outline: none !important;
  margin-top: 15px;
  padding: 10px !important;
  line-height: 1.3333333 !important;
  font-size: 16px !important;
  border-radius: 6px;
}
.submit_btn,
.btn-success {
  outline: none !important;
  margin-top: 15px;
  background: #a6ce39 !important;
  border-color: #a6ce39 !important;
  color: #fff !important;
  padding: 10px !important;
  line-height: 16px;
  font-size: 16px !important;
}
.submit_btn {
  outline: none !important;
  margin: 0;
  margin-bottom: 20px !important;
}
.btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  margin: 0;
  margin-bottom: 20px !important;
  outline: none !important;
  padding: 10px !important;
  line-height: 16px;
  font-size: 16px !important;
}
.value_select {
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #212121;
  font-size: 15px;
  font-weight: normal;
}
.list-group-item-info {
  border-radius: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #212121 !important;
}
.list-group-item-info.gray_box {
  background: #f5f7fa !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-group select option:last-child {
    border-bottom: 1px solid;
  }
}
/* ------- Top Area End ------- */

/* ------- Navigation Area Strat ------- */

.navigation {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
  color: #fff;
}
.navigation a {
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
}
.navigation a:hover,
.navigation a:focus,
.navigation a:active {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  margin-right: 35px;
}
.navigation li a {
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}
.navigation li:last-child {
  margin-right: 0px;
}
.navigation li:hover > a,
.navigation li.selected > a {
  border-bottom: 2px solid #fff;
}
.events-content {
  height: auto !important;
}

/* ------- Navigation Area End ------- */

/* ------- Pages Contener Area Strat ------- */
/* ..... Home Page Contener Area Strat ..... */

.banner {
  z-index: 1;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
}
.banner img {
  max-width: 100%;
}
.banner-content {
}
.banner-content h1 {
  color: #fff;
  font-size: 45px;
  margin-top: 40px;
  font-family: "Open Sans", sans-serif !important;
  text-transform: none;
  font-weight: normal;
}
.banner-content h1 span {
  text-transform: uppercase;
  font-weight: bold;
}
.banner-content p {
  font-size: 35px;
  font-family: "Open Sans", sans-serif !important;
  line-height: 45px;
  padding-top: 20px;
  color: #fff;
}
.tp-banner {
  height: 650px !important;
  margin-bottom: 40px;
}
.tp-simpleresponsive > ul > li {
  position: relative;
}
.main-box h1 {
  margin-bottom: 30px;
}
.main-box li {
  display: inline-block;
  width: 50%;
  background: #0b56a6;
  text-align: center;
  padding: 50px;
  color: #fff;
  float: left;
}
.main-box ul::after {
  clear: both;
  content: " ";
  display: table;
}
.main-box li:nth-child(3n + 1) {
  background: #acdb11;
}
.main-box li img {
  margin-bottom: 20px;
}
.main-box li .title {
  font-size: 30px;
  text-transform: uppercase;
}
.main-box li p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}
.about {
  background: url(../images/bg_about.jpg) repeat;
  padding: 50px 0;
}
.about h1 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 40px;
}
.about p {
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 20px;
}
.padtop40 {
  padding-top: 40px;
}

.services {
  padding: 50px;
  background: url(../images/pattern-1.png) repeat;
  margin-bottom: 40px;
}
s .services h1,
.footer-form h1 {
  font-size: 40px;
  color: #0b56a6;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 40px;
  font-weight: bold;
}
.services-in {
  background: #0b56a6;
  border: 2px solid #0b56a6;
  text-align: center;
  padding: 20px;
}
.services-in:hover {
  background: transparent;
}
.services-in i {
  color: #fff;
  font-size: 70px;
  margin-bottom: 10px;
}
.services-in .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services-in p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.services-in a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  padding: 0;
  width: 50px;
  display: inline-block;
  font-size: 30px;
}
.services-in:hover a {
  border: 2px solid #0b56a6;
  color: #0b56a6;
}

.services-in:hover i,
.services-in:hover .title,
.services-in:hover p {
  color: #0b56a6;
}
.enter-site {
  padding: 10px 25px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  border-radius: 5px;
  z-index: 9999;
  position: relative;
}
.enter-site i {
  margin-left: 10px;
}
.enter-site:hover {
  color: #acdb11;
  background: rgba(255, 255, 255, 0.3);
}

/* ..... Home Page Contener Area End ..... */

/* ..... Inner Page Contener Area Strat ..... */

.inner-banner {
  z-index: 1;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
}
.inner-banner-text {
  font-size: 75px;
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
  color: #fff;
}

.inner-content {
  padding: 50px 0;
}

ul.arrow li {
  background: url(../images/arrow.png) no-repeat left 7px;
  padding-left: 30px;
  font-size: 16px;
  padding-bottom: 10px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background: #0b56a6;
}
.dropdown-menu li {
  display: block;
  margin: 0;
}
.dropdown-menu li a {
  padding: 10px 15px;
}

#form span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  background: #0b56a6;
  color: #fff;
}
.panel-heading {
  padding: 0;
}
.panel-body {
  font-size: 16px;
  background: #f1f1f1;
}

.address_div {
  background: #ebfdd4;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.padbtm0 {
  padding-bottom: 0 !important;
}

/* ..... Inner Page Contener Area End ..... */
/* ------- Pages Contener Area End ------- */

/* ------- Footer Area Strat ------- */

.copyright {
  padding: 20px 0;
  font-size: 18px;
  color: #0b56a6;
  background: #f1f1f1;
}
.copyright li {
  display: inline-block;
  margin-left: 15px;
}
.footer-form {
  background: url(../images/bg-footer-form.jpg) repeat;
  padding: 50px 0;
}
.footer-form h1 {
  color: #fff;
  text-align: center;
}
.footer-form input,
.footer-form textarea {
  border: 2px solid #fff;
  padding: 15px;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
  margin-bottom: 30px;
  background: transparent;
}
.footer-form button {
  background: #fff;
  padding: 15px 40px;
  color: #212121;
  border: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}
.footer-form button:hover {
  background: #0b56a6;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#form {
  background: #0b56a6;
  bottom: 5px;
  padding: 0;
  position: fixed;
  right: 5px;
  width: auto;
  z-index: 9999;
}
#form p {
  background-color: #0b56a6;
  color: #ced8f6;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-style: oblique;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#form form {
  clear: both;
  display: none;
  padding: 0 15px 15px;
}
#form input[type="text"] {
  width: 220px;
  margin-left: 0;
  height: 35px;
  margin-top: 10px;
  padding: 5px;
  border: 2px solid silver;
}
#form textarea {
  width: 220px;
  margin-left: 0;
  height: 100px;
  margin-top: 10px;
  padding: 5px;
  border-radius: 0px;
  border: 2px solid silver;
  background: transparent;
  font-family: helvetica;
  resize: none;
  margin-bottom: 10px;
}

/* ------- Footer Area End ------- */

@media (max-width: 768px) {
}
@media (max-width: 767px) {
  .content_center {
    width: 100%;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}

/* ------- Circle Ainmated ------- */

.dot {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 1px solid #acdb11;
  line-height: 75px;
  text-align: center;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit;
  -moz-animation-duration: 20s;
}
.dot1 {
  left: 0;
  top: 0;
}
.dot2 {
  right: 0;
  top: 50%;
  left: auto;
}
.dot3 {
  left: 0;
  top: auto;
  bottom: 0;
}
.dot4 {
  left: auto;
  right: 0;
  top: 0;
  bottom: 50%;
}

.radiation i {
  color: #acdb11;
  font-size: 28px;
}
.radiation {
  width: 450px;
  height: 450px;
  left: 40%;
  top: 0%;
  position: absolute;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #0b56a6;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #0b56a6;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b56a6;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #0b56a6;
  opacity: 1;
}

@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes orbit {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
header {
  padding: 10px 0;
  border-bottom: 1px solid #0b56a6;
}
header .col-md-6:last-chld {
  text-align: right;
}
header a {
  margin: 0 10px;
}
footer {
  background: #0b56a6;
  padding: 7px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 13px;
  z-index: 9;
}
.campus_table_view,
#main-content,
.padding_preview {
  padding: 110px 0 40px 0 !important;
}
.bg_white {
  background: #fff !important;
}
.top_header span.welcome_msg {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  text-transform: capitalize;
}
.top_header h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
.top_header h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
}
.cnt {
  padding-bottom: 0px;
  position: relative;
}
.enter-site-logo h1,
.enter-site-logo h2,
.enter-site-logo h4 {
  color: #fff;
  text-transform: none;
  margin: 0;
}
.openeyes_logo {
  width: 150px;
  margin-top: 20px;
}
.parul_logo {
  width: 300px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.container {
  width: 100% !important;
  padding: 0 50px;
}
.feedback {
  color: #0b56a6;
  margin-right: 5px;
}
.accept {
  color: green;
}
.reject {
  color: red;
}
.martop15 {
  margin-top: 15px;
}
textarea {
  height: 75px;
  resize: none;
}
.form-control {
  border-radius: 0 !important;
  border: 1px solid #dcdcdc !important;
  /* border-bottom: 1px solid #212121 !important; */
  box-shadow: none !important;
}
.onlinetest-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.onlinetest-bg canvas.particles-js-canvas-el {
  opacity: 0.3;
}
.token2 {
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
}

/*OnlineTestHr css*/
.top_header {
  padding: 10px 15px;
}
#main-content {
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px 0px 42px;
}
.list-group-item.confirm_check {
  padding-top: 10px !important;
}
#main-content p.imp_note,
.list-group-item.confirm_check {
  padding: 0 15px;
  color: red !important;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.list-group-item.confirm_check {
  padding: 0 15px;
  color: #000 !important;
  font-weight: bold;
}
.red_text {
  color: red !important;
}
#main-content p.black_text {
  color: #000 !important;
}
.confirm_check {
  text-align: center;
}
.confirm_check span.error {
  width: auto;
  display: block;
  position: absolute;
  left: 43%;
  top: 40px;
  float: none;
  text-align: center;
}
.list-group-item.confirm_check input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: top;
}
#main-content .form-group {
  margin-bottom: 0 !important;
}
#main-content .space_div {
  clear: both;
  margin-top: 15px;
  padding-top: 15px;
}
#main-content .radio,
#main-content .checkbox {
  display: inline-block;
  margin: 0;
  position: static;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(rgba(0, 97, 175, 0.95), rgba(0, 97, 175, 0.95)), url(../images/bgpatern.jpg) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0;
}
/*OnlineTestHr css*/

/*Preview css*/
.preview_wrap {
  background: #fff;
  width: 100%;
  float: left;
  padding: 15px 0px 0px 0px;
  border-bottom: 1px solid #ccc;
}
.preview_wrap .assessment_preview h2 {
  text-align: left;
  font-weight: 600;
  padding: 0 15px;
  color: #0061af;
  margin: 0 0 0 0;
}
.preview_wrap .assessment_preview_block {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-top: 0px;
  border-right: 0;
  border-left: 0;
}
.preview_wrap .assessment_preview_block:last-child {
  border: 0;
}
.preview_wrap .assessment_preview_block h4 {
  font-size: 16px;
  font-weight: bold;
}
.preview_wrap .assessment_preview_block p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.preview_wrap .assessment_preview_block .answer_block span {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  display: block;
}
.preview_wrap .assessment_preview_block .answer_block p {
  font-size: 14px;
  font-weight: normal;
}
.preview_wrap .assessment_grey_block {
  background: #f7f7f7;
  border-top: 0px;
}
.top_header .page_title a {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
}
.top_header .page_title a:hover {
  text-decoration: none;
}
/*Preview css*/

.campus_table_view table tr th.text-center,
.campus_table_view table tr td.text-center {
  text-align: center !important;
}
.campus_table_view table .width_3 {
  width: 3%;
}
.campus_table_view table .width_4 {
  width: 4%;
}
.campus_table_view table .width_5 {
  width: 5%;
}
.campus_table_view table .width_7 {
  width: 7%;
}
.campus_table_view table .width_10 {
  width: 10%;
}
.campus_table_view table .width_12 {
  width: 12%;
}
.campus_table_view table .width_15 {
  width: 15%;
}
.eye_icon {
  color: #000;
  margin: 0 5px;
}
.campus_table_view {
  float: left;
  width: 100%;
  background: #fff;
}
.campus_table_view .pagination {
  margin-bottom: 40px;
}
.campus_table_view textarea.form-control,
.campus_table_view select.form-control {
  height: 45px;
}
.campus_table_view table .btn-success,
.campus_table_view table .btn-danger {
  font-size: 14px !important;
  padding: 5px !important;
  margin: 0px !important;
}
/*sweet alert css*/
.swal2-popup .swal2-title {
  font-size: 22px;
  line-height: 30px;
  color: #0061af;
  margin-bottom: 20px;
  font-weight: 500;
}
.swal2-popup #swal2-content {
  line-height: 22px;
  color: #212121;
  font-size: 18px;
}
.swal2-popup .swal2-confirm {
  cursor: pointer;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
  padding: 10px;
  background: #0061af !important;
  color: #fff !important;
  box-shadow: none !important;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  min-width: 100px;
  border: 1px solid #0061af !important;
  outline: none !important;
  transition: all 0.5s ease 0s;
}
.swal2-popup .swal2-cancel {
  cursor: pointer;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
  padding: 10px;
  background: #a6ce39 !important;
  color: #fff !important;
  box-shadow: none !important;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  min-width: 100px;
  border: 1px solid #a6ce39 !important;
  outline: none !important;
  transition: all 0.5s ease 0s;
}

#timer h3 {
  display: none;
}
#main-content.landing_block {
  padding: 10% 0 !important;
}
.landing_block .test_box {
  position: relative;
  height: 150px;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  padding: 45px 10px;
  text-decoration: none !important;
  background: #fff;
  transition: all 0.3s linear 0s;
}
.landing_block .test_box:after {
  font-family: "Glyphicons Halflings";
  content: "\e092";
  color: #555;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: -26px;
  top: 40%;
}
.landing_block .test_box.last-child:after {
  content: none !important;
}
.landing_block .test_box i {
  display: block;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.landing_block .test_box:hover {
  font-size: 20px;
  transition: all 0.3s linear 0s;
}
.landing_block .inactive_test {
  background: #f4f4f4;
  padding: 60px 10px;
}
.landing_block .complete_test {
  border: 1px solid #a6ce39;
  color: #a6ce39;
  padding: 45px 10px;
}
.fail_token p {
  color: #fff !important;
  padding: 7px 0 0 0;
  font-size: 20px;
}
.green_text {
  color: #acdb11 !important;
}
/*sweet alert css*/

/* Practiclesubmission Css */
#main-content.practical_block .form-group {
  margin-bottom: 20px !important;
}
.practical_block .form-group label {
  float: left;
}
.practical_block .form-group label span {
  color: red;
}
.practical_block .form-group span.file_msg {
  color: red;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.practical_block .form-group input {
  margin: 0;
  margin-bottom: 7px;
}
/* Practiclesubmission Css */

/* Data Table Css */
table.dataTable,
table.dataTable.no-footer {
  border: 1px solid #ddd !important;
}
.dataTables_length select {
  width: auto !important;
  border: 1px solid #ccc !important;
  padding-left: 7px !important;
}
.dataTables_filter input {
  line-height: 20px;
  color: #000 !important;
  font-size: 13px;
  font-weight: normal;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 5px 12px;
}
.dataTables_wrapper .dt-buttons {
  float: right !important;
  margin-left: 15px;
}
.dt-buttons button.dt-button,
.dt-buttons div.dt-button,
.dt-buttons a.dt-button {
  background: none !important;
  padding: 0px !important;
  margin: 0 0 0 10px !important;
  font-size: 20px !important;
  color: #000 !important;
  width: 30px;
  border: 0 !important;
}
.dt-buttons button.dt-button span,
.dt-buttons div.dt-button span,
.dt-buttons a.dt-button span {
  display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #f4f4f4 !important;
  border: 1px solid #ccc !important;
  background: #0061af !important;
}
/* Data Table Css */

/* Owl Carousel Css */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #0b56a6 !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  outline: none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 15px;
}
form.assessment_test_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 100px);
}
/* Owl Carousel Css */
.container.logo_center {
  background: #fff;
}
@media screen and (min-width: 1400px) {
  form.assessment_test_form {
    height: calc(100vh - 150px);
  }
}

/* 18-10 */
.owl-item .item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
    max-width: 50%;
  }
}
