/* CSS Document */

body {   
    font-family: 'Open Sans', sans-serif;   
}
.sudoksho-btn {
    background-color: #662d91;
    color: #fff;
    padding: 7px 40px;
    border: none;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
	border: 1px solid #662d91;
    border-radius: 7px;
    /* box-shadow: 3px 3px 0px 1px rgba(0, 0, 0,.1); */
    display: inline-block;
}
.sudoksho-btn:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #662d91;
	color: #662d91 !important;
}
/* a.sudoksho-btn:hover{
	color:#662d91;
} */
/*AKASH 25.08.2022 .user-menu .sudoksho-btn{
	padding: 8px 30px;
	background:#662d91;
} */

.bg-indigo {
    background-color: #662d91;
}
#search_text{
	margin-left: 15px;
	width:500px;
}
#header #nav-main {
	padding: 15px 30px;
}
.navbar-collapse.collapse{
	float:none;
}
.text-btn{
	color: #000;
    font-size: 15px;
   
}
.text-btn:hover{
	color: #000;
	text-decoration:none;
}
.login-button {
    margin-right: 15px;
    padding: 7px 17px;
    border: none;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 7px;
    /* box-shadow: 3px 3px 0px 1px rgba(0, 0, 0,.1); */
    display: inline-block;

	background-color: transparent;
	border: 1px solid #662d91;
	color:#662d91
}

.home-banner{
	margin-top:76px;
	position:relative;
}
.home-banner .banner-text{
    top: 50%;
    position: absolute;
    left: 0px;
    width: 100%;
    transform: translateY(-55%);
}
.home-banner .banner-text h1{
    font-size: 65px;
    line-height: 80px;
    font-weight: 500;
	text-shadow: 1px 1px #333;
}
.home-banner .banner-text h1 span{
	font-weight:800;
}
.home-banner .banner-img:after {
    background: rgba(0,0,0,0);
}
.hlt{
	display:inline-block;
	position: relative;
}
/* .hlt:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    margin-left: 0;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
	background-image: linear-gradient(to right, #fff, #4e69c2);	
} */

.section-title h2{
    color: #000000;
	font-weight:bold;
    padding-bottom: 10px;
}
.section-title h2::before{
	display:none;	
}
.section-title h2:after,
.event-view .event-title h2:after{
	content: "";
	position: absolute;
	height:2px;
	width: 70px;
	margin-left:0;
	left:0px;	
	bottom: 0px;
	background-color: #ffde00;	
}

.section-title h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.featured-courses, 
.popular-courses{
	margin:60px 0 40px 0;
	padding:0
}
.featured-courses{
	margin-top:80px;	
}
.featured-courses .section-title, 
.popular-courses .section-title{
	margin-bottom:40px;

}
.course-thumbnail {
    /* margin-bottom: 30px; */
    box-shadow: 0 0 10px 0px rgba(40, 1, 70, 0.19);
}

.course-thumbnail .title-cont{
    padding: 20px;
	color: #9b9b9b;
	border-bottom: 1px solid #e9e9e9;
}

.course-thumbnail .title-cont .title{
	color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    height: 48px;
    font-weight: 600;
}
.course-thumbnail .price-cont{
	padding: 20px;
	color: #000;
}
.course-thumbnail .price-cont .price{
	font-weight:bold;
}

.course-thumbnail .price-cont span{
	display:inline-block;
}

.course-thumbnail .price-cont span.enrolled {
    float: right;
	color: #888;
}

.event-view {
	background:url(../images/banner/event-section-bg.jpg) no-repeat;
	background-size:cover; 
	padding:40px 0; 
	margin-bottom: 100px;
}

.event-view .event-logo img{
	max-width: 200px;
    margin: 0 25px;
    float: right;
}
.event-view .image-cont{
    text-align: center;
    margin-bottom: 20px;
}

.event-view .image-cont img{
	max-width:235px;
	margin:0 auto;
}
.event-view .owl-controls{
	display:none;
}

.event-view .image-cont img {
	border: 15px solid rgba(255, 255, 255, 0.2);
}
.speaker-info {	
	font-size: 15px;
	color: #FFF;
	text-align:center;
}
.speaker-name{
	display:block;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:5px;
}

.event-desc{
	margin-bottom:10px;
}

.event-view .event-title,
.event-view .event-details {
    max-width:650px;
}
.event-view .event-title h2{
	color: #fff;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
	position: relative;
	padding-bottom:15px;
	margin-bottom: 20px;
}
.event-view .event-details{
	list-style: none;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.event-view a.btn{
	background-color: rgba(255, 255, 255, .3);
    font-size: 15px;
    line-height: 22px;
    padding: 7px 30px;
}

/* Footer */
#footer.sudoksho-footer{
	background-color:#FFF;
	padding:0;	
}
#footer .footer-top{
	background-color:#fff !important;
	border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
	padding:0;
}
#footer .footer-top h5{
	color:#000;
	font-weight: normal;
	padding-bottom: 20px !important;
}

#footer .footer-link li a,
#footer .footer-link li a:hover{
	color: #666;
    margin-left: 25px;
	font-size:15px;
	line-height: 31px;
}
#footer .footer-link li:before{
	font-family: "FontAwesome";
	content: "\f105";
	padding-right: 3px;	
	position: absolute;
	line-height: 31px;
}
#footer .social-media ul li a .fa {
    color: #666 !important;
}
.footer-bottom{
	padding:20px;
}
#footer .copy-right,
#footer .social-media{
	padding:0;
}
#footer .copy-right p {
    line-height: 30px;
    font-size: 15px;
    color: #666666;
}

.footer-left-col{
	padding: 60px 40px 60px 0px;
    color: #666;
    font-size: 15px;
    line-height: 27px;
}
.footer-left-col .footer-address{
	padding: 25px 0;
}

.footer-left-col .footer-phone{
	padding-top: 15px;
	border-top: 1px solid #dfdfdf;
}

.footer-left-col .footer-email{
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.footer-left-col p{
	margin:0;
}
.footer-left-col p i{
	margin-right:15px;
	
}
.footer-mid-col {
	border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 60px 20px 60px 60px;
}

.footer-right-col{
	padding: 60px 20px 60px 40px;
}
.newsletter-email,
.newsletter-email:focus{
	width:100%;
	display:block;
	padding:8px 15px;
	border: 1px solid #dfdfdf !important;
    margin: 20px 0 20px 0;
}
.footer-right-col .sudoksho-btn {
    width: 100%;
}
.footer-logo img{
	height:50px;
}
/* Footer Ends */

/* owl-carousel style */
.owl-theme .owl-controls {
	bottom: 50%;
    margin-bottom: 33px;
	transform: translateY(-50%);
    width: 100%;
    position: absolute;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff !important;
	color: #1b1b1b;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    font-size: 18px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	transition: .5s;
	box-shadow: 0 0px 15px 0px #bababa;
	opacity: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #000;
	box-shadow: 0 0px 15px 0px #bababa;
	transition: .5s;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -30px;
}
/* Updated 22-6-20 */
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity: 1;
	right: 0px;
	transition: .5s;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -30px;
}
/* Updated 22-6-20 */
.owl-carousel:hover .owl-controls .owl-nav .owl-prev{
	opacity: 1;
	left: 0px;
	transition: .5s;
}
@media (max-width: 575px){
	.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		opacity: 1;
	}
	.owl-carousel .owl-controls .owl-nav .owl-next,
	.owl-carousel:hover .owl-controls .owl-nav .owl-next {
		right: -10px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
		left: -10px;
	}
	
	.video-content .wrapper{
		margin:0;
		padding:0;
	} 
}

@media (max-width: 1375px){
	#search_text {		
		width: 400px;
	}
	.navbar-collapse form{
		width:auto !important;
	}
}
@media (max-width: 1200px){	
	.home-banner .banner-text h1{
		font-size: 45px;
	    line-height: 60px;
	}
	#search_text {		
		width: 355px;
	}
}
@media (max-width: 991px){
	.home-banner .banner-text h1{
		font-size: 25px;
	    line-height: 40px;
	}
	.footer-left-col{
		padding: 60px 0 25px 0;
	}
	.footer-mid-col {
		border: none;
		padding: 25px 0;
	}
	.footer-right-col{
		padding: 25px 0;
	}
	#footer .footer-top .footer-link {
    	 min-height: auto; 
	}	
	.course-thumbnail .img-cont img{
		width:100%;
	}
}
@media (max-width: 767px) {
	.featured-courses, 
	.popular-courses{
		margin:30px 0;
		padding:0
	}
	.featured-courses .section-title, .popular-courses .section-title {
		margin-bottom: 20px;
	}
	.home-banner {
    	margin-top: 0px;
	}
	.home-divider{
		margin:0;
	}
	
	/*.owl-theme .owl-controls{
		display:none;
	}*/
	.input-group {
		margin-top: 10px;
	}
	.navbar-collapse .user-menu {
		margin-top: 30px;
	}
	#search_text {
		margin-left: 0px;
	}
	.event-view .event-title, .event-view .event-details {
		max-width: inherit;
		padding:0 20px;
	}
	.event-view .event-title{
		margin-top:30px;
	}
	.event-view .event-title h2{
		font-size:25px;
		line-height:35px;
		font-weight:700;
		
	}
	.event-view .event-logo img{
		float: none;
	    margin: 0 auto;
	}
}

@media (max-width: 667px){
	.navbar-collapse form {
		float: none !important;
	}
	.input-group {
		margin: 15px auto;
	}
	.navbar-collapse .user-menu {
		text-align: center !important;
	}
	#search_text {
		width: auto;
	}
	.navbar-collapse .form-group {
		text-align: center !important;
	}
	.navbar-collapse .user-menu {
		margin-top: 0px;
	}
	.home-banner .banner-text h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.home-banner .banner-text h1{
		margin-bottom:5px;
	}
	.home-banner .sudoksho-btn{
		padding: 8px 20px;
	    font-size: 12px;
	}
}
@media (max-width: 500px){	
	.banner-img{
		height: 185px;
	}
	.banner-img img{
		height: 180px;
		width: auto;
		overflow: hidden;
	}
	
	/* Added by EDL 16-6-20 */
	.view-btn2{
		text-align:center;
	}
	.view-btn2 a{
		margin-right:0;
		margin-bottom:15px;
	}
	.view-btn2 a:first-child::after {
		content: "\a";
		white-space: pre;
	}
	.text-remaining {
		float:none;
	}
	
	.my-accountPage > .container.mt80{
		margin-top: 0px !important;
	}
}


