*{
	margin: 0px;
	padding: 0px;
}


body{
	margin: 0px;
	padding: 0px; 
	font-family: 'Raleway', sans-serif;
}
.mainDiv{
	width: 100%;
	float: left;
}
.bgColor1{
	background-color: #6a4dd9;
}
.bgColor2{
	background-color: #1bcec5;
}
.color1{
	color:#1bcec5; 
}
.color2{
	color:#fff;
}
.color3{
	color:#6a4dd9; 
}
.section1{
	float: left;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #fff;
	z-index: 3333;
	position: fixed;
	top: 0px;
}
.section1 .navbar{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.section1 .navbar .navbar-nav{
	margin-top: -45px;

}

.section1 .navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
}
.section1 .navbar .navbar-brand img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #6a4dd9;
}
.headingTop{
	font-size: 72px;
	font-weight:500;
	margin:20px 0px;
}
.section2{
	width: 100%;	
	display: block;
	float: left;
	margin-top: 80px;
}
.section2 .carousel h2{
	font-size: 72px;
	color: #fff;
	margin-top: 10%;
	padding-left: 10px;
}

.section2 .carousel-control-next-icon{
	color: #fff;
	padding: 5px;
	background-image: none;
	text-decoration:underline; 
}
.section2 .carousel-control-prev-icon{
	color: #fff;
	padding: 5px;
	background-image: none;
	text-decoration: underline;
}
.section2 .carousel-control-prev{
	color: #fff;
	width: 30px;
	background-image: none;
	left: 10px;
	height: 30px;
	color: #fff;
	top: 85%;
	opacity: 1;
}
.section2 .carousel-control-next{
	color: #fff;
	width: 30px;
	background-image: none;
	left: 80px;
	height: 30px;
	color: #fff;
	top: 85%;
	opacity: 1;
}
.downloadApp{
	background-color: #1bcec5;
	border-radius: 20px;
	padding: 5px 10px;
	color: #fff;
	width: 200px;
	float: left;
	text-align: center;
	margin: 15px 10px;
	text-decoration: none;

}
.downloadApp:hover{
	text-decoration: none;
	color: #fff;
}
.downloadApp.mark{
 	background-color: #f9a80e;
}
.downloadApp.take{
	background-color: #6a4dd9;
}
.section3{
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 80px;
}
.loginAndSignupBox{
	width: 100%;
	float:left;
	padding: 0px 10px;
	margin: 25px 0px; 
	border-radius: 20px;

}
.loginAndSignupBox li{
	list-style: none;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;

}
.loginAndSignupBox li a{
	color: #fff;
}
.loginAndSignupBox li span img{
	width: 15px;
}

.withlogin{
	padding: 0px 10px;
	margin-left: auto; 
	display: flex;
	float: right;
	margin-top: 22px;
}
.withlogin li{
	list-style: none;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;

}

.withlogin .notification img{
	width: 25px;
}
.withlogin .notification span{
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: red;
	color: #fff;
	top: 3px;
	right: 8px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
}
.courxeCategory{
	border-radius: 10px;
	box-shadow: 0px 0px 5px #fff;
	position: relative;
	overflow: hidden;
	transition: 500ms;
	margin-top: 30px
}

.withlogin .userProfile img{
	width: auto;
	height: 38px;
}

.withlogin .userProfile .userProfileImage{
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	border:2px solid #1bcec5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10px;
}

.withlogin .userProfile:hover .editUserProfile{
	display: flex;
}
.withlogin .userProfile .editUserProfile{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	/*overflow: hidden;*/
	width: 250px;
	right: 0px;
	top: 50px;
	padding: 10px;
	display: flex;
	border-bottom: 4px solid #1bcec5;
	border-top: 4px solid #1bcec5;
	display: none;
}
.withlogin .userProfile .editUserProfile::after{
	position: absolute;
	content: '';
	top: -22px;
	right: 20px;
	border-bottom: 10px solid #1bcec5;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.withlogin .userProfile .editUserProfile .editUserProfileImage{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	/*border:1px solid #1bcec5;*/

}
.withlogin .userProfile .editUserProfile .editUserProfileImage img{
	height: 60px;
	width: auto;
}
.withlogin .userProfile .editUserProfile .editUserProfileName{
	padding-left: 10px;
	width: 80%;
	float: right;
	/*text-align: center;*/
}
.withlogin .userProfile .editUserProfile .editUserProfileName h4{
	color: #000;
	font-size: 14px;
	margin: 5px 0px;
	padding-left: 5px;
}
.editBtn{
	background-color: #1bcec5;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    width: 60px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    margin: 5px;
}
.editBtn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

/*
.courxeCategory .categoryTitle{
	background-color: #1bcec5;
	color: #fff;
	position: absolute;
	bottom: 30%;
	left: 0px;
	right: 0px;
	font-size: 24px;
	padding: 10px 0px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 500ms;
}
.courxeCategory:hover .categoryTitle{
	
	bottom: 0px;
	transition: 500ms;
	background-color: #1bcec582;
}
*/

.courxeCategory .categoryTitle{
	background-color: #1bcec5ea;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 20px;
	padding: 10px 0px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 500ms;
}

.courxeCategory:hover{
	
	cursor: pointer;
}

.section4, .section7, .signupForm{
	position: relative;
}

.marginHeader{
	margin-top: 80px;
}

.marginHeader, .section4, .section5, .section6, .section7, .sectionFooter, .signupForm, .signupHeaing,
.topBannerHeading, .contactForm, .sectionAboutUs, .sectiontraining, .sectionAssignment, .sectiontAllCourse,
.sectiontCourseProgress, .sectiontmoneyLaundery, .courseDetails, .categoryVieosSection{
	display: block;
	width: 100%;
	float: left;
	/*position: relative;*/

}
.section4::after{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	bottom: -5px;
	content: '';
	background-image: url("../images/bg1.png");
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.section5, .section6, .section7 {
	padding: 50px 0px;
}
.pluceCourse{
	height: 180px;
	width: 180px;
	background-color: #fff;
	position: relative;
	border-radius: 50%;
	text-align: center;
	text-align: center;
	padding-top: 15%;
	margin: 50px auto 0px auto;
	color: #2acfc7;
}
.pluceCourse h2{
	font-size: 55px;
}
.pluceCourse p{
	color: #000;
}
.pluceCourse::after{
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: '';
	border-radius: 50%;
	border:2px solid #fff;
	border-style: dashed;
	animation: circle 15s linear infinite;
}

/* About Us */
.pluceCourseAboutUs{
	height: 350px;
	width: 350px;
	background-color: #fff;
	position: relative;
	border-radius: 50%;
	text-align: center;
	text-align: center;
	padding-top: 10%;
	margin: 50px auto 0px auto;
	color: #2acfc7;
}
.pluceCourseAboutUs h2{
	font-size: 55px;
}
.pluceCourseAboutUs p{
	color: #000;
}
.pluceCourseAboutUs::after{
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: '';
	border-radius: 50%;
	border:2px solid #fff;
	border-style: dashed;
	animation: circle 15s linear infinite;
}

@keyframes circle{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.specialityBox{
	border:1px solid #6a4dd9;
	border-radius: 10px;
	text-align: center;
	padding: 0px 30px;
	min-height: 330px;
	margin-top: 30px;
}
.specialityBox img{
	width: 40px;
	height:40px;
	border-radius: 50%;
	margin: 20px;
}
.specialityBox h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.specialityBox:hover{
	background-color:#6a4dd9;
	color: #fff; 
}
.specialityBox:hover h2{
	color: #fff; 
}

/* About Us Page */
.specialityBoxAboutUs{
	text-align: center;
	padding: 0px 30px;
	margin-top: 20px;
}
.specialityBoxAboutUs img{
	width: 40px;
	height:40px;
	border-radius: 50%;
	margin: 20px;
}
.specialityBoxAboutUs h2{
	font-size: 20px;
	margin-bottom: 20px;
}


.section7::after{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	bottom: -5px;
	content: '';
	background-image: url("../images/bg1.png");
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.section7 .feedbacksliderBox{
	padding: 0px 10%;
	text-align: center;
}
.section7 .feedbacksliderBox img{
	width: 150px;
	height: 150px;
	border:2px solid #1bcec5;
	border-radius: 50%;
	margin: 30px;

}
.section7 .feedbacksliderBox h4{
	position: relative;
	display: block;
	width: auto;
	margin-top: 40px;
}
.section7 .feedbacksliderBox h4::after{
	position:absolute;
	content: '';
	top: -20px;
	left: 50%;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background-color: #1bcec5;
}
.section7 .carousel-control-next-icon{
	color: #fff;
	background-color: #1bcec5;
	padding: 5px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background-size: 50%;
}
.section7 .carousel-control-prev-icon{
	color: #fff;
	background-color: #1bcec5;
	padding: 5px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background-size: 50%;
}
.sectionFooter{
	padding-top: 50px;
}
.footerLink ul{
	margin: 0px 0px;
	padding: 0px 0px;
}
.footerLink ul li{
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: 35px;
}
.footerLink ul li a{
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}
.footetrMeadia{
	padding: 15px 0px;
}
.footetrMeadia a img{
	width: 35px;
}
.footerMail{
	color: #fff;
	text-align: right;
	margin-top: 20px
}
.footerMail a{
	color: #dcdcdc;

}



/*start signup page css*/
/*.signupForm::after{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	bottom: -5px;
	content: '';
	background-image: url("../images/bg1.png");
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -1;
}*/
.signupBox{
	padding: 20px 10% !important;
	float: left;
	width: 100%;
	/*box-shadow: 0px 0px 5px #000;*/
}

.btnOne{
	background-color: #1bcec5;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    width: 200px;
    /*float: left;*/
    text-align: center;
    margin: 15px 10px;
    text-decoration: none;
    border:none !important;
    box-shadow: none !important;
    outline: none !important;
}
.signupHeaing{
	background-image: url('../images/signup.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 700px;
	text-align: left;
	border-radius: 80px 0px 0px 80px;
}
.signupHeaing h4{
	font-size: 60px;
	color: #fff;
	padding: 35% 10%;
}
.inputBox{
	border-radius: 0px !important;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	border:1px solid #dcdcdc;
	margin-bottom: 5px !important;
}
.SigniupFormInput {
	/*margin-bottom: 8px;*/
	padding-top: 20px;
	/*background-color: #fff;*/
	float: left;
	width: 100%;
}
.paddingTopForm{
	padding-top: 40%;
}
.SigniupFormInput .form-group label{
	margin-bottom: 0px;
	color: #000;
}
.forgotPassword p a{
	color: #1bcec5;
	cursor: pointer;
}
.forgotPassword p .sihnin{
	color: #6a4dd9 !important;
	padding-left: 50px;
	float: right;
}
/*end signup page css*/


/*start contact us page design*/
.topBannerHeading{
	background-image: url('../images/bannerHeading.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 200px;
	text-align: left;
	overflow: hidden;
	border-radius: 0px 0px 80px 80px;
	padding-top: 50px;
	margin-bottom:20px;
}

.contactForm{
	padding: 5% 0px;
}
/*end contact us page design*/


/*start training page css*/
.trainingBox{
	display: flex;
	width: 100%;
	border-radius:20px;
	overflow: hidden;
	padding: 8px;
	background-color: #fcfcfc;
	margin: 15px 0px;
}
.trainingBox .trainingImg{
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.trainingBox .trainingImg img{
	height: 100px;
	width: auto;
}
.trainingBox .trainingDetails{
	padding: 0px 10px 0px 20px;
	position: relative;
	width: 76%;
	float: right;
}

.trainingDetails .timingBox{
	width: 100%;
}
.trainingBox .timingBox .starttime{
	width: 90px;
	color: #000;
	font-weight: 500;
	float: left;
}
.trainingBox .timingBox .startTimeNumber{

}
.trainingBox .trainingDetails .leaveTraining{
background-color: #1bcec5;
    border-radius: 20px;
    padding: 2px 5px;
    color: #fff;
    width: 100px;
    /*float: left;*/
    text-align: center;
    /*margin: 15px 10px;*/
    text-decoration: none;
    position: absolute;
    right: 0px;
    top:0px;
    font-size: 12px;
    white-space: nowrap;
    
}
/*end training page css*/

/*start AssignmentBox page css*/

.AssignmentBox{
	width: 100%;
	float: left;
	text-align: center;
}
.AssignmentCircle{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border:5px solid #1bcec5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	margin: 20px auto;
}

.likeCumments{
	width: 100%;
	float: left;
	border-bottom: 1px solid #dcdcdc;
	/*margin-bottom: 20px;*/
}
.likeCumments .like{
	float: left;
	cursor: pointer;
	font-weight: 500;
	color: #000;
}
.likeCumments .like img{
	width: 20px;
	margin: 5px

}
.likeCumments .cumments{
	float: right;
	cursor: pointer;
	font-weight: 500;
	color: #000;
}
.assignmentQuestion{
	text-align: center;
}
.btnOption{
	background-color: #1bcec5;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    width: 200px;
    /*float: left;*/
    text-align: center;
    margin: 15px auto;
    text-decoration: none;
    border:none !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    display: block;
}
.btnOption span{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	color: #1bcec5;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 3px;
	
}

.btnOption:hover, .btnOption:focus{
	background-color: #6a4dd9;
}

.totalQuestion{
	width: 100%;
	float: left;
	text-align: center;
	display: inline-block;
}
.totalQuestion .totalResultBox:nth-child(2){
	color: orange;
}
.totalQuestion .totalResultBox:nth-child(3){
	color: #1bcec5;
}
.totalResultBox{
	width: 100px;
	height: 100px;
	box-shadow: 0px 0px 5px #dcdcdc;
	margin:20px 10px;
	color: green;
	border-radius: 10px;
	background-color: #fcfcfc;
	overflow: hidden;
	display: inline-block;
}
.totalResultBox p{
	margin-bottom: 0px;
}
.totalResultBox .totalNumber{
	font-weight: 600;
	font-size: 30px;
}

/*end AssignmentBox page css*/

/*start course page css*/
.headingSectionallPage{
	border-bottom: 1px solid #1bcec5;
	width: 100%;
	float: left;
	margin: 40px 0px 10px 0px;

}

.headingSectionallPage h2{
	display: block;
	float: left;
	background-color: #1bcec5;
	border-radius:  0px 30px 0px 0px;
	padding: 5px 15px 5px 10px;
	font-size: 20px;
	color: #fff;
	margin: 0px;
	min-width: 250px;
}
.allCourse{
	border-radius: 50px;
	overflow: hidden;
	/*margin-top: 10px*/
	/*margin-bottom: 10px;*/
}
.allCourse .carousel-caption{
	background-color: #0000007a;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.allCourse .carousel-caption h4{
	margin-bottom: 0px;
}

.btnContinueCourse{
	display: block;
	background-color: #1bcec5;
	border-radius:  20px; 
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 200px;
	margin: 15px auto 25px auto;
	position: relative;
}
.btnContinueCourse:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

.btnContinueCourse span{
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	border:2px solid #fff;
	background-color: #1bcec5;
	margin-top: -12px;
    margin-left: -10px;
    padding-top: 10px;
    font-weight: 600;
}

.pFont{
	font-size: 13px;
	margin-bottom: 0px;
	color:gray;
}

.loadMore{
	background-color: #1bcec5;
	border-radius:  20px; 
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	width: 100px;
	margin: 0px;
	position: relative;
	float: right;
	text-align: center;
	
}
.loadMore:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

.textDecoretion:hover{
	text-decoration: none;
}
/*end course page css*/


/*start money loundering page css*/

.CountImage{
	width: 100%;
	float: left;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 20px;
}

.CountImage .CountImageNumber{
	position: absolute;
	margin-left: 45%;
	top: 40%;
	width: 150px;
	height: 150px;
	background-color: #0000007a;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 50px;
	border-radius: 50%;

}

.courseDetails .carousel-control-next{

	height: 40px;
	width: 40px;
	background-color: #6a4dd9;
	position: fixed;
	top: 45%;
	right: 5%;
	border-radius: 50%;
	opacity: 1;
}

.courseDetails .carousel-control-prev{

	height: 40px;
	width: 40px;
	background-color: #6a4dd9;
	position: fixed;
	top: 45%;
	left: 5%;
	border-radius: 50%;
	opacity: 1;
}

/*end money loundering page css*/

.forNewUserAword{
	float: left;
	width: 100%;
	/*position: relative;*/
	overflow: hidden;
	margin:  20px 0px;
	/*background-image: url('../images/course1.jpg');*/
	background-size:cover;
	background-repeat: no-repeat;
}
.forNewUserAwordBox{
	margin-top: 5%;
	padding: 20px 0px;
	/*background-color: #0000007a;*/
	/*color: #fff;*/
	text-align: center;

}
.forNewUserAwordBox h2{
	/*color: #fff;*/
	text-align:left;
}
.forNewUserAwordBox p{
	text-align: justify;

}
.forNewUserAwordBox .loadMore{
	text-align: center;
	margin: auto;
	float: left;
}
.enalyticsBox{
	width:200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 20px;
	border:1px solid #60c0fd;
	text-align: center;
	margin: 30px auto 0px auto;
}
.enalyticsBox span{
	font-size: 24px;
	margin: 35px auto 0px auto;
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #60c0fd;
	z-index: 3;
	position: relative;
}

.enalyticsInner{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50%;
	background-color: #60c0fd;
	display: flex;
	justify-content: center;
	align-items: center;

}

.enalyticsInner img{
	height: 30px;
	width: auto;
}


.courseBoxThree:nth-child(2) .enalyticsBox{
	border:1px solid #fdcd5f;
}
.courseBoxThree:nth-child(2) .enalyticsInner,
.courseBoxThree:nth-child(2) .enalyticsBox span{
	background-color: #fdcd5f;
}

.courseBoxThree:nth-child(3) .enalyticsBox{
	border:1px solid #60fe90;
}
.courseBoxThree:nth-child(3) .enalyticsInner,
.courseBoxThree:nth-child(3) .enalyticsBox span{
	background-color: #60fe90;
}

.notificationBox{
	width: 100%;
	float: left;
	border-left:3px solid #6a4dd9;
	display: flex;
	align-items: center;
	margin: 15px 0px;
	cursor: pointer;

}
.notificationUserImg{
	width: 60px;
	height: 60px;
	border-radius: 50px;
	margin: 5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notificationUserImg img{
	height: 60px;
	width: auto;
}

.notificationUserName{
	padding-left: 10px;
	width: 75%;
}
.notificationUserName h5{
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.notificationUserName p{
	margin-bottom: 0px;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: gray;

}


.notificationBoxDetails .notificationUserImg{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notificationBoxDetails .notificationUserImg img{
	height: 150px;
	width: auto;
}
.notificationBoxDetails .notificationUserName p{
	margin-bottom: 0px;
	height: auto;
	overflow: visible;
	font-size: 14px;
	color: gray;

}
.notificationBoxDetails .notificationUserName{
	padding: 30px 0px;
	width: 100%;
}
.nav.nav-tabs.upcomimgTraing{
	border:none;
	margin: 20px 0px;
}
.nav.nav-tabs.upcomimgTraing .nav-item{
	width: 150px;
	margin-right: 10px;
	text-align: center;
	border-radius: 25px;
	overflow: hidden;
	border:none;
}
.nav.nav-tabs.upcomimgTraing .nav-item .nav-link.active{
	background-color: #1bcec5;
}
.nav.nav-tabs.upcomimgTraing .nav-item .nav-link{
	background-color: #6a4dd9;
	color: #fff;
	border:none;
}

.redeemModal .modal-content{
	border: none !important;
	background-color: #1fc8db;
 	background-image: linear-gradient(141deg, #6a4dd9 0%, #6a4dd9 51%, #2cb5e8 75%);
 	color: #fff !important;
}
.redeemModal .row{
	width: 100%;
}
.redeemModal .modal-body{
	padding: 0px;

}
.redeemModal .wellDone{
	background-image: url('../images/signup.jpg');
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px;
	min-height: 200px;
	color: #fff !important;
}



.searchBox input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #6a4dd9 !important;
  border-radius: 30px;
  font-size: 16px;
  background-color: white;
  background-image: url('../images/searchicon.png');
  background-position: 99% 8px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 10px 10px 10px 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: right;
  box-shadow: none !important;
  outline: none !important; 
  
}

.searchBox.searchBox1 input{
	border:none !important;
	margin-bottom: 30px;
}

/*.searchBox input[type=text]:focus {
  width: 100%;
  border: 2px solid #6a4dd9 !important ;
}*/

.page-item a {position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
.page-item:last-child a 
{
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.page-item a:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}


.bannerCourcategory{
	background-image: url('../images/course-banner.webp');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	min-height: 350px;
	width: 100%;
	float: left;
	
}

.centerDivpading{
	padding-top: 0px 10%;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}

.bannerCourcategory h3{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: justify;
}

.shortCourcategory{
	background-image: url('../images/course-banner2.webp');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	min-height: 350px;
	width: 100%;
	float: left;
	margin: 30px 0px;
	padding: 80px 0px;
	background-attachment: fixed;
}

.listInto{
	display: block;
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 20px 0px 30px 0px;

}

.listInto li{
	list-style: none;
	position: relative;
	padding: 10px 0px 10px 30px;
	color:#000;
	font-weight: bold;
}

.listInto li::before{
	position: absolute;
	left: 2px;
    top: 12px;
    bottom: 0px;
    width: 17px;
	content: '';
	background-image: url('../images/clickt.png');
	background-repeat: no-repeat;
	background-size: 100%;


}

.buttonContact{
    width: 100%;
    text-align: center;
    float: left;
    display: flex;
    margin: 20px 0px	

}