/* Akadimia HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Featured Courses
6. Sidebar Menu
7. Sidebar Pages
8. Latest Courses
9. Popular Instructors
10. Testimonial Section
11. Sidebar Widgets
12. Team Section
13. Video Section
14. Development Section
15. Skills Section
16. Pricing Section
17. Testing Section
18. Profile Section
19. Coming Soon
20. Not Found
21. Feedback Section
22. Help Section
23. Blog Section
24. Blog Widgets
25. Blog Detail Section
26. Setting Section
27. Login Section
28. Signup Section
29. Certificate Section
30. Testing Section
31. Membership Section
32. Checkout Section
33. Contact Us Section
34. Enrolled Cource Section
35. Dashboard Section
36. Earning Section
37. Manage Cource Section
38. Edit Cource Section

**********************************************/

/*

	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;

*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/***

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif !important;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#f7f8fc;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff5773;
	border: none !important;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
}

/* Typography */

h1{
	font-size:72px;
}

h2{
	font-size:36px;
}

h3{
	font-size:30px;
}

h4{
	font-size:22px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

input,button,select,textarea{

}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;
}

.auto-container{
	position:static;
	max-width:2400px;
	padding:0px 15px;
	margin:0 auto;
	float: left;
	width: 100%;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	background-color:#f8f9fd;
	padding-left: 0;
	/* overflow: hidden; */
}

.page-wrapper.no-padding{
	padding-left:0px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 40px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));
	box-shadow:0px 10px 15px rgba(255,87,115,0.10);
	cursor: pointer;
}

.btn-style-one:before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right:-2px;
	bottom:-2px;
	z-index: 1;
	opacity: 0;
	background-color: #222222;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#00e49a;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ff5773;
	padding: 6px 40px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	border:1px solid #ff5773;
}

.btn-style-two:before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right:-2px;
	bottom:-2px;
	z-index: 1;
	opacity: 0;
	background-color: #ff5773;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
	border-color:#ff5773;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ff5773;
	padding: 13px 52px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	border:2px solid #ff5773;
}

.btn-style-three:before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right:-2px;
	bottom:-2px;
	z-index: 1;
	opacity: 0;
	background-color: #ff5773;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
	border-color:#ff5773;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 52px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	border:1px solid #ffffff;
}

.btn-style-four:before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right:-2px;
	bottom:-2px;
	z-index: 1;
	opacity: 0;
	background-color: #ff5773;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#ff5773;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	border-radius:50px;
	text-align:center;
	line-height:38px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border:1px solid rgba(255,255,255,0.30);
}

.social-icon-one li a:hover{
	color:#ffffff;
	border-color:#ffdb4c;
	background-color:#ffdb4c;
}

.theme_color{
	color:#ff5773;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:90px; display:none; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;
	border: none;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	left: 15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#135ff9;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.sec-title h4{
	position:relative;
	color:#0f0e2d;
	font-weight:700;
	line-height:1.3em;
	font-size: 1.4rem;
}

.sec-title .see-all{
	position:relative;
	color: #255f4c;
	font-size:12px;
	font-weight:600;
	line-height:1.3em;
	letter-spacing:1px;
	border-bottom: 1px solid #255f4c;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sec-title .see-all:hover{

}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.light h2{
	color:#ffffff;
}

/* List Style One */

.list-style-one{
	position:relative;
	z-index:1;
}

.list-style-one li{
	position:relative;
	color:#71718a;
	font-size:13px;
	font-weight:500;
	margin-bottom:10px;
	padding-left:26px;
	line-height:1.5em;
}

.list-style-one li:before{
	position:absolute;
	left:0px;
	content: "\f144";
	color:#0e7bfe;
	font-size:13px;
	font-weight:400;
	display:block;
	font-family: "Flaticon";
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index: 99999999;
	width:100%;
	background-color:#ffffff;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	padding-bottom: 0px;
}
.main-header .header-upper .container-fluid{padding:0px}
.main-header::after{content:'';background: linear-gradient(to right, rgb(234 164 72), rgb(255 172 31));width:100%;height:5px;display: flex;z-index: 9999;}
.main-header .header-upper .container-fluid > .clearfix::after{display:none}
.main-header .header-upper .container-fluid > .clearfix{display:flex;justify-content: space-between;align-items: center;width: 100%;padding: 0;flex-direction: column;justify-content: center;align-items: center;}
.main-header .header-upper{
	margin-left: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-header .left-sidebar-btn{
	position:relative;
	width:70px;
	height: 80px;
	color:#ffffff;
	float:left;
	cursor:pointer;
	margin-right:20px;
	line-height:80px;
	font-size:28px;
	text-align:center;
	background-color: #255f4c;
}
.main-header.fixed-header .header-left{display:none}
.main-header .header-left{
	position:relative;
	float:left;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 0 15px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.main-header .header-left .logo img{height: 60px;}

/*Search Box Widget*/

.main-header .header-left .search-box{
	position:relative;
	float:left;
	padding:10px 0px;
	margin-left:35px;
}

.main-header .header-left .search-box .form-group{
	position:relative;
	margin:0px;
}

.main-header .header-left .form-group input[type="text"],
.main-header .header-left .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 30px;
	background:#feeff2;
	display:block;
	font-size:15px;
	width:100%;
	height:50px;
	color:#000000;
	width:400px;
	font-weight:400;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.main-header .header-left .form-group textarea::-webkit-input-placeholder,
.main-header .header-left .form-group input::-webkit-input-placeholder{
	color:#9c9c9c;
}

.main-header .header-left .search-box .form-group button{
	position:absolute;
	right:15px;
	top:6px;
	height:36px;
	width:36px;
	display:block;
	font-size:18px;
	color:#ff5773;
	cursor:pointer;
	line-height:34px;
	border-radius:50px;
	line-height:100%;
	font-weight:normal;
	background:none;
}

.main-header .header-right{
	position:relative;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	width: 100%;
	z-index: 9;
}

.main-header .options-box{
	position:relative;
	float:right;
	padding:22px 0px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

.main-header .options-box .message-box{
	position:relative;
	float:left;
	color:#959398;
	font-size:16px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-header .options-box  .message-box a{
	position:relative;
	color:#959398;
}

/* Notification Box */

.main-header .options-box  .notification-box{
	position:relative;
	float:left;
	color:#b8b7ba;
	background:none;
	margin-top:0px;
	margin-left:12px;
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

.main-header .options-box  .notification-box .notification-alert{
	position:relative;
	top:-11px;
	right:4px;
	width:4px;
	height:4px;
	border-radius:50px;
	display:inline-block;
	background-color: #3ac499;
}

.main-header .options-box  .notification-box .notification-box-btn{
	background:none;
	color:#b8b7ba;
	cursor: pointer;
	font-size: 18px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .options-box  .notification-box .notification-box-btn:after{
	display:none;
}

.main-header .options-box  .notification-box .notification-box-btn:hover{
	color: #3ac499;
}

.notification-block{
	position:relative;
	padding: 17px 21px 12px;
	margin-bottom:0px;
	border-bottom:1px solid #f1f3ff;
	/* bottom: 100% !important; */
	top: i;
	display: block;
}

.notification-block .inner{
	position:relative;
	padding-left:45px;
}

.notification-block .inner .image{
	position:absolute;
	width:30px;
	height:30px;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:50px;
}

.notification-block .inner .image img{
	width:100%;
	display:block;
}

.notification-block .inner h3{
	position:relative;
	font-weight:500;
	font-size: .75rem !important;
	margin:0px;
	font-weight: 350;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.notification-block .inner h3 a{
	color:#0f0e2d;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.notification-block .inner h3 a:hover{
	color:#ff5773;
}
.notification-block .inner .notification-text a{font-size:.9rem !important}
.notification-block .inner .notification-text{
	position:relative;
	font-weight:400;
	color:#71718a;
	font-size: 13px;
	line-height:1.6em;
	margin-bottom: 0px;
	margin-top: 0;
}

.notification-block .inner .post-time{
	position:relative;
	font-weight:500;
	font-size:12px;
	margin:0px;
	color:#b6b9cd;
	margin-top: 0px;
}

.main-header .options-box  .notification-box .cart-panel{
	/* left: auto !important; */
	/* right: 0px !important; */
	border-radius:0px 0px 4px 4px;
	padding:0px 0px;
	min-width:320px;
	margin-top:48px;
	z-index: 1;
	border:0px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	/* -webkit-transform: translate3d(0px, 0px, 0px) !important; */
	/* transform: translate3d(0px, 0px, 0px) !important; */
}

.main-header .options-box  .notification-box .view{
	position:relative;
	display:block;
	color: #151414;
	font-size:12px;
	font-weight:600;
	padding:13px 15px;
	text-align:center;
	border-radius: 6px;
	background-color: white;
	text-decoration:underline;
}

.main-header .options-box  .profile-box{
	position:relative;
	float:left;
	margin-left: 10px;
}

.main-header .options-box  .profile-box .profile-image{
	position:relative;
	width:24px;
	height:24px;
	overflow:hidden;
	border-radius:50px;
	display:inline-block;
}

.main-header .options-box  .profile-box .arrow{
	position:relative;
	top:-4px;
	color:#b1afb3;
	margin-left:6px;
}

.main-header .options-box  .profile-box .dropdown-toggle{
	padding:0px;
	border:0px;
	line-height:1em;
}

.main-header .options-box  .profile-box .dropdown-toggle:focus{
	outline:none;
	box-shadow:none;
}

.main-header .options-box  .profile-box .dropdown-toggle:after{
	display:none;
}

.main-header .options-box  .profile-box .profile-content{
	position:absolute;
	right:0px;
	top:49px;
	width:290px;
	display:none;
	background-color:#ffffff;
	border-radius:0px 0px 5px 5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	z-index: 999;
}

.main-header .options-box  .profile-box.dropdown-active .profile-content{
	display:block;
}

.main-header .options-box  .profile-box .profile-content .setting{
	position:relative;
	padding:20px 25px 20px;
	color:#222222;
	font-weight:600;
	border-bottom: 1px solid #f1f3ff;
}

.main-header .options-box  .profile-box .profile-content .setting a{
	position:relative;
	color:#222222;
}

.main-header .options-box  .profile-box .profile-content h6{
	position:relative;
	color:#252841;
	font-size:14px;
	padding:20px 30px;
	border-bottom:1px solid #f1f3ff;
}

.main-header .options-box  .profile-box .profile-content .dark-mode{
	position:relative;
	padding:22px 30px;
	border-bottom:1px solid #f1f3ff;
}

.main-header .options-box  .profile-box .profile-content .dark-mode .mode{
	position:relative;
	font-size:14px;
	font-weight:500;
	padding-top:5px;
	padding-left:40px;
	font-family: 'Montserrat', sans-serif;
}

.main-header .options-box  .profile-box .profile-content .dark-mode .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#feeff2;
}

/* Dark Buttons */

.main-header .options-box  .profile-box .profile-content .dark-buttons{
	position:relative;
	margin-top:9px;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons li{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:400;
	float:left;
	cursor:pointer;
	margin:0px 0px;
	line-height:16px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons li.off:before{
	position:absolute;
	content:'';
	left:28px;
	top:0px;
	width:15px;
	height:15px;
	z-index:10;
	border-radius:50px 0px 0px 50px;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons li.on:before{
	position:absolute;
	content:'';
	right:28px;
	top:0px;
	width:15px;
	height:15px;
	z-index:10;
	border-radius:0px 50px 50px 0px;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons .boll{
	position:relative;
	width: 30px;
	height: 15px;
	padding:0px 0px 0px;
	border-radius:50px;
	float:left;
	margin:0px 10px;
	text-align:left;
	background-color:#f5f6fa;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons .boll .round{
	position:relative;
	top:-1px;
	width:7px;
	height:7px;
	left:3px;
	border-radius:50px;
	display:inline-block;
	background-color:#71718a;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .options-box  .profile-box .profile-content .dark-buttons .boll .round.boll-right{
	transform:translateX(16px);
}

.main-header .options-box  .profile-box .profile-content .dark-buttons .tab-btn:hover,
.main-header .options-box  .profile-box .profile-content .dark-buttons .tab-btn.active-btn{
	color:#222222;
}

.main-header .options-box  .profile-box .pages{
	position:relative;
	padding:30px 30px;
}

.main-header .options-box  .profile-box .pages li{
	position:relative;
	margin-bottom:13px;
}

.main-header .options-box  .profile-box .pages li:last-child{
	margin-bottom:0px;
}

.main-header .options-box  .profile-box .pages li a{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.main-header .options-box  .profile-box .pages li a:hover{
	color: #3ac499;
}







.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .outer-box{
	position:relative;
	float:right;
	padding-top:28px;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}

.main-header .header-upper .outer-box .language-list{
	position:relative;
	margin-left:25px;
	top:-5px;
	display:inline-block;
}

.main-header .header-upper .outer-box .language-list li{
	position:relative;
	padding-right:15px;
	margin-right:5px;
	display:inline-block;
}

.main-header .header-upper .outer-box .language-list li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.main-header .header-upper .outer-box .language-list li:last-child::before{
	display:none;
}

.main-header .header-upper .outer-box .language-list li:before{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#ffffff;
}

.main-header .header-upper .outer-box .language-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:8px 0px 8px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation  .navigation_flex > li  > a{
	padding:19px 0px  !important;
	color:#ffffff !important;
}

.sticky-header .main-menu .navigation  .navigation_flex > li  > a:after{
	display:none;
}

.main-header .nav-outer{
	position:static;
	padding-top:0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	width: 100%;
}

.main-header .header-upper .logo-box{
	position: relative;
	z-index:12;
	padding: 10px 0px 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-upper .logo-box .dark-layout-logo{
	position:absolute;
	left:0px;
	top:10px;
	opacity:0;
	visibility:hidden;
}

.main-header .header-lower{
	position:relative;

	background-color:rgba(0,0,0,0.55);
}

.main-menu{
	position:static;
	float:left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	width: 100%;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
}
.main-menu .navigation a.theme-btn{cursor: pointer !important;background: #ffac1f;}
.main-menu .navigation{
	position:static;
	margin:0px;
	display: block;
	justify-content: space-between;
	align-items: center;
}
.main-menu .header-right .options-box{float:left}
.main-menu .navigation  .navigation_flex > li  span.icon{
	color: #134421;
	font-weight: 300;
	font-size: 1rem;
	padding: 0 3px;
}
.main-header.fixed-header .main-menu .navigation  .navigation_flex > li  {
	margin-right: 1rem;
	height: 40px !important;
	padding: 0px;
}
.main-menu .navigation  .navigation_flex > li  {
	position:relative;
	float:left;
	padding: 0;
	margin-right: 13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 12.5px;
}
.main-menu .navigation  .navigation_flex > li > a{border-bottom:1px solid transparent;padding-bottom:2px;}
.main-menu .navigation  .navigation_flex > li  .dropdown > a{display: flex;justify-content: center;align-items: center;}
.main-menu .navigation  .navigation_flex > li:hover a{border-bottom:1px solid #134421}
.main-menu .navigation  .navigation_flex > li  :last-child{

}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-upper .info-box{
	position:relative;
	color:#666666;
	font-weight:400;
	font-size:15px;
	margin-right:30px;
	padding-left:40px;
	display:inline-block;
}

.main-header .header-upper .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	line-height:1em;
}

.main-header .header-upper .info-box strong{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:500;
	margin-bottom:5px;
	display:block;
	font-family: 'Jost', sans-serif;
}

.main-header .header-upper .info-box strong a{
	position:relative;
	color:#222222;
}

.main-header .header-upper .upper-right .social-box{
	position:relative;
	padding-top:13px;
}

.main-header .header-upper .upper-right .social-box a{
	position:relative;
	color:#c1c1c1;
	font-size:20px;
	margin-left:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-header .header-upper .upper-right .social-box a:hover{
	color:#032a53;
}
.fixed-header .main-menu .navigation  .navigation_flex > li  > a > span{opacity:0;}

.main-menu .navigation  .navigation_flex > li  > a > span i{margin-right:.5rem}
.main-menu .navigation  .navigation_flex > li  > a > span{
	margin: 0 !important;
	width: auto;
	height: 25px !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -5px;
	width: 100%;
}
.main-menu .navigation  .navigation_flex > li  > a{
	position: relative;
	color: #ff5773;
	font-size: .92rem;
	font-family: 'Roboto', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: black !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-menu .navigation  .navigation_flex > li  :hover > a::after,
.main-menu .navigation  .navigation_flex > li  .current > a::after{
	width:22px;
}

.main-menu .navigation  .navigation_flex > li  :hover > a,
.main-menu .navigation  .navigation_flex > li  .current > a,
.main-header.light-version .main-menu .navigation  .navigation_flex > li  :hover > a,
.main-header.light-version .main-menu .navigation  .navigation_flex > li  .current > a{
	opacity:1;
}

.main-menu .navigation  .navigation_flex > li  > ul{
	position:absolute;
	left: inherit;
	right: 0;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	text-align:left;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation  .navigation_flex > li  > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation  .navigation_flex > li  > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation  .navigation_flex > li  > ul > li{
	position:relative;
	width:100%;
	border-bottom: none;
}

.main-menu .navigation  .navigation_flex > li  > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > a{
	position:relative;
	display:block;
	padding: 12px 17px;
	line-height:24px;
	font-weight: 500;
	font-size: 12px;
	color:#222222;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}
.main-menu .navigation  .navigation_flex > li  > ul > li:hover > a span{color:white}
.main-menu .navigation  .navigation_flex > li  > ul > li:hover > a{
	color:#ffffff;
	background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));
	border: none;
}

.main-menu .navigation  .navigation_flex > li  > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	left:18px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	opacity:0;
	transform:rotate(180deg);
}

.main-menu .navigation  .navigation_flex > li  > ul > li.dropdown:hover > a:after{
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul{
	position:absolute;
	right:100%;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	text-align:left;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul.from-right{
	left:0px;
	right:auto;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#222222;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;

}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li:hover > a{
	color:#ffffff;
	padding-left:30px;
	background:#ff5773;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.main-menu .navigation  .navigation_flex > li  > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation  .navigation_flex > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	border-top:0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	display: block;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-upper .outer-box .search-box-outer{
	position: relative;
	float:left;
}
.navigation_flex .dropdown-btn{margin-left:.5rem}
.main-header .header-upper .outer-box .search-box-btn{
	position:relative;
	width:42px;
	height:48px;
	display:block;
	font-size:18px;
	color:#696969;
	cursor: pointer;
	background:none;
	line-height:48px;
	text-align:right;
	display:inline-block;
	line-height:20px !important;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .outer-box .search-box-btn:after{
	display:none;
}

.main-header.fixed-header .header-upper{
	position: fixed;
	left:0px;
	top:0px;
	z-index: 9999;
	width: 100%;
	margin-left:0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow:0px 10px 10px rgba(0,0,0,0.02);
	background: #fff url(../images/menu-bg.png);
	background-size: 100%;
	padding: 10px;
	border-bottom: 5px solid #ffac02;
}

.main-header.fixed-header .header-upper .logo-box{
	padding:10px 0px;
}

.main-header.fixed-header .nav-outer{
	padding-top:0px;
	width: 100%;
}

.main-header.fixed-header .main-menu .navigation  .navigation_flex > li  > a{
	padding:28px 0px;
}

.main-header.fixed-header .header-upper .outer-box{
	padding-top:18px;
}

.main-header .header-upper .outer-box .login-box{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.50);
}

.main-header .header-upper .outer-box .sidebar-btn{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	margin-left:14px;
	cursor:pointer;
	line-height:52px;
	text-align:center;
	border-radius:50px;
	background-color:#05db56;
}

.main-header .header-lower .options-box{
	position:relative;
	float:left;
	margin-left:30px;
	padding:28px 0px;
}

.main-header .header-lower .logo{
	position:relative;
	padding:7px 0px;
}

/***

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#000000;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}

.main-menu .navbar-collapse {
	padding: 0px;
	float: left;
	display: block !important;
	width: 100%;
}

.sticky-header .logo{
	padding:0px 0px;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	left: 0;
	position: fixed;
	top: 81px;
	display: none;
	width: 240px;
	height: 100%;
	background: #ffffff;
	z-index: 99999999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .hidden-bar-wrapper{
	max-height: 100%;
	overflow-y: auto;
	overflow-x: inherit;
	padding-top: 0;
	padding-bottom: 2rem;
}

/* width */

.hidden-bar .hidden-bar-wrapper::-webkit-scrollbar{
	width: 5px;
	cursor:pointer;
}

/* Track */

.hidden-bar .hidden-bar-wrapper::-webkit-scrollbar-track{
	background: #ffffff;
	cursor:pointer;
}

/* Handle */

.hidden-bar .hidden-bar-wrapper::-webkit-scrollbar-thumb{
	background: #255f4c;
	cursor:pointer;
}

/* Handle on hover */

.hidden-bar .hidden-bar-wrapper::-webkit-scrollbar-thumb:hover{
	background: #ff5773;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
	display: block;
}

.hidden-bar.left-align .color-layer{
	position: absolute;
	content: '';
	left: 100%;
	top: 0px;
	width: 100000%;
	height: 100%;
	opacity:0;
	visibility:hidden;
	display: block;
	background-color: rgba(0,0,0,0.75);
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar.left-align.visible-sidebar .color-layer{
	opacity:1;
	visibility:visible;
}

.hidden-bar.left-align.visible-sidebar.alternate::before{
	display:none;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:0px;
	top:0px;
	display:none;
	cursor:pointer;
	background: #ff5773;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	font-size: 36px;
	color:#ffffff;
	width:40px;
	height:40px;
	cursor:pointer;
	display:none;
	line-height:40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.hidden-bar .hidden-bar-closer button span{
	position:relative;
	font-size:20px;
	display:inline-block;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#ff5773;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:0px 0px 30px 0px;
}

.hidden-bar .pages-list{
	position:relative;
}

.hidden-bar .pages-list li{
	position:relative;
}

.hidden-bar .pages-list li a{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:600;
	display:block;
	padding:9px 10px 9px 18px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.hidden-bar .pages-list li a .icon{
	position:relative;
	color:#9fa4c2;
	font-size:16px;
	line-height:1em;
	font-weight:400;
	margin-right:10px;
}

.hidden-bar .pages-list li.active a,
.hidden-bar .pages-list li a:hover{
	color: #255f4c;
	background-color: #d9efe8;
}

.hidden-bar .pages-list li:hover a .icon,
.hidden-bar .pages-list li.active a .icon{
	color: #255f4c;
}

.hidden-bar .heading{
	position:relative;
	font-size:14px;
	font-weight:600;
	color:#252841;
	padding:9px 10px 9px 18px;
}

.sidenav-list{
	position: static;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: #28715f;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	padding: 0 1rem;
	border-radius: 4px;
}

.sidenav-list ul{
	display: flex;
	padding: 0;
	padding-top:15px;
	width: 100%;
}

.sidenav-list ul li{
	padding: 0  2px!important;
	display: flex;
	text-align:center;
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.sidenav-list ul li a{
	padding: 0;
	color: #fff;
	display: flex;
	position: relative;
	margin-bottom:15px;
	width: 100%;
}

.sidenav-list ul li a .icon{
	padding: 0;
	right: 0;
	width: 40px;
	display: none;
	color:#a7a9c5;
	height: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	position: relative;
	background-color:#feeff2;
}

.sidenav-list ul li a span{
	position: static;
	width: auto;
	height: 35px;
	width: 100%;
	line-height: 35px;
	padding: 0 1rem;
	text-transform: capitalize;
	font-size: .835rem;
	font-weight: 600;
	display: block;
	color:#ffffff;
	background: #255f4c;
	border-radius: 0;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidenav-list ul li a span i{
	position:relative;
	font-style:normal;
	color:#ffffff;
	font-size: 1.3rem;
	margin-right: 10px;
	font-weight:400;
}

.sidenav-list ul a.active span,
.sidenav-list ul a:hover span {
	z-index:1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding-top: 3rem;
	padding-bottom: 0;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}
.order-widget{margin-top:3rem}
.sidebar-widget{
	margin-bottom:30px;
}

.sidebar-widget .widget-content{
	position:relative;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.02);
}

.sidebar-widget .widget-content .content{
	position:relative;
	padding:15px 15px 5px;
}

.sidebar-widget.popular-posts .widget-content .content{
	padding:15px 20px 5px;
}

/*Sidebar Title*/

.sidebar-title{
	position: relative;
	padding:13px 20px 11px;
	display:block;
	margin-bottom:0px;
	border-bottom:1px solid #f5fbff;
}

.sidebar-title h6{
	position:relative;
	color: #252841;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

/* Tags Widget */

.tags-widget ul{
	position:relative;
}

.tags-widget ul li{
	position:relative;
	margin-bottom:12px;
	margin-right:4px;
	display:inline-block;
}

.tags-widget ul li a{
	position:relative;
	color:#252841;
	font-size:14px;
	font-weight:600;
	padding:4px 12px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.02);
}

.tags-widget ul li a:hover{
	color:#ff5773;
	background-color:#feeff2;
}

.categories-widget .widget-content .content{
	padding:15px 20px 20px;
}

/* Categories Widget */

.categories-widget ul li{
	position:relative;
	margin-bottom:11px;
}

.categories-widget ul li a{
	position:relative;
	color:#252841;
	font-size:14px;
	font-weight:600;
	padding-left:32px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-widget ul li a .icon{
	position:absolute;
	left:0px;
	top:-3px;
	width:24px;
	height:24px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#f5fbff;
}

.categories-widget ul li a:hover{
	color:#ff5773;
}

.categories-widget .all-category{
	position:relative;
	color:#ff5773;
	font-size:12px;
	font-weight:500;
	margin-top:8px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:1px solid #ff5773;
}

.categories-widget .all-category:hover{

}

/* Featured Widget */

.featured-widget .widget-content .content{
	padding:15px 20px 20px;
}

.featured-widget .owl-dots{
	display:none;
}

.featured-widget .owl-nav{
	position:absolute;
	right:0px;
	top:-50px;
}

.featured-widget .owl-nav .owl-prev,
.featured-widget .owl-nav .owl-next{
	position:relative;
	width:18px;
	height:18px;
	color:#929292;
	font-size:10px;
	line-height:15px;
	text-align:center;
	border-radius:50px;
	margin-left:6px;
	display:inline-block;
	border:1px solid #e8e8e8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-widget .owl-nav .owl-prev:hover,
.featured-widget .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ff5773;
	background-color:#ff5773;
}

/* Featured Block */

.featured-block{
	position:relative;
}

.featured-block .inner-box{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}

.featured-block .inner-box .image{
	position:relative;
}

.featured-block .inner-box .image .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	display:block;
}

.featured-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	overflow:hidden;
	text-align:center;
	background-color:rgba(0,0,0,0.30);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.featured-block .inner-box .image .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:0px 0px;
}

.featured-block .inner-box .image .overlay-inner .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.featured-block .inner-box .image .overlay-inner .author-image{
	position:relative;
	width:34px;
	height:34px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50px;
	border:2px solid #ffffff;
}

.featured-block .inner-box .image .overlay-inner .name{
	position:relative;
	color:#ffffff;
	font-size:9px;
	margin-top:6px;
	font-weight:600;
	line-height:1.3em;
}

/* Support Widget */

.support-widget .widget-content{
	position:relative;
	padding:25px 15px;
	border-radius:8px;
	text-align:center;
}

.support-widget .widget-content h5{
	position:relative;
	color:#252841;
	font-weight:700;
	line-height:1.3em;
}

.support-widget .widget-content .text{
	position:relative;
	color:#71718a;
	font-weight:400;
	line-height:2em;
	font-size:12px;
	margin-top:12px;
	margin-bottom:20px;
}

/***

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding-bottom:50px;
}
.featured-section .owl-nav > div{padding:0 10px}
.featured-section .owl-nav{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Featured Block Two */

.feature-block-two{
	position:relative;
	margin-bottom:20px;
}

.feature-block-two .inner-box{
	position:relative;
	padding:22px 20px;
	border-radius:4px;
	min-height:189px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.04);
}

.feature-block-two .inner-box .content{
	position:relative;
	padding-left:130px;
	min-height: 270px;
}

.feature-block-two .inner-box .content .image{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	border-radius:4px;
	overflow:hidden;
	background-color: #8acfb9;
}

.feature-block-two .inner-box .content .image img{
	position:relative;
	display:block;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	min-height: 150px;
	object-fit: cover;
}

.feature-block-two .inner-box:hover .content .image img{
	opacity:0.6;
	transform:scale(1.07,1.07);
}

.feature-block-two .inner-box h6{
	position:relative;
	line-height:1.7em;
	font-size:14px;
	font-weight:500;
}

.feature-block-two .inner-box h6 a{
	position:relative;
	color:#0f0e2d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block-two .inner-box h6 a:hover{
	color:#ff5773;
}

.feature-block-two .inner-box .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	line-height:1.9em;
	font-weight:500;
	margin-top:3px;
}

.feature-block-two .inner-box .author{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	margin-top:3px;
	margin-bottom:2px;
}

.feature-block-two .inner-box .author span{
	position:relative;
	color:#ff5773;
}

.feature-block-two .inner-box .rating{
	position:relative;
	color:#f9cf56;
	font-size:12px;
}

.feature-block-two .inner-box .rating .fa.dark{
	color:#adadad;
}

.feature-block-two .inner-box .price{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.feature-block-two .inner-box .content .eps_dots{
	position: absolute;
	right: 0px;
	top:0px;
}

.feature-block-two .inner-box .content .eps_dots a{
	font-size: 20px;
	width:5px;
	height:20px;
	display:inline-block;
}

.feature-block-two .inner-box .content .eps_dots a span{
	position:absolute;
	right:0px;
	top:0px;
	width:20px;
	height:40px;
}

.feature-block-two .inner-box .content .eps_dots a i{
	position:absolute;
	content:'';
	left:0px;
	top:11px;
	width:5px;
	height:5px;
	display:block;
	border-radius:50px;
	background-color:#b2b2b2;
}

.feature-block-two .inner-box .content .eps_dots a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:5px;
	height:5px;
	display:block;
	border-radius:50px;
	background-color:#b2b2b2;
}

.feature-block-two .inner-box .content .eps_dots a:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:5px;
	height:5px;
	display:block;
	border-radius:50px;
	background-color:#b2b2b2;
}

.feature-block-two .inner-box .content .more_dropdown {
	display: inline-block;
}

.feature-block-two .inner-box .content .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	z-index: 1;
	right: 0;
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.10);
}

.feature-block-two .inner-box .content .dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.feature-block-two .inner-box .content .dropdown-content span i {
	margin-right: 10px;
	font-size: 100%;
	font-weight:600;
}

.feature-block-two .inner-box .content .dropdown-content span:hover {
	color: #333333 !important;
	background-color: #fff0f3;
}

.feature-block-two .inner-box .content .more_dropdown:hover .dropdown-content {
	display: block;
}

.feature-block-two .inner-box .content .more_dropdown:hover .eps_dots {
	background-color: #333;
}

/***

====================================================================
	Courses Section
====================================================================

***/

.courses-section{
	position:relative;
	padding-bottom:40px;
}

.course-block{
	position:relative;
	padding-bottom:30px;
}

.course-block .inner-box{
	position:relative;
	border-radius:5px;
	padding:10px 10px 18px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.course-block .inner-box:hover{
	box-shadow:0px 10px 10px rgba(0,0,0,0.04);
}

.course-block .inner-box .image{
	position:relative;
	background-color:#ff5773;
}

.course-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.course-block .inner-box:hover .image img{
	opacity:0.5;
}

.course-block .inner-box .image .time{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#0f0e2d;
	font-size:12px;
	font-weight:400;
	padding:5px 14px;
	border-radius:50px;
	display:inline-block;
	background-color:#f5fbff;
	font-family: 'Roboto', sans-serif;
}

.course-block .inner-box .lower-content{
	position:relative;
	padding-top:20px;
}

.course-block .inner-box .lower-content h6{
	position:relative;
	font-weight:500;
	font-size:14px;
}

.course-block .inner-box .lower-content h6 a{
	position:relative;
	color:#0f0e2d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.course-block .inner-box .lower-content h6 a:hover{
	color:#ff5773;
}

.course-block .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:7px;
	margin-bottom: 8px;
}

.course-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	line-height:1.2em;
	padding-right:12px;
	margin-right:10px;
	display:inline-block;
	border-right:1px solid #71718a;
}

.course-block .inner-box .lower-content .post-meta li:last-child{
	border-right:0px;
	padding-right:0px;
	margin-right:0px;
}

.course-block .inner-box .lower-content .author{
	position: relative;
	color: #71718a;
	font-size: 12px;
	font-weight: 600;
}

.course-block .inner-box .lower-content .author span{
	position: relative;
	color: #ff5773;
}

.course-block .inner-box .lower-content .price{
	position: relative;
	color: #0f0e2d;
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding-bottom:30px;
}

.team-section .row{
	margin:0px -9px;
}

.team-section .team-block{
	padding:0px 9px;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:30px 15px 30px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box:hover{
	box-shadow:0px 5px 20px rgba(0,0,0,0.07);
}

.team-block .inner-box .image{
	position:relative;
	width:70px;
	height:70px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:20px;
}

.team-block .inner-box .name{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

.team-block .inner-box .name a{
	position:relative;
	color:#0f0e2d;
}

.team-block .inner-box .designation{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	margin-top:3px;
	margin-bottom:0px;
}

.team-block .inner-box .text{
	position:relative;
	margin-top:8px;
	color: #71718a;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

.team-block .inner-box .courses{
	position:relative;
	color:#0f0e2d;
	font-size:12px;
	font-weight:500;
	margin-top:8px;
	margin-bottom:15px;
}

.team-block .inner-box .social-box{
	position:relative;
}

.team-block .inner-box .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.team-block .inner-box .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	color:#3b5998;
	font-size:13px;
	line-height:30px;
	border-radius:5px;
	background-color:#eff4ff;
}

.team-block .inner-box .social-box li.google a{
	background-color:#ffeded;
	color:#db3236;
}

.team-block .inner-box .social-box li.twitter a{
	background-color:#ecfaff;
	color:#00acee;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
}

.testimonial-section.style-two{
	padding:65px 0px 60px;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	right:0px;
	top:-40px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:relative;
	width:18px;
	height:18px;
	color:#929292;
	font-size:10px;
	line-height:15px;
	text-align:center;
	border-radius:50px;
	margin-left:6px;
	display:inline-block;
	border:1px solid #e8e8e8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ff5773;
	background-color:#ff5773;
}

.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:30px 20px 30px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-block .inner-box .quote{
	position:absolute;
	left:30px;
	top:35px;
	color:#f5fbff;
	font-size:50px;
	line-height:1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-block .inner-box:hover .quote{
	color:#ff5773;
}

.testimonial-block .inner-box .image{
	position:relative;
	width:70px;
	height:70px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:15px;
}

.testimonial-block .inner-box .name{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#ff5773;
	font-size:12px;
	font-weight:500;
	margin-top:1px;
	margin-bottom:0px;
	font-family: 'Roboto', sans-serif;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#71718a;
	font-size:13px;
	font-weight:500;
	margin-top:8px;
	line-height:1.9em;
}

.sticky-top{
	top:90px;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	overflow:hidden;
	background: linear-gradient(to right, rgb(19 68 33), rgb(11, 135, 147));
	float: left;
	width: 100%;
}

.main-footer .pattern-layer{
	position:absolute;
	left:100px;
	top:100px;
	width:271px;
	height:116px;
}

.main-footer .pattern-layer-two{
	position:absolute;
	right:-280px;
	top:120px;
	width:451px;
	height:226px;
}

.main-footer .upper-box{
	position:relative;
	z-index:1;
	padding: 3rem 0;
	background-image: linear-gradient(to left, #d7d7d7d6, #fbfaff);
}

.main-footer .upper-box h4{
	position:relative;
	color: black;
	font-size:24px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:40px;
	text-align:center;
}

.main-footer .upper-box .subscribe-form{
	max-width:560px;
	margin:0 auto;
}

/* Subscribe Form */

.subscribe-form{
	position:relative;
	width:100%;
	margin-bottom:0px;
}

.subscribe-form .form-group{
	position: relative;
	display: block;
	z-index:1;
	margin-bottom: 0px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
	position:relative;
	display:block;
	width:100%;
	height:52px;
	font-size:15px;
	color: black;
	line-height:38px;
	padding:10px 20px 10px 30px;
	font-weight:400;
	border-radius:50px;
	-webkit-text-fill-color: black;
	background:none;
	border:1px solid #65698a;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.subscribe-form .form-group input[type="email"]:focus{
	border-color:#ffffff;
}

.subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.subscribe-form .form-group .theme-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	padding:11px 50px;
}

.main-footer .widgets-section{
	position:relative;
	padding:60px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.main-footer .footer-widget .logo img{height: 75px;}
.main-footer .logo-widget{
	position:relative;
	z-index:3;
}

.main-footer .logo-widget .logo{
	position:relative;
	opacity:1;
	visibility:visible;
	margin-bottom:18px;
}

.main-footer .logo-widget .text{
	position:relative;
	font-size: .83rem;
	color:#ffffff;
	line-height:1.9em;
	margin-bottom:25px;
}

.main-footer .logo-widget .social-box{
	position:relative;
}

.main-footer .logo-widget .social-box a{
	position:relative;
	font-size:28px;
	color:#ffffff;
	margin-right:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .social-box a:hover{
	color:#ff5773;
}

.main-footer .links-widget li{
	position:relative;
	margin-bottom:10px;
}

.main-footer .links-widget li a{
	position:relative;
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links-widget li a:hover{
	color:#ff5773;
}
.main-footer .footer-bottom .social-box{}
.main-footer .footer-bottom .social-box a {color:white;font-size:1.2rem;padding:0 .6rem}
.main-footer .footer-bottom{
	position:relative;
	padding: 30px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.10);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#dcdddd;
	font-size:14px;
	font-weight:500;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination.margin-top{
	margin-top:10px;
}

.styled-pagination.margin-top-two{
	margin-top:30px;
}

.styled-pagination li{
	position:relative;
	margin:0px 4px 5px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color: #255f4c;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	width:auto;
	height:auto;
	color:#71718a;
	font-size:14px;
	background:none !important;
	margin:0px 3px;
}

.styled-pagination li.arrow a{
	position:relative;
	font-size:24px;
}

/* Review Widget */

.review-widget .intro-video{
	position:relative;
	text-align:center;
	width:100%;
	display:block;
	overflow:hidden;
	border-radius:6px;
	padding:40px 0px 30px;
	background-repeat:no-repeat;
	background-size:cover;
}

.review-widget .intro-video:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(14,123,254,0.50);
}

.review-widget .intro-video h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:12px;
	line-height:1.3em;
	margin-top:20px;
	text-transform:capitalize;
}

.review-widget .intro-video .intro-video-box{
	position: relative;
	width:40px;
	height: 40px;
	z-index:99;
	color: #ff5773;
	font-weight:400;
	font-size:14px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:40px;
	display: inline-block;
	background-color:#ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.review-widget .intro-video .ripple,
.review-widget .intro-video .ripple:before,
.review-widget .intro-video .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-left:-1px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.review-widget .intro-video .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.review-widget .intro-video .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.review-widget .price{
	position:relative;
	display:block;
	margin-top:25px;
	font-weight:700;
	color:#0f0e2d;
	font-size:18px;
	text-align:center;
}

.review-widget .time-left{
	position:relative;
	color:#71718a;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	font-weight:500;
}

.review-widget .buttons-box .theme-btn{
	width:100%;
	margin-bottom:10px;
}

.review-widget .buttons-box{
	position:relative;
	text-align:center;
	padding:0px 20px;
}

/* Post Widget */

.popular-posts .post{
	position:relative;
	min-height:30px;
	margin-bottom:5px;
}

.popular-posts .post:last-child{
	margin-bottom:0px;
}

.popular-posts .post .post-inner{
	position:relative;
	padding-left:55px;
}

.popular-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:4px;
	width:45px;
	height:33px;
	margin:0px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.07);
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:14px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#252841;
	line-height:1.5em;
	text-transform:capitalize;
}

.popular-posts .post .text a{
	color:#252841;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color:#ff5773;
}

.popular-posts .timing{
	position:relative;
	font-size:10px;
	color:#71718a;
	font-weight:500;
}

/* Post Widget */

.recent-posts .post{
	position:relative;
	min-height:40px;
	padding-bottom:8px;
	margin-bottom:12px;
	border-bottom:1px solid #f5fbff;
}

.recent-posts .post:last-child{
	min-height:auto;
	margin-bottom:0px;
	border-bottom:none;
}

.recent-posts .post .post-inner{
	position:relative;
	padding-left:55px;
}

.recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:4px;
	width:45px;
	height:33px;
	margin:0px;
	background-color: #3ac499;
	box-shadow:0px 0px 10px rgba(0,0,0,0.07);
}

.recent-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.recent-posts .post:hover .post-thumb img{
	opacity:0.5;
}

.recent-posts .post .text{
	position:relative;
	top:0px;
	font-size:14px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#252841;
	line-height:1.4em;
	text-transform:capitalize;
}

.recent-posts .post .text a{
	color:#252841;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.recent-posts .post a:hover{
	color: #3ac499;
}

.recent-posts .author{
	position:relative;
	font-size:10px;
	color:#71718a;
	font-weight:500;
}

/* Video Box */

.video-box{
	position:relative;
	overflow:hidden;
	border-radius:3px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.05);
}

.video-box .video-image{
	position:relative;
	margin:0px;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background-color:rgba(0,0,0,0.02);
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
	top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	line-height:80px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color:#ff5773;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width:80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 87, 115, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 87, 115, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 87, 115, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 87, 115, .6);
	box-shadow: 0 0 0 0 rgba(255, 87, 115, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.video-info-boxed{
	position:relative;
	padding-top:25px;
	margin-bottom:25px;
}

.video-info-boxed h6{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:10px;
}

.video-info-boxed .author{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
	padding-top:2px;
	padding-left:35px;
	display:inline-block;
}

.video-info-boxed .author .user-image{
	position:absolute;
	left:0px;
	top:0px;
	width:26px;
	height:26px;
	overflow:hidden;
	display:inline-block;
	border-radius:50px;
	border:2px solid #ffffff;
}

.video-info-boxed .follow{
	position:relative;
	margin-left:16px;
	top:1px;
	display:inline-block;
}

.video-info-boxed .follow a{
	position:relative;
	color:#0e7bfe;
	font-size:14px;
	font-weight:600;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-info-boxed .follow a:hover{
	color:#ff5773;
}

.video-info-boxed .social-box{
	position:relative;
}

.video-info-boxed .social-box .share{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}

.video-info-boxed .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.video-info-boxed .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	color:#3b5998;
	font-size:13px;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	background-color:#eff4ff;
}

.video-info-boxed .social-box li.google a{
	background-color:#ffeded;
	color:#db3236;
}

.video-info-boxed .social-box li.twitter a{
	background-color:#ecfaff;
	color:#00acee;
}

/***

====================================================================
	Intro Tabs Style
====================================================================

***/

.course-tabs{
	position:relative;
	background-color:#ffffff;
}

.course-tabs .tab-btns{
	position:relative;
	padding-left:10px;
	border-bottom:1px solid #e5e5e5;
}

.course-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:14px;
	background:none;
	color:#71718a;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	float:left;
	margin-right:15px;
	background-color:#ffffff;
	padding:12px 15px 10px;
	text-transform:capitalize;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.course-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff5773;
}

.course-tabs .tab-btns .tab-btn.active-btn::before,
.course-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.course-tabs .tab-btns .tab-btn:hover,
.course-tabs .tab-btns .tab-btn.active-btn{
	color:#0f0e2d;
}

.course-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	background-color:#ffffff;
}

.course-tabs .tabs-content .tab{
	position:relative;
	display:none;
	padding-bottom:20px;
}

.course-tabs .tabs-content .tab.active-tab{
	display:block;
}

/***

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	background-color:#ffffff;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	font-weight:600;
	color:#0f0e2d;
	padding: 10px 40px 10px 25px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.accordion-box .block .acc-btn .icon-inner{
	color:#13b5ea;
	font-size:16px;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:50px;
	top:0px;
	height:100%;
	text-align:left;
	font-size:18px;
	color:#616161;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-21px;
	width:100%;
	height:42px;
	line-height:42px;
	font-size:13px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{

}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	transform:rotate(180deg);
	left:12px;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;
}

.accordion-box .block .content{
	position:relative;
	padding:5px 30px 10px 45px;
}

.accordion-box .block .content .minutes{
	position:relative;
	color:#ff5773;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
}

.accordion-box .block .play-icon{
	position:relative;
	color:#71718a;
	font-size:15px;
	text-align:center;
	font-weight:500;
	line-height: 40px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	/* background-color:#ffffff; */
}

.accordion-box .block .play-icon .fa{
	position: relative;
	width:40px;
	height: 40px;
	left:0px;
	z-index:99;
	color: #ff5773;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	margin-right:20px;
	display: inline-block;
	margin-top: -20px;
	margin-left:-20px;
	background-color:#ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.accordion-box .block .play-icon .ripple,
.accordion-box .block .play-icon .ripple:before,
.accordion-box .block .play-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-left:.5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 87, 115, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 87, 115, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 87, 115, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 87, 115, .4);
	box-shadow: 0 0 0 0 rgba(255, 87, 115, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.accordion-box .block .play-icon .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.accordion-box .block .play-icon .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.accordion-box.style-two .block{
	border-radius:5px;
	margin-bottom:20px;
	background-color:#f5fbff;
}

.accordion-box.style-two .block .acc-btn{
	font-size:14px;
	color:#71718a;
	font-weight:500;
}

.accordion-box.style-two .block .acc-content{
	padding:10px 0px 20px;
}

.accordion-box.style-two .block .icon-outer{
	right:35px;
}

.accordion-box.style-two .block .content{
	padding:0px 25px 0px 38px;
	margin-bottom:5px;
}

.accordion-box.style-two .block .content .text-link{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:300;
}

.accordion-box.style-two .block .content .text-link:before{
	position:absolute;
	content:'';
	left:-10px;
	top:5px;
	width:4px;
	height:4px;
	display:inline-block;
	border-radius:50px;
	background-color:#fe6680;
}

.accordion-box.style-two .block .content .minutes{
	color:#71718a;
	font-size:12px;
	margin-top:2px;
}

/* Student Review Box */

.student-review-box{
	position:relative;
	padding:25px 28px;
}

.student-review-box h6{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:12px;
	font-family: 'Roboto', sans-serif;
}

.student-review-box .inner-student-review-box{
	position:relative;
	padding:0px 10px 0px 10px;
}

.student-review-box .rating-column{
	position:relative;
}

.student-review-box .rating-column .inner-column{
	position:relative;
	text-align:center;
	padding-top:25px;
}

.student-review-box .rating-column .inner-column .total-rating{
	position:relative;
	color:#ff5773;
	font-size:26px;
	font-weight:600;
	margin-bottom:10px;
}

.student-review-box .rating-column .inner-column .rating{
	position:relative;
	color:#ff5773;
	font-size:14px;
}

.student-review-box .rating-column .inner-column .rating .fa.light{
	position:relative;
	color:#0e7bfe;
}

.student-review-box .rating-column .inner-column .title{
	position:relative;
	color:#71718a;
	font-size:13px;
	font-weight:600;
	margin-top:4px;
}

.student-review-box .stars-column{
	position:relative;
}

.student-review-box .stars-column .rating{
	position:relative;
	color:#ff5773;
	line-height:1em;
	margin-top:-4px;
	margin-left:-4px;
	margin-right:-4px;
	margin-bottom:17px;
}

.student-review-box .stars-column .rating .fa{
	line-height:1em;
	font-size:12px;
	display:inline-block;
}

.student-review-box .stars-column .rating .fa.light{
	position:relative;
	color:#0e7bfe;
}

.student-review-box .stars-column .rating i{
	position:relative;
	font-style:normal;
	color:#71718a;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	margin-left:2px;
	display:inline-block;
}

/* Skills Section */

.skills .skill-item{
	position:relative;
	margin-bottom:20px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:8px;
	border-radius:2px;
	background:#ededed;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:8px;
	width:0px;
	background-color:#dbd9da;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	display:none;
	margin-bottom:12px;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#19274d;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:600;
	font-size:16px;
	color: #ff5773;
	text-transform:uppercase;
}

/* Review Comments Box */

.review-comments-box{
	position:relative;
}

.review-comments-box h6{
	position: relative;
	color: #0f0e2d;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom:25px;
	padding:0px 30px 15px;
	border-bottom:1px solid #ededed;
}

/* Reviewer Comment Box */

.reviewer-comment-box{
	position:relative;
	padding:0px 30px;
	margin-bottom:30px;
}

.reviewer-comment-box h4{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	font-size:16px;
	line-height:1.3em;
	margin-bottom:15px;
}

.reviewer-comment-box .rating{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.reviewer-comment-box .rating .total-rating{
	position:relative;
	color:#ff5773;
	font-size:18px;
	font-weight:600;
	margin-right:5px;
}

.reviewer-comment-box .rating .fa{
	position:relative;
	color:#ff5773;
	margin:0px 2px;
	font-size:16px;
}

.reviewer-comment-box .rating .fa.light{
	color:#0e7bfe;
}

.reviewer-comment-box .text{
	position:relative;
	color:#71718a;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
	font-weight:500;
}

.reviewer-comment-box .helpful{
	position:relative;
	color:#0f0e2d;
	line-height:1.8em;
	margin-top:10px;
	font-weight:500;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.reviewer-comment-box .like-option{
	position:relative;
}

.reviewer-comment-box .like-option li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.reviewer-comment-box .like-option li span{
	position:relative;
	width:36px;
	height:36px;
	color:#71718a;
	font-size:18px;
	cursor:pointer;
	text-align:center;
	line-height:36px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.reviewer-comment-box .like-option li span:hover{
	color:#ff5773;
}

.reviewer-comment-box .like-option .report{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
}

.reviewer-comment-box .more{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
	margin-top:30px;
	display:inline-block;
}

/* Class Detail Content */

.class-detail-content{
	position:relative;
	padding:25px 25px;
}

.class-detail-content h4{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:10px;
}

.class-detail-content .text{
	position:relative;
	color:#71718a;
	font-size: .85rem;
	line-height:2em;
	font-weight:500;
	margin-bottom:20px;
}

.class-detail-content h6{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:18px;
}

/***

====================================================================
	Category Page Section
====================================================================

***/

.category-page-container{
	position:relative;
	padding:60px 0px 0px;
}

.category-page-container.style-two{
	padding-bottom:60px;
}

.category-page-container .owl-dots{
	display:none;
}

.category-page-container .owl-nav{
	position:absolute;
	right:0px;
	top:-45px;
}

.category-page-container .owl-nav .owl-prev,
.category-page-container .owl-nav .owl-next{
	position:relative;
	width:18px;
	height:18px;
	color:#929292;
	font-size:10px;
	line-height:15px;
	text-align:center;
	border-radius:50px;
	margin-left:6px;
	display:inline-block;
	border:1px solid #e8e8e8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.category-page-container .owl-nav .owl-prev:hover,
.category-page-container .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ff5773;
	background-color:#ff5773;
}

/***

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two{
	position:relative;
	padding:65px 0px 10px;
	background-color:#eef0f9;
}

/* Featured Block Three */

.feature-block-three{
	position:relative;
	padding-bottom:30px;
}

.feature-block-three .inner-box{
	position:relative;
	padding-left:60px;
}

.feature-block-three .inner-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#0e7bfe;
	font-size:20px;
	border-radius:3px;
	line-height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	background-color:#f5fbff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	background-color:#ff5773;
	color:#ffffff;
}

.feature-block-three .inner-box h5{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:500;
	line-height:1.3em;
}

.feature-block-three .inner-box .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	line-height:2em;
	font-weight:500;
	margin-top:8px;
}

/***

====================================================================
	Instructor Page Section
====================================================================

***/

.instructor-page-section{
	position:relative;
	padding:65px 0px 65px;
}

.instructor-page-section .upper-content{
	position:relative;
	border-radius:4px;
	padding:50px 50px 25px;
	background-color:#ffffff;
}

.instructor-page-section .upper-content .content{
	position:relative;
	padding-left:110px;
}

.instructor-page-section .upper-content .content .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:87px;
	height:87px;
	overflow:hidden;
	border-radius:50px;
}

.instructor-page-section .upper-content .content h4{
	position:relative;
	color:#0f0e2d;
	font-size:24px;
	font-weight:500;
	line-height:1.3em;
}

.instructor-page-section .upper-content .content .designation{
	position:relative;
	color:#0e7bfe;
	font-size:14px;
	font-weight:500;
	margin-top:6px;
	margin-bottom:12px;
}

.instructor-page-section .upper-content .content .social-box{
	position:relative;
}

.instructor-page-section .upper-content .content .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.instructor-page-section .upper-content .content .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	color:#3b5998;
	font-size:13px;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	background-color:#eff4ff;
}

.instructor-page-section .upper-content .content .social-box li.google a{
	background-color:#ffeded;
	color:#db3236;
}

.instructor-page-section .upper-content .content .social-box li.twitter a{
	background-color:#ecfaff;
	color:#00acee;
}

.instructor-page-section .upper-content .content .fact-counter{
	margin-top:30px;
}

.instructor-page-section .upper-content .content .fact-counter .row{
	margin:0px -1px;
}

.instructor-page-section .upper-content .content .fact-counter .counter-column{
	padding:0px 1px;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:30px;
	text-align:center;
}

.fact-counter .counter-column .inner{
	position:relative;
	padding:12px 10px 15px;
	background-color:#eef0f9;
}

.fact-counter .counter-column .count-box{
	position:relative;
	text-align:center;
	font-weight:600;
	color:#0f0e2d;
	font-size:24px;
	line-height:1em;
}

.fact-counter .counter-column .count-text{
	display:inline-block;
	font-weight:600;
	color:#0f0e2d;
	font-size:24px;
	line-height:1em;
}

.fact-counter .counter-column .count-outer{

}

.fact-counter .counter-column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#0f0e2d;
	margin-bottom:6px;
}

.instructor-page-section .upper-content .right-column{
	position:relative;
}

.instructor-page-section .upper-content .right-column .buttons-box{
	position:relative;
	text-align:center;
	padding-top:15px;
}

.instructor-page-section .upper-content .right-column .buttons-box .theme-btn{
	position:relative;
	width:100%;
	max-width:200px;
	margin-bottom:5px;
}

.instructor-page-section .upper-content .right-column .buttons-box .theme-btn i{
	position:relative;
	margin-right:8px;
	font-style:normal;
}

.instructor-page-section .lower-content{
	position:relative;
	margin-top:1px;
}

/***

====================================================================
	Intro Tabs Style
====================================================================

***/

.instructor-tabs{
	position:relative;
	background: white;
}

.instructor-tabs .tab-btns{
	position:relative;
	padding-left:10px;
	background-color:#ffffff;
}

.instructor-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:14px;
	background:none;
	color:#71718a;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	float:left;
	margin-right:15px;
	background-color:#ffffff;
	padding:10px 15px 8px;
	text-transform:capitalize;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.instructor-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff5773;
}

.instructor-tabs .tab-btns .tab-btn.active-btn::before,
.instructor-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.instructor-tabs .tab-btns .tab-btn:hover,
.instructor-tabs .tab-btns .tab-btn.active-btn{
	color:#0f0e2d;
}

.instructor-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	padding:22px 25px;
}

.instructor-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.instructor-tabs .tabs-content .tab.active-tab{
	display:block;
}

.instructor-tabs .tabs-content h6{
	position:relative;
	color:#0f0e2d;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}

.instructor-tabs .tabs-content .text{
	position:relative;
}

.instructor-tabs .tabs-content .text p{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	line-height:2em;
	max-width:900px;
	margin-bottom:15px;
}

.instructor-tabs .tabs-content .text p:last-child{
	margin-bottom:0px;
}

/***

====================================================================
	Course Detail Section
====================================================================

***/

.course-detail-section{
	position:relative;
	padding:65px 0px 40px;
}

.course-detail-section .upper-content{
	position:relative;
	padding:15px 15px;
	border-radius:4px;
	background-color:#ffffff;
}

.course-detail-section .upper-content .left-column{
	position:relative;
}

.course-detail-section .upper-content .left-column .inner-column{
	position:relative;
}

/* Review Widget */

.course-detail-section .upper-content .left-column .intro-video{
	position:relative;
	text-align:center;
	width:100%;
	display:block;
	overflow:hidden;
	border-radius:6px;
	padding:75px 0px 75px;
	background-repeat:no-repeat;
	background-size:cover;
}

.course-detail-section .upper-content .left-column .intro-video:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(14,123,254,0.50);
}

.course-detail-section .upper-content .left-column .intro-video h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:12px;
	line-height:1.3em;
	margin-top:20px;
	text-transform:capitalize;
}

.course-detail-section .upper-content .left-column .intro-video .intro-video-box{
	position: relative;
	width:40px;
	height: 40px;
	z-index:99;
	color: #ff5773;
	font-weight:400;
	font-size:14px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:40px;
	display: inline-block;
	background-color:#ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.course-detail-section .upper-content .left-column .intro-video .ripple,
.course-detail-section .upper-content .left-column .intro-video .ripple:before,
.course-detail-section .upper-content .left-column .intro-video .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-left:-1px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.course-detail-section .upper-content .left-column .intro-video .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.course-detail-section .upper-content .left-column .intro-video .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.course-detail-section .upper-content .right-column{
	position:relative;
}

.course-detail-section .upper-content .right-column .inner-column{
	position:relative;
}

.course-detail-section .upper-content .right-column h2{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	line-height:1.2em;
	font-size:24px;
	padding-top:10px;
}

.course-detail-section .upper-content .right-column .sub-text{
	position:relative;
	color:#71718a;
	font-weight:500;
	line-height:1.2em;
	font-size:13px;
	padding-top:10px;
	margin-bottom:15px;
}

.course-detail-section .upper-content .right-column .rating{
	position:relative;
}

.course-detail-section .upper-content .right-column .rating .rate{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding:4px 22px;
	border-radius:50px;
	display:inline-block;
	background-color:#ff5773;
}

.course-detail-section .upper-content .right-column .rating .rate i{
	margin-left:5px;
}

.course-detail-section .upper-content .right-column .rating .total-rating{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:600;
	margin-left:20px;
}

.course-detail-section .upper-content .right-column .price{
	position:relative;
	color:#0f0e2d;
	font-size:16px;
	font-weight:500;
	margin-top:15px;
}

.course-detail-section .upper-content .right-column .price span{
	position:relative;
	color:#0e7bfe;
	font-weight:700;
}

.course-detail-section .upper-content .right-column .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	line-height:2em;
	font-weight:500;
	max-width:620px;
	margin-top:10px;
	margin-bottom:15px;
}

.course-detail-section .upper-content .right-column .buttons-box{
	position:relative;
}

.course-detail-section .upper-content .right-column .buttons-box .theme-btn{
	position:relative;
	width:100%;
	text-align:center;
	margin-right:20px;
	/* max-width:170px; */
}

.course-detail-section .lower-content{
	position:relative;
	margin-top:1px;
}

/* Course Detail Info Boxed */

.course-detail-info-boxed{
	position:relative;
	padding:15px 70px 15px 25px;
}

.course-detail-info-boxed h6{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:10px;
}

.course-detail-info-boxed .author{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
	padding-top:5px;
	padding-left:45px;
	display:inline-block;
	margin-top:30px;
}

.course-detail-info-boxed .author .user-image{
	position:absolute;
	left:0px;
	top:0px;
	width:34px;
	height:34px;
	overflow:hidden;
	display:inline-block;
	border-radius:50px;
	border:2px solid #ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}

.course-detail-info-boxed .follow{
	position:relative;
	margin-left:16px;
	top:1px;
	display:inline-block;
}

.course-detail-info-boxed .follow a{
	position:relative;
	color:#0e7bfe;
	font-size:14px;
	font-weight:600;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.course-detail-info-boxed .follow a:hover{
	color:#ff5773;
}

.course-detail-info-boxed .social-box{
	position:relative;
}

.course-detail-info-boxed .social-box .share{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}

.course-detail-info-boxed .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.course-detail-info-boxed .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	color:#3b5998;
	font-size:13px;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	background-color:#eff4ff;
}

.course-detail-info-boxed .social-box li.google a{
	background-color:#ffeded;
	color:#db3236;
}

.course-detail-info-boxed .social-box li.twitter a{
	background-color:#ecfaff;
	color:#00acee;
}

/*Comming Soon*/

.comming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
	background-color:#252841;
}

.comming-soon .content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align:center;
	vertical-align: middle;
}

.comming-soon .content .content-inner{
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}

.comming-soon .content .content-inner .logo{
	position: relative;
	margin-bottom:40px;
}

.comming-soon .content .content-inner h1{
	position:relative;
	color:#ffffff;
	font-size:54px;
	font-weight:800;
	line-height:1.2em;
	margin-bottom:20px;
	text-transform:capitalize;
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:0px;
	text-transform:capitalize;
}

/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin-left:20px;
	width:140px;
	height:140px;
	text-align:left;
	display:inline-block;
	padding:30px 0px 10px;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:25px;
}

.time-counter .time-countdown .counter-column:before{
	position:absolute;
	content:':';
	right:-25px;
	top:45px;
	font-size:40px;
	font-weight:600;
}

.time-counter .time-countdown .counter-column:last-child:before{
	display:none;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:44px;
	line-height:40px;
	padding:10px 10px 0px;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:500;
	margin-bottom:15px;
}

/* Error Section */

.error-section{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
	background-color:#252841;
}

.error-section .content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align:center;
	vertical-align: middle;
}

.error-section .content .content-inner{
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}

.error-section .content .content-inner .logo{
	position: relative;
	margin-bottom:40px;
}

.error-section .content .content-inner h1{
	position:relative;
	color:#ffffff;
	font-size:74px;
	font-weight:800;
	line-height:1.2em;
	margin-bottom:5px;
	margin-top:-70px;
	text-transform:capitalize;
}

.error-section .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:40px;
	text-transform:capitalize;
}

.error-section .content .content-inner .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	line-height:1.4em;
	margin-top:60px;
	text-transform:capitalize;
}

.error-section .content .content-inner .theme-btn{
	padding:7px 75px;
}

/***

====================================================================
	Feedback Section
====================================================================

***/

.feedback-section{
	position:relative;
	padding:50px 0px 40px;
}

.feedback-section .inner-container{
	position:relative;
	padding:30px 20px;
	border-radius:4px;
	background-color:#ffffff;
}

.feedback-section .feedback-form{

}

/***

====================================================================
	Feedback Form
====================================================================

***/

.feedback-form .form-group{
	margin-bottom:20px;
}

.feedback-form .form-group label{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:400;
	display:block;
	font-family: 'Roboto', sans-serif;
}

.feedback-form .form-group .custom-attachment{
	position:absolute;
	left:15px;
	top:30px;
	width:420px;
	height:44px;
	cursor:pointer;
	font-size:14px;
	border: 1px solid #cbd4da;
	padding:11px 20px;
	border-radius:50px;
	background-color: white;
	color:#71718a !important;
}

.feedback-form .form-group .custom-attachment:before{
	position:absolute;
	content: "\f197";
	right:18px;
	top:9px;
	color:#5ca6fe;
	font-size:26px;
	line-height:1em;
	font-family: "Flaticon";
}

.feedback-form .form-group input[type="text"],
.feedback-form .form-group input[type="password"],
.feedback-form .form-group input[type="tel"],
.feedback-form .form-group input[type="email"],
.feedback-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 30px;
	color:#71718a;
	border: 1px solid #cbd4da;
	height:50px;
	font-size:14px;
	border-radius:50px;
	background: #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.feedback-form .form-group input[type="text"]:focus,
.feedback-form .form-group input[type="password"]:focus,
.feedback-form .form-group input[type="tel"]:focus,
.feedback-form .form-group input[type="email"]:focus,
.feedback-form .form-group select:focus,
.feedback-form .form-group textarea:focus{
	border-color:#ff5773;
}

.feedback-form .form-group input.attachment-file{
	width:420px;
	height:36px;
	font-size:0px;
	padding:0px;
	border:0px;
	z-index:1;
	opacity:0;
	cursor:pointer;
	padding-left:20px;
}

/* .feedback-form .form-group input.attachment-file:before{
	position:absolute;
	left:15px;
	top:30px;
	content:'';
	width:420px;
	height:36px;
	font-size:0px;
	padding:0px;
	border:0px;
	z-index:10;
	display:inline-block;
	background:url(../images/icons/attachment.png) no-repeat;
} */

.feedback-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 30px 25px;
	color:#71718a;
	border: 1px solid #cbd4da;
	height:140px;
	background: white;
	resize:none;
	font-size:14px;
	border-radius:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.feedback-form .theme-btn{
	position:relative;
	margin-top:10px;
	cursor:pointer;
	padding:7px 50px;
}

/***

====================================================================
	Help Section
====================================================================

***/

.help-section{
	position:relative;
	padding:45px 0px 30px;
}

.help-section .help-search-box{
	position:relative;
	border-radius:4px;
	text-align:center;
	padding:65px 15px 70px;
	background-color:#252841;
}

.help-section .help-search-box h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
}

.help-section .help-search-box .help-search-form{
	max-width:525px;
	margin:0 auto;
}

/* Subscribe Form */

.help-search-form{
	position:relative;
	width:100%;
	margin-bottom:0px;
}

.help-search-form .form-group{
	position: relative;
	display: block;
	z-index:1;
	margin-bottom: 0px;
}

.help-search-form .form-group input[type="text"],
.help-search-form .form-group input[type="tel"],
.help-search-form .form-group input[type="email"],
.help-search-form .form-group textarea {
	position:relative;
	display:block;
	width:100%;
	height:52px;
	font-size:14px;
	color:#9c9c9c;
	line-height:38px;
	padding:10px 20px 10px 30px;
	font-weight:400;
	border-radius:50px;
	background:#f5fbff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.help-search-form .form-group input[type="email"]:focus{
	border-color:#ffffff;
}

.help-search-form .form-group textarea::-webkit-input-placeholder,
.help-search-form .form-group input::-webkit-input-placeholder{
	color:#9c9c9c;
}

.help-search-form .form-group .theme-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	padding:11px 50px;
}

.help-search-form .form-group .theme-btn i{
	position:relative;
	font-size:16px;
	margin-right:10px;
}

.help-section .lower-content{
	position:relative;
	margin-top:1px;
}

/***

====================================================================
	Help Tabs Style
====================================================================

***/

.help-tabs{
	position:relative;
}

.help-tabs .tab-btns{
	position:relative;
	text-align:center;
	background-color:#ffffff;
}

.help-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:14px;
	background:none;
	color:#71718a;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	display:inline-block;
	margin-right:15px;
	background-color:#ffffff;
	padding:10px 15px 8px;
	text-transform:capitalize;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.help-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff5773;
}

.help-tabs .tab-btns .tab-btn.active-btn::before,
.help-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.help-tabs .tab-btns .tab-btn:hover,
.help-tabs .tab-btns .tab-btn.active-btn{
	color:#0f0e2d;
}

.help-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	padding:30px 0px 10px;
}

.help-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.help-tabs .tabs-content .tab.active-tab{
	display:block;
}

.help-tabs .tabs-content h3{
	position:relative;
	color:#0f0e2d;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	text-align:center;
	margin-bottom:25px;
}

.help-tabs .tabs-content .tab-text{
	position:relative;
	color:#71718a;
	font-size:15px;
	font-weight:500;
	text-align:center;
	top:-15px;
	margin-bottom:15px;
}

/* Featured Block Four */

.feature-block-four{
	position:relative;
	padding-bottom:20px;
}

.feature-block-four .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:20px 15px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.02);
}

.feature-block-four .inner-box .icon-box{
	position:relative;
	width:70px;
	height:70px;
	color:#0f0e2d;
	font-size:34px;
	border-radius:50px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	background-color:#e4f9ff;
}

.feature-block-four.style-two .inner-box .icon-box{
	background-color:#eeefff;
}

.feature-block-four.style-three .inner-box .icon-box{
	background-color:#e7fff4;
}

.feature-block-four.style-four .inner-box .icon-box{
	background-color:#ffedfc;
}

.feature-block-four.style-five .inner-box .icon-box{
	background-color:#f6f5eb;
}

.feature-block-four.style-six .inner-box .icon-box{
	background-color:#fff3f0;
}

.feature-block-four.style-seven .inner-box .icon-box{
	background-color:#e8f6fa;
}

.feature-block-four.style-eight .inner-box .icon-box{
	background-color:#eeefff;
}

.feature-block-four .inner-box h6{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	line-height:1.3em;
	margin-top:20px;
}

.feature-block-four .inner-box .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	line-height:2em;
	font-weight:500;
	margin-top:10px;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:20px;
}

.news-block .inner-box{
	position:relative;
	padding:22px 20px;
	border-radius:5px;
	background-color:#ffffff;
}

.news-block .inner-box .content{
	position:relative;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
.news-block .inner-box .content .image a{
	display: flex;
	width: 100%;
}
.news-block .inner-box .content .image{
	width:280px;
	border-radius:5px;
	overflow:hidden;
	display: flex;
	position: relative;
}

.news-block .inner-box .content .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.news-block .inner-box .content .image:before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 75%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgb(58 196 153 / .4) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgb(58 196 153 / .4) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.news-block .inner-box:hover .image:before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 120%;
	}
}
@keyframes shine {
	100% {
		left: 120%;
	}
}

.news-block .inner-box h6{
	position:relative;
	line-height:1.3em;
	font-weight:500;
	font-size: 1.2rem;
}

.news-block .inner-box h6 a{
	position:relative;
	color:#0f0e2d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box h6 a:hover{
	color: #3ac499;
}

.news-block .inner-box .text{
	position:relative;
	color:#71718a;
	font-size: .825rem;
	line-height:1.8em;
	font-weight:500;
	margin-top:6px;
	margin-bottom:4px;
}

.news-block .inner-box .author{
	position:relative;
	color:#0f0e2d;
	font-size:12px;
	font-weight:600;
}

.news-block .inner-box .news-info{
	position:relative;
	margin-bottom:4px;
}

.news-block .inner-box .news-info li{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:600;
	padding-right:10px;
	margin-right:10px;
	display:inline-block;
}

.news-block .inner-box .news-info li:before{
	position:absolute;
	content:'.';
	right:-5px;
	top:-3px;
	color:#71718a;
	font-size:18px;
	font-weight:800;
}

.news-block .inner-box .news-info li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-block .inner-box .news-info li:last-child::before{
	display:none;
}

.news-block .inner-box .reading{
	position:relative;
	color: #3ac499;
	font-size:14px;
	border-bottom: 1px solid #3ac499;
	font-family: 'Roboto', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .reading:hover{

}

/* News Detail */

.news-detail{
	position:relative;
}

.news-detail .inner-box{
	position:relative;
	padding:25px 22px;
	border-radius:5px;
	background-color:#ffffff;
}

.news-detail .inner-box .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0px 10px 15px rgba(0,0,0,0.07);
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:28px 20px 10px;
}

.news-detail .inner-box .lower-content h6{
	position:relative;
	color:#0f0e2d;
	font-size:16px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:10px;
}

.news-detail .inner-box .lower-content p{
	position:relative;
	color:#71718a;
	font-size:12px;
	line-height:2em;
	font-weight:500;
}

.news-detail .inner-box .lower-content .author{
	position:relative;
	color:#ff5773;
	font-size:12px;
	font-weight:600;
	margin-right:50px;
}

.news-detail .inner-box .lower-content .news-info{
	position:relative;
	margin-bottom:4px;
}

.news-detail .inner-box .lower-content .news-info li{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:600;
	padding-right:10px;
	margin-right:10px;
	display:inline-block;
}

.news-detail .inner-box .lower-content .news-info li:before{
	position:absolute;
	content:'.';
	right:-5px;
	top:-3px;
	color:#71718a;
	font-size:18px;
	font-weight:800;
}

.news-detail .inner-box .lower-content .news-info li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-detail .inner-box .lower-content .news-info li:last-child::before{
	display:none;
}

.news-detail .inner-box .lower-content .bold-text{
	position:relative;
	color:#71718a;
	font-size:14px;
	line-height:1.9em;
	font-weight:500;
	padding-top:15px;
	margin-top:18px;
	margin-bottom:18px;
	border-top:1px solid #f5fbff;
}

.news-detail .inner-box .lower-content .bold-text span{
	position:relative;
	color:#0e7bfe;
}

.news-detail .inner-box .lower-content .social-box{
	position:relative;
}

.news-detail .inner-box .lower-content .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.news-detail .inner-box .lower-content .social-box li.share{
	position:relative;
	display:block;
	color:#71718a;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
}

.news-detail .inner-box .lower-content .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	color:#3b5998;
	font-size:13px;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	background-color:#eff4ff;
}

.news-detail .inner-box .lower-content .social-box li.google a{
	background-color:#ffeded;
	color:#db3236;
}

.news-detail .inner-box .lower-content .social-box li.twitter a{
	background-color:#ecfaff;
	color:#00acee;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h6{
	position:relative;
	font-size:18px;
	color:#0f0e2d;
	font-weight:700;
	margin-bottom:25px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	padding-bottom:25px;
	border-bottom:1px solid #eef0f9;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:115px;
	padding:0px 0px 0px 70px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:90px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:8px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:14px;
	font-weight:600;
	color:#0f0e2d;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#71718a;
	font-size:12px;
	line-height:1.9em;
	font-weight:500;
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:absolute;
	right:0px;
	top:0px;
	font-size:12px;
	color:#71718a;
	font-weight:600;
	padding-left:20px;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-info .comment-time:before{
	position:absolute;
	content: "\f133";
	left:0px;
	top:0px;
	color:#0e7bfe;
	font-weight:400;
	font-family: 'FontAwesome';
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:relative;
	font-size:16px;
	color:#00aa15;
	font-weight:600;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#3d415b;
}

.sidebar-page-container .comments-area .reply-option{
	position:relative;
}

.sidebar-page-container .comments-area .reply-option li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.sidebar-page-container .comments-area .reply-option li a{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .reply-option li a .icon{
	position:relative;
	margin-right:5px;
}

.sidebar-page-container .comments-area .reply-option li a:hover{
	color:#ff5773;
}

/***

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title h6{
	position:relative;
}

.comment-form .form-box{
	position:relative;
	padding:25px 22px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 10px 20px rgba(0,0,0,0.04);
}

.comment-form .form-group{
	margin-bottom:15px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid transparent;
	height:46px;
	font-size:14px;
	border-radius:50px;
	background:#f5fbff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ff5773;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#888888;
	border:1px solid transparent;
	height:140px;
	background:#f5fbff;
	resize:none;
	border-radius:12px;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.comment-form .theme-btn{
	position:relative;
	margin-top:10px;
	cursor:pointer;
}

/***

====================================================================
	Setting Page Section
====================================================================

***/

.setting-section{
	position:relative;
	padding:50px 0px 50px;
}

/***

====================================================================
	Setting Tabs Style
====================================================================

***/

.setting-tabs{
	position:relative;
	max-width: 100%;
}

.setting-tabs .tab-btns{
	position:relative;
	padding-left:10px;
	background-color:#ffffff;
}

.setting-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:14px;
	background:none;
	color:#71718a;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	float:left;
	margin-right:15px;
	background-color:#ffffff;
	padding:10px 15px 8px;
	text-transform:capitalize;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.setting-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff5773;
}

.setting-tabs .tab-btns .tab-btn.active-btn::before,
.setting-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.setting-tabs .tab-btns .tab-btn:hover,
.setting-tabs .tab-btns .tab-btn.active-btn{
	color:#0f0e2d;
}

.setting-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	padding:22px 25px;
	background: white;
}

.setting-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.setting-tabs .tabs-content .tab.active-tab{
	display:block;
}

.setting-tabs .tabs-content h6{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	margin-bottom:8px;
}

.setting-tabs .tabs-content .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	line-height:2em;
	margin-bottom:15px;
}

.setting-tabs .tabs-content .text p:last-child{
	margin-bottom:0px;
}

.setting-tabs .tabs-content .content{
	position:relative;
	padding:25px 22px 30px;
	border-radius:5px;
	margin-left:-25px;
	margin-right:-25px;
	background-color:#ffffff;
}

/***

====================================================================
	Setting Form
====================================================================

***/

.setting-form .form-group{
	margin-bottom:20px;
}

.setting-form .form-group.site-input input{
	padding-left:125px !important;
}

.setting-form .form-group.youtube input{
	padding-left:250px !important;
}

.setting-form .form-group.linkedin input{
	padding-left:250px !important;
}

.setting-form .form-group.twitter input{
	padding-left:240px !important;
}

.setting-form .form-group.facebook input{
	padding-left:260px !important;
}

.setting-form .form-group.youtube .link-name .icon{
	color:#ff0000;
}

.setting-form .form-group.linkedin .link-name .icon{
	color:#0070b2;
}

.setting-form .form-group.twitter .link-name .icon{
	color:#00b8f4;
}

.setting-form .form-group.facebook .link-name .icon{
	color:#305194;
}

.setting-form .form-group .link-name{
	position:absolute;
	left:14px;
	bottom:0px;
	color:#71718a;
	font-size:14px;
	z-index:1;
	height:46px;
	line-height:46px;
	padding-left:20px;
	padding-right:20px;
	background-color:#eef0f9;
	border-radius:50px 0px 0px 50px;
	font-family: 'Roboto', sans-serif;
}

.setting-form .form-group .link-name .icon{
	position:relative;
	top:1px;
	color:#0e7bfe;
	margin-right:5px;
	font-size:16px;
}

.setting-form .form-group label{
	position:relative;
	margin-top:10px;
	color:#71718a;
	font-size:12px;
	font-weight:500;
}

.setting-form .form-group input[type="text"],
.setting-form .form-group input[type="password"],
.setting-form .form-group input[type="tel"],
.setting-form .form-group input[type="email"],
.setting-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid transparent;
	height:46px;
	font-size:14px;
	border-radius:50px;
	background:#f5fbff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.setting-form .form-group input[type="text"]:focus,
.setting-form .form-group input[type="password"]:focus,
.setting-form .form-group input[type="tel"]:focus,
.setting-form .form-group input[type="email"]:focus,
.setting-form .form-group select:focus,
.setting-form .form-group textarea:focus{
	border-color:#ff5773;
}

.setting-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#888888;
	border:1px solid transparent;
	height:140px;
	background:#f5fbff;
	resize:none;
	border-radius:12px;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.setting-form .theme-btn{
	position:relative;
	margin-top:10px;
	cursor:pointer;
}

.setting-form .form-group button{
	position:relative;
	margin-right:20px;
	max-width: inherit;
	width: auto;
	display: block;
	float: left;
}

.setting-form .form-group .btn-style-two{
	background:none;
}

/* Comming Soon */
.signup-section .sw-theme-check .sw-container{
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: inherit;
	max-height: inherit;
	height: auto;
}
.signup-section::before{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #09182100;}
.signup-section{
	position:relative;
	display:block;
	padding:60px 0px 60px;
	background-size:cover;
	background: #fff !important;
	background-position: right;
}
.signup-section input{
	font-size: .85rem;
}
.signup-section .logo{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.signup-section .inner-container{
	position:relative;
	/* max-width:665px; */
	padding:35px 35px 50px;
	background-color: #ffffff;
	border-radius: 6px;
	margin:0 auto;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.04);
}

.signup-section .inner-container h2{
	position:relative;
	font-weight:700;
	color: black;
	font-size:24px;
	line-height:1.3em;
	text-align:center;
}

.signup-section .inner-container .text{
	position:relative;
	color: white;
	font-size:14px;
	line-height:1.8em;
	text-align:center;
	font-weight:500;
	margin-top:10px;
	margin-bottom:30px;
}

.signup-section .copyright{
	position:relative;
	color:#252841;
	font-weight:600;
	text-align:center;
	margin-top:60px;
}

/* Styled Form */

.styled-form{
	position:relative;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.styled-form .form-group .eye-icon{
	position:absolute;
	right:30px;
	top:45px;
	color:#e1e3ec;
	font-size:18px;
	z-index:1;
	opacity:0.5;
}

.styled-form .form-group label{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
}

.styled-form .form-group input{
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888888;
	border: 1px solid transparent;
	height: 46px;
	font-size: 14px;
	border-radius: 50px;
	background: #f5fbff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.styled-form .form-group textarea:focus,
.styled-form .form-group input:focus{
	border-color:#ff6262;
}

.styled-form .form-group textarea{
	position:relative;
	height:150px;
	width:100%;
	resize:none;
	font-size:14px;
	padding:15px 15px;
	border-radius:20px;
	background: #f5fbff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
	border: 1px solid transparent;
}
.styled-form .form-group .users a{color: black !important;}
.styled-form .form-group .users{
	position:relative;
	color: black;
	font-size:14px;
	text-align:center;
	font-weight:500;
}

.styled-form .form-group .users a{
	position:relative;
	color:#ff5773;
	font-weight:600;
	text-decoration:underline;
}

.styled-form .form-group .theme-btn{
	padding:7px 70px;
	cursor:pointer;
}

/* CheckBox */

.styled-form .form-group .check-box{
	position:relative;
	margin-bottom:3px;
	margin-top:7px;
}

.styled-form .form-group .check-box label{
	font-family: 'Roboto Condensed' ;
	color:#2b2b2b;
}

.styled-form .form-group .check-box label{
	position: relative;
	display: block;
	height: 30px;
	width: 100%;
	line-height: 22px;
	padding: 5px 10px 0px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 400;
	color: black;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked + label{
	border-color: #25a9e0;
}

.styled-form .form-group .form-group .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.styled-form .form-group .check-box label:before{
	position: absolute;
	left: 0;
	top: 7px;
	height:15px;
	width: 15px;
	background: #ffffff;
	content: "";
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #ff6262;
}

.styled-form .form-group .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"] {
	display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked + label:before{
	border: 5px solid #ff6262;
	background: #ffffff;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked + label:after {
	max-width: 20px;
	opacity: 1;
}

.styled-form .form-group .forgot{
	position:relative;
	color: black;
	font-size:14px;
	margin-top:12px;
	display:block;
	font-family: 'Roboto', sans-serif;
}

.login-section .social-boxed{
	position:relative;
	max-width:315px;
	margin:0 auto;
}

.login-section .social-boxed a{
	position:relative;
	color:#ffffff;
	display:block;
	margin-bottom:15px;
	padding:10px 60px;
	border-radius:50px;
	background-color:#3b5998;
	font-family: 'Roboto', sans-serif;
}
.login-section .social-boxed a.gmail{background: #d63929;}
.login-section .social-boxed a.linkedin{
	background-color:#007bb6;
}

.login-section .social-boxed a.twitter{
	background-color:#00aced;
}

.login-section .social-boxed a .icon{
	position:relative;
	margin-right:10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:46px;
	padding:10px 20px 10px 25px;
	line-height:26px;
	color:#71718a;
	border: none;
	border-radius:50px;
	background:#f5fbff;
	border:1px solid transparent;
	font-family: 'Roboto', sans-serif;
}

.ui-selectmenu-menu{
	z-index:9999;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:0px;
	text-indent:0px;
	color:#333333;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}

.ui-widget.ui-widget-content{

}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#ff5773;
	border-color:#ff5773;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#ff5773;
}

/***

====================================================================
	Signup Tabs Style
====================================================================

***/

.signup-tabs{
	position:relative;
	max-width:920px;
}

.signup-tabs .tab-btns{
	position:relative;
}

.signup-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:16px;
	background:none;
	color:#0f0e2d;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	float:left;
	margin-right:1px;
	background-color:#eef0f9;
	padding:15px 87px 14px;
	text-transform:capitalize;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.signup-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff5773;
}

.signup-tabs .tab-btns .tab-btn.active-btn::before,
.signup-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.signup-tabs .tab-btns .tab-btn:hover,
.signup-tabs .tab-btns .tab-btn.active-btn{
	color:#0f0e2d;
}

.signup-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	padding:22px 0px;
}

.signup-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.signup-tabs .tabs-content .tab.active-tab{
	display:block;
}

/* Certificate Box */

.certificate-box{
	position:relative;
	margin-bottom:30px;
}

.certificate-box h3{
	position:relative;
	color:#0f0e2d;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	text-align:center;
	margin-top:50px;
}

.certificate-box .sup-text{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	text-align:center;
	margin-top:10px;
}

.certificate-box .box-inner{
	position:relative;
	text-align:center;
	border-radius:4px;
	padding:35px 15px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}

.certificate-box .box-inner h6{
	position:relative;
	line-height:1.3em;
	color:#0f0e2d;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.certificate-box .box-inner .text{
	position:relative;
	color:#71718a;
	font-weight:500;
	margin-top:10px;
	margin-bottom:35px;
}

.certificate-box .box-inner ul{
	position:relative;
	margin-bottom:30px;
}

.certificate-box .box-inner ul li{
	position:relative;
	margin:0px 25px 15px;
	display:inline-block;
}

.certificate-box .box-inner ul li a{
	position:relative;
	color:#ff5773;
	font-size:64px;
	line-height:1em;
}

.certificate-box .box-inner .theme-btn{
	padding:7px 60px;
}

.certificate-widget .form-group{
	margin-bottom:15px;
}

.certificate-widget .form-group .theme-btn{
	background:none;
	padding:7px 50px;
}

/***

====================================================================
	Test View Section
====================================================================

***/

.testview-section{
	position:relative;
	padding:65px 0px 85px;
}

.testview-section .auto-container{
	position:relative;
	max-width:840px;
	margin:0 auto;
}

.testview-section .inner-container{
	position:relative;
	padding:30px 30px;
	border-radius:5px;
	background-color:#ffffff;
}

.testview-section .inner-container .upper-box{
	position:relative;
}

.testview-section .inner-container .upper-box .column{
	position:relative;
	margin-bottom:35px;
}

.testview-section .inner-container .upper-box .certificate{
	position:absolute;
	right:0px;
	top:0px;
	color:#ff5773;
	font-size:14px;
	border-bottom:1px solid #ff5773;
	font-family: 'Roboto', sans-serif;
}
.testview-section .inner-container .upper-box .question-box .row{
	justify-content: space-around;
	flex-direction: row;
	width: 100%;
}
.testview-section .inner-container .upper-box .question-box{
	position:relative;
	text-align:center;
	max-width: inherit;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.testview-section .inner-container .upper-box .question-box h6{
	position:relative;
	color:#0f0e2d;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

.testview-section .inner-container .upper-box .question-box .question{
	position:relative;
	width:120px;
	height:120px;
	color:#ff5773;
	font-size:40px;
	margin:0 auto;
	font-weight:700;
	line-height:1.2em;
	border-radius:50px;
	padding:25px 5px;
}

.testview-section .inner-container .upper-box .question-box .question span{
	position:relative;
	color:#71718a;
	font-size:12px;
	display:block;
	font-weight:400;
	line-height:1em;
	margin-top:4px;
	font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter-two{
	position:relative;
	width:120px;
	height:120px;
	margin:0 auto;
	padding-top:35px;
	border-radius:50%;
	background-color:#ff5773;
}

.time-counter-two .minutes{
	position:relative;
	color:#ffffff;
}

.time-counter-two .time-countdown-two{
	position:relative;
	display:inline-block;
}

.time-counter-two .time-countdown-two .counter-column{
	position:relative;
	text-align:left;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	margin:0px 5px;
}

.time-counter-two .time-countdown-two .counter-column:before{
	position:absolute;
	content:'.';
	right:-10px;
	top:3px;
	font-size:30px;
	font-weight:600;
}

.time-counter-two .time-countdown-two .counter-column:last-child:before{
	display:none;
}

.time-counter-two .time-countdown-two .counter-column .count{
	position:relative;
	display:block;
	font-size:34px;
	line-height:1em;
	color:#ffffff;
	font-weight:700;
}

.testview-section .inner-container .lower-box{
	position:relative;
	padding:35px 30px;
	border-radius:6px;
	background-color: white;
}

.testview-section .inner-container .lower-box h6{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	line-height:1.8em;
	margin-bottom:15px;
}

.testview-section .inner-container .lower-box .lower-inner-box{
	position:relative;
	max-width:450px;
}

.quiz-form{
	position:relative;
	margin-left:15px;
}

.quiz-form .form-group{
	position:relative;
	margin-left:15px;
	margin-bottom:10px;
}

.quiz-form .check-box{
	position:relative;
	margin-top:0px;
}

.quiz-form .check-box label{
	font-family: 'Roboto Condensed' ;
	color:#2b2b2b;
}

.quiz-form .check-box label{
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 2px 10px 0px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 500;
	color: #71718a;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.quiz-form .check-box input[type="checkbox"]:checked + label{
	border-color: #25a9e0;
}

.quiz-form .form-group .check-box label {
	padding-left: 30px;
	padding-top: 0px;
	cursor: pointer;
}

.quiz-form .check-box label:before{
	position: absolute;
	left: 0;
	top: 7px;
	height:12px;
	width: 12px;
	background: none;
	content: "";
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #c5c5c5;
}

.quiz-form .check-box label:after {
	position: absolute;
	content:'';
	left: 3px;
	top: 10px;
	width:6px;
	height: 6px;
	line-height: 15px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	border-radius:50px;
	background: #c5c5c5;
	text-align: center;
	display:inline-block;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.quiz-form .check-box input[type="checkbox"] {
	display: none;
}

.quiz-form .check-box input[type="checkbox"]:checked + label:before{
	border-color:#ff6262;
}

.quiz-form .check-box input[type="checkbox"]:checked + label:after {
	background-color:#ff6262;
}

.quiz-form .form-group textarea{
	position:relative;
	height:90px;
	width:100%;
	resize:none;
	padding:12px 18px;
	border-radius:3px;
	border:1px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto' ;
}

.quiz-form .form-group textarea:focus{
	border-color:#ff5773;
}

.quiz-form .form-group .theme-btn{
	padding:7px 64px;
	margin-top:20px;
	cursor:pointer;
}

/***

====================================================================
	Result Section
====================================================================

***/

.result-section{
	position:relative;
	padding:70px 0px 75px;
}

.result-section .inner-container{
	position:relative;
	max-width:840px;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
	padding:40px 15px 40px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.03);
}

.result-section .inner-container .result-options{
	position:relative;
}

.result-section .inner-container .result-options li{
	position:relative;
	color:#0f0e2d;
	font-size:16px;
	font-weight:500;
	margin:0px 18px;
	margin-bottom:30px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
}

.result-section .inner-container .result-options li .icon{
	position:relative;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:36px;
	text-align:center;
	line-height:90px;
	margin:0 auto;
	display:block;
	border-radius:50px;
	margin-bottom:20px;
	background-color:#01b200;
	box-shadow:0px 10px 10px rgba(0,0,0,0.07);
}

.result-section .inner-container .result-options li i{
	position:relative;
	font-style:normal;
	color:#71718a;
}

.result-section .inner-container .result-options li:nth-child(2) .icon{
	background-color:#ff5773;
	line-height:80px;
	font-size:30px;
}

.result-section .inner-container .result-options li:nth-child(3) .icon{
	background-color:#0e7bfe;
}

.result-section .inner-container .result-options li .icon.number{
	font-size:26px;
	line-height:80px;
}

.result-section .inner-container h2{
	position:relative;
	color:#0f0e2d;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:45px;
}

/***

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:70px 0px 80px;
}

.pricing-section .inner-container{
	position:relative;
	padding:40px 40px 20px;
	border-radius:3px;
	background-color:#ffffff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.04);
}

.price-block{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.price-block .inner-box{
	position:relative;
	padding:55px 40px;
	text-align:center;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow:0px 5px 15px rgba(0,0,0,0.06);
}

.price-block .inner-box h3{
	position:relative;
	color:#0f0e2d;
	font-weight:700;
	line-height:1.3em;
	margin-top:30px;
	font-size:26px;
	font-family: 'Roboto', sans-serif;
}

.price-block .inner-box .price{
	position:relative;
	color:#ff5773;
	font-weight:700;
	line-height:1.3em;
	margin-top:18px;
	font-size:40px;
	margin-bottom:25px;
}

.price-block .inner-box .price span{
	position:relative;
	display:block;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	margin-top:7px;
	line-height:1.3em;
}

.price-block .inner-box .list{
	position:relative;
	text-align:left;
	margin-bottom:32px;
}

.price-block .inner-box .list li{
	position:relative;
	color:#71718a;
	font-size:14px;
	margin-bottom:8px;
	padding-left:25px;
	font-weight:500;
}

.price-block .inner-box .list li:before{
	position: absolute;
	left: 0px;
	top:0px;
	content: "\f00c";
	color: #0e7bfe;
	font-size: 15px;
	font-weight: 400;
	display: block;
	font-family: 'FontAwesome';
}

.price-block .inner-box .list li.cross:before{
	content: "\f00d";
	color:#ff5773;
}

.price-block .inner-box .list li:last-child{
	margin-bottom:0px;
}

/* Checkout Section */

.checkout-section{
	position:relative;
	padding:25px 30px 10px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.checkout-section h6{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:500;
	margin-bottom:18px;
}

/* Checked Form */

.checkout-form{
	position:relative;
}

.checkout-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.checkout-form .form-group .icon{
	position:absolute;
	right:40px;
	top:20px;
	color:#ff5773;
	font-size:24px;
	z-index:1;
}

.checkout-form .form-group label{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
}

.checkout-form .form-group input{
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888888;
	border: 1px solid #9494943b;
	height: 46px;
	font-size: 14px;
	border-radius: 50px;
	background: #fdfdfd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.checkout-form .form-group textarea:focus,
.checkout-form .form-group input:focus{
	border-color:#ff6262;
}

.checkout-form .form-group textarea{
	position:relative;
	height:190px;
	width:100%;
	resize:none;
	font-size:14px;
	padding:15px 15px;
	border-radius:5px;
	background: #eef0f9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
	border: 1px solid transparent;
}

.checkout-form .form-group h2{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:600;
}

/***

====================================================================
	Checkout Tabs Style
====================================================================

***/

.checkout-tabs{
	position:relative;
}
.checkout-tabs .nav-pills{
	margin-bottom: 2rem;
}
.checkout-tabs .nav-pills .nav-item{}
.checkout-tabs .nav-pills .nav-link{
	padding: 1rem 0;
	background-color: #71757e;
	display:flex;
	justify-content:center;
	align-items: center;
	color: #ffffff;
	border-radius: 0px !important;
}
.checkout-tabs .nav-pills .nav-item:first-child .nav-link{  border-bottom-left-radius: 6px !important;
	border-top-left-radius: 6px !important;}
.checkout-tabs .nav-pills .nav-item:last-child .nav-link{  border-bottom-right-radius: 6px !important;
	border-top-right-radius: 6px !important;}

.checkout-tabs .nav-pills .nav-item:last-child .nav-link.active{
	border-bottom-right-radius: 6px !important;
	border-top-right-radius: 6px !important;
}
.checkout-tabs .nav-pills .nav-item:first-child .nav-link.active{
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.checkout-tabs .nav-pills .nav-link span{font-size:1.6rem;padding:0 5px}
.checkout-tabs .nav-pills .nav-link.active{background:#007bff;color: white;}

.checkout-tabs .tab-btns{
	position:relative;
	display: flex;
}
.checkout-tabs .tab-btns .tab-btn a.active:last-child{
	background: linear-gradient(to right, rgb(255 185 66), rgb(255 172 31));
}
.checkout-tabs .tab-btns .tab-btn a{
	position:relative;
	font-size: .9rem;
	font-weight:500;
	cursor:pointer;
	width: 35%;
	margin-right:1px;
	text-align:center;
	background: #676767;
	padding: 1rem 1rem;
	text-transform:capitalize;
	transition: all 1500ms ease;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.checkout-tabs .tab-btns .tab-btn .icon{
	position:relative;
	margin-right:6px;
	font-size: 1.5rem;
}

.checkout-tabs .tab-btns .tab-btn.active .icon,
.checkout-tabs .tab-btns .tab-btn:hover .icon{
	color: #ffffff;
}

.checkout-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	display: none;
	bottom:-1px;
	height:1px;
	width:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color: #4dc247;
}

.checkout-tabs .tab-btns .tab-btn.active::before,
.checkout-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}
.checkout-tabs .tab-btns .tab-btn.active span{color:white;}
.checkout-tabs .tab-btns .tab-btn:hover,
.checkout-tabs .tab-btns .tab-btn.active{
	background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));
	color: white;
	transition: all 1500ms ease;
}

.checkout-tabs .tabs-content{
	position:relative;
	overflow:hidden;
	padding:30px 0px 0px;
}

.checkout-tabs .tabs-content .tab{
	/* position:relative; */
	/* display:none; */
}

.checkout-tabs .tabs-content .tab.active-tab{
	display:block;
}

.checkout-section .order-box{
	position:relative;
}

.checkout-section .order-box li{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #e8eff4;
	font-family: 'Roboto', sans-serif;
}

.checkout-section .order-box li span{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:700;
}

/* Order Widget */

.order-widget .order-box{
	position:relative;
	padding-bottom:30px;
}

.order-widget .order-box li{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	padding: 12px 10px;
	font-weight:500;
	border-bottom:1px solid #e8eff4;
	font-family: 'Roboto', sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.order-widget .order-box li span:first-child{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	text-align: left;
}
.order-widget .order-box li span{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:700;
	width: 50%;
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
	text-align: right;
	float: inherit;
}

.order-widget .order-box li:last-child{
	border-bottom:none;
}

/* Contact Info Section */

.contact-info-section{
	position:relative;
	padding:45px 60px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 10px 22px rgba(0,0,0,0.05);
}

.contact-info-section h6{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-info-section .text{
	position:relative;
	color:#71718a;
	font-size:14px;
	line-height:1.8em;
	font-weight:500;
	margin-bottom:20px;
}

.contact-info-section .social-box{
	position:relative;
}

.contact-info-section .social-box li{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.contact-info-section .social-box li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	font-size: 1.4rem;
	line-height:32px;
	border-radius:5px;
	text-align:center;
	display:inline-block;
	background-color:#3b5998;
}

.contact-info-section .social-box li.linkedin a{
	background-color:#007bb6;
}
.contact-info-section .social-box li.instagram a{
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.contact-info-section .social-box li.twitter a{
	background-color:#00aced;
}

.contact-info-list{
	position:relative;
	display: block;
}

.contact-info-list li{
	position:relative;
	margin-bottom:22px;
	padding-left: 0;
	width: 100%;
	flex-direction: row;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact-info-list li a{
	position:relative;
	color:#71718a;
	font-size:14px;
	display:block;
	margin-bottom:5px;
	font-weight:500;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-list li .icon{
	position: static;
	margin-right: 4px;
	background: #28715f;
	color: white;
	padding: .4rem 1rem;
	border-radius: 4px;
}

.contact-info-list li a:hover{
	color:#ff5773;
}

/***

==================================================================
	Contact Map Section
==================================================================

***/

.map-boxed iframe{
	position: relative;
	height: 410px;
	width:100%;
}

/* Info Blocks Outer */

.info-blocks-outer{
	position:relative;
}

.info-contact-box{
	position:relative;
	margin-bottom:30px;
}

.info-contact-box .box-inner{
	position:relative;
	text-align:center;
	padding:25px 15px 25px;
	background-color:#ffffff;
	border-radius:5px 5px 0px 0px;
	border-bottom:1px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.info-contact-box .box-inner:hover{
	border-color:#ff5773;
}

.info-contact-box .box-inner .icon-box{
	position:relative;
	width:70px;
	height:70px;
	color:#0f0e2d;
	line-height:70px;
	border-radius:50px;
	overflow:hidden;
	font-size:32px;
	display:inline-block;
	background-color:#e4f9ff;
}

.info-contact-box .box-inner h6{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	font-size:14px;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
}

.info-contact-box:nth-child(2) .box-inner .icon-box{
	background-color:#ffedfc;
}

.info-contact-box:nth-child(3) .box-inner .icon-box{
	background-color:#e7fff4;
}

.info-contact-box:nth-child(4) .box-inner .icon-box{
	background-color:#fff3f0;
}

/* Introduction Section */

.introduction-section{
	position:relative;
	margin-bottom:60px;
}

.introduction-section .inner-box{
	position:relative;
}

.introduction-section .inner-box .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}

.introduction-section .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.introduction-section .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background-color:rgba(0,0,0,0.20)
}

.introduction-section .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.7;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #252841 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #252841 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #252841 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #252841));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #252841 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #252841 100%);
}

.introduction-section .inner-box .image .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.introduction-section .inner-box .image .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.introduction-section .inner-box .image h2{
	position:relative;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
}

.introduction-section .inner-box .image h2 a{
	position:relative;
	color:#ffffff;
}

.introduction-section .inner-box .image .post-info{
	position:relative;
	margin-top:12px;
	margin-bottom:25px;
}

.introduction-section .inner-box .image .post-info li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin:0px 10px;
	display:inline-block;
}

.introduction-section .inner-box .image .post-info li .icon{
	position:relative;
	margin-right:7px;
}

.introduction-section .inner-box .image .post-info li a{
	position:relative;
	color:#ffffff;
}

.introduction-section .inner-box .image .overlay-box .button-box{
	position:relative;
}

.introduction-section .inner-box .image .overlay-box .button-box .theme-btn{
	margin:0px 10px;
	padding:8px 60px;
}

.introduction-section .inner-box .lower-box{
	position:relative;
	padding:25px 25px;
	border-radius:5px;
	background-color:#ffffff;
}

.introduction-section .inner-box .lower-box .app{
	position:relative;
	padding-left:40px;
	color:#0f0e2d;
	font-size:18px;
	font-weight:700;
	line-height:1.6em;
}

.introduction-section .inner-box .lower-box .app .icon{
	position:absolute;
	left:0px;
	top:2px;
}

.introduction-section .inner-box .lower-box .app i{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	display:block;
}

.introduction-section .inner-box .lower-box .rating{
	position:relative;
	color:#0f0e2d;
	font-size:15px;
	font-weight:600;
	margin-top:12px;
}

.introduction-section .inner-box .lower-box .rating .rate{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 22px;
	margin-left:15px;
	border-radius: 50px;
	display: inline-block;
	background-color: #ff5773;
	box-shadow:0px 10px 20px rgba(0,0,0,0.05);
}

.introduction-section .inner-box .lower-box .rating .rate i{
	margin-left: 5px;
}

.achievement-section{
	position:relative;
	padding-bottom:50px;
}

/* Achieve Block */

.achieve-block{
	position:relative;
	margin-bottom:30px;
}

.achieve-block .inner-box{
	position:relative;
	text-align:center;
	padding:30px 20px 25px;
	background-color:#ffffff;
}

.achieve-block .inner-box .icon{
	position:relative;
	margin-bottom:14px;
}

.achieve-block .inner-box .post-date{
	position:relative;
	color:#0f0e2d;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

.achieve-block .inner-box .designation{
	position:relative;
	color:#ff5773;
	font-size:12px;
	font-weight:600;
}

.achieve-block .inner-box .text{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-weight:500;
	line-height:2em;
	margin-top:8px;
}

/***

==================================================================
	Dashboard Section
==================================================================

***/

.dashboard-section{
	position:relative;
	padding: 35px 0px 0px;
}

.dashboard-section .owl-dots{
	display:none;
}

.dashboard-section .owl-nav{
	position:absolute;
	right:0px;
	top:-45px;
}

.dashboard-section .owl-nav .owl-prev,
.dashboard-section .owl-nav .owl-next{
	position:relative;
	width:18px;
	height:18px;
	color:#929292;
	font-size:10px;
	line-height:15px;
	text-align:center;
	border-radius:50px;
	margin-left:6px;
	display:inline-block;
	border:1px solid #e8e8e8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.dashboard-section .owl-nav .owl-prev:hover,
.dashboard-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ff5773;
	background-color:#ff5773;
}

/* Dashboard Block */

.dashboard-block{
	position:relative;
	margin-bottom:30px;
}

.dashboard-block .inner-box{
	position:relative;
	padding:25px 25px 32px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.05);
}

.dashboard-block .inner-box .content{
	position:relative;
	padding-left:75px;
}

.dashboard-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	font-size: 36px;
	line-height:50px;
	text-align:center;
	border-radius:4px;
	background-color: #255f4c;
	box-shadow:0px 10px 18px rgba(255,87,115,0.05);
}

.dashboard-block .inner-box .content .courses{
	position:relative;
	color: black;
	font-size:14px;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.dashboard-block .inner-box .content .courses span{
	position:relative;
	display:block;
	color: #255f4c;
	font-weight:700;
	display:block;
	font-size:36px;
	margin-top: 6px;
}

.dashboard-block:nth-child(2) .inner-box .content .icon-box{
	background-color:#ff9066;
}

.dashboard-block:nth-child(2) .inner-box .content .courses span{
	color:#ff9066;
}

.dashboard-block:nth-child(3) .inner-box .content .icon-box{
	background-color:#f0c142;
}

.dashboard-block:nth-child(3) .inner-box .content .courses span{
	color:#f0c142;
}

.dashboard-block:nth-child(4) .inner-box .content .icon-box{
	background-color:#7033ff;
}

.dashboard-block:nth-child(4) .inner-box .content .courses span{
	color:#7033ff;
}

/* Dashboard Graph Section */

.dashboard-graph-section{
	position:relative;
	margin-top:20px;
	padding-bottom:20px;
}

.dashboard-graph-section .graph-box{
	position:relative;
}

/***

==================================================================
	Earning Section
==================================================================

***/

.earning-section{
	position:relative;
	padding:60px 0px 0px;
}

.earning-graph-box{
	position:relative;
	margin-bottom:60px;
}

.earning-graph-box .inner-graph-box{
	position:relative;
	padding:25px 25px;
	border-radius:7px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.06);
}

.earning-graph-box .inner-graph-box .graph-box{
	position:relative;
}

/* Earning Block */

.earning-block{
	position:relative;
	margin-bottom:30px;
}

.earning-block .inner-box{
	position:relative;
	padding:25px 25px 32px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.05);
}

.earning-block .inner-box .content{
	position:relative;
	padding-left:85px;
}

.earning-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:10px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:34px;
	line-height:60px;
	text-align:center;
	border-radius:4px;
	background-color:#ff5773;
	box-shadow:0px 10px 18px rgba(255,87,115,0.10);
}

.earning-block .inner-box .content .courses{
	position:relative;
	color:#71718a;
	font-size:12px;
}

.earning-block .inner-box .content .courses span{
	position:relative;
	display:block;
	color:#ff5773;
	font-weight:700;
	display:block;
	font-size:24px;
	line-height:1em;
	margin-top:5px;
}

.earning-block .inner-box .content i{
	position:relative;
	color:#71718a;
	font-size:12px;
	font-style:normal;
	margin-top:5px;
	display:block;
}

.earning-block:nth-child(2) .inner-box .content .icon-box{
	background-color:#ff9066;
}

.earning-block:nth-child(2) .inner-box .content .courses span{
	color:#ff9066;
}

/***

==================================================================
	Statement Section
==================================================================

***/

.statement-section{
	position:relative;
	padding:0px 0px 70px;
}

.statement-section .inner-container{
	position:relative;
	padding:25px 25px;
	border-radius:7px;
	min-width: 800px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.statement-section .inner-container .title-box{
	position:relative;
}

.statement-section .inner-container .title-box .title-column{
	position:relative;
	width:50%;
	float:left;
}

.statement-section .inner-container .title-box .title-column:nth-child(2),
.statement-section .inner-container .title-box .title-column:nth-child(3){
	width:25%;
	float:left;
}

.statement-section .inner-container .title-box h6{
	position:relative;
	color:#0f0e2d;
	font-weight:500;
	font-size:18px;
	margin-bottom:15px;
}

.statement-section .total-revenue{
	position:relative;
	font-weight:700;
	color:#ff5773;
	font-size:18px;
	font-weight:600;
	text-align:right;
	padding:25px 0px 20px;
}

/* Cource Statement Box */

.cource-statement-box{
	position:relative;
	margin-bottom:4px;
}

.cource-statement-box .box-inner{
	position:relative;
	padding:15px 15px;
	border-radius:7px;
	background-color:#ffffff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.05);
}

.cource-statement-box .box-inner .cource-column{
	width:50%;
	float:left;
}

.cource-statement-box .box-inner .fees-column,
.cource-statement-box .box-inner .price-column{
	width:25%;
	float:left;
}

.course-block-two{
	position:relative;
}

.course-block-two .cource-inner-box{
	position:relative;
	padding-left:72px;
	min-height:56px;
	padding-top:4px;
}

.course-block-two .cource-inner-box .cource-image{
	position:absolute;
	left:0px;
	top:0px;
	width:56px;
	height:56px;
	border-radius:5px;
	overflow:hidden;
}

.course-block-two .cource-inner-box h5{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.course-block-two .cource-inner-box h5 a{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.course-block-two .cource-inner-box h5 a:hover{
	color:#ff5773;
}

.course-block-two .cource-inner-box .cource-sales{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
	margin-top:3px;
}

.cource-statement-box .box-inner .cource-fees{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	color:#71718a;
	font-size:14px;
	margin-top:18px;
}

.cource-statement-box .box-inner .cource-price{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	color:#71718a;
	font-size:14px;
	margin-top:18px;
}

.cource-statement-box:nth-child(3) .box-inner .cource-sales,
.cource-statement-box:nth-child(7) .box-inner .cource-sales{
	color:#f6b535;
}

.cource-statement-box:nth-child(4) .box-inner .cource-sales,
.cource-statement-box:nth-child(8) .box-inner .cource-sales{
	color:#7267f3;
}

/***

==================================================================
	Manage Cource Section
==================================================================

***/

.manage-cource-section{
	position:relative;
	padding:60px 0px 80px;
}

.manage-cource-section .inner-container{
	position:relative;
	padding:25px 25px;
	border-radius:7px;
	margin-bottom:40px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.manage-cource-section .inner-container .container-content{
	position:relative;
	min-width: 900px;
}

.manage-cource-section .inner-container .container-content .title-box{
	position:relative;
}

.manage-cource-section .inner-container .container-content .title-box .title-column{
	position:relative;
	width:17%;
	float:left;
	padding:15px 10px;
	text-align:center;
}

.manage-cource-section .inner-container .container-content .title-box .title-column:nth-child(2){
	text-align:right;
}

.manage-cource-section .inner-container .container-content .title-box .title-column:first-child{
	width:30%;
}

.manage-cource-section .inner-container .container-content .title-box .title-column h6{
	position:relative;
	color:#0f0e2d;
	font-size:16px;
	font-weight:500;
}

.manage-cource-section .inner-container table{
	border-spacing: 10px;
	border-collapse: separate;
}

.manage-cource-section .inner-container .table thead tr{
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
	border-radius:5px;
	margin-bottom:8px;
}

.manage-cource-section .inner-container .table thead tr th{
	padding:20px 30px;
	border:none;
}

.manage-cource-section .inner-container .table thead tr .title{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container .table thead tr .post-date{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container .table thead tr .sales{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container .table thead tr .category{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container .table thead tr .actions{

}

.manage-cource-section .inner-container .table thead tr .actions a{
	position:relative;
	margin:0px 8px;
	color:#71718a;
	font-weight:600;
	font-size:16px;
}

.manage-cource-section .inner-container .table thead tr .actions a:hover{
	color:#ff5773;
}

/* Tbody */

.manage-cource-section .inner-container tbody{

}

.manage-cource-section .inner-container tbody tr{
	position:relative;
	box-shadow:0px 0px 16px rgba(0,0,0,0.06);
	border-radius:5px;
	margin-bottom:8px !important;

}

.manage-cource-section .inner-container tbody .spacer{
	position:relative;
	height:8px;
	box-shadow:inherit;
}

.manage-cource-section .inner-container tbody tr th{
	padding:20px 30px;
	border:none;
}

.manage-cource-section .inner-container tbody .title{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container tbody tr .post-date{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container tbody tr .sales{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container tbody tr:nth-child(2n + 0) .sales{
	color:#f6b535;
}

.manage-cource-section .inner-container tbody tr:nth-child(2n + 0) .sales{
	color:#f6b535;
}

.manage-cource-section .inner-container tbody tr:nth-child(3n + 0) .sales{
	color:#7267f3;
}

.manage-cource-section .inner-container tbody tr .category{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

.manage-cource-section .inner-container tbody tr .actions{

}

.manage-cource-section .inner-container tbody tr .actions a{
	position:relative;
	margin:0px 8px;
	color:#71718a;
	font-weight:600;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.manage-cource-section .inner-container tbody tr .actions a:hover{
	color:#ff5773;
}

/***

==================================================================
	Edit Cource Section
==================================================================

***/

.edit-cource-section{
	position:relative;
	padding:60px 0px 80px;
}

.edit-cource-section .inner-container{
	position:relative;
	padding:25px 35px 60px;
	border-radius:7px;
	margin-bottom:40px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.edit-cource-section .left-column{
	position:relative;
}

.edit-cource-section .left-column .inner-column{
	position:relative;
}

.edit-cource-section .left-column h6{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:15px;
}

/* Edit Course Form */

.edit-course-form{
	position:relative;
}

.edit-course-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.edit-course-form .form-group .support{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:400;
	display:block;
	padding:12px 20px;
	background: #f5fbff;
	border-bottom:1px solid #dfe1ef;
}

.edit-course-form .form-group .support strong{
	position:relative;
	font-weight:600;
}

.edit-course-form .form-group label{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
}

.edit-course-form .form-group input{
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888888;
	border: 1px solid transparent;
	height: 46px;
	font-size: 14px;
	border-radius: 5px;
	background: #f5fbff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.edit-course-form .form-group textarea:focus,
.edit-course-form .form-group input:focus{
	border-color:#ff6262;
}

.edit-course-form .form-group textarea{
	position:relative;
	height:200px;
	width:100%;
	resize:none;
	font-size:14px;
	padding:15px 15px;
	border-radius:5px;
	background: #f5fbff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
	border: 1px solid transparent;
}

.edit-course-form .form-group .btn-style-two{
	background-color:#ffffff;
	padding:5px 48px;
	cursor:pointer;
	margin-top:20px;
}

/* Right Column */

.edit-cource-section .right-column{
	position:relative;
}

.edit-cource-section .right-column .inner-column{
	position:relative;
}

.edit-cource-section .right-column h6{
	position:relative;
	color:#0f0e2d;
	font-size:18px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:22px;
}

.edit-cource-section .right-column .video-boxed{
	position:relative;
	text-align:center;
	width:100%;
	display:block;
	overflow:hidden;
	border-radius:5px 5px 0px 0px;
	padding:88px 0px;
	background-repeat:no-repeat;
	background-size:cover;
}

.edit-cource-section .right-column .video-boxed:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(255,87,115,0.50);
}

.edit-cource-section .right-column .video-boxed .intro-video-box{
	position: relative;
	width:40px;
	height: 40px;
	z-index:99;
	color: #ff5773;
	font-weight:400;
	font-size:14px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:40px;
	display: inline-block;
	background-color:#ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.edit-cource-section .right-column .video-boxed .ripple,
.edit-cource-section .right-column .video-boxed .ripple:before,
.edit-cource-section .right-column .video-boxed .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-left:-1px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.edit-cource-section .right-column .video-boxed .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.edit-cource-section .right-column .video-boxed .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

/* Url Boxed */

.url-boxed{
	position:relative;
	padding:25px 25px;
	margin-bottom:30px;
	background-color:#f5fbff;
}

.url-boxed label{
	position:relative;
	color: #71718a;
	display:block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.url-boxed input{
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888888;
	border: 1px solid #dfe1ef;
	height: 46px;
	font-size: 14px;
	border-radius: 50px;
	background: #f5fbff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.url-boxed .valid{
	position:relative;
	color: #71718a;
	display:block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
}

/* Option Cource Box */

.option-cource-box{
	position:relative;
	padding:25px 25px;
	background-color:#f5fbff;
}

.option-cource-box .form-group{
	position:relative;
}

.option-cource-box .form-group .select-category{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:500;
	margin-top:12px;
	display:block;
}

.option-cource-box .form-group label{
	position: relative;
	color: #71718a;
	display:block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.option-cource-box .form-group .ui-selectmenu-button.ui-button{
	border:1px solid #dfe1ef;
}

.option-cource-box .form-group .price{
	position: relative;
	color: #71718a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	display:block;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.option-cource-box .form-group .item-quantity{
	position:relative;
	width:120px;
}

.option-cource-box .form-group .total-price{
	position:relative;
	color: #71718a;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	display:block;
	margin-top:15px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.option-cource-box .form-group .item-quantity .quantity-spinner{
	background-color:#f5fbff;
	line-height: 24px;
	padding: 10px 25px !important;
	height: 54px !important;
	box-shadow: none !important;
	border-radius: 50px 0px 0px 50px;
	border: 0px;
	font-size:14px;
	border:1px solid #dfe1ef;
}

.bootstrap-touchspin .input-group-btn-vertical{
	right: 1px;
	position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:30px;
	display: block !important;
	z-index: 10;
	border-left:1px solid #dddddd;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn,
.bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:none;
	left:4px;
}

.bootstrap-touchspin .input-group-btn-vertical i,
.bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;
}

.option-cource-box .form-group.tags a{
	position:relative;
	padding:5px 10px;
	color:#71718a;
	font-size:12px;
	margin-right:5px;
	font-weight:400;
	margin-bottom:10px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow:0px 5px 15px rgba(0,0,0,0.07);
}

.option-cource-box .form-group.tags a:nth-child(3n + 0){

}

.option-cource-box .form-group.tags a:hover{
	background-color:#ff5773;
	color:#ffffff;
}

.edit-cource-section .right-column .button-box{
	position:relative;
	margin-top:40px;
	text-align:center;
}

.edit-cource-section .right-column .button-box .theme-btn{
	padding:7px 30px;
	margin:0px 5px 10px;
	cursor:pointer;
}

.edit-cource-section .right-column .button-box .btn-style-two{
	background:none;
}

.sidebar-widget.certificate-widget .widget-content .content{
	padding:15px 20px 5px;
}

/* Dark Layout Code */

.dark-body .page-wrapper{
	background-color:#2d3049;
}

.dark-body .main-header{
	background-color:#252841;
}

.dark-body .main-header .header-left .form-group input[type="text"],
.dark-body .main-header .header-left .form-group input[type="search"]{
	background-color:#2d3049;
	color:#ffffff;
}

.dark-body .sec-title h4{
	color:#f5f5f5;
}

.dark-body .sidebar-widget .widget-content{
	background-color:#252841;
}

.dark-body .course-tabs .tab-btns,
.dark-body .review-comments-box h6,
.dark-body .checkout-section .order-box li,
.dark-body .order-widget .order-box li,
.dark-body .edit-course-form .form-group .support,
.dark-body .news-detail .inner-box .lower-content .bold-text,
.dark-body .sidebar-page-container .comments-area .comment-box,
.dark-body .recent-posts .post,
.dark-body .url-boxed input,
.dark-body .sidebar-title{
	border-color:rgba(255,255,255,0.08);
}

.dark-body .option-cource-box .form-group .ui-selectmenu-button.ui-button{
	border-color:rgba(255,255,255,0.08);
	color:#f5f5f5;
}

.dark-body  .notification-block,
.dark-body .main-header .options-box  .profile-box .profile-content h6,
.dark-body .main-header .options-box  .profile-box .profile-content .dark-mode,
.dark-body .bootstrap-touchspin .input-group-btn-vertical,
.dark-body .option-cource-box .form-group .item-quantity .quantity-spinner,
.dark-body .main-header .options-box  .profile-box .profile-content .setting{
	border-color:rgba(255,255,255,0.20);
}

.dark-body .feedback-form .form-group label,
.dark-body .url-boxed .valid,
.dark-body .url-boxed label,
.dark-body .setting-tabs .tabs-content h6,
.dark-body .class-detail-content h4,
.dark-body .course-tabs .tab-btns .tab-btn:hover,
.dark-body .course-tabs .tab-btns .tab-btn.active-btn,
.dark-body .reviewer-comment-box h4,
.dark-body .student-review-box .stars-column .rating i,
.dark-body .student-review-box .rating-column .inner-column .title,
.dark-body .instructor-tabs .tabs-content h6,
.dark-body .accordion-box .block .acc-btn,
.dark-body .edit-course-form .form-group label,
.dark-body .option-cource-box .form-group label,
.dark-body .accordion-box.style-two .block .content .text-link,
.dark-body .accordion-box.style-two .block .content .minutes,
.dark-body .instructor-tabs .tab-btns .tab-btn:hover,
.dark-body .instructor-tabs .tab-btns .tab-btn.active-btn,
.dark-body .instructor-page-section .upper-content .content h4,
.dark-body .fact-counter .counter-column .counter-title,
.dark-body .fact-counter .counter-column .count-box,
.dark-body .setting-tabs .tab-btns .tab-btn:hover,
.dark-body .setting-tabs .tab-btns .tab-btn.active-btn,
.dark-body .testview-section .inner-container .upper-box .question-box h6,
.dark-body .main-header .options-box  .profile-box .profile-content .dark-buttons li,
.dark-body .checkout-section .order-box li span,
.dark-body .support-widget .widget-content h5,
.dark-body .sidebar-title h6,
.dark-body .main-header .options-box  .profile-box .profile-content .setting a{
	color:#f5f5f5;
}

.dark-body .tags-widget ul li a{
	color:#999ebe;
	background-color:rgba(255,255,255,0.03);
}

.dark-body .categories-widget ul li a{
	color:#999ebe;
}

.dark-body .categories-widget ul li a .icon{
	color:#999ebe;
	background-color:rgba(255,255,255,0.03);
}

.dark-body .support-widget .widget-content .text{
	color:#999ebe;
}

.dark-body .accordion-box .block,
.dark-body .course-tabs,
.dark-body .news-detail .inner-box,
.dark-body .featured-section-two,
.dark-body .sidenav-list,
.dark-body .hidden-bar,
.dark-body .dashboard-block .inner-box,
.dark-body .contact-info-section,
.dark-body .checkout-section,
.dark-body .help-tabs .tab-btns .tab-btn,
.dark-body .help-tabs .tab-btns,
.dark-body .comment-form .form-box,
.dark-body .testimonial-block .inner-box,
.dark-body .team-block .inner-box,
.dark-body .course-block .inner-box,
.dark-body .news-block .inner-box,
.dark-body .course-tabs .tabs-content,
.dark-body .certificate-box .box-inner,
.dark-body .feature-block-four .inner-box,
.dark-body .info-contact-box .box-inner,
.dark-body .instructor-tabs .tab-btns,
.dark-body .achieve-block .inner-box,
.dark-body .earning-graph-box .inner-graph-box,
.dark-body .course-tabs .tab-btns .tab-btn,
.dark-body .instructor-tabs .tab-btns .tab-btn,
.dark-body .course-detail-section .upper-content,
.dark-body .main-header.fixed-header .header-upper,
.dark-body .feature-block-two .inner-box,
.dark-body .feedback-section .inner-container,
.dark-body .signup-section .inner-container,
.dark-body .instructor-page-section .upper-content,
.dark-body .manage-cource-section .inner-container,
.dark-body .pricing-section .inner-container,
.dark-body .setting-tabs .tab-btns,
.dark-body .setting-tabs .tab-btns .tab-btn,
.dark-body .setting-tabs .tabs-content .content,
.dark-body .testview-section .inner-container,
.dark-body  .notification-block,
.dark-body .main-header .options-box  .profile-box .profile-content,
.dark-body .introduction-section .inner-box .lower-box,
.dark-body .statement-section .inner-container{
	background-color:#252841;
}

.dark-body .course-block .inner-box .image .time{
	color:#ffffff;
	background-color:#252841;
}

.dark-body .class-detail-content h6,
.dark-body .review-widget .price,
.dark-body .checkout-section h6,
.dark-body .certificate-box h3,
.dark-body .news-block .inner-box .author,
.dark-body .news-block .inner-box h6 a,
.dark-body .recent-posts .post .text a,
.dark-body .team-block .inner-box .name,
.dark-body .team-block .inner-box .courses,
.dark-body .testimonial-block .inner-box .name,
.dark-body .feature-block-three .inner-box h5,
.dark-body .certificate-box .box-inner h6,
.dark-body .order-widget .order-box li,
.dark-body .checkout-tabs .tab-btns .tab-btn,
.dark-body .order-widget .order-box li span,
.dark-body .feature-block-four .inner-box h6,
.dark-body .course-block .inner-box .lower-content .price,
.dark-body .course-block .inner-box .lower-content h6 a,
.dark-body .feature-block-two .inner-box .price,
.dark-body .sidebar-page-container .group-title h6,
.dark-body .sidebar-page-container .comments-area .comment-box strong,
.dark-body .news-detail .inner-box .lower-content h6,
.dark-body .feature-block-two .inner-box h6 a,
.dark-body .help-tabs .tab-btns .tab-btn:hover,
.dark-body .checkout-form .form-group h2,
.dark-body .checkout-section .order-box li,
.dark-body .contact-info-section h6,
.dark-body .video-info-boxed h6,
.dark-body .signup-section .copyright,
.dark-body .help-tabs .tabs-content h3,
.dark-body .student-review-box h6,
.dark-body .popular-posts .post .text a,
.dark-body .review-comments-box h6,
.dark-body .info-contact-box .box-inner h6,
.dark-body .reviewer-comment-box .helpful,
.dark-body .edit-cource-section .right-column h6,
.dark-body .edit-cource-section .left-column h6,
.dark-body .option-cource-box .form-group .price,
.dark-body .option-cource-box .form-group .total-price,
.dark-body .achieve-block .inner-box .post-date,
.dark-body .course-block-two .cource-inner-box h5 a,
.dark-body .fact-counter .counter-column .count-text,
.dark-body .signup-section .inner-container h2,
.dark-body .price-block .inner-box h3,
.dark-body .result-section .inner-container h2,
.dark-body .result-section .inner-container .result-options li,
.dark-body .introduction-section .inner-box .lower-box .rating,
.dark-body .introduction-section .inner-box .lower-box .app,
.dark-body .statement-section .inner-container .title-box h6,
.dark-body .manage-cource-section .inner-container tbody .title,
.dark-body .signup-tabs .tab-btns .tab-btn:hover,
.dark-body .signup-tabs .tab-btns .tab-btn.active-btn,
.dark-body .testview-section .inner-container .lower-box h6,
.dark-body .manage-cource-section .inner-container .container-content .title-box .title-column h6,
.dark-body  .notification-block .inner .post-time,
.dark-body  .notification-block .inner h3 a,
.dark-body .main-header .options-box  .profile-box .profile-content .dark-mode .mode,
.dark-body .main-header .options-box  .profile-box .profile-content h6,
.dark-body .course-detail-section .upper-content .right-column .price,
.dark-body .course-detail-section .upper-content .right-column h2,
.dark-body .help-tabs .tab-btns .tab-btn.active-btn{
	color:#f5f5f5;
}

.dark-body .signup-section .inner-container .text,
.dark-body .class-detail-content .text,
.dark-body .review-widget .time-left,
.dark-body .reviewer-comment-box .text,
.dark-body .list-style-one li,
.dark-body .contact-info-list li a,
.dark-body .certificate-box .sup-text,
.dark-body .recent-posts .author,
.dark-body .contact-info-section .text,
.dark-body .news-block .inner-box .news-info li,
.dark-body .news-block .inner-box .text,
.dark-body .option-cource-box .form-group .select-category,
.dark-body .feature-block-three .inner-box .text,
.dark-body .testimonial-block .inner-box .text,
.dark-body .team-block .inner-box .designation,
.dark-body .news-detail .inner-box .lower-content p,
.dark-body .course-block .inner-box .lower-content .author,
.dark-body .course-block .inner-box .lower-content .post-meta li,
.dark-body .feature-block-two .inner-box .author,
.dark-body .feature-block-two .inner-box .text,
.dark-body .certificate-box .box-inner .text,
.dark-body .feature-block-four .inner-box .text,
.dark-body .instructor-tabs .tabs-content .text p,
.dark-body .reviewer-comment-box .rating,
.dark-body .popular-posts .timing,
.dark-body .setting-form .form-group label,
.dark-body .achieve-block .inner-box .text,
.dark-body .introduction-section .inner-box .lower-box .app i,
.dark-body .cource-statement-box .box-inner .cource-fees,
.dark-body .cource-statement-box .box-inner .cource-price,
.dark-body .earning-block .inner-box .content .courses,
.dark-body .dashboard-block .inner-box .content .courses,
.dark-body .price-block .inner-box .price span,
.dark-body .price-block .inner-box .list li,
.dark-body .setting-tabs .tabs-content .text,
.dark-body .quiz-form .check-box label,
.dark-body .result-section .inner-container .result-options li i,
.dark-body .manage-cource-section .inner-container tbody tr .actions a,
.dark-body .manage-cource-section .inner-container tbody tr .category,
.dark-body .manage-cource-section .inner-container tbody tr .post-date,
.dark-body .testview-section .inner-container .upper-box .question-box .question span,
.dark-body  .notification-block .inner .notification-text,
.dark-body .main-header .options-box  .profile-box .pages li a,
.dark-body .course-detail-section .upper-content .right-column .text,
.dark-body .course-detail-section .upper-content .right-column .rating .total-rating,
.dark-body .course-detail-section .upper-content .right-column .sub-text,
.dark-body .sidebar-page-container .comments-area .reply-option li a,
.dark-body .sidebar-page-container .comments-area .comment-info .comment-time,
.dark-body .sidebar-page-container .comments-area .comment-box .text{
	color:#999ebe;
}

.dark-body .signup-section,
.dark-body .price-block .inner-box,
.dark-body .checkout-tabs .tab-btns .tab-btn,
.dark-body .hidden-bar .pages-list li.active a,
.dark-body .hidden-bar .pages-list li a:hover{
	background-color:#2d3049;
}

.dark-body .sidenav-list ul li a .icon{
	background-color:rgba(255,255,255,0.04);
}

.dark-body .earning-block .inner-box,
.dark-body .edit-course-form .form-group .support,
.dark-body .cource-statement-box .box-inner,
.dark-body .edit-cource-section .inner-container,
.dark-body .team-block .inner-box .social-box li a{
	background-color:rgba(255,255,255,0.04);
}

.dark-body .testimonial-block .inner-box .quote{
	color:rgba(255,255,255,0.06);
}

.dark-body .form-group .ui-selectmenu-button.ui-button{
	background-color:rgba(255,255,255,0.07);
}

.dark-body .feedback-form .form-group input[type="text"],
.dark-body .feedback-form .form-group input[type="password"],
.dark-body .feedback-form .form-group input[type="tel"],
.dark-body .feedback-form .form-group input[type="email"],
.dark-body .feedback-form .form-group select,
.dark-body .feedback-form .form-group textarea,
.dark-body .edit-course-form .form-group input,
.dark-body .edit-course-form .form-group textarea,
.dark-body .checkout-form .form-group input,
.dark-body .styled-form .form-group input,
.dark-body .setting-form .form-group textarea,
.dark-body .checkout-form .form-group textarea,
.dark-body .comment-form .form-group input[type="text"],
.dark-body .comment-form .form-group input[type="password"],
.dark-body .comment-form .form-group input[type="tel"],
.dark-body .comment-form .form-group textarea,
.dark-body .comment-form .form-group input[type="email"],
.dark-body .comment-form .form-group select{
	background-color:rgba(255,255,255,0.07);
	color:#ffffff;
}

.dark-body .url-boxed input,
.dark-body .edit-course-form .form-group .btn-style-two{
	background:none;
}


.dark-body .fact-counter .counter-column .inner,
.dark-body .option-cource-box,
.dark-body .url-boxed,
.dark-body .testview-section .inner-container .lower-box,
.dark-body .result-section .inner-container,
.dark-body .styled-form .form-group .check-box label:before,
.dark-body .accordion-box .block .play-icon .fa,
.dark-body .skills .skill-item .skill-bar .bar-inner,
.dark-body .feature-block-three .inner-box .icon,
.dark-body .styled-pagination li a{
	background-color:rgba(255,255,255,0.07);
}

.dark-body .help-search-form .form-group input[type="text"],
.dark-body .help-search-form .form-group input[type="tel"],
.dark-body .help-search-form .form-group input[type="email"],
.dark-body .help-search-form .form-group textarea,
.dark-body .feedback-form .form-group .custom-attachment,
.dark-body .main-header .options-box  .profile-box .profile-content .dark-mode .icon,
.dark-body .option-cource-box .form-group .item-quantity .quantity-spinner,
.dark-body .option-cource-box .form-group.tags a,
.dark-body .styled-form .form-group textarea,
.dark-body .setting-form .form-group input[type="text"],
.dark-body .setting-form .form-group input[type="password"],
.dark-body .setting-form .form-group input[type="tel"],
.dark-body .setting-form .form-group input[type="email"],
.dark-body .setting-form .form-group select{
	background-color:rgba(255,255,255,0.07);
	color:#f5f5f5;
}

.dark-body .main-header .options-box  .notification-box .view{
	background-color:#2d3049;
	color:#f5f5f5;
}

.dark-body .setting-form .form-group .link-name{
	color:#f5f5f5;
	background-color:rgba(255,255,255,0.10);
}

.dark-body .quiz-form .form-group textarea,
.dark-body .signup-tabs .tab-btns .tab-btn{
	background-color:rgba(255,255,255,0.07);
	color:#f5f5f5;
}

.dark-body .dark-layout-logo{
	opacity:1 !important;
	visibility:visible !important;
}

.dark-body .logo{
	opacity:0;
	visibility:hidden;
}
.rs-banner.style7 {
	background: url('../images/sliderbg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 670px;
}
.rs-banner.style7 .banner-content {
	position: relative;
	padding: 160px 0;
	padding-bottom: 240px;
}
.rs-banner.style7 .banner-content .banner-title:nth-child(2n){font-size:1.5rem}
.rs-banner.style7 .banner-content .banner-title {
	font-size: 2rem;
	line-height: normal;
	font-weight: 800;
	color: white;
}
.rs-banner.style7 .icons {
	position: absolute;
}
.rs-banner.style7 .icons.one {
	top: 136px;
	right: 50px;
}
.rs-banner.style7 .icons.two {
	left: 50%;
	bottom: 100px;
}
.rs-banner.style7 .icons.three {
	top: 95px;
	left: -160px;
}
.rs-banner.style7 .icons.four {
	bottom: 210px;
	left: -62px;
}
.rs-banner.style7 .img-part {
	position: absolute;
	right: 0;
	bottom: 88px;
}
.up-down {
	animation: up-down 4s alternate infinite;
	-webkit-animation: up-down 4s alternate infinite;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@keyframes circle-ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
	}
	100% {
		box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
	}
}
@-webkit-keyframes circle-ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
	}
	100% {
		box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
	}
}
.up-down {
	animation: up-down 4s alternate infinite;
	-webkit-animation: up-down 4s alternate infinite;
}
.up-down-new {
	animation: up-down 8s alternate infinite;
	-webkit-animation: up-down 8s alternate infinite;
}
@keyframes up-down {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes up-down {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.left-right {
	animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
	-webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
.left-right-new {
	animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
	-webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
@keyframes left-right {
	0% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translatex(-50px);
	}
	100% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
}
@-webkit-keyframes left-right {
	0% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
	50% {
		transform: translatex(-50px);
		-webkit-transform: translatex(-50px);
	}
	100% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
}
.readon.border-less {
	border: none;
}
.readon {
	outline: none;
	padding: 12px 40px;
	border: 1px solid #21a7d0;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #111111;
	background: #f3f8f9;
}
.banner-content .desc{
	color: white;
	margin-top: 5px;
	margin-bottom: 15px;
}
.banner-content .btn-part{}
.popup-videos_effect:after{content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	transition: all 0.3s ease;
	z-index: -1;}
.popup-videos_effect:hover:after {
	background: #0f7575;
}

.popup-videos {
	color: #ff5421;
	background: #ffffff;
}
.popup-videos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	background: #f1a729;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: white !important;
}

.popup-videos:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	transition: all 0.3s ease;
	z-index: -1;
}
.popup-videos i {
	margin-left: 5px;
}
.popup-videos:hover:before {
	background: #ffffff;
}
.popup-videos:hover:before {
	background: #eea629;
}

.rs-cta {
	position: relative;
}
.rs-cta.main-home .partition-bg-wrap .container{z-index:99999;position:relative;}
.rs-cta.main-home .partition-bg-wrap {
	background: none !important;
	position: relative;
	padding: 130px 0;
}

.rs-cta.main-home .partition-bg-wrap:before {
	background: url(../images/sectionbg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
}
.rs-cta.main-home .partition-bg-wrap:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	bottom: 0;
	z-index: 99;
}
.sec-title3 .title.white-color {
	color: #ffffff;
}
.sec-title3 .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	color: #031a3d;
}

.rs-cta.main-home .partition-bg-wrap:after {
	background: url(assets/images/cta/home1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.rs-cta.main-home .partition-bg-wrap:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	bottom: 0;
	z-index: -1;
}
.rs-featured-courses{
	padding: 5rem 0;
	/* background: white; */
}
.rs-featured-courses .courses-item {
	position: relative;
	transition: all 0.3s ease;
	margin-bottom: 3rem;
	/* height: 100%; */
}
.rs-featured-courses .courses-item .img-part {
	position: relative;
	z-index: 111;
}
.rs-featured-courses .courses-item .content-part {
	padding: 0;
	position: relative;
	z-index: 111;
}
.rs-featured-courses .courses-item .content-part span .categories.bg3 {
	background: #f6075b;
}
.rs-featured-courses .courses-item .categories {
	display: inline-block;
	padding: 0 1rem;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 3px;
	transition: all 0.3s ease;
	position: static;
	display: flex;
	font-weight: 700;
	background: #28715f;
	font-size: 1.2rem;
	justify-content: center;
	align-items: center;
}
.rs-featured-courses .courses-item .content-part .meta-part {
	display: flex;
	align-items: center;
	padding: 1rem 16px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.rs-featured-courses .courses-item .content-part .meta-part .user {
	display: inline;
	margin-right: 10px;
	font-weight: 700;
}
.rs-featured-courses .courses-item .content-part .meta-part .ratings {
	padding-left: 25px;
}
.rs-featured-courses .courses-item .content-part .title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	padding: 0 30px;
}
.rs-featured-courses .courses-item .content-part .title a {
	color: #031a3d;
}
.rs-featured-courses .courses-item .content-part .images {
	display: flex;
	align-items: center;
	border-bottom: none;
	padding-bottom: 35px;
	padding: 0 15px;
}
.rs-featured-courses.ogretmenler .col-md-3{
	flex: inherit;
	width: 100%;
	max-width: 100%;
}
.rs-featured-courses.ogretmenler .courses-item{
	display: flex;
	overflow: hidden;
	padding: 1rem;
	background: white;
}
.rs-featured-courses.ogretmenler .courses-item .meta-part {
	justify-content: flex-start;
}
.rs-featured-courses.ogretmenler .courses-item .img-part {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	overflow: hidden;
	min-width: 300px;
}
.rs-featured-courses.ogretmenler .courses-item .img-part img{
	padding: 0;
	height: auto;
	width: 100%;
	margin: auto;
	display: inline-flex;
	/* margin: 0; */
	/* max-height: 172px; */
	object-fit: contain;
}

.rs-featured-courses .courses-item .img-part {
	position: relative;
	z-index: 111;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rs-featured-courses .courses-item .content-part .images span {
	color: #54647b;
	font-size: .78rem;
	line-height: 25px;
	font-weight: 400;
	padding: 0 15px;
	letter-spacing: 0px;
}
.rs-featured-courses .courses-item .content-part .bottom-part .info-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rs-featured-courses .courses-item .content-part .bottom-part .info-meta li {
	color: #031a3d;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
}
.rs-featured-courses .courses-item .content-part .bottom-part {margin-top: 0;display: flex;justify-content: space-between;align-items: center;padding: 0;margin-top: 10px;}
.rs-featured-courses .courses-item .content-part .bottom-part .btn-part {
	text-align: right;
	display: flex;
	width: 100%;
}
.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a  i{margin-left:5px}
.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a {
	color: white;
	font-size: 15px;
	line-height: 25px;
	font-weight:550;
	background: #ffac1f;
	padding: 1rem 1.2rem;
	width: 100%;
	text-align: center;
	border-radius: 0px 0px 6px 6px;
}
.mb-45 {
	margin-bottom: 45px;
}
.sec-title3 .sub-title {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #ff5421;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sec-title3 .title.black-color {
	color: #101010;
}
.sec-title3 .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	color: #031a3d;
}
.topbar-area {
	background: #f7f6f6;
	padding: .3rem;
	border-bottom: 2px solid #eee;
	height: 55px;
}
.topbar-area .topbar-contact li a {
	color: black;
	font-size: .9rem !important;
}
.topbar-area .topbar-contact li a.fa-twitter-square{color:#1DA1F2;font-size: 1.1rem !important;}
.topbar-area .topbar-contact li a.fa-youtube{color:#FF0000;font-size: 1.1rem !important;}
.topbar-area .topbar-contact li a.fa-instagram{color:#8a3ab9;font-size: 1.1rem !important;}

.topbar-area .topbar-contact li a.fa-facebook-square{color:#4267B2;font-size: 1.1rem !important;}
.topbar-area .topbar-contact li i {
	margin-right: 2px;
}

.topbar-area .topbar-contact li:last-child {
	margin: 0;
	border: none;
}
.topbar-area .topbar-contact li {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	margin-right: 0;
	padding-right: 5px;
	color: #ffffff;
	border-right: 1px solid #ffffff14;
}
.y-middle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.topbar-right li.login-register {
	color: #ffffff;
}
.topbar-area .topbar-right{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
}
.topbar-area .topbar-right li  a img{height:25px;}
.topbar-area .topbar-right li {
	display: flex;
	margin-right: 0;
	justify-content: flex-start;
	align-items: center;
}
.topbar-area .topbar-right li.login-register i {
	margin-right: 10px;
	color: black;
	font-size: 1.1rem;
}
.topbar-area a{font-weight:650}
.topbar-area .topbar-right li.login-register a {
	color: black;
}
.topbar-right li:last-child {
	margin: 0;
	display: flex;
}
.topbar-area .topbar-right li a{padding: 8px 5px;}
.topbar-area .topbar-right li a.apply-btn {
	color: black;
	/* background: #ffffff; */
	padding: 8px 1rem;
	display: inline-block;
	height: 100%;
	border-radius: 12px;
	font-weight: 450;
}
.sub-title_section{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: black;
	font-weight: 650;
	border-bottom: 1px solid #eee;
	width: auto;
	padding: 0 5rem;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
}
.section_title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-login {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	background-image: url(../images/ogrenci_giris2.svg);
}
.h-full {
	height: 100%;
}
.page_section .container{position:relative;z-index:999;color:white;display: flex;justify-content: center;align-items: center;text-align: center;height: 100%;}
.page_section{
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_section h4{
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.page_section:before{content:'';background: #0b1b18a6;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;}
.user_avatar{
	width: 100px;
	margin-right: 1rem;
}
.user_avatar img{
	border-radius: 100%;
}
.user_profile{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #eee;
	padding: .8rem;
	border-radius: 4px;
	max-width: 100%;
	width: 100%;
}
.user_profile_links{
	display: flex;
	width: 100%;
	align-items: center;
	align-items: center;
	align-content: end;
	justify-content: space-around;
	margin-top: 10px;
}
.user_profile_links a{
	background: #4f6dae;
	font-size: .9rem;
}
.user_profile_desc .row{margin:0}
.user_profile_desc{
	/* padding-top: 1rem; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}
.user_profile_desc h3{font-weight:700;color:black;font-size:1.4rem}
.user_profile_desc .user_item{
	color: #3a3939;
	font-size: .9rem;
	margin-bottom: .3rem;
	width: 50%;
}
.user_profile_desc .user_item span{
	font-weight: 700;
}
.text-primary {
	color: #28715f!important;
}
.user_btn{
	background: #28715f;
	color: white !important;
	padding: .5rem 1rem;
	border-radius: 6px;
	margin-bottom: .6rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 700;
}
.user_btn img{
	height: 40px;
}
.user_announcements{
	width: 100%;
}
.box .well {
	border-radius: 0 0 4px 4px;
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
}
.box.duyuru h2{color:black;font-size: 1.2rem;font-weight: 700;}
.box.duyuru{width:100%;height: 100%;}
.box .well {
	border-radius: 0 0 4px 4px;
	height: 100%;
	max-height: 454px;
}
.well {
	padding: 8px 12px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: normal;
	margin: 0;
}
.box ul li {
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #eaedf1;
}
.dashboard_section > .inner-box{height:100%;}
.dashboard_section{
	height: 550px;
}
.table_style1{
	border: none !important;
}
.table_style1 thead{border: none;}
.table_style1 thead tr{border: none;}
.table_style1 thead tr th:first-child{border-radius:16px 0px 0px 0px;}
.table_style1 thead tr th:last-child{border-radius:0px 16px 0px 0px }

.table_style1 thead tr th{
	color: white;
	font-size: .80rem;
	font-weight: 600;
	background: #006746;
	border: none;
}

.table_style1 tbody{}
.table_style1 tbody tr{
	background: white !important;
	border-color: #eee;
}
.table_style1 tbody td{
	font-weight: 400;
	color: black;
	border-color: #eee;
}
.quiz_image{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.quiz_image img{}


.tongucTestOption {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

.tongucTestOptionAnswer {
	display: none;
	width: 300px;
	height: auto;
	float: left;
}

.tongucTestOptionAnswer.active {
	display: block;
}

.tongucTestOption ul {
	float: left;
}

.tongucTestOption ul li {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.tongucTestOption ul li:last-child {
	margin-right: 0;
}

.tongucTestOptionAnswer ul li.trueAnswer label {
	background: #04d39a;
	color: #fff;
}

.tongucTestOptionAnswer ul li.falseAnswer label {
	background: #d52e23;
	color: #fff;
}

.tongucTestOption ul li input {
	display: none;
}

.tongucTestOption ul li input:checked + label {
	color: #f35600;
	border: 2px solid #f35600;
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.tongucTestOption ul li label {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-family: "KomikaAxis";
	font-size: 24px;
	color: #3b426e;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}

.tongucTestScreenCenter {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.tongucTest {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.TestNumberAll {
	width: 170px;
	height: auto;
//max-height: 410px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	/*overflow-y: scroll;*/
}

.TestNumber {
	width: 170px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.TestNumber label {
	width: 100%;
	height: auto;
	float: left;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 16px;
	color: #437f70;
	padding-bottom: 20px;
	border-bottom: 3px solid #fdbd57;
	cursor: pointer;
	text-align: left;
}

.TestNumber ul {
	width: 100%;
	height: auto;
	float: left;
	display: none;
}

.TestNumber ul.active {
	display: block;
}

.TestNumber ul li {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.TestNumber ul li:nth-child(5n+1) {
	margin-left: 0;
}

.TestNumber ul li span {
	width: 30px;
	height: auto;
	float: left;
	text-align: center;
	line-height: 30px;
	background: #ffffff;
	border-radius: 100%;
	font-family: "KomikaAxis";
	font-size: 12px;
	color: #3b426e;
}

.TestNumber ul li.empty span {
	background-color: #ffffb2;
	color: #3b426e;
	border-color: #ffffb2;
}

.TestNumber ul li.answered span {
	background-color: #ffffff;
	color: #3b426e;
	border-color: #ffffff;
}

.TestNumber ul li.nowOption span {
	color: #f35600;
	border: 2px solid #f35600;
	background-color: #ffffff;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

.TestNumber ul li.opacityOption span {
	opacity: 0.6;
}

.TestNumber ul li.falseOption span {
	color: #d52e23;
}

.TestNumber ul li.trueOption span {
	color: #04d39a;
}


table.table_style2{
	border-spacing: 10px;
	border-collapse: separate;
}

table.table_style2 thead tr{
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
	border-radius:5px;
	margin-bottom:8px;
}

table.table_style2 thead tr th{
	padding:20px 30px;
	border:none;
}

table.table_style2 thead tr .title{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 thead tr .post-date{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 thead tr .sales{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
}

table.table_style2 thead tr .category{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 thead tr .actions{

}

table.table_style2 thead tr .actions a{
	position:relative;
	margin:0px 8px;
	color:#71718a;
	font-weight:600;
	font-size:16px;
}

table.table_style2 thead tr .actions a:hover{
	color:#ff5773;
}

/* Tbody */

table.table_style2 tbody{

}

table.table_style2 tbody tr{
	position:relative;
	box-shadow:0px 0px 16px rgba(0,0,0,0.06);
	border-radius:5px;
	margin-bottom:8px !important;

}

table.table_style2 tbody .spacer{
	position:relative;
	height:8px;
	box-shadow:inherit;
}

table.table_style2 tbody tr th{
	padding:20px 30px;
	border:none;
}

table.table_style2 tbody .title{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 tbody tr .post-date{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 tbody tr .sales{
	position:relative;
	color:#ff5773;
	font-size:14px;
	font-weight:600;
}

table.table_style2 tbody tr:nth-child(2n + 0) .sales{
	color:#f6b535;
}

table.table_style2 tbody tr:nth-child(2n + 0) .sales{
	color:#f6b535;
}

table.table_style2 tbody tr:nth-child(3n + 0) .sales{
	color:#7267f3;
}

table.table_style2 tbody tr .category{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:600;
}

table.table_style2 tbody tr .actions{

}

table.table_style2 tbody tr .actions a{
	position:relative;
	margin:0px 8px;
	color:#71718a;
	font-weight:600;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

table.table_style2 tbody tr .actions a:hover{
	color:#ff5773;
}
.blog_style{}
.blog_style p{font-size:.8rem !important;}

/* 23.Form Wizard */
.sw-main {
	box-shadow: initial; }
.sw-main > ul.step-anchor {
	padding: 0 0.75rem;
	background: initial; }
.sw-main .step-content {
	background: initial; }
.sw-main.sw-theme-default > ul.step-anchor > li > a {
	font-weight: 700; }
.sw-main.sw-theme-default > ul.step-anchor > li > a::after {
	content: initial !important; }
.sw-main.sw-theme-default > ul.step-anchor > li.active > a::before {
	content: " ";
	position: absolute;
	background: #145388;
	width: calc(100% - 1rem);
	border-radius: 10px;
	height: 5px;
	top: 0;
	left: 50%;
	transform: translateX(-50%); }
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom {
	background: initial;
	padding: 0;
	display: flex;
	justify-content: center !important;
	align-items: center;
	padding: 1rem 0;
}
@media (max-width: 575px) {
	#home_slider .w-3\/4{width: 200px !important;height: 200px !important;margin-bottom: 4rem !important;}
	.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom {
		padding: 1.5rem; } }
.sw-main > ul.step-anchor > li.active > a {
	color: #145388 !important; }
.sw-main > ul.step-anchor > li > a,
.sw-main > ul.step-anchor > li > a:hover,
.sw-main > ul.step-anchor > li > a:focus {
	color: #d7d7d7; }
.sw-main .step-content {
	padding: initial; }
.sw-main > ul.step-anchor > li.done > a {
	color: #3a3a3a !important; }
.sw-main.sw-theme-dots > ul.step-anchor > li > a:before,
.sw-main.sw-theme-check > ul.step-anchor > li > a:before {
	left: 50%;
	transform: translateX(-50%);
	background: #f3f3f3;
	bottom: 5px;
	width: 24px;
	height: 24px; }
.sw-main.sw-theme-dots > ul.step-anchor > li > a:after,
.sw-main.sw-theme-check > ul.step-anchor > li > a:after {
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	bottom: 3px;
	background: white; }
.sw-main.sw-theme-dots > ul.step-anchor > li.done > a:after,
.sw-main.sw-theme-check > ul.step-anchor > li.done > a:after {
	background: #145388; }
.sw-main.sw-theme-dots > ul.step-anchor > li.active > a:after {
	background: initial;
	border: 2px solid #145388; }
.sw-main.sw-theme-dots > ul.step-anchor:before,
.sw-main.sw-theme-check > ul.step-anchor:before {
	background: #f3f3f3;
	height: 1px;
	width: calc(100% - 3rem);
	left: 50%;
	transform: translateX(-50%);
	top: 67px; }
.sw-main.sw-theme-check > ul.step-anchor > li.active > a:after {
	background: #145388; }
.sw-main.sw-main.sw-theme-check > ul.step-anchor > li.done > a:after {
	background: initial;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23145388' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.sw-main > ul.step-anchor > li.clickable > a:hover {
	color: #2a93d5 !important; }
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom .btn-group {
	margin-right: 0 !important; }
.sw-main .custom-toolbar {
	height: auto !important;
	min-height: auto !important; }

.sw-theme-check > ul.step-anchor > li > a,
.sw-theme-check > ul.step-anchor:before,
.sw-theme-dots > ul.step-anchor > li > a,
.sw-theme-dots > ul.step-anchor:before {
	z-index: 1; }

#smartWizardValidation .card-body > div {
	height: 180px; }


.sw-main > ul.step-anchor > li.active > a {
	color: #145388 !important; }
.sw-main > ul.step-anchor > li > a,
.sw-main > ul.step-anchor > li > a:hover,
.sw-main > ul.step-anchor > li > a:focus {
	color: #d7d7d7; }
.sw-main .step-content {
	padding: initial; }
.sw-main > ul.step-anchor > li.done > a {
	color: #3a3a3a !important; }
.sw-main.sw-theme-dots > ul.step-anchor > li > a:before,
.sw-main.sw-theme-check > ul.step-anchor > li > a:before {
	left: 50%;
	transform: translateX(-50%);
	background: #f3f3f3;
	bottom: 5px;
	width: 24px;
	height: 24px; }
.sw-main.sw-theme-dots > ul.step-anchor > li > a:after,
.sw-main.sw-theme-check > ul.step-anchor > li > a:after {
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	bottom: 3px;
	background: white; }
.sw-main.sw-theme-dots > ul.step-anchor > li.done > a:after,
.sw-main.sw-theme-check > ul.step-anchor > li.done > a:after {
	background: #145388; }
.sw-main.sw-theme-dots > ul.step-anchor > li.active > a:after {
	background: initial;
	border: 2px solid #145388; }
.sw-main.sw-theme-dots > ul.step-anchor:before,
.sw-main.sw-theme-check > ul.step-anchor:before {
	background: #f3f3f3;
	height: 1px;
	width: calc(100% - 3rem);
	left: 50%;
	transform: translateX(-50%);
	top: 67px; }
.sw-main.sw-theme-check > ul.step-anchor > li.active > a:after {
	background: #145388; }
.sw-main.sw-main.sw-theme-check > ul.step-anchor > li.done > a:after {
	background: initial;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23145388' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.sw-main > ul.step-anchor > li.clickable > a:hover {
	color: #2a93d5 !important; }
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom .btn-group {
	margin-right: 0 !important; }
.sw-main .custom-toolbar {
	height: auto !important;
	min-height: auto !important; }

.sw-theme-check > ul.step-anchor > li > a,
.sw-theme-check > ul.step-anchor:before,
.sw-theme-dots > ul.step-anchor > li > a,
.sw-theme-dots > ul.step-anchor:before {
	z-index: 1; }

#smartWizardValidation .card-body > div {
	height: auto;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #2a93d5;
	border-color: #2a93d5;
	color: white;
}
.btn-secondary {
	background-color: #2a93d5;
	border-color: #2a93d5;
	color: #fff;
}
.bg_section{
	position: relative;
	background-size: cover;
	background-position: bottom;
	padding: 4rem 0;
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.bg_section:before{content:'';background: #121631b8;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.bg_section .sec-title3 {}
.bg_section .btn-part{
	margin-top: 1rem;
}
.bg_section .btn-part a{
	background: #255f4c;
	border: none;
	color: white;
	/* border: 1px solid #fff; */
	transition: .4s all ease;
	font-size: .9rem;
}
.bg_section .btn-part a:hover{
	color: white;
	background: #0d3e2e;
	border-color: #0d3e2e;
	transition: .4s all ease;
}
.bg_section .sec-title3 h2 b{font-weight:800}
.bg_section .sec-title3 h2{
	margin-bottom: .1rem;
	font-weight: 300;
}
.bg_section .sec-title3 .desc{
	margin-bottom: 1rem;
}

.bg_section .container{
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	flex-direction: column;
	text-align: center;
}
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom .btn-group button.disabled{font-weight:400}
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom .btn-group button{
	background: #255f4c;
	border-color: #255f4c;
	border-radius: 14px;
	margin: 0 5px;
	font-size: .90rem;
	font-weight: 700;
}
.has-float-label {
	display: block;
	position: relative;
}
.has-float-label label,
.has-float-label > span:last-of-type {
	position: absolute;
	cursor: text;
	font-size: 90%;
	opacity: 1;
	top: -0.4em;
	left: 0.75rem;
	z-index: 3;
	line-height: 1;
	padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
	content: " ";
	display: block;
	position: absolute;
	height: 5px;
	top: 3px;
	left: -0.2em;
	right: -0.2em;
	z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
	opacity: 1;
}
.has-float-label .form-control::-moz-placeholder {
	opacity: 1;
}
.has-float-label .form-control:-ms-input-placeholder {
	opacity: 1;
}
.has-float-label .form-control::placeholder {
	opacity: 1;
}
.has-float-label
.form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
	opacity: 0;
}
.has-float-label
.form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
	opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
	opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
}
.input-group .has-float-label {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.input-group .has-float-label .form-control {
	width: 100%;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}













.form-group.has-top-label .form-control, .form-group.has-top-label .bootstrap-tagsinput {
	padding: 1.7rem 0.75rem 0.5rem 0.75rem;
}

.has-top-label {
	display: block;
	position: relative;
}
.has-top-label label,
.has-top-label > span:last-of-type {
	position: absolute;
	cursor: text;
	font-size: 76%;
	opacity: 1;
	top: 0.7rem;
	left: 0.75rem;
	z-index: 3;
	line-height: 1;
	padding: 0 1px;
	font-weight: 600;
}
.has-top-label label::after,
.has-top-label > span::after {
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	top: 50%;
	left: -0.2em;
	right: -0.2em;
	z-index: -1;

}
.has-top-label .form-control::-webkit-input-placeholder {
	opacity: 1;
}
.has-top-label .form-control::-moz-placeholder {
	opacity: 1;
}
.has-top-label .form-control:-ms-input-placeholder {
	opacity: 1;
}
.has-top-label .form-control::placeholder {
	opacity: 1;
}
.has-top-label
.form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity: 0;
}
.has-top-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
	opacity: 0;
}
.has-top-label
.form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
	opacity: 0;
}
.has-top-label .form-control:placeholder-shown:not(:focus)::placeholder {
	opacity: 0;
}

.input-group .has-top-label {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.input-group .has-top-label .form-control {
	width: 100%;
}
.input-group .has-top-label:not(:last-child),
.input-group .has-top-label:not(:last-child) .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.input-group .has-top-label:not(:first-child),
.input-group .has-top-label:not(:first-child) .form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.form-group.has-top-label .form-control, .form-group.has-top-label .bootstrap-tagsinput {
	height: calc(3.3rem + 2px);
}

.form-group.has-top-label textarea.form-control {
	min-height: calc(3.3rem + 2px);
	height: initial;
}

.form-group.has-top-label select.form-control:not([size]):not([multiple]) {
	height: calc(3.3rem + 2px);
	padding: 1.7rem 0.75rem 0.5rem 0.5rem;
}
.form-control, .bootstrap-tagsinput {
	border-radius: 0.1rem;
	outline: initial !important;
	box-shadow: initial !important;
	font-size: 0.8rem;
	padding: 0.5rem 0.75rem;
	line-height: 1;
	border: 1px solid #d7d7d7;
	background: white;
	color: #3a3a3a;
	border-color: #d7d7d7;
	height: calc(2em + 0.8rem);
}

.form-control, .bootstrap-tagsinput {
	border-radius: 0.1rem;
	outline: initial !important;
	box-shadow: initial !important;
	font-size: 0.8rem;
	padding: 0.5rem 0.75rem;
	line-height: 1;
	border: 1px solid #d7d7d7;
	background: white;
	color: #3a3a3a;
	border-color: #d7d7d7;
	height: calc(2em + 0.8rem);
}
.has-top-label label, .has-top-label > span, .has-float-label label, .has-float-label > span {
	color: rgba(58, 58, 58, 0.7);
}

.has-top-label label, .has-top-label > span, .has-float-label label, .has-float-label > span {
	color: rgba(58, 58, 58, 0.7);
}
.has-float-label label::after, .has-float-label > span::after, .has-float-label > span::after {
	background: white;
}
.has-float-label label::after, .has-float-label > span::after, .has-float-label > span::after {
	background: white;
}

.empty_table{
	/* min-height: 150px; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

.empty_table2{
	/* min-height: 150px; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
	border: 1px solid #eee;
	padding: 0;
	min-height: 250px;
}
.empty_table_tbody{
	display: block;
	position: relative;
}
.text-black{color:black}
.ders_programi{}
.ders_programi th,.ders_programi td{border: 1px solid #eee !important;}
.only_mobile{display:none}
.cozum_ortaklar{padding:4rem 0;background: white;border-bottom: 1px solid #eee;padding-top: 2rem;text-align: center;}
.cozum_ortaklar h2{
	color: black;
	font-weight: 300;
	font-size: 1.45rem;
	border-bottom: 1px solid #eee;
	display: inline-flex;
	margin-bottom: 2.5rem;
}
.cozum_ortaklar h2 b{padding:0 5px;font-weight:800}
.cozum_ortaklar .col{
}
@media(max-width:720px){
	.frame_pd{width:100%;padding:0}
	.frame_pd iframe{height:100vh;width: 100%;padding: 0;}
	div.whatsapp_fixed{display:none}
	.cozum_ortaklar .cozum_ortak{
		width: 100%;
		max-width: 100%;
		flex-basis: inherit;
		margin-bottom: 2rem;
	}
}
.cozum_ortaklar .item{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	/* align-items: center; */
	min-height: 140px;
}
.cozum_ortaklar .cozum_ortak{width: 100%;height: auto;display: flex;}
.cozum_ortaklar .cozum_ortak img{/* height:70px; */width: 100%;object-fit: contain;max-height: 130px;border: 1px solid #eee;padding: 1rem;}
.partners_logo{
	position: absolute;
	bottom: 30px;
	right: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	color: white;
	text-align: left;
}
.partners_logo h3{
	font-weight: 600;
	margin-bottom: .3rem;
}
.partners_logo img{
	height: 170px;
	margin-right: 21px;
	width: auto !important;

}
.partners_logo_left{	position: absolute;
	bottom: 30px;
	left: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	color: white;
	text-align: left;}
.partners_logo_left img{
	height: 130px;
	margin-right: 21px;
	width: auto !important;
}
.footermenu{}
.footermenu ul{
	display: flex;
	flex-direction: column;
	flex-direction: row;
}
.footermenu ul li{
	padding: 0 5px;color:white;
}
.footermenu ul li a{color:white;font-size: .9rem;}

.whatsapp_btn{
	position: absolute;
	right: 0;
	top: 0;
	background: #29c335;
	padding: 1.3rem 1.5rem;
	border-radius: 6px;
	color: white;
	transition: .4s all ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.whatsapp_btn:hover{
	background: #1da227;
	transition: .4s all ease;
}
.whatsapp_btn a:hover{color:white}
.whatsapp_btn a i{
	padding: 0 5px;
	font-size: 1.3rem;
	display: flex;
	padding-left: 0;
}
.whatsapp_btn a{
	font-size: .86rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 550;
}
.whatsapp_btn span{
	margin-right: .5rem;
	font-size: 2rem;
}
.whatsapp_fixed{
	position: fixed !important;
	bottom: 20px;
	z-index: 999999;
	height: 50px;
	top: inherit;
	right: 10px;
}
.kurslar_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 !important;
}
.kurslar_tab li:first-child a{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.kurslar_tab li:last-child a{border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.kurslar_tab li{
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kurslar_tab li a{
	color: #020202;
	background: #ffffff;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 6px;
	margin-bottom: 0;
	display: flex;
	border-radius: 0;
}
.kurslar_tab li a.active{
	background: linear-gradient(to right, rgb(15 173 133), rgb(19 68 33));
	color: white;
	font-weight: 700;
}
.brans_values{
	font-weight: 600;
}
.brans_values span{
	background: #ffac1f;
	color: white;
	border-radius: 6px;
	padding: .2rem .4rem;
	margin-right: .5rem;
	font-size: .75rem;
}
.iyzico-footer{
	padding: .8rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.iyzico_logos{
	display: flex;
	justify-content: center;
	align-items: center;
}
.iyzico_logos img{}
#home_slider .w-3\/4{width: 300px;height: 300px;border-radius: 50%;}
#blog_sections .feature-block-two .inner-box .content .image img{max-height:150px}
#home_slider .owl-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 10px;
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home_slider .owl-dots .owl-dot{
	padding: 0 .5rem;
}
#home_slider .owl-dots .owl-dot span{
	background: white;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: flex;
}
#home_slider .owl-dots .owl-dot.active span{
	background: #ffac1f;
}
section.kurslar{background: linear-gradient(to right, rgb(0, 191, 143), rgb(0, 21, 16));}
section.kurslar .sec-title3,section.kurslar .sec-title3 .sub-title,section.kurslar div.sec-title3 h2.title.black-color{color:white !important;}
section.rs-featured-courses.kurslar .courses-item {background:white;border-radius: 6px;-moz-box-shadow: inset 0 0 20px #00000082;-webkit-box-shadow: inset 0 0 20px #00000082;box-shadow: inset 0 0 20px #00000082;}
section.rs-featured-courses.kurslar .courses-item .img-part{padding: 10%;}

section.rs-featured-courses.kurslar .courses-item .kurs_title{}
section.rs-featured-courses.kurslar .courses-item .kurs_title h3{
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
section.rs-featured-courses.kurslar .courses-item .kurs_title h3 a{
	color: black;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 1rem 0;
	margin: 0;
	width: 100%;
	line-height: normal;
}
section.rs-featured-courses.kurslar .courses-item .meta-part{padding:0}
section.rs-featured-courses.kurslar  .courses-item .content-part .bottom-part .btn-part a{background: linear-gradient(to right, rgb(15 173 133), rgb(19 68 33));}
section.rs-featured-courses.kurslar .courses-item .categories{
	border-radius:0;
	padding: 0 3rem !important;
	background: linear-gradient(to right, rgb(25 56 48), rgb(32 65 70));
	width: 100%;
	padding: 1.6rem !important;
	font-size: 1.9rem;
	font-weight: 900;
}
.kurs_detay_title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}
.kurs_detay_title h1{
	font-size: 2rem;
}

.EA{background: linear-gradient(to right, rgb(222, 98, 98), rgb(255, 184, 140));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
.bg_EA{background:linear-gradient(to right, rgb(222, 98, 98), rgb(255, 184, 140)) !important;
	color:white !important;}


.SAY{background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
.bg_SAY{background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118)) !important;
	color:white !important;}
.blue_header_after header.main-header::after{background: linear-gradient(to right, rgb(15 173 133), rgb(0, 21, 16));}
.kgaleri_thumb.active {
	transform: scale(1.1, 1.1);
	border: 1px solid #ffac1f;
}
.kgaleri_thumb img{height:40px;width: auto !important;object-fit: cover;}
.kurs_fiyat:hover{color:white}
.kurs_fiyat{
	margin-top: 1.5rem;
	background-color:#3a393c;
	padding: 0 3rem !important;
	width: 100%;
	padding: 1.3rem 0 !important;
	font-size: 1.9rem;
	font-weight: 900;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.bgborder_EA{border-image:linear-gradient(to right, rgb(222, 98, 98), rgb(255, 184, 140));border-width: 2px;border-style: solid;border-radius: 0;border-image-slice: 1;}

.bgborder_SAY{border-image:linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));border-width: 2px;border-style: solid;border-radius: 0;border-image-slice: 1;}
.radio_inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio_inline {
	margin: 10px 0px;
}
.kurs_fiyat_detay .radio_inline{color:black}
.radio_inline, .checkbox_inline label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 600;
	cursor: pointer;
}
.btn-red:hover{color:white;background: linear-gradient(to left, rgb(222, 98, 98), rgb(230 104 26));transition:1s all ease}
.btn-red{background: linear-gradient(to right, rgb(222, 98, 98), rgb(230 104 26));color:white;transition:1s all ease; }

.navigation_flex li.dropdownx:hover > ul {
	visibility: visible;
	opacity: 1;
	border-top: 0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	display: block;
	left: 0;
}
.bilgilendirme_kurs{color: black;display: flex;flex-direction: column;justify-content: center;align-items: center;margin: 3rem 0;padding: 2rem 2.5rem;}
.bilgilendirme_kurs h3{
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5rem;
}
.main-header .header-upper .header-left .container-fluid,.main-header .header-upper .header-left .container {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}
.bilgilendirme_kurs li:last-child{border-bottom:none;padding-bottom:0}
.bilgilendirme_kurs li{
	font-size: .80rem;
	font-weight: 500;
	list-style: disc;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
	padding-bottom: .3rem;
}
.header_left_buttons{display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;}
.header_left_buttons li{margin-right: 1rem;}
.header_left_buttons .giris_yap_button a{ display: flex;
	justify-content: flex-end;}
.header_left_buttons .kayit_ol_button a{  display: flex;
	justify-content: flex-end;
	background: linear-gradient(to right, rgb(255 185 66), rgb(255 172 31));
	margin-left: 1rem;
	margin-right: 1rem;}
.header-right .options-box{display:none}
.main-header.fixed-header .header-right .options-box{display: inline-block;float: right;padding-right: 20px;}

.main-header.fixed-header .header-right .options-box .profile-box{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-header.fixed-header .navigation_flex2{
	width: 100%;
	justify-content: space-evenly;
}
.main-header.fixed-header .header-right .navigation_flex2 .logo{display:flex;margin-right:2rem;padding-left:1.5rem;display: none;}
.navigation_flex2 .logo{display:none};
.navigation_flex li{display:flex;flex-direction: revert;justify-content: center;align-items: center;}
.navigation_flex2{
	align-items: center;
	width: 100%;
	float: left;
}
.navigation_flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
	float: left;
}
.header-right .logo img{height:40px}
#iyzipay-checkout-form{}
#iyzipay-checkout-form .css-1o39wq4-Popup-Box-Box {width: 100%;
	max-width: inherit !important;}
.odeme_sonuc{}
.odeme_sonuc_box{flex-direction:column;display: flex;justify-content: center;align-items: center;empty-cells: cen;text-align: center;}
.odeme_sonuc_box img{}
.odeme_sonuc_box p{width:60%;}
.odeme_sonuc_box h3{
	font-size: 1rem;
	margin: 1.2rem 0;
	color: red;
	font-weight: 600;
	margin-bottom: .3rem;
}
.odeme_sonuc_box .btn_order_link{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 40px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	overflow: hidden;
	text-transform: capitalize;
	background: linear-gradient(to right, rgb(67, 206, 162), rgb(4 157 118));
	box-shadow: 0px 10px 15px rgba(255,87,115,0.10);
	cursor: pointer;
	width: auto;
}
.odeme_sonuc_box h3.odeme_success_text{color:#51cc64}
.kurs_tarihler span{justify-content:flex-end;text-align:left}
.kurs_tarihler span:last-child{text-align: right;}
.kurs_tarihler{display:flex;/* flex-direction:column; *//* justify-content:flex-start; */align-items: end;justify-content: space-between;padding: 0;border-bottom: 1px solid #eee;padding-bottom: 4px;}
.rs-featured-courses.kurslar .courses-item .content-part .images{
	justify-content: flex-start;
	align-items: start;
	text-align: left;
}
.donemler_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 !important;
}
.donemler_tab li:first-child a{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.donemler_tab li:last-child a{border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.donemler_tab li{
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.donemler_tab li a{
	color: #020202;
	background: #ffffff;
	padding: 1rem 4rem;
	font-size: 1rem;
	width:100%;
	font-weight: 400;
	border-radius: 6px;
	margin-bottom: 0;
	display: flex;
	border-radius: 0;
	padding: 1rem 0;
	justify-content: center;
	align-items: center;
}
.donemler_tab li a.active{
	background: linear-gradient(60deg, rgb(253 185 70), rgb(255 190 80));
	color: white;
	font-weight: 700;
}

.bank_account{
	/* flex-wrap: wrap; */
	display: flex;
	flex-direction: row;
	/* justify-content: flex-start; */
	/* align-items: start; */
	border: 1px solid #eee;
	margin-bottom: 2.5rem;
}
.bank_account_image{
	width: 40%;
	border-right: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	/* height: 100%; */
}
.bank_account_image img{
	height: 30px;
	width: 80%;
	object-fit: contain;
}
.bank_account_content{
	display: flex;
	width: 60%;
	flex-direction: row;
	/* justify-content: start; */
	/* align-items: start; */
	/* flex-direction: row; */
	min-height: 175px;
	/* padding-top: 1.5rem; */
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}
.bank_account_content h3{
	font-weight: 450;
	font-size: 1.3rem;
	color: black;
	margin-bottom: .2rem;
	padding-left: 1rem;
}
.bank_account_description{
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 1.5rem;
	padding: 0;
	max-width: 100%;
	display: inline-block;
	flex: inherit;
	height: auto;
}
.bank_account_description .bank_account_label.col-md-12{
	justify-content: flex-start;
	align-items: start;
	margin-bottom: .5rem;
	height: auto;
	font-size: 13px;
	color: black;
	flex-direction: row;
	width: 100%;
	display: flex;
}
.bank_account_label.col-md-12{
}
.bank_account_label{
}
.bank_account_label img{
	height: auto;
	padding-right: 2rem;
	width: 100%;
}
.bank_account_label span{}
.bank_account_label span strong{
	margin-right: .3rem;
}
.class-detail-content{}
.class-detail-content p,.class-detail-content p span{color:black !important;}
.class-detail-content p strong{color:black !important;}
.mobil_login_btn{
	background: rgb(4 157 118);
	color: white !important;
}
.mobil_register_btn{
	background: #ffffff;
	/* color: white !important; */
	margin-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}
.examplevideo_boxes .courses-item h3{color:black;font-size: .85rem;margin: .8rem 0;font-weight: 600;}
.examplevideo_boxes .courses-item{margin-bottom:2rem;border: 1px solid #eee;padding: 2rem 1rem;padding-bottom: 0;}
.examplevideo_boxes .video-js{width:100%}
.examplevideo_boxes video{width:100%}
.examplevideo_boxes{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start !important;
	margin: 0;
	background: white;
	width: 100%;
	padding: 2rem 0;
	margin-bottom: 2rem !important;
}
.video-js .vjs-big-play-button{
	top: calc(50% - .8em) !important;
	left: calc(50% - 1.5em) !important;
}
.examplevideo_section > h3{
	padding: 0 15px;
	margin: 0;
	background: #ffac00;
	color: white;
	border-radius: 4px;
	font-size: 1.25rem;
	padding: .875rem 15px;
}
.examplevideo_section{}
#modalwindow .modal-dialog{
	max-width: 80%;
}
#modalwindow iframe{min-width:720px;height:360px;width: 100%;}
@media(max-width: 720px){
	#gb-widget-8490{}
	.page_section{
		margin-top: 81px;
	}
	.pt0imp{padding-top:0 !important;}
	.examplevideo_section{padding:15px}
}
.sorucevap_title{position: relative;
	z-index: 1;
	margin-bottom: 20px;    display: flex;
	justify-content: space-between;}
.sorucevap_title h4{    position: relative;
	color: #0f0e2d;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 1.4rem;}
.sorucevap_title a{
	color: #ffffff;
	border-color: #00e49a;
	text-decoration: none !important;
	font-size: 14px;
	background: #1fb182;
	border-radius: 5px;
	overflow: hidden;
	text-transform: capitalize;
	box-shadow:0px 10px 15px rgb(255 87 115 / 10%);
	display: flex;
	padding: .5rem 1rem;
}
.sorucevap_title a i{margin-right:5px}
.tab-pane#sorular.active{padding-bottom:2rem !important;}
.chat_section{background:#eff7fe}
.chat_section .message ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.chat_section .message > ul > li.sent, .chat_section .message > ul  > li.replies {
	width: 100%;
}

.chat_section .message > ul > li.replies {
	margin-left: auto;
	text-align: right;
}
.chat_section .message > ul > li.sent, .chat_section .message > ul > li.replies {
	width: 80%;
}
.chat_section .message > ul >li+li {
	margin-top: 10px;
}


.chat_section .message  .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.chat_section .message > ul > li.replies .media {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.chat_section .message > ul > li .profile {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
}
@media (max-width: 1500px){
	.chat_section .message > ul > li .profile {
		height: 50px;
		width: 50px;
	}
}
.chat_section .message > ul > li.replies .media .profile {
	margin-left: 1.5rem !important;
	margin-right: 0 !important;
}
.chat_section .message > ul > li h5{color:#223645;
	display: inline-block;
	padding-right: 20px;
	line-height: 1.4;    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;}
.chat_section .message > ul > li h6	{
	font-size: calc(11px + (12 - 11) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	color: #647589;display: inline-block;
}
.chat_section .message > ul > li .contact-name .msg-box {
	margin-top: 10px;
}
.chat_section .message > ul > li .msg-setting-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat_section .message > ul > li.replies .msg-box li>h5, .chat_section .message > ul > li.replies .msg-box li .document, .chat_section .message > ul > li.replies .msg-box li .auto-gallery {
	background-color: #e5edf5;
	color: #223645;
}
.chat_section .message > ul > li.replies .msg-box li:first-child h5 {
	border-radius: 30px 25px 0 30px;
}
.chat_section{
	width: 100%;
	float: left;
	height: 500px;
	background-color: #eff7fe;
	position: relative;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 3%);
}
.chat_section .message {
	height: 418px;
	font-family: sans-serif;
	overflow: auto;
	padding: 2rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.chat_section .message  ul{
	padding: 0px;
	list-style: none;
	margin: 0px auto;
	width: 100%;
	overflow: auto;
}
.chat_section .message  ul li{
	position: relative;
	width: 100%;
	padding: 15px 0px;
	clear: both;
}
.chat_section .message  ul li.msg-left{
	float: left;
}
.chat_section .message  ul li.msg-left .msg-left-sub {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: end;
}
.chat_section .message  ul li .msg-left-sub img{
	position: absolute;
	width: 40px;
	bottom: 30px;
	border-radius: 100%;
}
.chat_section .message  ul li.msg-left .msg-desc{display: flex;justify-content: start;flex-direction: column;align-items: start;}
.chat_section .message  ul li.msg-left .msg-desc .msg-desc_content{
	margin-left: 70px;
	font-size: 12px;
	background: #E8E8E8;
	padding:5px 10px;
	border-radius: 5px 5px 5px 0px;
	position: relative;
	width: 70%;
}
.chat_section .message  ul li.msg-left .msg-desc .msg-desc_content:before{
	position: absolute;
	content: '';
	border:10px solid transparent;
	border-bottom-color: #E8E8E8;
	bottom: 0px;
	left: -10px;
}
.chat_section .message  ul li.msg-left small{
	color: #c1c1c1;
	margin-left: 70px;
}
.chat_section .message  ul li.msg-right .msg-left-sub{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: end;
}
.chat_section .message  ul li.msg-right{
	float: right;
}
.chat_section .message  ul li.msg-right img{
	position: absolute;
	width: 40px;
	right: 0px;
	bottom: 30px;
	border-radius: 100%;
}
.chat_section .message  ul li.msg-right .msg-desc{display: flex;justify-content: end;flex-direction: column;align-items: end;}
.chat_section .message  ul li.msg-right .msg-desc .msg-desc_content:before{
	position: absolute;
	content: '';
	border:10px solid transparent;
	border-bottom-color: #cce5ff;
	bottom: 0px;
	right: -10px;
}
.chat_section .message  ul li.msg-right small{
	float: right;
	color: #c1c1c1;
	margin-right: 70px;
}
.chat_section .message  ul li.msg-day{
	border-top:1px solid #EBEBEB;
	width: 100%;
	padding: 0px;
	margin: 15px 0px;
}
.chat_section .message  ul li.msg-day small{
	position: absolute;
	top: -10px;
	background: #F6F6F6;
	color: #c1c1c1;
	padding: 3px 10px;
	left: 50%;
	transform: translateX(-50%);
}
.chat_section .message  ul li.msg-right .msg-desc .msg-desc_content {
	margin-right: 70px;
	font-size: 12px;
	background: #cce5ff;
	color: #004085;
	padding: 5px 10px;
	border-radius: 5px 5px 5px 0px;
	position: relative;
	width: 70%;
}

.chat_section  .right-section-bottom{
	background: #fff;
	width: 100%;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	border: 1px solid #e7e7e7f2;
	text-align: center;
	border-top: none;
	z-index: 999;
	height: 82px;
}
.chat_section .right-section-bottom input{
	border:0px;
	padding:8px 5px;
	width:calc(100% - 150px);
}
.chat_section .right-section-bottom .btn-send{
	border:0px;
	padding: 8px 10px;
	float: right;
	margin-right: 30px;
	color: #009EF7;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}
.chat_section .upload-btn{
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.chat_section .upload-btn .btn{
	border:0px;
	padding: 8px 10px;
	color: #009EF7;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}
.chat_section .upload-btn input[type=file] {width: 100%;height: 100%;opacity: 0;overflow: hidden;position: absolute;z-index: 2;left: 0;}

.chat_section .message ul::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .1)
}

.chat_section .message ul::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: rgba(0, 0, 0, .1)
}

.chat_section .message ul::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, .25)
}
.chat_section{margin-bottom:2rem}
.message_file_preview img{max-width:100%;max-height: 100%;}
.message_file_preview{
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0;
	z-index: 9;display:none;
	flex-direction: column;
}
.message_file_preview_header{
	width: 100%;
	background: #319f56;
	color: white;
	display: flex;
	padding: 0;
	height: 50px;
}
.message_file_preview_close{
	margin-right: 0;
	/* background: white; */
	padding: .8rem 1rem;
	color: white;
	font-size: 1rem;
	font-weight: 700;
	cursor: p;
}
.message_file_preview_header span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	font-size: .9rem;
}
.message_file_preview_img{
	padding: 0;
	position: absolute;
	left: 0;
	top: calc(0% + 75px);
	width: 100%;
	height: calc(100% - 100px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.chat_section #loading.active{display:flex}
.chat_section #loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #efefefba;
	opacity:1;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center;
}
lottie-player {
	--lottie-player-seeker-track-color: #e48509;
	--lottie-player-seeker-thumb-color: #ffcc00;
}
.message.imgPreview{overflow:hidden}
.msg-attachment{
	width: 300px;
	height: 300px;
	border: 2px solid #e7e7e7;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
}
.msg-attachment:before{
	position: absolute;
	content:'';
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 28px;
	background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,0));
}
.msg-attachment img{
	height: auto !important;
	width: auto !important;
	border-radius: 0 !important;
	max-width: 295px;
	bottom: 0 !important;
	position: static !important;
	object-fit: cover;
	min-height: 295px;
}





.message_file_preview_img2{
	background: white;
	display: inline-flex;
	border: 2px solid #eee;
	position: relative;
	width: auto;
	height: auto;
	padding: 1.5rem;
	max-width: 170px;
	padding-right: 0;
	padding-top: 0;
}
.message_file_preview_img2 img{
	width: 120px;
	height: 120px;
	object-fit: cover;
}
#message_file_preview_wrapper2{display:none}
.message_file_preview_close2{
	position: static;
	right: 10px;
	top: 5px;
	color: black;
	display: flex;
	justify-content: flex-end;
	padding-right: 7px;
}
.message_file_preview_close2 i{}
.imgPreview{overflow:hidden}
.content_right{
	width: calc(100% - 280px);
	padding-left: 2rem;
}
.box .well::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .1)
}

.box .well::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: rgba(0, 0, 0, .1)
}

.box .well::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, .25)
}
.box_duyuru_header{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}
.duyuru_all i{margin-left:.5rem}
.duyuru_all{
	color: #ffffff !important;
	border-color: #00e49a;
	text-decoration: none !important;
	font-size: 14px;
	background: #1fb182;
	border-radius: 5px;
	overflow: hidden;
	text-transform: capitalize;
	box-shadow: 0px 10px 15px rgb(255 87 115 / 10%);
	display: flex;
	padding: .5rem 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
}
.page-nav {
	background-color: white;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgb(58 71 89 / 5%);
	margin-bottom: 0;
	padding-bottom: 10px;
}
.page-nav li {
	font-weight: 500;
	color: #949ba5;
	font-size: 14px;
}
.page-nav li a {
	padding: 15px 20px;
	color: inherit;
	display: flex;
	align-items: center;
}
.page-nav li.sub-menu a.active{font-weight:600;color:black}
.page-nav li.sub-menu a {
	position: relative;
	padding-right: 40px;
}
.page-nav li.sub-menu a > span.fa {
	font-size: 1rem;
	position: absolute;
	right: 20px;
	top: 13px;
	transition: transform ease-in 300ms;
}
.page-nav li > ul {
	padding-left: 20px;
	display: none;
}
.page-nav li.open > ul {
	display: block;
}
.page-nav li.sub-menu.open a > span.fa {
	transform: rotate(
			90deg
	);
}
.subpage-main-header {
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 40px;
	margin-bottom: 30px;
}
.video-card .card-body {
	padding: 2rem 30px;
	padding-bottom: 0;
}
.video-cards .row > div{margin-bottom: 2rem;}
.video-card{height: 100%;}
.video-text {
	font-size: 14px;
	font-weight: 600;
	min-height: inherit;
	padding: 1.5rem 0;
	/* border-bottom: 1px solid #98a8b4; */
	margin-bottom: 0;
}
.video-info{
	position: absolute;
	right: 0;
	top: 15px;
}
.video-category{
	background: #ffac00;
	color: white;
	padding: .5rem;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 18%);
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 18%);
}

.video-text  a{font-size: 1rem;color: black;font-weight: 650;font-family: 'Roboto', sans-serif;}
.kutuphane_frame{
	width: 100%;
	display: flex;
	height: 100%;
	min-height:800px;margin-top:.5rem;
}
.hidden-bar-wrapper li.dropdown a.dropdown-toggle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hidden-bar-wrapper .dropdown-menu{
	border: none;
	position: static !important;
	border-bottom: 1px solid #eee;
	transform: none !important;
	padding-left: 15px;
}
.hidden-bar-wrapper  .mobil_login_link a{
	border-radius: 0;
	color: white !important;
	margin-top: 1rem;
	font-size: .9rem !important;
}
.hidden-bar-wrapper .mobil_register_link{
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.hidden-bar-wrapper .mobil_register_link a span, .hidden-bar-wrapper .mobil_login_link a span{color:white !important}
.hidden-bar-wrapper .mobil_register_link a{
	color: white !important;
	border-radius: 0 !important;
	margin-top: .5rem;
	margin-bottom: .5rem;
	background: linear-gradient(to right, rgb(255 185 66), rgb(255 172 31));
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: .9rem !important;
	margin-bottom: 0;
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}
.badge-outline-info {
	color: #17a2b8;
	border:1px solid #17a2b8;transition:.6s all ease;
}

.badge-outline-info[href]:focus,
.badge-outline-info[href]:hover {
	color: #fff;
	text-decoration: none;transition:.6s all ease;
	border-color: #117a8b
}


.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}
.modal.show{z-index:999999999 !important;}
.modal-backdrop.show{z-index:99999999 !important}
#modalwindow h5.modal-title{
	color: black;
	font-weight: 600;
	font-size: 1rem;
}
.user_avatar .dropify-wrapper{
	height: 150px;
	border: none;
	width: 150px;
	border-radius: 100%;
	/* animation: none !important; */
}
.user_avatar .dropify-wrapper .dropify-message{}
.user_avatar .dropify-wrapper .dropify-preview .dropify-render img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
@media(max-width:720px){
	.dashboard-block{padding:0;height: auto;}
	.kurstablo .tarih_column,.kurstablo .ders_column{
		font-size: .75rem !important;
		background-position: 85% 50% !important;
	}
	.dashboard-section .dataTables_wrapper{
		padding: 0;
	}
	.kurstablo .sorting_asc,.kurstablo .sorting_desc{
		border-radius: 0px 16px 0px 0px;
		text-align: left !important;
	}

	table.dataTable thead .sorting_desc:before{right: 3em !important;}
	table.dataTable thead .sorting_desc:after{right: 3.5em !important;}
	.kurstablo .tarih_column{
		border-radius: 0 !important;
	}
	.kurstablo .ders_column{		border-radius: 0px 16px 0px 0px;
	}
	.box .well{height:auto !important;}
	.dataTables_filter{text-align:left}
	table.dataTable thead .sorting_asc:before{right: 3.5em !important;}
	table.dataTable thead .sorting_asc:after{right: 3em !important;}
	table.dataTable thead .sorting:before{right: 4em !important;}
	table.dataTable thead .sorting:after{right: 4.5em !important;}
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background:none !important;border:none !important;
}
.birebir_bg:before{content:'';background:black;position:absolute;left:0;top:0;width:100%;height:100%;position:absolute;opacity:.5}
.birebir_bg{
	position:relative;
	height: 350px;
	background: url('../images/birebirders.jpg');
	background-size: cover;
	background-position: bottom;
	width: 100%;
	background-repeat: no-repeat;
}
.birebir_bg img{}
.message_box{
	border: 1px solid #e7e5e5;
	padding: 1rem;
	min-height: 120px;
	background: #efefef;
}
.kupon_li{background: #17cf61;border-radius:6px;background: linear-gradient(102deg, rgba(35,166,87,1) 0%, rgba(23,207,97,1) 100%);}
.kupon_li label{color:white;margin-bottom:.5rem;}
.kupon_li button{
	font-size: .85rem;
	background: white;
	border-color: white;
	color: black;
	font-weight: 450;
	margin-bottom: .5rem;
}
.duyuru_content{}
.duyuru_content h4{font-size:1rem}
.footer_fixed {
	display: none;
}
/*
tekrar kalkacak
 */
.iyzico-footer{display:none !important;}
@media (max-width:1025px) {
	.topbar-area{
		height: auto;
	}
	.topbar-area > .container-fluid > .row .col-md-8{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-header .header-upper .container-fluid > .clearfix,.main-header .header-left{
		flex-direction: column;
	}
	.topbar-area > .container-fluid > .row .col-md-4{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topbar-area > .container-fluid > .row{
		flex-direction: column;
		display: flex;
	}
	.main-footer .footer-bottom .copyright a{flex-direction:column;display:flex;justify-content:center;text-align:center;align-items:center}
	.footermenu ul i{display:none}
	.main-footer .footer-bottom,.footermenu ul{flex-direction:column !important;margin: 1rem 0;}
	.partners_logo_left,.partners_logo{display:none}
	.rs-banner.style7 .banner-content{padding:30px 0  !important;display: flex;align-items: center;width: 100%;flex-direction: column;justify-content: center;text-align: center;}
	.rs-banner.style7 .banner-content .banner-title{font-size:1rem !important;margin-bottom: 1rem !important;}
	.rs-banner.style7 .icons{display:none !important;}
	section.rs-featured-courses.kurslar .tab-pane > .row > .col-md-6{width:100%}
	.kurs_detay_title h1{text-align:center}
	.course-detail-section .upper-content .right-column .buttons-box{
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.main-header .left-sidebar-btn{display:flex !important;justify-content: center;align-items: center;}
}.rengarenk{
    float: left;
    width: 100%;
}
.rengarenk div{
    float: left;
    height: 3px;
}
.rengarenk div:nth-child(1){
    width: 15%;
    background: #4285f4;
}
.rengarenk div:nth-child(2){
    width: 25%;
    background: #ea4335;
}
.rengarenk div:nth-child(3){
    width: 25%;
    background: #ccab35;
}
.rengarenk div:nth-child(4){
    width: 15%;
    background: #34a853;
}
.rengarenk div:nth-child(5){
    width: 20%;
    background: #cc52b1;
}


#profilsag{
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 73px 20px;
    background-image: linear-gradient(to left, #eea30e, #ffc800);
    background-size: 100%;
    box-shadow: 0px 0px 10px #6e6a6a;
    margin-bottom: 30px;
}
#profilsag #profilic{
    width: 81%;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: table;
    margin: 0 auto;
}
#profilsag #profilic img{
    width: 150px;
    background: #fff;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #00000080;
}
#profilsag #profilic b{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: 10px;
    font-size: 20px;
}
#profilsag #profilic h1{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 2px #004a10;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
#profilsag #profilic span{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 2px #004a10;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
#profilsag #info{
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 35px;
}
.solmenu{
    float: left;
    width: 100%;
}
.solmenu li{
    float: left;
    width: 152px;
    margin: 6px;
}
.solmenu li a{
    display: flex;
    float: left;
    width: 100%;
    max-height: 50px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #000000;
    text-align: center;
    align-items: center;
    align-content: center;
}
.solmenu li a img{width: 100%;border-radius: 10px;}
.solmenu li a span{
    position: absolute;
    left: 0px;
    top: 11px;
    z-index: 4;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.solmenu li a span div{
    font-size: 11px;
    position: absolute;
    top: -3px;
    left: 89%;
    line-height: 20px;
    background: #7f0;
    width: 16px;
    height: 20px;
    color: #000;
    border-radius: 50%;
}
@media (max-width: 575px) {
.solmenu{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
	.solmenu li{
    float: left;
    width: 45%;
}
.solmenu li a{
    float: left;
    width: 93%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #000000;
}
.solmenu li a img{width: 100%;}
.solmenu li a span{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
}
}