@font-face {
  font-family: 'DRLCircular-Light';
  src: url('../fonts/DRLCircular-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/DRLCircular-Light.otf')  format('opentype'),
     url('../fonts/DRLCircular-Light.woff') format('woff'),
     url('../fonts/DRLCircular-Light.ttf')  format('truetype'),
     url('../fonts/DRLCircular-Light.svg#DRLCircular-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DRLCircular-Bold';
  src: url('../fonts/DRLCircular-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/DRLCircular-Bold.otf')  format('opentype'),
     url('../fonts/DRLCircular-Bold.woff') format('woff'),
     url('../fonts/DRLCircular-Bold.ttf')  format('truetype'),
     url('../fonts/DRLCircular-Bold.svg#DRLCircular-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {line-height: 24px; font-size: 14px; color: #80d6a3; font-weight: 400; color: #444;}
h1 {font-size: 48px;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none ;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
 .linkdiv ul li{float: left;margin: 0px 10px;color: #00b8f1; line-height: 32px;}
 .linkdiv ul li a{color: #00ab99; line-height: 32px;}
 .linkdiv ul li:hover a{text-decoration: underline;}
 .linkdiv ul{float: right;}
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}
.btn.sending {background:url(../img/mailsending.gif) no-repeat center #fff; background-size:contain;}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.title {
  text-align: center;
  padding-bottom: 70px;
}
.title h2 {
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}
#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding:0;
  background: #573e96;
  z-index: 1000000;
  position:fixed;
  height:120px;
  top:0; left:0; width:100%; border-bottom:10px solid #3e2c6b;
}
.h2_logo_main {
    width: auto;
    height: auto;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 97px;}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.logotopdiv{width: 95% !important;}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #80d6a3;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #80d6a3;
}



.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}

#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}


/****Admin css*******/
.loginbox{width:320px; transform: translate(-50%, -50%); left: 50%;  top: 50%; position:absolute;}
.loginhead{font-size:25px; text-align:center; margin-bottom:25px;}
.button {
    height: 35px;
    line-height: 35px;
    background-color: #573e96;
    border: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    padding: 0 15px;}
.custom_input_box{margin-bottom:20px; text-align:center}
.textbox{width: 100%;
    height: 40px;
    outline: none;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 40px;
    color: #573e96;
    background-color: #fff;
    border: 1px solid #573e96;}

.gap{margin:0px; padding: 0px}
.footerfixdiv {width:100%; border-top: rgba(130,130,130,0.1) 1px solid; position:fixed; bottom:0; padding: 15px 0; text-indent:320px; background-color:#FFF;}
.right{float:right}

.bttn_div{border-radius: 7px;padding: 5px 15px;
 outline: none;
    color: #fff;
    border: 1px solid #573e96;background-color:#573e96;}
.padding_div{padding:30px 0px;}
.padding_div_btm{padding:30px 0px 20px 0px;}

.bg1{border-radius: 7px; width:30% !important; height:auto; margin-right:2%; padding: 30px; background:#573e96;
background: linear-gradient(0deg, rgba(87,62,150,1) 0%, rgba(194,177,224,1) 100%); color:#ffffff;}
.bg2{border-radius: 7px; height:auto; margin-right: 15px; padding: 30px; background: rgb(80,62,152); background: linear-gradient(0deg, rgba(80,62,152,1) 0%, rgba(0,255,141,1) 100%); color:#ffffff;}
.bg3{border-radius: 7px; height:auto; margin-right: 15px; padding: 30px; background: rgb(80,62,152); background: linear-gradient(0deg, rgba(80,62,152,1) 0%, rgba(255,0,194,1) 100%); color:#ffffff;}
.bg4{border-radius: 7px; height:auto; margin-right: 15px; padding: 30px; background: rgb(80,62,152); background: linear-gradient(0deg, rgba(80,62,152,1) 0%, rgba(0,245,255,1) 100%); color:#ffffff;}

.bg1 h1, .bg2 h1, .bg3 h1, .bg4 h1{color:#ffffff; font-size: 24px; padding-bottom: 20px  }
.bg1 h3, .bg2 h3, .bg3 h3, .bg4 h3{color:#ffffff; font-size: 32px; }
.bg1 h2, .bg2 h2, .bg3 h2, .bg4 h2{color:#ffffff; font-size: 18px; }
.bg1 .fa, .bg2 .fa, .bg3 .fa, .bg4 .fa{float:left; margin-right: 25px; opacity: 0.6; font-size:100px;}

.sidebar-left {
    background: #f5f5f5;
    box-shadow: -5px 0 0 #f5f5f5 inset;
    color: #777777;
    display: table-cell;
    position: fixed;
    vertical-align: top;
    z-index: 1010;
	min-width:300px;
	
}

.sidebar-left{
    color: #777777;
    height: 100vh;
    float: left;
    padding-top: 140px;
}
html.no-overflowscrolling .nano {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

ul.nav-main li a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #676767;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.nav-main li a:hover {
    color: #fff;
    background:#573e96; 
}

ul.nav-main li i {
    font-size: 18px;
    font-size: 1.8rem;
    width: 1.1em;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
}

ul.nav-main li span {
    vertical-align: middle;
}
.page{float:left; display:inline-block; margin-left:300px; margin-top:125px; min-width:60%; padding-bottom:80px;}
h2.pagetitle{font-size:20px; padding-left:15px;}
.page table{min-width:100%;}
.dashboard{float: left;width: 80%;margin-left: 20%;}

.loginbox{width:320px; padding:0; margin:15px auto;}
.loginbox .gap{margin-bottom:15px;}
label.error {
    color: #F00;
    font-size: 12px;
    width: 100%;
    text-align: left;}
.form-control.error{border: #f37043 1px solid;
    -webkit-box-shadow: 0 0 20px 0 #ffe8e1;
    -moz-box-shadow: 0 0 20px 0 #ffe8e1;
    box-shadow: 0 0 20px 0 #ffe8e1;}

.incompleted_user{padding: 20px;}
.getlink{margin-bottom: 15px;text-align: right;}
.getlink a{color: #00b8f1;border:1px solid #00b8f1;padding: 5px 20px;border-radius: 7px;display: inline-block;}
.send_reminder{float: right;color: #00ab99;border:1px solid #00ab99;background-color: transparent;padding: 5px 20px;border-radius: 7px;margin-bottom:15px;outline: none;}
.send_reminder:hover, .send_reminder:focus{color: #fff;border:1px solid #fc6e40;background-color: #fc6e40;}
ul.nav-main li a.activedash{color: #fff;background-color: #573e96;}
.bttn_div:hover, .bttn_div:focus{background-color:transparent; border:1px solid #573e96; border-radius: 7px;color: #573e96;}
.loader_div{position: absolute;text-align: center;height: 70vh;background:#ffffff96;display: none; }
.loader_div img{width: 100px;margin-top: 15%;}
input[type=checkbox], input[type=radio]{width: 18px;height: 18px;}
.reminderText{font-size: 11px;padding-top: 7px;}
.messagediv{margin-top:15px; width:284px; display:none; text-align:justify; text-align-last:left}
.instructionpop {position: fixed;  top: 0px; left: 0px; width: 100%; height: 100%; overflow: auto; opacity: 1; outline: 0; -webkit-transition: ease-out opacity 0s; -o-transition: ease-out opacity 0s; transition: ease-out opacity 0s;  background: rgba(255, 255, 255, 0.8);  z-index: 999999;}
.instructionbg {  width: 330px;  height:auto; padding: 20px 15px;  margin: -115px 0 0 -180px; background: #fff;  border-radius: 10px;     text-align: -webkit-center; box-shadow: -1px 3px 17px -2px #888888; border: 1px solid #00ab99; position: fixed; left: 50%; top: 40%}

.instructionbg h1{color:#00b8f1; font-family: 'DRLCircular-Light';font-size:20px; text-transform:capitalize; padding-bottom: 5px; text-align:left }
.instructionbg p{color:#00b8f1; font-family: 'DRLCircular-Light';font-size:17px;line-height: 26px; padding-bottom: 10px; padding-top:5px; text-align: center}
.instructionbg p:hover{text-decoration:none !important}
.continue a{width:120px; margin: 0px auto; padding: 0 2%;  border-radius: 0px; font-size:20px; font-family: 'DRLCircular-Light'; background: #01b8f2; color:#fff; display: block; line-height: 43px; text-align: center}
a:hover{text-decoration:none !important}
.continue a:hover{background:#00ab99}

.postquestion_heading{margin-top:50px;}

.prepost_center{text-align: -moz-center;}


.timediv{float: right;  margin-top: 20px; font-family: 'DRLCircular-Light'; }
.timediv p{float: left; font-size: 16px;  margin-right: 12px; line-height: 40px; color: #6d6e71}
.timer{  border: 1px solid #00ab99; font-size: 20px;  border-radius: 5px; font-weight: bold; width: 129px; float: left;  height: 40px; line-height: 40px; text-align: center; background-color: #00ab99; color: #fff; letter-spacing: 5px;}
.instructionbg_last{width:1000px; text-align: left; margin-left: -500px;}
.instructionbg_last li{list-style:disc; color: #00b8f1;     margin-left: 15px;
    font-family: 'DRLCircular-Light';
    font-size: 17px; padding-bottom: 10px;}

.redtext{color:red; font-weight: bold;}
.post_circle p.redtext{color:red; font-weight: bold;}
.greentext{color:#00ab99; font-weight: bold;}
.post_circle p.greentext{color:#00ab99; font-weight: bold;}
.closediv{ position: absolute; right: 7px;  top: 7px; background: #01b8f2; padding:4px; border-radius: 50%; cursor: pointer; width: 23px;}


.finish_btn{width:120px; margin: 0px auto; padding: 0 2%;  border-radius: 0px; font-size:20px; font-family: 'DRLCircular-Light'; background: #01b8f2; color:#fff; display: block; line-height: 43px; text-align: center; border:none}
.finish_btn:hover{text-decoration:none !important}
.finish_btn:hover{background:#00ab99}


.re_attempt{width:170px; margin: 0px auto; padding: 0 2%;  border-radius: 0px; font-size:20px; font-family: 'DRLCircular-Light'; background: #01b8f2; color:#fff; display: block; line-height: 43px; text-align: center; border:none; float: left}
.re_attempt:hover{text-decoration:none !important}
.re_attempt:hover{background:#00ab99}

.another_time{width:170px; margin: 0px auto; padding: 0 2%;  border-radius: 0px; font-size:20px; font-family: 'DRLCircular-Light'; background: #01b8f2; color:#fff; display: block; line-height: 43px; text-align: center; border:none; float: left}
.another_time:hover{text-decoration:none !important}
.another_time:hover{background:#00ab99}

.ok_btn{width:70px; margin: 0px auto; padding: 0 2%;  border-radius: 0px; font-size:20px; font-family: 'DRLCircular-Light'; background: #01b8f2; color:#fff; display: block; line-height: 43px; text-align: center; border:none;  display: none}
.ok_btn:hover{text-decoration:none !important}
.ok_btn:hover{background:#00ab99}
.attemptcenterdiv{width: 34%; margin: 0px auto; display: table; text-align:center;}
.attemptcenterdiv button{margin: 0px 10px;}

.post_circle p{font-size: 30px; padding: 10px 0px}
.minimumtxet{color: #00b8f1;  font-family: 'DRLCircular-Light'; font-size:18px; margin-bottom:15px}
.question_new h1{padding-bottom: 0px}
.post_circle h1{font-size:24px;}
.question_new{margin-top:15px;}


.progress-bar{background-color:#01b8f2}

.progress{ height: 7px;}

.exporttoexel{    float: right;
    color: #00ab99;
    border: 1px solid #00ab99;
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 7px;
    margin-bottom: 15px;
    outline: none;}
    .quiz_response{padding: 20px;}
    .responsestble tr th:nth-child(2){width: 28%;}
    .responsestble tr th:first-child{text-align: center;}
    .responsestble tr td:first-child{text-align: center;}
	
.btn.sending {background:url(../img/mailsending.gif) no-repeat center #fff; background-size:contain;}
.saveloader{background:url(../img/savefileloading.gif) no-repeat center rgb(255,255,255,0.8); background-size:300px auto; width:100%; height:100%; position:fixed; top:0; left:0; z-index:1000001; display:none;}
.alert{padding:5px; text-align:center; margin:0;}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #503e98;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}