body {
	font-family: 'Poppins', sans-serif!important;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
}
@font-face {
  font-family: 'Jotilla';
  src: url('fonts/Jotilla.eot?#iefix') format('embedded-opentype'),  url('fonts/Jotilla.woff') format('woff'), url('fonts/Jotilla.ttf')  format('truetype'), url('fonts/Jotilla.svg#Jotilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
	text-decoration: none;
	color: #868686;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 1px solid #d9d9d9;
	border-bottom: none;
	margin: 20px 0;
}
h1, h2, h3, h4, .h4 {
	margin-bottom: 0px!important;
}
h1, .h1 {
	font-family: 'Jotilla';
	font-size: 42px;
	line-height: 55px;
}
h2, .h2 {
	font-size: 36px;
	line-height: 45px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
h4, .h4 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
}
h5, .h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.font-joti{
	font-family: 'Jotilla';
	}
.vm-white, .vm-white a {
	color: #ffffff;
}
.vm-dark{
	color: #535353;
	}
.vm-bg-gray{
	background-color:#f6f6f6;
	}
.vm-green{
	color:#5ca700;
	}
.vm-red{
	color:#ff0000;
	}
.gray-gradiant{
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	}
.vmp-t-15 {
	padding-top: 15px;
}
.vmp-b-15 {
	padding-bottom: 15px;
}
.vmp-b-40 {
	padding-bottom: 40px;
}
.vmp-t-55 {
	padding-top: 55px;
}
.vmp-b-55 {
	padding-bottom: 55px;
}
.vmp-t-30 {
	padding-top: 30px;
}
.vmp-b-30 {
	padding-bottom: 30px;
}
.vmm-b-40{
	margin-bottom:40px;
	}
.vmp-t-80 {
	padding-top: 80px;
}
.vmp-b-80 {
	padding-bottom: 80px;
}

.clearfix {
	clear: both;
}
.no-margin {
	margin: 0;
}

h1.page-title{
	text-transform:uppercase;
	display:table;
	margin:0 auto;
	background-image:url(img/grass-bg.jpg);
	-webkit-border-radius:40px;
	border-radius:40px;
	min-width:540px;
	text-align:center;
	color:#ffffff;
	padding: 8px 50px;
    box-shadow: inset 1px 1px 30px rgba(0, 0, 0, 0.4);
	 position: relative;
    bottom: -35px;
	}
h1.page-title:before, h1.page-title:after{
	content:'';
	background-image:url(img/pin-white.png);
	position:absolute;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:center;
	top:50%;
	margin-top:-16px;
	}
h1.page-title:before{
	left:20px;
	}
h1.page-title:after{
	right:20px;
	}
.header{
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
padding-top: 40px;
    border-bottom: 1px solid #6aad02;   
	}
.form-box{
	background-image:url(img/grass-bg.jpg);
	max-width:540px;
	margin:0 auto;
	-webkit-border-top-right-radius:40px;
	border-top-right-radius:40px;
	-webkit-border-bottom-left-radius:40px;
	border-bottom-left-radius:40px;
	margin-top: 60px;
	box-shadow: 1px 1px 52px rgba(0, 0, 0, 0.2);
	}
.form-box-inner{
	background-color:#ffffff;
	padding:60px 35px;
	-webkit-border-top-right-radius:40px;
	border-top-right-radius:40px;
	-webkit-border-bottom-left-radius:40px;
	border-bottom-left-radius:40px;
	    position: relative;
    top: -2px;
	}
.vm-form-text{
	width: 100%;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 20px 55px;
    margin-bottom: 20px;
    box-shadow: inset 5px 6px 20px rgba(0, 0, 0, 0.15);
	}
.vm-form-control{
	position:relative;
	}
.vm-form-control::before {
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #dedede;
    font-size: 30px;
}
.vm-form-control.form-user::before {
    content: "\f007";
}
.vm-form-control.form-password::before {
    content: "\f13e";
}
.vm-form-control.form-email::before {
    content: "\f0e0";
	    font-size: 24px;
}
.vm-form-control.form-address::before {
    content: "\f015";
}
.vm-form-control.form-phone::before {
    content: "\f095";
}
.vm-btn{
	background-image: url(img/grass-bg.jpg);
    border-radius: 10px;
    outline: none;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
    min-width: 130px;
    cursor: pointer;
	box-shadow: inset 1px 1px 30px rgba(0, 0, 0, 0.4);
	}
.level-box{
	margin-bottom:20px;
	}
.level-box .level-box-inner{
	margin-top: -50px;
	}
.level-box .level-box-inner p{
	    font-size: 14px;
    text-transform: uppercase;
    padding-top: 8px;
    line-height: 17px;
    font-weight: 600;
	}
.level-box a{
	color:#000000;
	}
.banner-header{
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
position:relative;
	}
.banner-header:before {
    content: url(img/arr-down.png);
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -23px;
}
.challenge-box {
  perspective: 800px; 
  position:relative;
  margin-bottom: 40px;
  max-width: 260px;
margin-left: auto;
margin-right: auto;
}
.challenge-box:before{
	content:'';
	background: rgb(212,212,212);
background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(212,212,212,1) 0%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f6f6f6',GradientType=0 );
height:18px;
position:absolute;
left: 3px;
    right: 4px;
bottom:0;
	}
.door {
    width: 50%;
    transform: rotateY(0);
    transform-origin: center right;
    transition: transform 300ms;
    display: inline-block;
    float: right;
	position:relative;
}
.challenge-box:hover .door {
  transform: rotateY(-65deg);
}
.challenge-box .door.door-left{
	    float: left;
		transform-origin: center left;
	}
.challenge-box:hover .door.door-left {
  transform: rotateY(65deg);
}
.challenge-box-inner{
	width:100px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-50px;
	    top: 50px;
    z-index: -1;
	}
.challenge-box-inner a{
	font-size:10px;
	font-weight:500;
	color:#ffffff;
	display:block;
	background-color:#222222;
	background-position:top center;
	text-align:center;
	margin-bottom:5px;
	padding: 4px;
	}
.challenge-box-inner a:hover{
	background-position:center -34px;
	}
.door .grade{
	position: absolute;
    bottom: 70px;
    right: 22px;
    font-weight: 700;
    color: #fff;
	}
.door .grade span{
	    margin-left: 6px;
    color: #000000;
	}
.quiz-info .quiz-box{
	    background-image: url(img/grass-bg.jpg);
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Jotilla';
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
    box-shadow: -6px 3px 30px rgba(0, 0, 0, 0.6) inset, 4px 5px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
	margin-left: 20px;
}
.quiz-info .quiz-box .quiz-title{
	background-image:url(img/blue-bg.jpg);
	border-radius:20px;
	    float: left;
		padding:10px 40px 10px 120px;
		box-shadow: -6px 3px 30px rgba(0, 0, 0, 0.6) inset;
	}
.quiz-info .quiz-box .quiz-time{
	float:left;
	padding:10px 40px;
	}	
.quiz-data{
	position:relative;
	}
.quiz-info .quiz-number {
    background-image: url(img/blue-bg.jpg);
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    line-height: 110px;
    border-radius: 50%;
    display: inline-block;
    min-width: 110px;
    text-align: center;
    height: 110px;
    position: absolute;
    top: -20px;
    left: 0;
    box-shadow: -1px 5px 36px rgba(0, 0, 0, 0.6) inset, 1px 3px 2px rgba(0, 0, 0, 0.3);
}
.next-btn, .skip-icon{
	    display: inline-block;
    padding: 25px 28px;
    font-size: 30px;
    margin-left: 20px;
    background-image: url(img/next-btn-bg.png);
    background-position: top center;
    line-height: 26px;
    background-repeat: no-repeat;
	color:#535353;
	}
.skip-icon {
    padding: 24px 28px 34px;
    background-image: url(img/skip-btn-bg.png);
}
.quiz-pagi a {
    background-image: url(img/pagination-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    width: 44px;
    font-size: 30px;
    text-align: center;
    padding: 9px 10px 15px;
}
.quiz-info{
	padding-bottom:20px;
	    padding-top: 90px;
	}
.q-box{
	padding: 88px 60px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 40px #cbcbcb inset;
	}	
.quiz-header{
	margin-bottom:70px;
	}	
.quiz-line{
	margin-bottom: 10px;
    font-size: 18px;
	}
.quiz-line input[type=radio]{
	margin-right: 5px;
	}
.q-box h3{
	font-size: 30px;
    font-weight: 500;
	}
.display-line{
	display:inline-block;
	}
.result-line .display-line:first-child{
	margin-right:20px;
	}
.answers-lines .display-line{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 75%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 75%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 75%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    padding: 20px 30px;
    font-size: 23px;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.15);
    margin: 0 5px;
	}
.result-grade{
	padding: 25px 20px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    box-shadow: 4px 4px 5px #dcdcdc inset;
	}
.result-grade .display-line{
	font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    margin: 0 5px;
	}
.result-grade .display-line.excellent{
	background-color:#eaffe1;
	}
.result-grade .display-line.good{
	background-color:#f3e0ff;
	}
.result-grade .display-line.satisfactory{
	background-color:#d6eeff;
	}
.result-grade .display-line.pass{
	background-color:#d1fef2;
	}
.result-grade .display-line.failure{
	background-color:#ffdcdc;
	}
.summery-page{
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(240,240,240,0.6) 11%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(240,240,240,0.6) 11%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(240,240,240,0.6) 11%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 );
	}
.sum-box{
	padding:20px;
	position:relative;
	    margin-left: 60px;
    margin-right: 60px;
	}
.sum-box-title{
	padding:20px;
	margin-bottom:20px!important;
	}
.vm-bg-white{
	background-color:#ffffff;
	}
.sum-box .sum-box-inner{
	padding:20px;
	}

.sum-box .table th, .sum-box .table td {
    padding: 0.75rem 40px;
}
.sum-box .table-striped tbody tr:nth-of-type(odd) {
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(240,240,240,0.6) 11%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(240,240,240,0.6) 11%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(240,240,240,0.6) 11%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 );
       box-shadow: 2px 2px 7px #dadada inset;
}
.sum-box .q-box{
	margin-bottom:20px;
	}
.ans-filters .display-line{
	padding: 15px 25px;
    margin-right: 5px;
	background-color:#535353;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	position:relative;
	text-transform:uppercase;
	}
.ans-filters .display-line.correct{
	background-color:#32ae01;
	}
.ans-filters .display-line.incorrect{
	background-color:#ff0000;
	}
.ans-filters .display-line.active:before{
	content:'';
	border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #535353 transparent transparent transparent;
position:absolute;
bottom:-9px;
left:50%;
margin-left:-10px;
	} 
.ans-filters .display-line.active.correct:before{
border-color: #32ae01 transparent transparent transparent;	
	}	
.ans-filters .display-line.active.incorrect:before{
border-color: #ff0000 transparent transparent transparent;	
	}	
.ans-filters{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 270px;
    left: -220px;
	}
.certificate .container{
	max-width:1100px;
	}
.cert-box{
	padding:80px 40px;
	background-image:url(img/certificae-bg.png);
	border:2px solid #bababa;
	font-size:22px;
	font-weight:400;
	color:#535353;
	    line-height: 30px;
	}
.cert-name{
	padding-bottom: 20px;
    border-bottom: 1px solid #000000;
	}
.cert-sign-box{
	padding-top: 150px;
	}
.cert-sign-box hr{
	border-color: #000000;
	}
@media only screen and (max-width:992px){
	.quiz-pagination{
		margin-top: 15px;
		}
	}
@media only screen and (max-width:767px){
	.quiz-info .quiz-box .quiz-title {
    padding: 10px 30px 10px 110px;
}
.quiz-info .quiz-box .quiz-time {
    padding: 10px 25px;
}
.next-btn{
	margin-top: 15px;
    margin-left: 0;
	}
.sum-box .table th, .sum-box .table td {
    padding: 10px;
}
.answers-lines .display-line{
	margin-bottom: 10px;
	}
.result-grade .display-line {
    margin: 5px;
}
.ans-filters {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
	    margin-bottom: 10px;
}
.sum-box {
    margin-left: 0px;
    margin-right: 0px;
}
.summery-page {
	background:none;
	}
.ans-filters .display-line {
    padding: 10px 20px;
    font-size: 16px;
}	
.cert-sign-box {
    padding-top: 30px;
}
.cert-img{
	padding: 60px 0;
	}
	}
@media only screen and (max-width:600px){
	h1.page-title {
    min-width: 100%;
    padding: 0px 20px;
    bottom: -30px;
    font-size: 24px;
}
h1.page-title:before, h1.page-title:after{
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100%;
}
.form-box-inner {
    padding: 40px 15px;
}
.vm-form-text {
    padding: 15px 15px 15px 45px;
}
.vm-form-control::before {
    top: 16px;
    left: 15px;
    font-size: 24px;
}
.vm-btn {
    padding: 12px 20px;
}
.quiz-info .quiz-number {
    font-size: 35px;
    line-height: 70px;
    min-width: 70px;
    height: 70px;
    top: -10px;
}
.quiz-info .quiz-box .quiz-title {
    padding: 10px 20px 5px 60px;
    font-size: 30px;
    line-height: 40px;
}
.quiz-info .quiz-box .quiz-time {
    padding: 10px 20px;
    font-size: 30px;
    line-height: 35px;
}
.next-btn, .skip-icon {
    padding: 10px 13px;
    font-size: 22px;
    margin-left: 20px;
    line-height: 26px;
    background-size: 100%;
}
.skip-icon {
    padding: 10px 13px 24px;
}
.quiz-pagi a {
    width: 33px;
    font-size: 20px;
    padding: 5px 8px 5px;
    background-size: 100%;
    text-align: center;
}
.result-grade .display-line {
    margin: 5px 0;
    display: block;
    width: 100%;
}
.result-grade {
    display: block;
}
.ans-filters .display-line {
    padding: 10px;
    font-size: 15px;
}
	}
@media only screen and (max-width:415px){
.quiz-info .quiz-box .quiz-title {
    padding: 10px 15px 5px 60px;
    font-size: 22px;
    line-height: 35px;
}
.quiz-info .quiz-box .quiz-time {
    padding: 13px 18px;
    font-size: 22px;
    line-height: 24px;
}
.q-box {
    padding: 30px 40px;
}
.quiz-info {
    padding-top: 40px;
}
.sum-box .table{
	font-size:14px;
	}
.sum-box {
    padding: 5px;
}
.sum-box .sum-box-inner {
    padding: 10px;
}
.q-box h3 {
    font-size: 20px;
}
.q-box {
    padding: 20px 30px;
}
.result-grade {
    padding: 15px 10px;
}
.answers-lines .display-line {
    padding: 15px 20px;
    font-size: 20px;
    display: block;
}
.cert-box {
    padding: 40px 20px;
}
	}

.error{
	color:#ed3333;
}

.btn-vmdefault{
	background-image:url(img/grass-bg.jpg);
	color:#fff;
	font-weight:bold;
}


.myadmin-alert {
    border-radius: 0;
    color: #fff;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left
}

.myadmin-alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline
}

.myadmin-alert h4 {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

.myadmin-alert .img {
    border-radius: 3px;
    height: 40px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 40px
}

.myadmin-alert-img {
    min-height: 64px;
    padding-left: 65px
}

.myadmin-alert-icon {
    padding-left: 20px
}

.myadmin-alert-icon i {
    padding-right: 10px
}

.myadmin-alert .closed {
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    font-weight: 700;
    padding: 4px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 0
}

.myadmin-alert .closed:hover {
    color: #fff
}

.myadmin-alert-click {
    cursor: pointer;
    padding-right: 12px
}

.myadmin-alert .primary {
    background: rgba(0, 0, 0, .4);
    border: none;
    border-radius: 3px;
    color: inherit;
    outline: 0;
    padding: 4px 10px
}

.myadmin-alert .cancel {
    background: rgba(255, 255, 255, .4);
    border: none;
    border-radius: 3px;
    color: rgba(0, 0, 0, .8);
    outline: 0;
    padding: 4px 10px
}

.myadmin-alert .cancel:hover,
.myadmin-alert .primary:hover {
    opacity: .9
}

.myadmin-alert-bottom,
.myadmin-alert-bottom-left,
.myadmin-alert-bottom-right,
.myadmin-alert-fullscreen,
.myadmin-alert-top,
.myadmin-alert-top-left,
.myadmin-alert-top-right {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    display: none;
    position: fixed;
    z-index: 1000
}

.myadmin-alert-top {
    left: 0;
    right: 0;
    top: 0
}

.myadmin-alert-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.myadmin-alert-top-left {
    left: 20px;
    top: 80px
}

.myadmin-alert-top-right {
    right: 20px;
    top: 80px
}

.myadmin-alert-bottom-left {
    bottom: 20px;
    left: 20px
}

.myadmin-alert-bottom-right {
    bottom: 20px;
    right: 20px
}

.myadmin-alert-fullsize {
    left: 50%;
    margin: -20px;
    top: 50%
}

.alert-custom {
    background: #ff6849;
    color: #fff;
    border-color: #ff6849
}

.alert-inverse {
    background: #4c5667;
    color: #fff;
    border-color: #4c5667
}

.alert-success {
    background: #00c292;
    color: #fff;
    border-color: #00c292
}

.alert-dark {
    background: #686868;
    color: #fff;
    border-color: #686868
}

.alert-warning {
    background: #fec107;
    color: #fff;
    border-color: #fec107
}

.alert-danger {
    background: #fb9678;
    color: #fff;
    border-color: #fb9678
}

.alert-primary {
    background: #9675ce;
    color: #fff;
    border-color: #9675ce
}

.alert-info {
    background: #0334a4;
    color: #fff;
    border-color: #0334a4
}

.alert-info .closed,
.alert-info a.closed:hover {
    color: inherit
}
