body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:  0;
	background-color: #fafafa;
	background-image: url('../images/bottom-shape.png'), url('../images/topright-shape.png');
	background-repeat: no-repeat;
	background-position: left bottom, right top;
	background-attachment: fixed;
	color: #222;
	margin-top: 100px;
}
.login-page{
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
.dots{
	background-color: #fff;
}
*{
  margin: 0;
  padding:  0;
  box-sizing: border-box;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1280px;
}
.container-l{
	max-width: 1550px;
}
.header-type1 {
    padding: 8vh 4vw;
}
.login-form {
    background-color: #625dee;
    border-radius: 60px;
    padding: 70px 60px;
    color: #fff;
    box-shadow: 10px 10px 50px #bbbaec;
    -webkit-box-shadow: 10px 10px 50px #bbbaec;
    -moz-box-shadow: 10px 10px 50px #bbbaec;
    -o-box-shadow: 10px 10px 50px #bbbaec;
    -ms-box-shadow: 10px 10px 50px #bbbaec;
}
.login-wrap{
	padding-bottom: 60px;
	position: relative;
	z-index: 999;
}
.login-head h2 {
    font-size: 40px;
}
.login-head h2 span {
    display: block;
    font-weight: 300;
}
.login-head {
    margin-bottom: 40px;
}
.login-head p {
    font-size: 20px;
}
.login-form .login-field{
	height: 60px;
	border-radius: 15px;
	padding: 10px 25px;
	width: 100%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.login-form .login-field:hover, .login-form .login-field:focus{
	border: none;
	outline: 0;
}
.verification-code{
	position: relative;
}
.verification-code .resend{
	position: absolute;
	top: 50%;
	right: 25px;
	color: #222;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}
.btnn{
	display: inline-block;
	border-radius: 15px;
	font-size: 20px;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	background-color: #625eee;
	border: none;
}
.btnn-s {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
}
.btnn:hover, .btnn:focus{
	border: none;
	outline: 0;
	text-decoration: none;
	color: #fff;
}
.login-form .btnn{
	background-color: #f4716f;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: 500;
	height: 60px;
	margin-top: 40px;
}
.dots{
	position: relative;
}
.dots::before, .dots::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 56%;
    width: 100px;
    height: 110px;
    background-image: url(../images/dotted.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}
.dots::after{
	top: 70%;
	left: 50px;
}
.check-phone{
    background-color: rgba(0, 0, 0, .60);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}
.check-phone-main {
	background-color: #6170ed;
	border-radius: 50px;
	padding: 40px 40px 0;
	text-align: center;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.check-phone-main img {
    max-width: 200px;
    margin-left: -30px;
}

/*==== Category page ====*/

.header-type2{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 10px 30px;
	box-shadow: 0 6px 6px #f7f7f7;
	-webkit-box-shadow: 0 6px 6px #f7f7f7;
	-moz-box-shadow: 0 6px 6px #f7f7f7;
	-o-box-shadow: 0 6px 6px #f7f7f7;
	-ms-box-shadow: 0 6px 6px #f7f7f7;
}
.user-wrap img{
	width: 60px;
	height: 60px;
	border-radius: 100px;
	object-fit: cover;
	margin-left: 20px;
}
.user-wrap p{
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}
.category-wrap{
}
.cat-main{
	margin: 0 -15px;
}
.cat-icon{
	width: 65px;
	height: 65px;
	border-radius: 10px;
	padding: 10px;
	background-color: #e2dcfe;
}
.cat-icon img{
	max-width: 35px;
}
.cat-box {
    width: calc(25% - 30px);
    border-radius: 30px;
    padding: 35px 25px;
    background-color: #efedf7;
    margin: 15px;
    text-decoration: none;
    transition: .2s all;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
}
.cat-box:hover{
	text-decoration: none;
}
.cat-box h3{
	font-size: 22px;
	margin: 15px 0;
	color: #222;
}
.cat-box p{
	color: #666;
}
.actions-wrp {
    margin-left: 30px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.actions-wrp::after {
    display: none;
}
.actions-wrp span{
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #333;
	display: block;
	margin: 4px;
}
.cat-box:nth-child(2n){
	background-color: #e3f4fd;
}
.cat-box:nth-child(2n) .cat-icon{
	background-color: #bbf0fe;
}
.cat-box:nth-child(3n){
	background-color: #e8f9ea;
}
.cat-box:nth-child(3n) .cat-icon{
	background-color: #cef5d6;
}
.cat-box:nth-child(4){
	background-color: #fdf3e9;
}
.cat-box:nth-child(4) .cat-icon{
	background-color: #fae0d1;
}
.cat-box:nth-child(5n){
	background-color: #efdded;
}
.cat-box:nth-child(5n) .cat-icon{
	background-color: #efb8e8;
}
.cat-box:hover{
	background-color: #635aee;
	transform: scale(1.1);
	transition: .2s all;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
}
.cat-box:hover h3{
	color: #fff;
}
.cat-box:hover .cat-icon{
	background-color: #fff;
}
.cat-box:hover p {
    color: #e1e0f5;
}

.course-preview video{
	width: 100% !important;
	height: 100% !important;
}
.course-preview .modal-title span {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
.course-preview .modal-title {
    font-size: 18px;
}
.course-preview .modal-header {
    border: none;
    padding-bottom: 10px;
}
.course-preview .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: #fde5e5;
    border-radius: 100px;
    opacity: 1;
    z-index: 999;
}
.course-preview .modal-header .close span {
    text-shadow: none;
    color: #ef4f4f;
    font-weight: normal;
}
.mvideo-box h5 {
    font-size: 16px;
}
.mvideo-box p {
    margin: 0;
    font-size: 14px;
    color: #888;
}
.vthumb {
    height: 65px;
    width: 90px;
    border-radius: 4px;
    overflow: hidden;
}
.vcon {
    width: calc(100% - 125px);
    padding: 0 15px;
}
/*.vbtn {
    width: 35px;
}*/
.vthumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mvideo-box .playbtn {
    width: 35px;
    height: 35px;
    border: none;
    background-color: #ddd;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}
.more-videos h4 {
    font-size: 17px;
    margin: 15px 0;
}
.vrow {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
}
.vrow:nth-child(1){
	border-top: none;
}
.course-preview .modal-body {
    max-height: 60vh;
    overflow: auto;
    padding-top: 0;
}
.course-preview .modal-body::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

.course-preview .modal-body::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

.course-preview .modal-body::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.course-preview .modal-footer .btnn{

}
.course-preview .modal-footer .btnn {
    padding: 14px;
    font-size: 18px;
    min-width: 250px;
    margin: 0 auto;
}

/*==== Category page ====*/

/*==== Dashboard ====*/
.fixedbar, .fixedbar2{
	position: fixed;
	top: 101px;
	left: 0;
	bottom: 0;
	background-color: #6267ed;
	width: 300px;
	z-index: 9999;
    overflow-y: scroll; 
}
.fixedbar li, .fixedbar2 li{
	display: block;
	padding: 0 20px;
}
.fixedbar li a, .fixedbar2 li a {
    display: block;
    color: #c3c5fd;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #7f83de;
    padding: 10px 0;
}
.fixedbar li.active a, .fixedbar li:hover a{
	color: #fff;
}

.fixedbar2 li.active a, .fixedbar2 li:hover a{
    color: #fff;
}

.fixedbar ul, .fixedbar2 ul{
	margin: 0;
	padding: 0;
}
.fixedbar li i, .fixedbar2 li i {
    margin-right: 10px;
}
.dashboard-wrap{
	margin-left: 300px;
	padding: 30px;
}
.dash-main {
    background-color: #fff;
    padding: 30px;
    border-top: 4px solid #6267ed;
    box-shadow: 0 0 20px #ddd;
}
table.table-custom th {
    border: none;
    background-color: #34354c;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}
table.table-custom th, table.table-custom td{
	padding: 20px;
}
table.table-custom{
	background-color: #f0f2fc;
    border-radius: 20px;
    overflow: hidden;
}
.mobile-menu{
	color: #fff;
	background-color: #6451ef;
	padding: 10px 20px;
}
.mobile-menu p{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.toggle span {
    border-radius: 100px;
    height: 3px;
    width: 30px;
    margin: 6px 0;
    background-color: #fff;
    display: block;
}

/*==== Dashboard ====*/

.form-wrap{
}
.form-wrap label{
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.frm-field{
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 10px;
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
.main-heading{
	font-size: 25px;
	padding-top: 10px;
}
.border-btm{
	border-bottom: 1px solid #ccc;
}


.select2-container .select2-selection--single{
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 50px;
	padding-left: 20px;
}

.invalid-feedback {
    display: block !important;
}
.ui-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ui-sortable li {
    margin: 0 0 6px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 5px;
    font-size: 18px;
    cursor: row-resize;
}
.pull-right:{
	float: right;
}
.main-font-color{
	color: #6267ed;
}
.sorting_order {
	padding: 2px 8px;
	background-color: #34354c;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
}
.optionimg {
	height: 180px;
}

.course-modules li {
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-info:hover {
	color: #fff;
}

/*-----------------------------------------*/

label.radio {
    cursor: pointer;
    width: 100%;
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
	padding: 4px 0px;
	border: 1px solid #afbaf1;
	display: inline-block;
	color: #000;
	text-align: center;
	border-radius: 3px;
	margin-top: 7px;
	text-transform: uppercase;
	background-color: #afbaf1;
	width: 100%;
}

label.radio input:checked+span {
    border-color: #435fef;;
    background-color: #435fef;;
    color: #fff;
    width: 100%
}

.ans {
    margin-left: 36px !important
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn:active {
    outline: 0 !important;
    box-shadow: none !important
}

.cat-box{
    position: relative;
}
.status-wrp{
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 18px;
}
.status-start{
    color: #635aee;
}
.status-pending{
    color: #8917d7;
}
.status-complete{
    color: #0eaa3c;
}
.cat-box:hover .status-wrp{
    color: #fff;
}

.head-menu a {
	color: #222;
	text-decoration: none;
	font-size: 18px;
}
.head-menu li {
	display: inline-block;
	margin: 0 20px;
}
.head-menu ul {
	margin: 0;
}

.module.attchment iframe, .module.attchment video, #resolte-contaniner .slide {
	width: 80%;
	height: 400px;
}

.youtube-iframe iframe {
    width: 60% !important;
}
/* 19-03-21 */
ol.course-modules, ul.course-modules {
    display: flex;
		flex-wrap:wrap;
}
/* ol.course-modules > li {
    width: 33.33%;
    /* padding: 15px; */
    /* list-style: none; */
    margin: 0;
    position: relative;
} */
/* ol.course-modules > li:before {
    content: '';
    position: absolute;
    left: 44px;
    top: 45px;
    width: 18px;
    height: 18px;
    background-image: url(../images/check.png);
    background-size: cover;
    background-position: center;
} */
/* .module_wrapper {
    min-height: 100px;
    padding: 30px;
    box-shadow: 0px 0px 27px #00000033;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    padding-left: 50px;
    font-weight: 700;
} */
.module_wrapper ul li {
    list-style: none;
    font-weight: 400;
}
.module_wrapper ul {
    margin-left: 20px;
		margin-top: 15px;
}
.module_wrapper ul li {
    list-style: none;
    position: relative;
		padding-left: 15px;
}
.module_wrapper ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #706c6c;
}
ol.course-modules > li:last-child .module_wrapper, ul.course-modules > li:last-child .module_wrapper {
    background: #e3f4fd;
}
ol.course-modules, ul.course-modules {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 30px 0 30px 50px;
}
ol.course-modules > li, ul.course-modules > li {
    width: 29%;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-right: 65px;
}
ol.course-modules > li:nth-child(3n), ul.course-modules > li:nth-child(3n) {
    margin-right: 0;
}
ol.course-modules > li::before, ul.course-modules > li::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 15px;
		box-shadow: 0px 0px 27px #00000033;
}
ol.course-modules > li:last-child::before, ul.course-modules > li:last-child::before {
    background-color: #e3f4fd;
}
/*--Responsive style--*/

.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }

.pst-rw {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px #dedede;
    overflow: hidden;
    margin-bottom: 30px;
}
.pst-rw h2{
    margin: 0;
}
.pst-des {
  margin: 10px 0 20px;
}
.rd-more, .rd-less {
    float: left;
    text-decoration: none;
    color: #222;
    background-color: #ceddf3;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}
.rd-less{
    display: none;
}
.pst2 .rd-more{
    display: none;
}
.pst2 .rd-less{
    display: inline-block;
}
.pst2 .pst-des {
    display: block;
}
.pst-btns {
    float: right;
}
.pst-btns a {
    display: inline-block;
    text-decoration: none;
    background-color: #625dee;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 10px;
}
.pst-btns a span {
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    color: #625dee;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 2px 8px;
    margin-left: 5px;
}
.pst-btns a.pst-dislks {
    background-color: #f4716f;
    color: #fff;
}

/*Switch button CSS*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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%;
}
/*End Switch button Css*/

.login-wrap::after {
    content: "";
    position: absolute;
    left: 57%;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url('../images/drop.png');
}

.contact-btn {
    padding: 10px;
    border: 0;
    font-size: 19px;
    background-color: #6267ed;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
}
.form-group{
    position: relative;
}

.w-full-course {
    width: calc(100% - 30px);
}

.question-img{
    height: 600px;
    width: auto;
    margin: 0 auto 10px auto;
}

.head-menu li.active a {
    color: #625eee;
    font-weight: 800;
}

.logo-wrap img {
    height: 50px;
}

.contact_img{
    height: 50px;
}

@media all and (max-width: 1366px){
.login-form{
	padding: 50px 40px;
}
.container{
	max-width: 1140px;
}
}
@media all and (max-width: 1200px){
.cat-box{
	width: calc(33.33% - 30px);
}
.container {
    max-width: 980px;
}
ol.course-modules > li {
    margin-right: 57px;
}
.w-full-course {
    width: calc(100% - 30px);
}
}
@media all and (max-width: 980px){
.cat-box{
	width: calc(50% - 30px);
}
.w-full-course {
    width: calc(100% - 30px);
}
.module_wrapper ul {
    margin-left: 0;
	}
	ol.course-modules > li, ul.course-modules > li {
	    width: 97%;
	    margin: 0 0px 20px 0;
	}
}
@media all and (max-width: 767px){
.login-form{
	padding: 30px;
	border-radius: 30px;
}
.header-type1{
	padding: 20px;
}
.header-type2{
	box-shadow: none;
}
.dots::before, .dots::after{
	display: none;
}
body{
	background-image: url('../images/topright-shape.png');
	background-position: right top;
    margin-top: 130px;
}
.login-head{
	margin-bottom: 20px;
}
.login-form .btnn{
	margin-top: 20px;
}
.cat-box{
	width: 100%;
}
.user-wrap p{
	display: none;
}
.header-type2{
	padding: 10px 0 0;
}
.cat-head {
    flex-wrap: wrap;
}
.fixedbar, .fixedbar2{
	position: static;
	width: 100%;
}
.dashboard-wrap{
	margin-left: 0;
	padding: 20px;
}
.header-type2 > .d-flex {
    flex-wrap: wrap;
}
.logo-wrap {
    margin-left: 15px;
}
.head-right {
    margin-right: 15px;
}
.head-menu {
    display: none;
    order: 3;
    width: 100%;
    background-color: #625dee;
    padding: 8px 15px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.head-menu ul{
    width: 100%;
    text-align: center;
}
.head-menu a{
    font-size: 16px;
    color: #fff;
}
.user-wrap img{
    margin-left: 0;
}
.actions-wrp{
    margin-left: 15px;
}
.logo-wrap{
    max-width: 160px;
}
.pst-btns{
    float: left;
}
.pst-btns a {
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 5px;
    margin-left: 0;
}
.pst-btns a span{
    font-size: 12px;
}
.rd-more, .rd-less {
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 10px;
}
.btnn{
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 10px;
}
.login-form .form-group {
    margin-bottom: 0;
}
.login-form input {
    margin-bottom: 10px;
}
.check-phone-main{
    width: 90%;
}
.login-form .verification-code input.login-field {
    margin: 0;
}
.dmn-head {
    flex-wrap: wrap;
}
.dmn-head .main-heading {
    margin-bottom: 15px !important;
}
}
@media(max-width: 576px){
	ol.course-modules, ul.course-modules {
	    padding: 30px 0 30px 44px;
	}
    .module.attchment iframe, .module.attchment video, #resolte-contaniner .slide {
        width: 100%;
        height: auto;
    }
}
@media all and (min-width: 767px){
	.mobile-menu{display: none !important;}
	.fixedbar{display: block !important;}
}

@media all and (min-width: 768px){
    .fixedbar2{display: none;}
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
  
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}