/* CSS Index 
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT
18.1. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 
32. ACCORDION
33. PRIVACY POLICY
34. LOGIN/REGISTER

*/

/*===========================
    1. Theme default css 
===========================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
i, span, a {
    display: inline-block;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}
h1 {
    font-weight: 500;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ol {
    margin: 0px;
    padding-left: 5px;
    list-style-type: number; 
    text-align: justify;
    line-height: 1.8;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: circle;
}


p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}
/*===== All Section Title Style =====*/

.section-title {}
.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}
/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.preloader .color-1 {
    background-color: #ffc600 !important;
}

.panel-heading {
    background-image: linear-gradient(#0B52B5, #3584F2, #0B52B5);
    text-align: center;
	padding: 25px 30px 30px;
   /* border-radius: 5px;*/
    overflow: hidden;
    margin-top: 45px;
    /*text-transform: uppercase !important;*/
}
/*=====================================================
    2. HEADER css 
======================================================*/

/*===== Header top =====*/

.header-top {
    background-color: #07294d;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-contact ul li {
    display: inline-block;
    margin-right: 5px;
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 500;
}
.header-contact ul li:last-child {
    margin-right: 0;
}
.header-contact ul li i {
    margin-right: 5px;
}
.header-contact ul li a {
    color: #c6c6c6;
    font-weight: 500;
    font-size: 16px;
}
.header-contact h2 {
    color: #ffff00;
    font-weight: 500;
    font-size: 16px;
}
.header-right {}
.header-right .social {}
.header-right .social .follow-us {
    font-size: 16px;
    color: #c6c6c6;
    padding-right: 5px;
    font-weight: 500;
}
.header-right .social ul {}
.header-right .social ul li {
    display: inline-block;
    padding: 0 5px;
}
.header-right .social ul li a {
    color: #c6c6c6;
    font-size: 16px;
}
.header-right .social ul li a:hover {
    color: #ffc600;
}

/*===== Header Menu =====*/
.header .header-menu {
	background: #800080;
	z-index: 3333;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 10px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	display: block;
	position: relative;
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 260px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#fff;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#4b0082;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/

/*===== SEARCH BOX =====*/

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}
.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}
.closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}
.closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}
.search-box .search-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #07294d;
    color: #07294d;
    padding-left: 20px;
    border-radius: 50px;
}
.search-box .search-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}
/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
    padding-bottom: 300px;
}
.slider-cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.slider-cont h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}
.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.slider-cont ul {}
.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child {
    margin-right: 0;
}
.slider-active {}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}
.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}
.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}
.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .slick-arrow i:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}
/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}
.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}
/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}
#slider-part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}
.slider-cont-3 h2 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}
.slider-cont-3 span {
    font-size: 24px;
    color: #fff;
}
.slider-search {
    background-color: #fff;
    border-radius: 5px;
}
.slider-search .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}
.slider-search .nice-select span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}
.slider-search .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.slider-search .nice-select::after {
    border-bottom: 0;
    border-right: 8px solid #07294d;
    border-top: 8px solid transparent;
    height: 0px;
    margin-top: -4px;
    width: 0px;
}
.slider-search input {
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}
.slider-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
}
.slider-search .main-btn:hover {
    border-color: #07294d;
}
.slider-feature {}
.single-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-slider-feature .icon {}
.single-slider-feature .cont {
    padding-left: 30px;
}
.single-slider-feature .cont h3 {
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}
.single-slider-feature .cont span {
    color: #fff;
    font-size: 15px;
}
/*===== Index-4 =====*/

.slider-4 {
    position: relative;
}
.slider-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/slider/slider-shape.png);
    background-position: center center;
    width: 100%;
    height: 100%;
}
.slider-cont-4 h1 {
    color: #07294d;
    padding-bottom: 35px;
}
.slider-cont-4 p {
    color: #07294d;
}
/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
    background-color: #4886ff;
}
.color-2 {
    background-color: #b5d56a;
}
.color-3 {
    background-color: #ff6f6f;
}
.category {
    background-color: #07294d;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}
.category-text {}
.category-text h2 {
    font-size: 36px;
    color: #fff;
    padding: 0 20px;
}
.single-category {
    padding: 10px 0;
    border-radius: 5px;
    display: block;
}
.single-category .icon {
    display: inline-block;
}
.single-category .cont {
    display: block;
}
.single-category .cont span {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.category-slide {}
.category-slide a {
    display: block;
}
.category-slide .slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-slide .prev.slick-arrow {
    right: auto;
    left: -50px;
}
.category-slide .slick-arrow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #557495;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-slide .slick-arrow i:hover {
    background-color: #ffc600;
}
/*===== Index-4 =====*/

.category-tow {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.category-text-tow h2 {
    color: #07294d;
}
/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 220px;
}
.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}
.about-bg img {
    width: 100%;
}
.about-cont p {
    padding-top: 30px;
}
.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}
.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .single-event {
    border-bottom: 0;
}
.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.about-event ul li .single-event a {
    display: block;
}
.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .single-event a:hover h4 {
    color: #ffc600;
}
/*===== Index-4 =====*/

.about-tow {
    position: relative;
    padding-bottom: 150px !important;
}
.about-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}
.about-shape img {
    width: 100%;
}
.about-image-tow {
    position: relative;
}
.about-image-tow::before {
    position: absolute;
    content: '';
    background-image: url(../images/dot-shape.png);
    background-position: center center;
    background-size: contain;
    width: 305px;
    height: 370px;
    left: -100px;
    bottom: -60px;
    z-index: -1;
}
.about-image-tow img {
    width: 100%;
    border-radius: 5px;
}
.about-shape-tow {
    position: absolute;
    left: -36px;
    bottom: 170px;
}
.about-shape-three {
    position: absolute;
    bottom: -30px;
    left: 85px;
}
/*=====================================================
    6. APPLY css 
======================================================*/

.apply {
    margin-top: -100px;
    position: relative;
}
.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.apply .apply-cont {
    padding: 45px 20px 50px;
}
.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.apply .apply-cont p {
    color: #fff;
    padding-bottom: 5px;
}
.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}
/*===== Index-4 =====*/

.apply-area-tow {
    position: relative;
}
.apply-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/apply-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.apply-bg-one, .apply-bg-tow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #07294d;
    z-index: -1;
}
.apply-bg-tow {
    background-color: #103965;
    left: auto;
    right: 0;
}
.single-apply {}
.single-apply .apply-content {}
.single-apply .apply-content .apply-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}
.single-apply .apply-content p {
    color: #fff;
    padding-bottom: 35px;
}
.single-apply .apply-content .main-btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
/*=====================================================
    7. COURSE css 
======================================================*/

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.single-course>.thum {
    position: relative;
}
.single-course .thum .image {
    overflow: hidden;
}
.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.single-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}
.single-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600;
}
.single-course .cont span {
    font-size: 13px;
    color: #000;
}
.single-course .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .cont h4:hover {
    color: #ffc600;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .course-teacher>.thum {
    display: inline-block;
}
.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}
.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}
.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.single-course .course-teacher .admin ul {
    margin-top: 8px;
}
.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}
.single-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}
.single-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}
.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}
.course-slide {}
.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}
.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}
.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-slide .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}
/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}
.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}
.video {
    padding-left: 80px;
}
.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}
.feature {
    position: relative;
    z-index: 5;
}
.feature .feature-title {}
.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature {
    padding-top: 55px;
    overflow: hidden;
}
.feature ul li .single-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}
.feature ul li .single-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}
.feature ul li .single-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature .cont p {
    color: #fff;
}
/*===== Index-4 =====*/

.video-feature-tow {}
.video-tow {}
.video-tow .video-image {
    position: relative;
}
.video-tow .video-image img {
    width: 100%;
    border-radius: 5px;
}
.video-tow .video-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.feature-tow {}
.feature-tow .feature-title h3 {
    color: #103965;
}
.feature-tow .single-feature .cont {}
.feature-tow ul li .single-feature .cont h4 {
    color: #103965;
}
.feature-tow ul li .single-feature .cont p {
    color: #505050;
}
/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {}
.teachers-cont p {
    padding-top: 30px;
}
.single-teachers {
    position: relative;
}
.single-teachers .image {
    border-radius: 2px;
    overflow: hidden;
}
.single-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.single-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-teachers .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    padding: 15px;
}
.single-teachers .cont a {
    display: block;
}
.single-teachers .cont a h6 {
    color: #000;
    font-size: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-teachers .cont a:hover h6 {
    color: #ffc600;
}
.single-teachers .cont span {
    font-size: 14px;
    color: #8a8a8a;
}
/*===== Index-4 =====*/

.teachers-area-tow {
    position: relative;
}
.teachers-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/teachers-shape.png);
    background-position: center center;
    background-size: contain;
}
/*=====================================================
    10. PUBLICATION css 
======================================================*/

.single-publication {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.single-publication .image {
    position: relative;
}
.single-publication .image img {
    width: 100%;
}
.single-publication .image .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}
.single-publication .image:hover .add-cart {
    opacity: 1;
}
.single-publication .image .add-cart ul {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.single-publication .image .add-cart ul li {
    display: inline-block;
    margin: 0 5px;
}
.single-publication .image .add-cart ul li a {
    font-size: 16px;
    color: #ffc600;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ffc600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-publication .image .add-cart ul li a:hover {
    background-color: #ffc600;
    color: #07294d;
}
.single-publication .content {}
.single-publication .content .book-title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 5px;
}
.single-publication .content .book-title a:hover {
    color: #ffc600;
}
.single-publication .content .writer-name {
    font-size: 15px;
    color: #505050;
}
.single-publication .content .writer-name span {
    color: #07294d;
    padding-bottom: 10px;
}
.single-publication .content .price {}
.single-publication .content .price .normal-price {
    font-size: 16px;
    font-weight: 600;
    color: #07294d;
}
.single-publication .content .price .discount-price {
    font-size: 14px;
    color: #505050;
    margin-left: 10px;
    position: relative;
}
.single-publication .content .price .discount-price::before {
    position: absolute;
    content: '';
    background-color: #505050;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-publication .content .price-btn {
    border-top: 1px solid #eee;
    padding-top: 5px;
}
.single-publication .content .price-btn .main-btn {
    padding: 0 13px;
    line-height: 40px;
    height: 42px;
    font-size: 15px;
}
.single-publication .content .price-btn .main-btn i {
    margin-right: 5px;
}
.single-publication .content .description {
    padding-top: 10px;
    padding-bottom: 25px;
}
/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial {}
#testimonial .section-title {
    position: relative;
    z-index: 5;
}
#testimonial .section-title h5, #testimonial .section-title h2 {
    color: #fff;
}
#testimonial .section-title h5::before {
    background-color: #fff;
}
.testimonial-slide {
    position: relative;
    z-index: 5;
}
.single-testimonial {
    position: relative;
}
.single-testimonial .testimonial-thum {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-testimonial .testimonial-thum img {
    border-radius: 5px;
}
.single-testimonial .testimonial-thum .quote {
    position: absolute;
    right: -22px;
    top: -22px;
}
.single-testimonial .testimonial-thum .quote i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffc600;
    border-radius: 50%;
    color: #07294d;
    font-size: 18px;
}
.single-testimonial .testimonial-cont {
    padding-left: 140px;
}
.single-testimonial .testimonial-cont p {
    color: #fff;
    padding-bottom: 32px;
}
.single-testimonial .testimonial-cont h6 {
    color: #fff;
    padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
    color: #fff;
    font-size: 18px;
}
.testimonial-slide .slick-dots {
    margin: 0 auto;
}
.testimonial-slide .slick-dots li {
    display: inline-block;
    margin-top: 15px;
}
.testimonial-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}
.testimonial-slide .slick-dots li.slick-active button {
    background-color: #ffc600;
}
/*=====================================================
    12. NEWS css 
======================================================*/

.single-news {}
.single-news .news-thum {}
.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-news .news-cont {}
.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}
.single-news .news-cont ul li:last-child {
    margin-right: 0;
}
.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}
.single-news .news-cont ul li a i {
    color: #ffc600;
    margin-right: 8px;
}
.single-news .news-cont ul li a span {
    color: #07294d;
}
.single-news .news-cont a {
    display: block;
}
.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-news .news-cont a:hover h3 {
    color: #ffc600;
}
.news-list .news-cont h3 {
    font-size: 20px;
}
.news-list .news-cont ul li a {
    font-size: 14px;
}
/*=====================================================
    12a. Faculty css 
======================================================*/

.faculty-top {
    background-color:##f8e8e9; 
	
}
.faculty-top a {
	color: #fff;
	font-size: 16px
}
.faculty-about {
    padding-right: 50px;
}
.faculty-about p {
    color: #fff;
    padding-top: 15px;
}
.faculty-about ul li {
    display: inline-block;
    margin-right: 5px;
}
.faculty-about ul li:last-child {
    margin-right: 0;
}
.faculty-about ul li a img{
    width: 140px;
    height: 140px;
    font-size: 15px;
	padding: 5px;
	color: blue;
    border-radius: 50%;
    /*text-align: center;*/
    background-color: lightblue;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.faculty-about ul li a :hover {
    background-color: darkblue; /*yellow*/
    color: #fff;/*darkblue*/
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.faculty-title h2 {
    /*font-size: 18px;*/
    color: maroon;
	text-align:center;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}

/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color:#021d3a; 
	/*#3c0a44;/*purple*/
}
.footer-top a {
	color: #fff;
	font-size: 16px
}
.footer-about {
    padding-right: 50px;
}
.footer-about p {
    color: #fff;
    padding-top: 15px;
}
.footer-about ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-about ul li:last-child {
    margin-right: 0;
}
.footer-about ul li a img{
    width: 70px;
    height: 70px;
    font-size: 15px;
	padding: 5px;
	color: #ffc6ff;
    border-radius: 50%;
    /*text-align: center;*/
    background-color: #ffc6ff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-about ul li a :hover {
    background-color: #ffc600; /*yellow*/
    color: #fff;/*darkblue*/
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-title h6 {
    font-size: 18px;
    color: #ffc6ff;
}
.footer-link {
    overflow: hidden;
}
.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-link ul li {
    line-height: 35px;
	padding-bottom:10px;
}
.footer-link ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a i {
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a:hover {
    color: #ffc600;
}
.footer-link ul li a:hover i {
    margin-right: 15px;
}
.support ul {
    float: none;
    width: 100%;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li:last-child {
    margin-bottom: 0;
}
.footer-address ul li .icon i {
    font-size: 18px;
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont {
    padding-left: 35px;
}
.footer-address ul li .cont p {
    color: #fff;
}
.footer-copyright {
    background-color: #800080;
}
.footer-copyright .copyright p {
    color: #fff;
}
.footer-copyright .copyright p span {
    font-weight: 600;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}
/*=====================================================
    14. CATEGORY 2 css 
======================================================*/

.category-2-items {}
.category-2-items .single-items {
    position: relative;
}
.category-2-items .single-items .items-image {
    position: relative;
}
.category-2-items .single-items .items-image img {
    width: 100%;
    border-radius: 5px;
}
.category-2-items .single-items .items-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.6);
    border-radius: 5px;
}
.category-2-items .single-items .items-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-2-items .single-items .items-cont h5 {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-2-items .single-items .items-cont span {
    font-size: 14px;
    color: #fff;
}
.category-2-items .single-items .items-cont h5:hover {
    color: #ffc600;
}
.category-form {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    margin-top: -154px;
}
.category-form .form-title {
    background-color: #07294d;
    padding-top: 35px;
    padding-bottom: 40px;
}
.category-form .form-title h3 {
    color: #ffc600;
    font-size: 36px;
}
.category-form .form-title span {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.category-form .main-form {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.category-form .main-form .single-form {
    margin-top: 20px;
}
.category-form .main-form .single-form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}
.category-form .main-form .single-form .main-btn {
    width: 100%;
    line-height: 60px;
    margin-top: 20px;
}
/*=====================================================
    15. COURSE 2 css 
======================================================*/

.single-course-2 {}
.single-course-2>.thum {
    position: relative;
}
.single-course-2>.thum .image>img {
    border-radius: 5px;
    width: 100%;
}
.single-course-2>.thum .price {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 5;
}
.single-course-2>.thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course-2>.thum .course-teacher {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-course-2>.thum .course-teacher>.thum {
    display: inline-block;
}
.single-course-2>.thum .course-teacher>.thum img {
    border-radius: 50%;
}
.single-course-2>.thum .course-teacher .name {
    display: inline-block;
    margin-left: 5px;
    bottom: 13px;
}
.single-course-2>.thum .course-teacher .name h6 {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-2>.thum .course-teacher .name h6:hover {
    color: #ffc600;
}
.single-course-2>.thum .course-teacher .review {
    display: inline-block;
    margin-left: 15px;
    bottom: 13px;
}
.single-course-2>.thum .course-teacher .review ul li {
    display: inline-block;
    font-size: 12px;
    color: #ffc600;
}
.single-course-2>.thum .course-teacher .review ul li {}
.single-course-2 .cont {
    padding-top: 25px;
}
.single-course-2 .cont h4 {
    font-weight: 600;
    font-weight: 24px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-2 .cont h4:hover {
    color: #ffc600;
}
/*=====================================================
    16. COUNTER css 
======================================================*/

.single-counter {
    position: relative;
    z-index: 5;
}
.single-counter span {
    font-size: 36px;
    color: #ffc600;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.single-counter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
/*===== Index-3 =====*/

.counter-3 {}
.counter-3 p {
    color: #07294d;
    font-weight: 600;
}
/*===== Index-4 =====*/

.counter-area-tow {}
.single-counter-tow {
    position: relative;
    z-index: 5;
}
.single-counter-tow .counter-icon {}
.single-counter-tow .counter-content {
    padding-left: 30px;
}
.single-counter-tow span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.single-counter-tow p {
    color: #fff;
}
/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {}
.teachers-2 .teachers-2-single {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}
.teachers-2 .teachers-2-single .thum {}
.teachers-2 .teachers-2-single .thum img {
    border-radius: 50%;
}
.teachers-2 .teachers-2-single .cont {
    padding-left: 20px;
}
.teachers-2 .teachers-2-single .cont a {}
.teachers-2 .teachers-2-single .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-2 .teachers-2-single .cont a:hover h5 {
    color: #ffc600;
}
.teachers-2 .teachers-2-single .cont p {
    font-size: 15px;
}
.teachers-2 .teachers-2-single .cont span {
    font-size: 14px;
    color: #07294d;
}
.teachers-2 .teachers-2-single .cont span i {
    margin-right: 5px;
    color: #ffc600;
}
.student-slide {
    z-index: 5;
}
.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student .happy-title {}
.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
}
.happy-student .single-student {
    position: relative;
    z-index: 5;
}
.happy-student .single-student img {
    padding-bottom: 20px;
}
.happy-student .single-student p {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 135px;
}
.happy-student .single-student h6 {
    color: #fff;
    font-size: 16px;
}
.happy-student .single-student span {
    font-size: 14px;
    color: #fff;
}
.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*=====================================================
    18. EVENT css 
======================================================*/

.event-bg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
    background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}
.event-2 .event-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 5px;
}
.event-2 ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.event-2 ul li:last-child .single-event {
    border-bottom: 0;
}
.event-2 ul li .single-event span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.event-2 ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.event-2 ul li .single-event a {
    display: block;
}
.event-2 ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.event-2 ul li .single-event a:hover h4 {
    color: #ffc600;
}
/*=====================================================
    18.1 EVENT 2 css 
======================================================*/

.single-event-list-2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.single-event-list-2 .event-thum {}
.single-event-list-2 .event-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-event-list-2 .event-cont {}
.single-event-list-2 .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.single-event-list-2 .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}
.single-event-list-2 .event-cont a {
    display: block;
}
.single-event-list-2 .event-cont a h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-event-list-2 .event-cont a:hover h4 {
    color: #ffc600;
}

/*================================================
Events CSS
=================================================*/
.single-events-box {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}

.single-events-box .events-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.single-events-box .events-box .events-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 5px 0 0 5px;
}

.single-events-box .events-box .events-image .image {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-events-box .events-box .events-image .image img {
  display: none;
}

.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../images/1_4.jpg);
}

.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../images/2_4.jpg);
}

.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../images/3_4.jpg);
}

.single-events-box .events-box .events-image .image.bg4 {
  background-image: url(../images/4_4.jpg);
}

.single-events-box .events-box .events-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-events-box .events-box .events-content .content {
  padding: 30px;
}

.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}

.single-events-box .events-box .events-content .content .location {
  display: block;
  color: #727695;
  margin-top: 15px;
}

.single-events-box .events-box .events-content .content .location i {
  color: #800080;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
}

.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #800080;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}

.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}

.single-events-box .events-box .events-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}

.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #800080;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.single-events-box .events-box .events-date .date span::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.single-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.single-events-box .events-box .events-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 200px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .20;
}

/*================================================
Events Details CSS
=================================================*/
.events-details-header {
  margin-bottom: 25px;
}

.events-details-header .back-all-events {
  display: inline-block;
  color: #727695;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  padding-left: 23px;
  font-weight: 600;
  font-size: 14px;
}

.events-details-header .back-all-events i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.events-details-header .back-all-events:hover, .events-details-header .back-all-events:focus {
  color: #800080;
}

.events-details-header h3 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
}

.events-details-header .events-meta {
  margin-top: 20px;
}

.events-details-header .events-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.events-details-header .events-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}

.events-details-header .events-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.events-details-header .events-meta ul li span {
  display: block;
  color: #800080;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.events-details-header .events-meta ul li a {
  display: inline-block;
  color: #252525;
}

.events-details-header .events-meta ul li a:hover, .events-details-header .events-meta ul li a:focus {
  color: #800080;
}

.events-details-header .events-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.events-details .events-details-image {
  margin-bottom: 25px;
}

.events-details .events-details-image img {
  width: 100%;
  border-radius: 5px;
}

.events-details .events-info-links {
  margin-top: 25px;
}

.events-details .events-info-links a {
  display: inline-block;
  background-color: #800080;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
  border: 1px solid #800080;
  font-size: 15px;
  font-weight: 500;
}

.events-details .events-info-links a:hover, .events-details .events-info-links a:focus {
  color: #800080;
  background-color: transparent;
}

/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}
.count-down-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}
.count-down-cont h2 {
    font-size: 72px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 37px;
}
.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.count-down-time .single-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}
.count-down-time .single-count .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}
.count-down-time .single-count .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}
.category-form-3 .form-title {
    background-color: #ffc600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.category-form-3 .form-title h3 {
    color: #07294d;
}
.category-form-3 .form-title span {
    font-weight: 600;
}
.category-form-3 .main-btn {
    color: #fff;
}
.category-form-3 .main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
}
/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}
.page-banner-cont h2 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}
/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}
.about-single-items {}
.about-single-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}
.about-single-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}
/*=====================================================
    22. COURSES PAGE css 
======================================================*/

.tab-content {}
.tab-content .single-course .course-teacher .name {
    bottom: 0;
}
.courses-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.courses-top-search .nav {
    margin-top: 5px;
}
.courses-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a;
}
.courses-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}
.courses-top-search .nav .nav-item a.active {
    color: #ffc600;
}
.courses-search {
    position: relative;
}
.courses-search input {
    height: 30px;
    width: 240px;
    background-color: #f6f6f6;
    border: 0;
    color: #8a8a8a;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px;
}
.courses-search button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    height: 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 0;
    background: none;
    cursor: pointer;
}
#courses-list .single-course .thum .price {
    right: -25px;
    bottom: auto;
    top: 30px;
}
.courses-pagination {}
.courses-pagination .pagination {}
.courses-pagination .pagination .page-item {
    margin: 0 5px;
}
.courses-pagination .pagination .page-item a {
    font-size: 15px;
    color: #07294d;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #aaa;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.courses-pagination .pagination .page-item a.active, .courses-pagination .pagination .page-item a:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}
/*=====================================================
    23. COURSE SINGEl PAGE css 
======================================================*/

.courses-single-left {
    padding: 45px 50px;
    background-color: #fff;
}
.courses-single-left .title {}
.courses-single-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
}
.courses-single-left .course-terms {}
.courses-single-left .course-terms>ul>li {
    display: inline-block;
    margin-right: 60px;
}
.courses-single-left .course-terms>ul li:last-child {
    margin-right: 0;
}
.courses-single-left .course-terms ul li .teacher-name {
    position: relative;
}
.courses-single-left .course-terms ul li .teacher-name .thum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.courses-single-left .course-terms ul li .teacher-name .thum img {
    border-radius: 50%;
}
.courses-single-left .course-terms ul li .teacher-name .name {
    padding-left: 60px;
}
.courses-single-left .course-terms ul li .review span, .courses-single-left .course-terms ul li .teacher-name .name span, .courses-single-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.courses-single-left .course-terms ul li .teacher-name .name h6, .courses-single-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}
.courses-single-left .course-terms ul li .review {}
.courses-single-left .course-terms ul li .review ul li {
    display: inline-block;
}
.courses-single-left .course-terms ul li .review ul li a {
    font-size: 14px;
    color: #ffc600;
}
.courses-single-left .course-terms ul li .review ul li.rating {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-left: 13px;
}
.courses-single-image {}
.courses-single-image img {
    width: 100%;
}
.courses-tab {
    border: 1px solid #edf0f2;
    border-radius: 5px;
}
.courses-tab .nav {}
.courses-tab .nav .nav-item {}
.courses-tab .nav .nav-item a {
    font-size: 16px;
    color: #24486e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    display: block;
    background-color: #edf0f2;
}
.courses-tab .nav .nav-item a.active {
    background-color: #fff;
}
.overview-description {
    padding: 0px 30px 25px;
}
.overview-description .single-description {}
.overview-description .single-description h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}
.curriculum-cont {
    padding: 25px 30px;
}
.curriculum-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}
.curriculum-cont .accordion {
    border: 0;
}
.curriculum-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}
.curriculum-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}
.curriculum-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}
.curriculum-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 15px 15px;
    background-color: #edf0f2;
}
.curriculum-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}
.curriculum-cont .accordion .card .card-header a::before, .curriculum-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #8a8a8a;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.curriculum-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.curriculum-cont .accordion .card .card-header a ul li {
    display: inline-block;
}
.curriculum-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}
.curriculum-cont .accordion .card .card-header a ul li>i {
    color: #ffc600;
    font-size: 15px;
    margin-right: 5px;
}
.curriculum-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}
.curriculum-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #000;
}
.curriculum-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}
.curriculum-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}
.curriculum-cont .accordion .card .card-header a ul li>.time span {}
.curriculum-cont .accordion .card .card-body {
    background-color: #edf0f2;
    padding: 0 25px 20px;
}
.instructor-cont {
    padding: 30px 30px 25px;
}
.instructor-cont .instructor-author {
    overflow: hidden;
}
.instructor-cont .instructor-author .author-thum {
    float: left;
    margin-right: 30px;
}
.instructor-cont .instructor-author .author-name {
    float: left;
}
.instructor-cont .instructor-author .author-name a {
    display: block;
}
.instructor-cont .instructor-author .author-name a h5 {
    font-size: 18px;
    color: 30px;
    font-weight: 600;
}
.instructor-cont .instructor-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
}
.instructor-cont .instructor-author .author-name .social {
    padding-top: 25px;
}
.instructor-cont .instructor-author .author-name .social li {
    display: inline-block;
    margin-right: 8px;
}
.instructor-cont .instructor-author .author-name .social li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #24486e;
    background-color: #24486e;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.instructor-cont .instructor-author .author-name .social li a:hover {
    background-color: #fff;
    color: #24486e;
}
.reviews-cont {
    padding: 25px 30px 30px;
}
.reviews-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}
.reviews-cont ul li .single-reviews {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}
.reviews-cont ul li:last-child .single-reviews {
    border-bottom: 0;
}
.reviews-cont ul li .single-reviews .reviews-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-cont ul li .single-reviews .reviews-author .author-thum img {
    border-radius: 5px;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name {
    padding-left: 20px;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name h6 {
    font-size: 16px;
    font-weight: 600;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.reviews-cont ul li .single-reviews .reviews-description {}
.reviews-cont ul li .single-reviews .reviews-description p {
    padding-bottom: 17px;
}
.reviews-cont ul li .single-reviews .reviews-description .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-cont ul li .single-reviews .reviews-description .rating ul li {
    display: inline-block;
    font-size: 15px;
    color: #ffc600;
}
.reviews-cont ul li .single-reviews .reviews-description .rating span {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
}
.reviews-cont .reviews-form .form-single {
    padding-top: 25px;
}
.reviews-cont .reviews-form .form-single input, .reviews-cont .reviews-form .form-single textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 20px;
}
.reviews-cont .reviews-form .form-single textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}
.reviews-cont .reviews-form .form-single .rate-wrapper {
    overflow: hidden;
}
.reviews-cont .reviews-form .form-single .rate-label {
    float: left;
    color: #000;
    margin-right: 10px;
    margin-left: 0;
}
.reviews-cont .reviews-form .form-single .rate {
    float: left;
    color: #cecece;
    cursor: pointer;
}
.reviews-cont .reviews-form .form-single .rate-item {
    float: left;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}
.reviews-cont .reviews-form .form-single .rate:hover, .reviews-cont .reviews-form .form-single .rate.selected {
    color: #ffc600;
}
.reviews-cont .reviews-form .form-single .rate .rate-item:hover~.rate-item, .reviews-cont .reviews-form .form-single .rate .rate-item.active~.rate-item {
    color: #cecece;
}
.related-courses .title h3 {
    font-size: 30px;
    color: #07294d;
}
.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}
.course-features h4, .You-makelike h4 {
    font-size: 24px;
    color: #07294d;
    padding-bottom: 15px;
}
.course-features ul {}
.course-features ul li {
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2;
}
.course-features ul li:last-child {
    border-bottom: 0;
}
.course-features ul li i {
    color: #ffc600;
    margin-right: 8px;
}
.course-features ul li span {
    float: right;
}
.course-features .price-button {
    overflow: hidden;
}
.course-features .price-button span {
    font-size: 18px;
    color: #24486e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}
.course-features .price-button span b {
    color: #ffc600;
}
.course-features .price-button .main-btn {
    float: right;
}
.You-makelike {
    background-color: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}
.You-makelike .single-makelike {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.You-makelike .single-makelike .image {
    position: relative;
}
.You-makelike .single-makelike .image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 41, 77, 0.8);
}
.You-makelike .single-makelike .image img {
    width: 100%;
}
.You-makelike .single-makelike .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}
.You-makelike .single-makelike .cont h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.You-makelike .single-makelike .cont h4:hover {
    color: #ffc600;
}
.You-makelike .single-makelike .cont ul li {
    display: inline-block;
    margin-right: 15px;
    color: #ffc600;
}
.You-makelike .single-makelike .cont ul li a {
    font-size: 14px;
    color: #fff;
}
.You-makelike .single-makelike .cont ul li a i {
    margin-right: 3px;
}
/*=====================================================
    24. EVENT PAGE css 
======================================================*/

.single-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-event-list .event-thum {
    width: 38%;
}
.single-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
}
.single-event-list .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.single-event-list .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}
.single-event-list .event-cont a {
    display: block;
}
.single-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-event-list .event-cont a:hover h4 {
    color: #ffc600;
}
/*=====================================================
    25. EVENT SINGEL PAGE css 
======================================================*/

.events-area {
    background-color: #fff;
    padding: 5px 5px;
}
.events-left {}
.events-left h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
}
.events-left span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.events-left span i {
    color: #ffc600;
    margin-right: 3px;
}
.events-left img {
    margin-top: 35px;
    border-radius: 5px;
}
.events-left p {
    padding-top: 31px;
}
.events-right {}
.events-coundwon {
    padding: 25px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 45px;
}
.events-coundwon .count-down-time {
    position: relative;
    z-index: 5;
}
.events-coundwon .count-down-time .single-count {}
.events-coundwon .count-down-time .single-count .number {
    font-size: 24px;
    color: #ffc600;
}
.events-coundwon .count-down-time .single-count .title {
    font-size: 13px;
}
.events-coundwon .events-coundwon-btn {}
.events-coundwon .events-coundwon-btn .main-btn {
    width: 100%;
}
.events-address {
    border: 1px solid #bcbcbc;
    padding: 0 30px 30px;
    border-radius: 5px;
}
.events-address ul li {
    padding-top: 20px;
}
.events-address ul li .single-address {
    position: relative;
}
.events-address ul li .single-address .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.events-address ul li .single-address .icon i {
    font-size: 15px;
    color: #ffc600;
}
.events-address ul li .single-address .cont {
    padding-left: 23px;
}
.events-address ul li .single-address .cont h6 {
    font-size: 15px;
    color: #07294d;
}
.events-address ul li .single-address .cont span {
    font-size: 14px;
    color: #505050;
}
#contact-map {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left {
    padding: 40px 50px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.teachers-left .hero img {
    width: 100%;
    border-radius: 5px;
}
.teachers-left .name {
    padding-top: 25px;
}
.teachers-left .name h6 {
    font-size: 18px;
    color: #000;
}
.teachers-left .name span {
    font-size: 15px;
    color: #8a8a8a;
}
.teachers-left .social {
    padding-top: 15px;
}
.teachers-left .social ul li {
    display: inline-block;
}
.teachers-left .social ul li a {
    font-size: 30px;
    margin-right: 7px;
}
.teachers-left .social ul li:nth-of-type(1) a {
    color: #212798;
}
.teachers-left .social ul li:nth-of-type(2) a {
    color: #3c9bff;
}
.teachers-left .social ul li:nth-of-type(3) a {
    color: #fe1f59;
}
.teachers-left .social ul li:nth-of-type(4) a {
    color: #474b8c;
}
.teachers-left .description {
    padding-top: 20px;
}
.teachers-right {
    border-radius: 5px;
    overflow: hidden;
}
.teachers-right .nav {}
.teachers-right .nav .nav-item {}
.teachers-right .nav .nav-item a {
    padding: 20px 0;
    background-color: #315377;
    color: #fff;
    font-weight: 15;
    color: #fff;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-right .nav .nav-item a.active, .teachers-right .nav .nav-item a:hover {
    background-color: #fff;
    color: #315377;
}
.teachers-right .tab-content {
    padding: 0px 50px 35px;
    background-color: #fff;
}
.teachers-right .tab-content .dashboard-cont {}
.teachers-right .tab-content .dashboard-cont .single-dashboard h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}
.teachers-right .tab-content .reviews-cont {
    padding: 45px 0 15px;
}
.teachers-right .tab-content {}
/*=====================================================
    27. BLOG PAGE css 
======================================================*/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
}
.single-blog .blog-thum img {
    width: 100%;
}
.single-blog .blog-cont {
    padding: 40px 50px;
    background-color: #fff;
}
.single-blog .blog-cont a {
    display: block;
}
.single-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-blog .blog-cont a:hover h3 {
    color: #ffc600;
}
.single-blog .blog-cont ul {
    padding: 20px 0;
}
.single-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.single-blog .blog-cont ul li:last-child {
    margin-right: 0;
}
.single-blog .blog-cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}
.single-blog .blog-cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.single-blog .blog-cont p {}
.sidebar {}
.sidebar .sidebar-search {
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .sidebar-search form {
    position: relative;
}
.sidebar .sidebar-search form input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
    font-size: 15px;
    border: 0;
}
.sidebar .sidebar-search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.sidebar .categories {
    background-color: #fff;
    padding: 30px 35px 25px;
    border-radius: 5px;
}
.sidebar .categories h4, .sidebar .sidebar-post h4 {
    font-size: 24px;
    color: #07294d;
}
.sidebar .categories ul {
    padding-top: 15px;
}
.sidebar .categories ul li {
    line-height: 40px;
}
.sidebar .categories ul li a {
    color: #8a8a8a;
    font-weight: 15;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sidebar .categories ul li a:hover {
    color: #ffc600;
}
.sidebar .sidebar-post {
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .sidebar-post ul {
    padding-top: 10px;
}
.sidebar .sidebar-post ul li a {
    display: block;
    margin-top: 30px;
}
.sidebar .sidebar-post ul li a .single-post {
    overflow: hidden;
}
.sidebar .sidebar-post ul li a .single-post .thum {
    float: left;
    padding-right: 20px;
}
.sidebar .sidebar-post ul li a .single-post .thum img {
    border-radius: 5px;
}
.sidebar .sidebar-post ul li a .single-post .cont {}
.sidebar .sidebar-post ul li a .single-post .cont h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sidebar .sidebar-post ul li a .single-post .cont h6:hover {
    color: #ffc600;
}
.sidebar .sidebar-post ul li a .single-post .cont span {
    font-size: 14px;
    color: #8a8a8a;
}
/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/

.blog-details .cont {
    padding: 40px 50px;
    background-color: #fff;
}
.blog-details .cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-details .cont ul {
    padding: 20px 0;
}
.blog-details .cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.blog-details .cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}
.blog-details .cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.blog-details .cont .share {
    padding-top: 22px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}
.blog-details .cont .share li.title {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-details .cont .share>li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .cont .share li a {}
.blog-details .cont .share li a i {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #ffc600;
    text-align: center;
    color: #fff;
    margin-right: 0;
}
.blog-details .cont .share li:nth-of-type(2) a i {
    background-color: #3C5A99;
}
.blog-details .cont .share li:nth-of-type(3) a i {
    background-color: #1da1f2;
}
.blog-details .cont .share li:nth-of-type(4) a i {
    background-color: #d34836;
}
.blog-details .cont .share li:nth-of-type(5) a i {
    background-color: #e4405f;
}
.blog-details .cont .share li:nth-of-type(6) a i {
    background-color: #0077B5;
}
.blog-details .cont .blog-comment .title h3 {
    font-size: 24px;
    color: #000;
}
.blog-details .cont .blog-comment ul {
    padding: 0;
}
.blog-details .cont .blog-comment ul li {
    margin-top: 30px;
    margin-right: 0;
}
.blog-details .cont .blog-comment ul li .replay {
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-comment .comment {
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}
.blog-comment .comment .comment-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-comment .comment .comment-author .author-thum img {
    border-radius: 5px;
}
.blog-comment .comment .comment-author .comment-name {
    padding-left: 20px;
}
.blog-comment .comment .comment-author .comment-name h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.blog-comment .comment .comment-author .comment-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.blog-comment .comment .comment-replay {
    position: absolute;
    top: 15px;
    right: 0;
}
.comment-form .form-single {
    margin-top: 20px;
}
.comment-form .form-single input, .comment-form .form-single textarea {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-size: 15px;
}
.comment-form .form-single textarea {
    height: 120px;
    resize: none;
    padding-top: 20px;
}
/*=====================================================
    29. SHOP PAGE css 
======================================================*/

.shop-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}
.shop-top-search .shop-bar {
    display: inline-block;
}
.shop-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a;
}
.shop-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}
.shop-top-search .nav .nav-item a.active {
    color: #ffc600;
}
.shop-top-search .shop-select {
    display: inline-block;
    float: right;
    margin-top: -3px;
}
.shop-top-search .shop-select .nice-select {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    height: 30px;
    width: 135px;
    line-height: 30px;
    color: #8a8a8a;
}
.shop-top-search .shop-select .nice-select.open .list {
    width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border: 0;
}
#shop-list .single-publication .cont {
    display: block;
    padding-top: 0;
}
#shop-list .single-publication .cont .name {
    width: 100%;
}
#shop-list .single-publication .cont .name a h6 {
    font-size: 18px;
}
#shop-list .single-publication .cont .name span {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 15px;
}
#shop-list .single-publication .cont .button {
    width: 100%;
    padding-top: 10px;
}
#shop-list .single-publication .cont .button a {
    padding: 0 20px;
    font-size: 12px;
    line-height: 35px;
}
/*=====================================================
    30. SHOP SINGEL PAGE css 
======================================================*/

.shop-details {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.shop-details .shop-left {
    padding-right: 50px;
}
.shop-details .shop-left .shop-image a {
    display: block;
}
.shop-details .shop-left .shop-image img {
    width: 100%;
    border-radius: 4px;
}
.shop-details .shop-left .nav .nav-item {
    margin-right: 25px;
}
.shop-details .shop-left .nav .nav-item:last-child {
    margin-right: 0;
}
.shop-details .shop-left .nav .nav-item a {
    display: block;
}
.shop-details .shop-left .nav .nav-item a .shop-thum img {
    width: 100%;
    border-radius: 3px;
}
.shop-right {}
.shop-right h6 {
    font-size: 18px;
    padding-bottom: 5px;
}
.shop-right span {
    font-size: 15px;
    color: #8a8a8a;
}
.shop-right p {
    padding-bottom: 15px;
}
.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.nice-number input {
    width: 50px !important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px;
}
.nice-number button {
    position: absolute;
    width: 25px;
    padding: 0;
    right: 2px;
    top: 2px;
    border: 0;
    border-top-right-radius: 5px;
    background: none;
    cursor: pointer;
}
.nice-number button:last-child {
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}
.nice-number button i {
    font-size: 15px;
    color: #000;
}
.add-btn {
    display: inline-block;
}
.add-btn .main-btn {
    line-height: 46px;
}
.shop-reviews .nav .nav-item {}
.shop-reviews .nav .nav-item:first-child a {
    border-top-left-radius: 5px;
}
.shop-reviews .nav .nav-item:last-child a {
    border-top-right-radius: 5px;
}
.shop-reviews .nav .nav-item a {
    width: 165px;
    line-height: 55px;
    background-color: #315377;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.shop-reviews .nav .nav-item a.active {
    background-color: #fafafa;
    color: #315377;
}
.shop-reviews .tab-content {
    background-color: #fafafa;
    padding: 0px 45px 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.shop-reviews .tab-content .reviews-cont {
    padding: 0;
}
.related-item {}
.related-item .title h3 {
    font-size: 30px;
    color: #07294d;
}
/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}
.contact-from .main-form {}
.contact-from .main-form .single-form {
    margin-top: 20px;
}
.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}
.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
.form-group {
    margin: 0;
}
.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}
p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}
.contact-address {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.contact-address ul li {
    padding-top: 30px;
}
.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #07294d;
    font-size: 24px;
    text-align: center;
}
.contact-address ul li .single-address .cont {
    padding-left: 20px;
}
.contact-address ul li .single-address .cont p {}
.map {}
.map #contact-map {
    width: 100%;
    height: 225px;
}
.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}
.contact-address .contact-heading {
    padding-top: 35px;
}
.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}
/*=====================================================
    32. TEACHER 2 PAGE css 
======================================================*/

.single-teacher-2 {
    background-color: #fff;
    border-radius: 5px;
}
.teacher-image {
    overflow: hidden;
    position: relative;
}
.teacher-image img {
    width: 100%;
}
.single-teacher-2 .teacher-image .teacher-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 70px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 5;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.single-teacher-2 .teacher-image:hover .teacher-social {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-teacher-2 .teacher-image .teacher-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.single-teacher-2 .teacher-image .teacher-social ul li a {
    font-size: 16px;
    color: #07294d;
    ;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-teacher-2 .teacher-image .teacher-social ul li a:hover {
    color: #fff;
}
.single-teacher-2 .teacher-content {
    padding: 15px 0;
}
.single-teacher-2 .teacher-content .teacher-title a {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-teacher-2 .teacher-content .teacher-title a:hover {
    color: #ffc600;
}
.single-teacher-2 .teacher-content span {
    font-size: 14px;
    color: #8a8a8a;
}
/*=====================================================
    33.ADMISSION  css 
======================================================*/

.admission-row {
    position: relative;
}
.admission-info {
    background-color: #07294d;
    padding: 70px 40px;
}
.admission-info .admission-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
}
.admission-info p {
    color: #fff;
    padding-bottom: 20px;
}
.admission-info .help-line {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}
.admission-info span {
    font-size: 30px;
    font-weight: 600;
    color: #ffc600;
}
.admission-card {
    background-color: #07294d;
}
.admission-card .card-image img {
    width: 100%;
}
.admission-card .card-content {
    padding: 40px;
}
.admission-card .card-content .card-titles {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}
.admission-card .card-content p {
    color: #fff;
}
/*=====================================================
    34.COURSE  css 
======================================================*/

.course-area {
    position: relative;
}
.course-area::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/course-shape.png);
    background-position: center center;
    background-size: contain;
}
.single-course-three {}
.single-course-three .course-image {}
.single-course-three .course-image img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-course-three .course-content {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.single-course-three .course-content .rating {}
.single-course-three .course-content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #ffc600;
}
.single-course-three .course-content .rating span {
    font-size: 14px;
    color: #8a8a8a;
    margin-left: 10px;
}
.single-course-three .course-content .course-title a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-three .course-content .course-title a:hover {
    color: #ffc600;
}
.course-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
.course-meta .price {
    float: left;
}
.course-meta .price span {
    font-size: 16px;
    color: #07294d;
}
.course-meta .admin {
    float: right;
}
.course-meta .admin ul li {
    display: inline-block;
    margin-right: 15px;
}
.course-meta .admin ul li:last-child {
    margin-right: 0;
}
.course-meta .admin ul li a {
    font-size: 16px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-meta .admin ul li a:hover {
    color: #ffc600;
}
.course-right {}
.course-signup {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.course-signup .content {
    position: relative;
    z-index: 9;
}
.course-signup .content .signup-title {
    font-size: 30px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 10px;
}
.course-signup .content p {
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 600;
}
.enroll {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.enroll .content .enroll-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.enroll .content p {
    font-size: 24px;
    color: #505050;
    font-weight: 600;
    padding-bottom: 40px;
}
.course-Buy {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.course-Buy .content {
    position: relative;
    z-index: 9;
}
.course-Buy .Buy-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
/*=====================================================
    32. ACCORDION
======================================================*/

.faq-accordion-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}
.faq-accordion-cont .accordion {
    border: 0;
}
.faq-accordion-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}
.faq-accordion-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}
.faq-accordion-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}
.faq-accordion-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 17px 25px;
    background-color: #07294d;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}
.faq-accordion-cont .accordion .card .card-header a::before, .faq-accordion-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #8a8a8a;
}
.faq-accordion-cont .accordion .card .card-header a ul li {
    display: inline-block;
}
.faq-accordion-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}
.faq-accordion-cont .accordion .card .card-header a ul li>i {
    color: #ffc600;
    font-size: 16px;
    margin-right: 5px;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #fff;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed ul li>.head {
    color: #07294d;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}
.faq-accordion-cont .accordion .card .card-body {
    padding: 30px;
}
/*=====================================================
    33. PRIVACY POLICY
======================================================*/

.privacy-desc p {
    margin-bottom: 25px;
}
.privacy-list ul {
    list-style: disc;
    padding-left: 20px;
}
.privacy-list ul li {
    padding: 6px 0;
}
.privacy-list ul li a {
    color: #07294d;
    font-weight: 700;
    transition: .3s;
}
.privacy-list ul li a:hover {
    color: #ffc600;
    transition: .3s;
}
/*=====================================================
    34. LOGIN/REGISTER
======================================================*/

.signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px 55px;
    margin: 0 50px;
}
.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #07294d;
}
.main-btn.register-submit {
    width: 170px;
}
.label-agree-term {
    font-size: 15px;
    color: #555;
}
.term-service {
    color: #07294d;
    transition: .3s;
}
a.term-service:hover {
    color: #ffc600;
    transition: .3s;
}
.loginhere {
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}
.loginhere-link {
    font-weight: 700;
    color: #07294d;
    transition: .3s;
}
a.loginhere-link:hover {
    color: #ffc600;
    transition: .3s;
}
.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}
@media screen and (max-width: 768px) {
    .signup-content {
        margin: 0;
    }
    .image {widows: 130%}
    }
}
@media screen and (max-width: 480px) {
    .signup-content {
        margin: 0;
    }
}
/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}

.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-blog-post .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.single-blog-post .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}

.single-blog-post .post-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}

.single-blog-post .post-image .tag a {
  display: inline-block;
  background-color: #ffffff;
  /*color: #800080;*/
   color: #800080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  color: #727695;
  margin-right: 15px;
  position: relative;
}

.single-blog-post .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.single-blog-post .post-content .post-meta li.post-author a {
  color: #0eb582;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #727695;
}

.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #800080;
}

.single-blog-post .post-content .post-meta li::before {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 14px;
  content: '';
  width: 1px;
  background-color: #727695;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post .post-content .read-more-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.single-blog-post .post-content .read-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .read-more-btn::before {
  content: '';
  position: absolute;
  background-color: #800080;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content .read-more-btn:hover::before, .single-blog-post .post-content .read-more-btn:focus::before {
  width: 100%;
}

.single-blog-post:hover .post-image::before, .single-blog-post:hover .post-image::after, .single-blog-post:focus .post-image::before, .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  zoom: 1;
  opacity: .9 !important;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-blog-post:hover .post-image .tag a, .single-blog-post:focus .post-image .tag a {
  background-color: #800080;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #800080;
  color: #ffffff;
  border-color: #800080;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .blog-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a, .owl-item:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
  color: #0eb582;
}

.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
  background-color: #0eb582;
  color: #ffffff;
}

.owl-item:nth-child(3) .single-blog-post .post-image .tag a, .owl-item:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
  color: #fea116;
}

.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
  background-color: #fea116;
  color: #ffffff;
}

.owl-item:nth-child(4) .single-blog-post .post-image .tag a, .owl-item:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
  background-color: #1cb5a3;
  color: #ffffff;
}

.owl-item:nth-child(5) .single-blog-post .post-image .tag a, .owl-item:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
  background-color: #3d64ff;
  color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 30px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #800080;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #252525;
}

.blog-details-desc .article-content .entry-meta ul li a:hover, .blog-details-desc .article-content .entry-meta ul li a:focus {
  color: #800080;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #727695;
}

.blog-details-desc .article-content .features-list li i {
  color: #800080;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #727695;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #252525;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #727695;
  font-weight: 500;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #800080;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  color: #727695;
  position: relative;
  top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #800080;
  color: #ffffff;
  border: 1px solid #800080;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #800080;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f8f8f8;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #800080;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #0eb582;
  font-size: 14px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #800080;
  color: #ffffff;
}
/*================================================
Courses CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}

.single-courses-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.single-courses-box .courses-image a img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.single-courses-box .courses-image .courses-tag {
  position: absolute;
  right: 25px;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.single-courses-box .courses-image .courses-tag a {
  color: #0eb582;
  font-weight: 500;
}

.single-courses-box .courses-content {
  padding: 25px 25px 20px;
}

.single-courses-box .courses-content .course-author {
  margin-bottom: 13px;
}

.single-courses-box .courses-content .course-author img {
  width: 37px;
  height: 37px;
  margin-right: 8px;
}

.single-courses-box .courses-content .course-author span {
  color: #252525;
  font-size: 14.5px;
  font-weight: 500;
}

.single-courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}

.single-courses-box .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-box .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-box .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-box .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}

.single-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-box .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-box .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-box .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-box .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-box .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #800080;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-box .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-box.without-box-shadow {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.single-courses-box.without-box-shadow .courses-content {
  padding: 25px 0 18px;
}

.single-courses-box.without-box-shadow .courses-box-footer {
  padding: 18px 0 0;
}

.single-courses-box:hover, .single-courses-box:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-courses-box:hover .courses-image .courses-tag, .single-courses-box:focus .courses-image .courses-tag {
  background-color: #0eb582;
}

.single-courses-box:hover .courses-image .courses-tag a, .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}

.single-courses-item .courses-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-courses-item .courses-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}

.single-courses-item .courses-content .course-author {
  margin-top: -15px;
}

.single-courses-item .courses-content .course-author img {
  width: 50px;
  border: 3px solid #ffffff;
  height: 50px;
  border-radius: 3px;
}

.single-courses-item .courses-content .course-author span {
  color: #252525;
  position: relative;
  top: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.single-courses-item .courses-content .courses-rating {
  position: relative;
  top: 4px;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-item .courses-content h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
}

.single-courses-item .courses-content p {
  line-height: 1.8;
}

.single-courses-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}

.single-courses-item .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-item .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-item .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-item .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-item .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-item .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-item .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #800080;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-item .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-item:hover .courses-image img, .single-courses-item:focus .courses-image img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.single-courses-item:hover .courses-image .courses-tag, .single-courses-item:focus .courses-image .courses-tag {
  background-color: #0eb582;
}

.single-courses-item:hover .courses-image .courses-tag a, .single-courses-item:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-list-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-list-box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.single-courses-list-box .box-item .courses-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  border-radius: 5px 0 0 5px;
}

.single-courses-list-box .box-item .courses-image .image {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-courses-list-box .box-item .courses-image .image.bg-1 {
  background-image: url(../images/1_1.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-2 {
  background-image: url(../images/2.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-3 {
  background-image: url(../images/3.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-4 {
  background-image: url(../images/4_2.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-5 {
  background-image: url(../images/5.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-6 {
  background-image: url(../images/6_1.jpg);
}

.single-courses-list-box .box-item .courses-image .image img {
  display: none;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag a {
  color: #0eb582;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-image .image a.link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.single-courses-list-box .box-item .courses-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.single-courses-list-box .box-item .courses-desc .courses-content {
  padding: 25px 25px 20px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author {
  margin-bottom: 13px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author img {
  width: 37px;
  height: 37px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author span {
  color: #252525;
  font-size: 14.5px;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-desc .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating {
  margin-bottom: 12px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-list-box .box-item .courses-desc .courses-content p {
  margin-bottom: 0;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #800080;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag {
  background-color: #0eb582;
  color: #ffffff;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(2) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box .courses-image .courses-tag a {
  color: #800080;
}

.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #800080;
}

.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(3) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box .courses-image .courses-tag a {
  color: #fea116;
}

.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #fea116;
}

.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(4) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box .courses-image .courses-tag a {
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #1cb5a3;
}

.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(5) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box .courses-image .courses-tag a {
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #3d64ff;
}

.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(6) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box .courses-image .courses-tag a {
  color: #e74d57;
}

.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #e74d57;
}

.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.shorting-menu {
  margin-bottom: 40px;
  margin-top: -30px;
}

.shorting-menu .filter {
  background-color: transparent;
  border: none;
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  margin-right: 20px;
  font-weight: 500;
}

.shorting-menu .filter:hover, .shorting-menu .filter:focus, .shorting-menu .filter.mixitup-control-active {
  color: #800080;
}

.courses-slides.owl-theme {
  margin-top: -25px;
}

.courses-slides.owl-theme .single-courses-box {
  margin-top: 25px;
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #800080;
  color: #ffffff;
  border-color: #800080;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.courses-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.courses-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.courses-slides.owl-theme .owl-dots {
  margin-top: 15px;
}

.courses-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.courses-slides.owl-theme .owl-dots .owl-dot:hover span, .courses-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #800080;
}

.courses-slides.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.courses-list-tab .tabs {
  margin-bottom: 40px;
  text-align: center;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
          box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.courses-list-tab .tabs li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.courses-list-tab .tabs li:last-child {
  margin-right: 0;
}

.courses-list-tab .tabs li:first-child {
  margin-left: 0;
}

.courses-list-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.courses-list-tab .tabs li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eeeeee;
}

.courses-list-tab .tabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #800080;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.courses-list-tab .tabs li a:hover, .courses-list-tab .tabs li a:focus {
  color: #800080;
}

.courses-list-tab .tabs li a:hover::after, .courses-list-tab .tabs li a:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.courses-list-tab .tabs li.current a {
  color: #800080;
}

.courses-list-tab .tabs li.current a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

.courses-topbar {
  margin-bottom: 40px;
}

.courses-topbar .topbar-result-count p {
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.courses-topbar .topbar-ordering-and-search {
  text-align: right;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #727695;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #800080;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
  color: #800080;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

/*================================================
Courses Details CSS
=================================================*/
.courses-details-header {
  margin-bottom: 30px;
}

.courses-details-header .courses-title h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 700;
}

.courses-details-header .courses-meta {
  margin-top: 20px;
}

.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}

.courses-details-header .courses-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
  display: block;
  color: #800080;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: #252525;
}

.courses-details-header .courses-meta ul li a:hover, .courses-details-header .courses-meta ul li a:focus {
  color: #800080;
}

.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.courses-details-header .courses-price {
  text-align: right;
}

.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 35px;
  font-weight: 600;
}

.courses-details-header .courses-price .default-btn {
  border-radius: 5px;
}

.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}

.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 20px;
  display: inline-block;
  margin-right: -3px;
}

.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: #727695;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}

.courses-details-image {
  border-radius: 5px;
}

.courses-details-image img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc {
  margin-top: 35px;
}

.courses-details-desc h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.courses-details-desc h3:not(first-child) {
  margin-top: 30px;
}

.courses-details-desc .why-you-learn {
  margin-top: 20px;
}

.courses-details-desc .why-you-learn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}

.courses-details-desc .why-you-learn ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.courses-details-desc .why-you-learn ul li span {
  display: block;
  color: #252525;
  position: relative;
  padding-left: 28px;
  line-height: 1.7;
  font-weight: 500;
}

.courses-details-desc .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #800080;
  font-size: 22px;
}

.courses-details-desc .requirements-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .requirements-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
}

.courses-details-desc .requirements-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .requirements-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc p strong {
  color: #252525;
}

.courses-details-desc .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}

.courses-details-desc .description-features-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

.courses-details-desc .description-features-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .description-features-list li strong {
  color: #252525;
}

.courses-details-desc .description-features-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .audience-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

.courses-details-desc .audience-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .audience-list li strong {
  color: #252525;
}

.courses-details-desc .audience-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}

.courses-details-desc .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #800080;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-details-desc .courses-author .author-profile {
  padding: 0 25px 25px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #0eb582;
  font-size: 14px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #800080;
  color: #ffffff;
}

.courses-details-desc .courses-accordion {
  margin-top: 20px;
}

.courses-details-desc .courses-accordion .accordion {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item {
  background-color: #fdfdfd;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 0;
  position: relative;
  padding: 13px 40px 13px 15px;
  border-top: none;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title:hover, .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active {
  background-color: #800080;
  color: #ffffff;
  border-color: #800080 !important;
}

.courses-details-desc .courses-accordion .accordion .accordion-item:first-child .accordion-title {
  border-top: 1px solid #eeeeee;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content {
  border: 1px solid #eeeeee;
  border-top: none;
  display: none;
  padding: 10px 15px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-top: 15px;
  padding-right: 210px;
  padding-bottom: 15px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons:last-child {
  border-bottom: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .number {
  color: #252525;
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  font-size: 15.5px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .preview {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: #0eb582;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .locked {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: red;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title {
  display: inline-block;
  color: #726b6b;
  font-size: 15.5px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title:hover {
  color: #800080;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-right: 10px;
  color: #726b6b;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #800080;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 500;
  color: #726b6b;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video i {
  position: absolute;
  left: 0;
  font-size: 17px;
  top: 2px;
  color: #800080;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video:hover {
  color: #800080;
}

.related-courses {
  margin-top: 40px;
}

.related-courses h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.courses-sidebar-information {
  margin-bottom: 40px;
}

.courses-sidebar-information ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.courses-sidebar-information ul li {
  border-bottom: 1px dashed #eeeeee;
  color: #252525;
  overflow: hidden;
  text-align: right;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
}

.courses-sidebar-information ul li span {
  display: block;
  width: 170px;
  text-align: left;
  float: left;
}

.courses-sidebar-information ul li span i {
  color: #800080;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  margin-right: 2px;
}

.courses-sidebar-information ul li:hover span i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.courses-sidebar-information ul li:last-child {
  border-bottom: none;
}

.courses-sidebar-syllabus {
  border: 1px solid #f3f3f3;
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 20px;
}

.courses-sidebar-syllabus h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

.courses-sidebar-syllabus .chapter {
  color: #800080;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.courses-sidebar-syllabus h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

.courses-sidebar-syllabus .courses-list {
  margin-bottom: 30px;
}

.courses-sidebar-syllabus .courses-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.courses-sidebar-syllabus .courses-list ul li {
  font-size: 15px;
  color: #727695;
  line-height: 23px;
  margin: 12px 0;
}

.courses-sidebar-syllabus .courses-list ul li a {
  display: inline-block;
  color: #727695;
}

.courses-sidebar-syllabus .courses-list ul li a:hover, .courses-sidebar-syllabus .courses-list ul li a:focus {
  color: #800080;
}

.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
  padding: 1px 8px;
  text-align: center;
  margin-left: 5px;
  background: #0eb582;
  color: #ffffff;
  position: relative;
  top: -2px;
  font-weight: 500;
  font-size: 12px;
}

.courses-sidebar-syllabus .courses-list ul li .number {
  display: inline-block;
  color: #252525;
  font-weight: 500;
}

.courses-sidebar-syllabus .courses-list:last-child {
  margin-bottom: 0;
}

.courses-purchase-info {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  background-image: url(../images/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-purchase-info::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #800080;
  opacity: .60;
  z-index: -1;
}

.courses-purchase-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-purchase-info h4 {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
}

.courses-purchase-info p {
  color: #ffffff;
  font-size: 14px;
}

.courses-purchase-info a {
  margin-right: 15px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 500;
}

.courses-review-comments {
  margin-top: 40px;
}

.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.courses-review-comments .user-review .sub-comment {
  margin-bottom: 10px;
  font-weight: 600;
}

.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 10px;
}

.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.courses-review-comments .user-review .review-rating .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-review-comments .user-review .review-rating span {
  color: #252525;
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}



/*================================================
Motivation Courses Area CSS
=================================================*/
.motivation-courses-area.bg-FAF8F8 {
  background-color: #FAF8F8;
}

.motivation-courses-area.with-border-bottom-color .container {
  border-bottom: 1px solid #E5E5E5;
}

.single-motivation-courses-box {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-motivation-courses-box .courses-image {
  position: relative;
}

.single-motivation-courses-box .courses-image img {
  border-radius: 10px;
}

.single-motivation-courses-box .courses-image .price {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #800080;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  bottom: -20.5px;
}

.single-motivation-courses-box .courses-content {
  margin-top: 25px;
}

.single-motivation-courses-box .courses-content .courses-tag {
  margin-bottom: 15px;
}

.single-motivation-courses-box .courses-content .courses-tag a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #800080;
}

.single-motivation-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-motivation-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.single-motivation-courses-box .courses-content .course-author span {
  color: #727695;
  font-size: 14.5px;
  font-weight: 500;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: #727695;
}

.single-motivation-courses-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}

.single-motivation-courses-box .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-top: 22px;
}

.single-motivation-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-motivation-courses-box .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}

.single-motivation-courses-box .courses-box-footer ul li i {
  color: #800080;
  position: relative;
  top: 1px;
}

.single-motivation-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-motivation-courses-box .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-motivation-courses-box .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-motivation-courses-box .courses-box-footer ul .courses-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
}

.single-motivation-courses-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #800080;
}

.single-motivation-courses-box:hover .courses-content h3 a {
  color: #800080;
}

.single-motivation-courses-item {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-motivation-courses-item .courses-image {
  position: relative;
}

.single-motivation-courses-item .courses-image img {
  border-radius: 10px;
}

.single-motivation-courses-item .courses-image .price {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #800080;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.single-motivation-courses-item .courses-content {
  padding: 25px 25px 25px;
}

.single-motivation-courses-item .courses-content .course-author {
  margin-bottom: 15px;
}

.single-motivation-courses-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.single-motivation-courses-item .courses-content .course-author span {
  color: #727695;
  font-size: 14.5px;
  font-weight: 500;
}

.single-motivation-courses-item .courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}

.single-motivation-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: #727695;
}

.single-motivation-courses-item .courses-content .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 18px;
  margin-top: 18px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li i {
  color: #800080;
  position: relative;
  top: 1px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.single-motivation-courses-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-motivation-courses-item:hover .courses-content h3 a {
  color: #800080;
}

.courses-info-wrap {
  text-align: center;
  margin-top: 10px;
}

.courses-info-wrap p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.courses-info-wrap p a {
  color: #800080;
  font-weight: 600;
}

.courses-info-wrap p a:hover {
  text-decoration: underline;
  color: #252525;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 40px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 19px;
  font-weight: 600;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
  background: #800080;
}

.widget-area .widget .widget-title::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 16px;
  width: 3px;
  height: 6px;
  background: #0eb582;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 55px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #800080;
  color: #ffffff;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #0eb582;
  color: #ffffff;
}

.widget-area .widget_raque_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_raque_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_raque_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_raque_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/7_1.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/8_1.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/9.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb::before, .widget-area .widget_raque_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget-area .widget_raque_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget-area .widget_raque_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget-area .widget_raque_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_raque_posts_thumb .item .info time {
  display: block;
  color: #727695;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_raque_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_raque_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_raque_posts_thumb .item:hover .thumb::before, .widget-area .widget_raque_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-weight: 600;
  font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #0eb582;
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #252525;
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #800080;
}

.widget-area .widget_categories ul li .post-count {
  color: #727695;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}

.widget-area .tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #727695;
  padding: 7px 18px;
  border: 1px dashed #eeeeee;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #800080;
  border-color: #800080;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
  position: relative;
}

.widget-area .widget_instagram ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #800080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
  opacity: .70;
  visibility: visible;
}

.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  background-image: url(../images/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #800080;
  opacity: .60;
  z-index: -1;
}

.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}

.widget-area .widget_contact .text .icon {
  width: 65px;
  height: 65px;
  border: 2px dashed #ffffff;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.widget-area .widget_contact .text .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}

.widget-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
}

.widget-area .widget_contact:hover .text .icon {
  background-color: #ffffff;
  color: #800080;
  border-color: #ffffff;
}

.widget-area .widget_events_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_events_details ul li {
  border-bottom: 1px dashed #eeeeee;
  color: #727695;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_events_details ul li:first-child {
  border-top: 1px dashed #eeeeee;
}

.widget-area .widget_events_details ul li span {
  display: inline-block;
  color: #252525;
  font-weight: 600;
}

.widget-area .widget_events_details ul li a {
  display: inline-block;
  color: #727695;
}

.widget-area .widget_events_details ul li a:hover {
  color: #800080;
}
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #800080;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 30px;
  padding-left: 20px;
  color: #252525;
  font-size: 15px;
}

.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: #ffffff;
  height: 45px;
  border-radius: 50%;
  background-color: #800080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
  background-color: #252525;
  color: #ffffff;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}
/*===============================
	Courses CSS
=================================*/
.courses .course-slider {
	margin-top: 30px;
}
.courses .single-course {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
}
.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .single-content {
	padding: 25px;
}
.courses .course-head{
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-course:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-course .btn:hover{
	background:#fff;
}
.courses .single-course img{
	height:100%;
	width:100%;
}
.courses .single-course h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-course h4 a{
	color:#252525;
}
.courses .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-course p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-left {
	float: left;
}
.courses .meta-left span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 15px;
	font-weight: 600;
}
.courses .meta-left span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-left i{
	color:#a3a3a3;
	margin-right:10px;
}
.courses .course-meta .price {
	display: block;
	float:left;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 0 25px;
	font-weight: 700;
}
/* Slider Meta */
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-course{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}
.courses.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.courses.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.courses.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.courses.archives .pagination li:hover a, 
.courses.archives .pagination li.active a {
	color: #fff;
}
/* Course Single */
.courses.single{
	/*background:#f6f6f6;*/
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
}
.courses.single .single-course {
	margin: 0;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#fff;
	color:#252525;
	border-color:#e7e7e7;
}
.courses.single .course-feature {
	background: #034172;
	width: 100%;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.courses.single .single-feature .label{}
.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#00B06A;
}
.courses.single .content p{
	margin-bottom:20px;
	color:#FFFFFF !important;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid;
	line-height: 30px;
	text-align: center;
}
/*===============================
	End Courses CSS
=================================*/
/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-area.bg-image {
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-image2.jpg);
  background-repeat: no-repeat;
}

.blog-area.bg-image .section-title h2 {
  color: #ffffff;
}

.blog-area.bg-image .section-title p {
  color: #ffffff;
}

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-box .post-content {
  background-color: #fffaf3;
  padding: 25px;
}

.single-blog-post-box .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: #727695;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post-box .post-content .category:hover {
  color: #800080;
}

.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 600;
}

.single-blog-post-box .post-content h3 a {
  display: inline-block;
}

.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-box .post-content .post-content-footer li {
  color: #727695;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
  color: #800080;
  font-weight: 500;
  font-size: 15px;
}

.single-blog-post-box .post-content .post-content-footer li i {
  color: #800080;
  position: absolute;
  left: 7px;
  top: 3px;
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-box.without-bg-color .post-content {
  padding: 25px 0 0 0;
  background-color: transparent;
}

.single-blog-post-box:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  margin-top: 15px;
}

.blog-post-info p {
  max-width: 600px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.blog-post-info p a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.bg-color {
  background-color: #800080;
}

.partner-area.bg-color .section-title h2 {
  color: #ffffff;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .9;
}

.single-partner-item:hover a img, .single-partner-item:focus a img {
  opacity: 1;
}

.partner-slides.owl-theme .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 10px;
	padding: 20px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top:30px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/